GetGsmOperatorList: Difference between revisions
Jump to navigation
Jump to search
m (removed Category:SMS using HotCat) |
m (added Category:NETWORK using HotCat) |
||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:NETWORK]] |
Latest revision as of 08:52, 2 April 2025
This command gets the list of GSM operator (status and operator PLMN) present in the network for the specified GSM port. Status can be UNKNOWN, AVAILABLE, CURRENT or FORBIDDEN.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetGsmOperatorList | PortIndex | List of Operators’ PLMN and status |
OUTPUT
GSM port operator list (status and operator PLMN):
"%s %s\n", plmn, status
EXAMPLE
~# GetGsmOperatorList 0
20810 CURRENT
20801 AVAILABLE