GetGsmNetworkList: Difference between revisions
Jump to navigation
Jump to search
m (removed Category:Voice using HotCat) |
m (added Category:R2D2 using HotCat) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
20820 FORBIDDEN 7 F-Bouygues Telecom | 20820 FORBIDDEN 7 F-Bouygues Telecom | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: | |||
[[Category: | [[Category:NETWORK]] | ||
[[Category:R2D2]] |
Latest revision as of 21:20, 1 April 2025
This command gets the PLMN (MCC and MNC), the name, the status and the access technology for all GSM operators detectable by the modem.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetGsmNetworkList | PortIndex | List of Operators’ PLMN, status, technology and name |
OUTPUT
GSM port operator selection mode and GSM operator PLMN:
"%s %s %s\n", mode, plmn, status
EXAMPLE
~# GetGsmNetworkList 0
20801 CURRENT 7 Orange F
20801 AVAILABLE 2 Orange F
20801 AVAILABLE 0 Orange F
20810 AVAILABLE 7 F SFR
20815 FORBIDDEN 7 Free
20820 FORBIDDEN 2 F-Bouygues Telecom
20820 FORBIDDEN 7 F-Bouygues Telecom