GetServingCellInfo: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
m (removed Category:CDR using HotCat)
m (added Category:R2D2 using HotCat)
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:R2D2]]

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