mirror of
https://github.com/4IceG/luci-app-modemband.git
synced 2026-04-26 03:15:57 +03:00
[GH-ISSUE #19] Is it possible to add a cell lock function? #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-modemband#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OvidioLee on GitHub (Mar 14, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-modemband/issues/19
The plugin you created is perfect, but could you add a cell lock function.
First get the frequency information from at, then choose one for cell lock.
@4IceG commented on GitHub (Mar 14, 2024):
Hi @OvidioLee ,
This functionality will not be included in this package. If I were to add something like this, it would be as a new tab for 3ginfo-lite.
@OvidioLee commented on GitHub (Mar 17, 2024):
I highly recommend you add this feature.
new tab for 3ginfo-lite. its ok
@cariad61 commented on GitHub (Mar 22, 2024):
Thank you for all your packages they all installed and worked first time.
For information only I get the following warning/error when installing some packages:
Configuring` modemband.
Configuring luci-app-modemband.
uci: Parse error (invalid character in name field) at line 49, byte 20My system info:
System
Thank you for all the information you provide about the Quectel modems.
You probably know already but the command:
AT+QCFG="lte/bandprior",20,3is very useful to influence which is the primary channel for some CA combinations.
@4IceG commented on GitHub (Mar 23, 2024):
Hi @cariad61
I wrote packages for myself, as an ordinary OpenWrt user, not a developer.
All this means that errors may appear.
@kokroo commented on GitHub (May 24, 2024):
@4IceG The primary band lock feature would be quite useful. Is it available in this package, or another package (even yours)?
Cheers
@4IceG commented on GitHub (May 25, 2024):
Hi @kokroo Shiv ,
It's hard for me to say, maybe it would be possible to add this option somewhere. Question is what the creator/dev of the modemband package will say about this idea.
@obsy Cezary co myslisz o dodaniu takiej lub tych funkcjonalnosci (nawet w nowym pakiecie)?
@obsy commented on GitHub (May 25, 2024):
Nie wiem czy to powinno należeć do modemband. Ja bym to widział raczej w 3ginfo w gui, na zasadzie - jak wiesz że dany modem to potrafi i masz do niego odpowiednie polecenie, jak masz w parametrach PCI i EARFCN to wtedy dajesz jakiśś przycisk który jest aktywny i klikasz go żeby modem zbindował się na te parametry. Ew ręcznie wprowadzasz PCI i EARFCN gdzieś tam w konfiguracji.
@4IceG commented on GitHub (May 25, 2024):
@obsy Cezary opcja "cell lock" zgodze się z Tobą to bardziej zadanie dla 3ginfo. Dla modemband chodzilo o dodanie funkcji priorytetu dla pasm.
@Manu99it commented on GitHub (Jun 4, 2024):
Yeah would be interesting to see somewhere a cell lock setting. For now I am using AT commands, at least on many quectel modems to retrieve cell info one can use AT+QENG="neighbourcell" and to lock cell
AT+QNWLOCK="common/4g",,,,,,etc...
To disable cell lock command is AT+QNWLOCK="common/4g",0
Would also be nice to have a setting to set 4g only mode or 4g/WCDMA/UMTS
@4IceG commented on GitHub (Jun 9, 2024):
To add new function I need to rewrite the 3ginfo-lite plugin. I don't know if I can do it quickly.