1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-07-09 11:39:05 +02:00
parent 82ec5ca974
commit 0947e7487a

View file

@ -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');