mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Add PLMN setting in ModemManager interface
This commit is contained in:
parent
82ec5ca974
commit
0947e7487a
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ return network.registerProtocol('modemmanager', {
|
|||
o = s.taboption('general', form.Value, 'pukcode', _('PUK'));
|
||||
o.datatype = "uinteger";
|
||||
|
||||
o = s.taboption('general', form.Value, 'plmn', _('PLMN'));
|
||||
o.datatype = "uinteger";
|
||||
|
||||
o = s.taboption('general', form.ListValue, 'auth', _('Authentication Type'));
|
||||
o.value('both', _('PAP/CHAP (both)'));
|
||||
o.value('pap', 'PAP');
|
||||
|
|
Loading…
Reference in a new issue