GetGsmCurrentOperator: Difference between revisions
Jump to navigation
Jump to search
(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 <...") |
m (added Category:R2D2 using HotCat) |
||
Line 24: | Line 24: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
Revision as of 21:17, 1 April 2025
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