GetGsmNetworkList: Difference between revisions
Jump to navigation
Jump to search
m (removed Category:Voice using HotCat) |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
"%s %s %s\n", mode, plmn, status | "%s %s %s\n", mode, plmn, status | ||
'''Where''' technology (access technology) are : | |||
* <code>0</code> = GSM | |||
* <code>2</code> = UTRAN (3G) | |||
* <code>7</code> = LTE | |||
* <code>12</code> = NR5G (5G SA) | |||
* <code>13</code> = NR5G (5G NSA) | |||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
| Line 27: | Line 35: | ||
20820 FORBIDDEN 7 F-Bouygues Telecom | 20820 FORBIDDEN 7 F-Bouygues Telecom | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: | |||
[[Category: | [[Category:NETWORK]] | ||
[[Category:R2D2]] | |||
Latest revision as of 08:46, 10 April 2026
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
Where technology (access technology) are :
0= GSM2= UTRAN (3G)7= LTE12= NR5G (5G SA)13= NR5G (5G NSA)
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