GetServingCellInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added Category:NETWORK using HotCat) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
Limited_Services 3G 0 0 10564 20801 03BC 1299 7 3 296 -79 -7.5 | Limited_Services 3G 0 0 10564 20801 03BC 1299 7 3 296 -79 -7.5 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: | [[Category:R2D2]] | ||
[[Category: | [[Category:NETWORK]] |
Latest revision as of 21:29, 1 April 2025
This command writes to the standard output GSM Cell information for the serving cell on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetServingCellInfo | PortIndex | Serving Cell Info (registration status,access technology, signal_level, RSSI, channel, PLMN, LAC/TAC, CellID, NCC, BSIC,PSC, RSCP, Ec/Io) |
OUTPUT
Command output in the following format:
"%s %s %d %d %d %s %x %x %d %d %d %d %f\n", registration_status,access_technology, signal_level, rssi, channel, plmn, lac, cell_id, ncc, bcc,psc, rscp, ecio
EXAMPLE
~# GetServingCellInfo 0
No_Connection 2G -65 45 58 20810 1A12 0122 3 5 0 0 0.0
~# GetServingCellInfo 1
Limited_Services 3G 0 0 10564 20801 03BC 1299 7 3 296 -79 -7.5