GetNeighborCellsInfoVerbose: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command writes to the standard output GSM Cell information, in the format specific for  GSM port, for the neighbor cells on the specified GSM port.
This command writes to the standard output GSM Cell information, in the format specific for  GSM port, for the neighbor cells on the specified GSM port.
'''<u>This command is not supported on QUECTEL modules.</u>'''


'''COMMAND'''
'''COMMAND'''
Line 71: Line 73:
"WCDMA",10688,-661,258,-860,-230,3,-32768,-
"WCDMA",10688,-661,258,-860,-230,3,-32768,-
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:NETWORK]]

Latest revision as of 21:45, 13 September 2025

This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the neighbor cells on the specified GSM port.

This command is not supported on QUECTEL modules.

COMMAND

Command Line Arguments Returns
GetNeighborCellsInfoVerbose PortIndex Neighbor Cells Info in GSM module format

OUTPUT

Command output in the following format (for each Cell);

for 4G access technology:

"rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_priority,s_non_intra_search,thresh_serving_low,s_intra_search\n
 %s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n"

for 3G access technology:

"rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev\n
 %s,%d,%d,%d,%d,%d,%d,%d,%d\n"

EXAMPLE

~ # GetNeighborCellsInfoVerbose 0
rat,mcc,mnc,lac,cellid,uarfcn,psc,rscp,ecno,srxqual,srxlev,set,rank
"3G",220,03,53FD,C7E2B,10638,200,-81,22,14,33,1,-22
rat,mcc,mnc,lac,cellid,uarfcn,psc,rscp,ecno,srxqual,srxlev,set,rank
"3G",220,03,53FD,C0439,10638,0,-80,21,15,34,1,-21
rat,mcc,mnc,lac,cellid,uarfcn,psc,rscp,ecno,srxqual,srxlev,set,rank
"3G",-,-,-,-,10638,379,-87,35,1,27,1,-35

~ # GetNeighborCellsInfoVerbose 1
rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_priority,
s_non_intra_search,thresh_serving_low,s_intra_search
"LTE",6400,305,-14,-109,-77,-20,14,255,10,8,62
rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_priority,
s_non_intra_search,thresh_serving_low,s_intra_search
"LTE",6400,303,-16,-114,-88,-20,9,255,10,8,62
rat,earfcn,pcid,rsrq,rsrp,rssi,sinr,srxlev,cell_resel_priority,
s_non_intra_search,thresh_serving_low,s_intra_search
"LTE",6400,15,-14,-114,-90,-20,10,255,10,8,62

~ # SetAccessTechnology 0 GSM
OK

~ # GetNeighborCellsInfoVerbose 0
rat,mcc,mnc,lac,cellid,bsic,arfcn,rxlev,c1,c2,c31,c32
"2G",220,03,88C6,571B,62,64,-83,24,24,0,0
rat,mcc,mnc,lac,cellid,bsic,arfcn,rxlev,c1,c2,c31,c32
"2G",220,03,7D0C,7DD3,31,60,-85,22,22,0,0

~ # SetAccessTechnology 1 UMTS
OK

~ # GetNeighborCellsInfoVerbose 1
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,344,0,0,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,244,-730,-100,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,452,-750,-100,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,342,-750,-105,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,395,-750,-115,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,0,-770,-115,2,-23,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,319,-780,-165,3,-32768,-
rat,uarfcn,srxqual,psc,rscp,ecno,set,rank,srxlev
"WCDMA",10688,-661,258,-860,-230,3,-32768,-