GetGsmOperatorList: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
m (removed Category:Voice using HotCat)
m (added Category:NETWORK using HotCat)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
20801 AVAILABLE
20801 AVAILABLE
</syntaxhighlight>
</syntaxhighlight>
[[Category:SMS|R2D2]]
[[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