summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-modemmanager
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-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
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>
2024-03-19luci-proto-modemmanager: add missing license informationFlorian Eckert
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>
2023-03-16luci-proto-modemmanager: fix acl regex to support more then 9 modem objectsFlorian Eckert
If a modem is restarted often, the modem manager object number is increased by one. Currently, the regex is set so that the modem can no longer be selected if the object number is greater than 9. This change fixes that. Signed-off-by: Florian Eckert <fe@dev.tdt.de> [replace wildcard with rule duplication to disallow option injection] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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-11-03treewide: move templates and libraries not used by the core to luci-compatJo-Philipp Wich
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>