Skip to content

Commit

Permalink
proto-3g: support fibocom customized chat script
Browse files Browse the repository at this point in the history
  • Loading branch information
srdgame committed Jun 14, 2024
1 parent b4d1aa1 commit 838dab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ return network.registerProtocol('3g', {
o.value('gprs_only', _('GPRS only'));
o.value('evdo', 'CDMA/EV-DO');
o.value('ec20', 'EC20 only');
o.value('fibocom', 'FIBOCOM');

o = s.taboption('general', form.Value, 'apn', _('APN'));
o.validate = function(section_id, value) {
Expand Down

0 comments on commit 838dab8

Please sign in to comment.