summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-modemmanager/htdocs/luci-static
AgeCommit message (Collapse)Author
2024-10-19luci-proto-modemmanager: add initial EPS bearer supportDamir Samardzic
ModemManager protocol has supported setting initial EPS bearer since package commit [1], so lets expose the same support via LuCI as well. [1] https://github.com/openwrt/packages/commit/af12147f8c54ac3a44d32c5c1bd95099bc9a6c74 Signed-off-by: Damir Samardzic <damir.samardzic@sartura.hr> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2024-07-22luci-proto-modemmanger: fix auth handlingFlorian Eckert
This has never worked because the option 'auth' is not known to the modemmanger proto handler. The correct uci name is 'allowedauth' and is also a uci list option, so that several options can be selected. This commit fixes this bug. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-25luci-proto-modemmanager: rename menu entry from mobile service to cellular ↵Florian Eckert
network The old term "mobile service" is not common, it is replaced by the new name "cellular network", which is more familiar. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-04luci-proto-modemmanager: Added logging level option and debugmodePaul Donald
Merge github.com:valexi7/luci PR #4328 Signed-off-by: Paul Donald <newtwen@gmail.com> Signed-off-by: valexi7 <44439515+valexi7@users.noreply.github.com>
2023-09-01luci-proto-modemmanager: also allow none for preferredmode config optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-08-17luci-proto-modemmanger: register missing error codesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-08-17luci-proto-modemmanager: delete removed error codesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-08-09luci-proto-modemmanager: add allowed and preferred modeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-06-30luci-proto-modemmanager: use helper in protocolLukas Voegl
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2023-06-30luci-proto-modemmanager: add status pageLukas Voegl
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2021-08-19protocols: make APN option optional againJo-Philipp Wich
Fixes: #5284 Fixes: 1661ac6bf8 ("luci-proto-ncm: add APN and PIN validation") Fixes: 114dc38dc2 ("luci-proto-qmi: add APN and PIN validation") Fixes: 6a8ad40b05 ("luci-proto-3g: add APN and PIN validation") Fixes: ebb676ef7b ("luci-proto-modemmanager: add APN and PIN validation") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-13luci-proto-modemmanager: add APN and PIN validationNicholas Smith
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com> [squash commits, fix white space] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-01protocols: rename "device" option to "_modem_device"Jo-Philipp Wich
This is required to resolve clashes with the generic "option device" referring to netdev names in current netifd versions. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-15treewide: remove rendundant proto handler optionsJo-Philipp Wich
The introduction of network device configuration support also implemented all common, protocol-independent interface options directly in the interface config view, so drop the redundant option definitions. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-01-07luci-proto-modemmanager: add support for specifying signal refresh rateNicholas Smith
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2020-08-05luci-proto-modemmanger: add missing proto optionsvalexi7
Added options for signal refresh rate and Debugmode. Added logging level option Signed-off-by: valexi7 <44439515+valexi7@users.noreply.github.com> luci-proto-modemmanger: add missing proto options Changed logging level translations according to OpenWRT standards Signed-off-by: valexi7 <44439515+valexi7@users.noreply.github.com>
2020-07-10luci-proto-modemmanager: add modem specific error messages.Nicholas Smith
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-02-08luci-proto-modemmanager: use nmcli to detemrine modem choicesJo-Philipp Wich
Fixes: #3586 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-10-14luci-proto-modemmanager: add translation for valuesAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-10-11luci-proto-modemmanager: add luci-proto-modemmanagerNicholas Smith
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>