GetNeighborCellsInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command writes to the standard output Neighbor Cells information for the neighbor cells on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetNeighborCellsInfo''' |PortIndex |Neighbor Cells Info (Access Technology, signal level, RSSI, channel, PLMN, BSIC, PSC, RSCP, EcIo) |} '''OUTPUT''' Command output in the following format: "%s %d %d %d %s %d %d %d %f\n", access_technology, signal_level,rssi, channel, plmn...") |
m (added Category:R2D2 using HotCat) |
||
Line 36: | Line 36: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
Revision as of 21:24, 1 April 2025
This command writes to the standard output Neighbor Cells information for the neighbor cells on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetNeighborCellsInfo | PortIndex | Neighbor Cells Info (Access Technology, signal level, RSSI, channel, PLMN, BSIC, PSC, RSCP, EcIo) |
OUTPUT
Command output in the following format:
"%s %d %d %d %s %d %d %d %f\n", access_technology, signal_level,rssi, channel, plmn, bcc, psc, rscp, ecio
EXAMPLE
~# GetNeighborCellsInfo 0
2G -88 22 56 20810 6 0 0 0.0
2G -88 22 52 20810 7 0 0 0.0
2G -89 21 54 20810 7 0 0 0.0
2G -89 21 50 20810 4 0 0 0.0
2G -94 16 61 20810 7 0 0 0.0
2G -94 16 64 20810 1 0 0 0.0
~# GetNeighborCellsInfo 1
3G 0 0 10663 0 0 212 -76 -8.0
3G 0 0 10663 0 0 346 -81 -12.5
3G 0 0 10663 0 0 52 -83 -14.0
3G 0 0 10663 0 0 208 -87 -19.5
3G 0 0 10663 0 0 214 -90 -22.0
3G 0 0 10663 0 0 263 -99 -24.0