GetGsmCurrentOperator

From Opale Wiki
Revision as of 21:17, 1 April 2025 by Administrator (talk | contribs) (Created page with "This command gets the PLMN (MCC and MNC) of the current GSM operator, and the actual operator selection mode. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetGsmCurrentOperator''' |PortIndex |Operator selection mode, Operator PLMN |} '''OUTPUT''' GSM port operator selection mode and GSM operator PLMN: "%s %s %s\n", mode, plmn, status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmCurrentOperator 0 AUTOMATIC 20810 REGISTERED <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command gets the PLMN (MCC and MNC) of the current GSM operator, and the actual operator selection mode.


COMMAND

Command Line Arguments Returns
GetGsmCurrentOperator PortIndex Operator selection mode, Operator PLMN

OUTPUT

GSM port operator selection mode and GSM operator PLMN:

"%s %s %s\n", mode, plmn, status

EXAMPLE

~# GetGsmCurrentOperator 0
AUTOMATIC 20810 REGISTERED