GetServingCellInfoVerbose: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command writes to the standard output GSM Cell information, in the format specific for GSM port, for the serving cell on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetServingCellInfoVerbose''' |PortIndex |Serving Cell Info in GSM module format |} '''OUTPUT''' Command output in the following format; On GSM port, for 4G access technology: "state,rat,is_tdd,mcc,mnc,cellid,pcid,earfcn,freq_band_ind,ul_bandwi...")
 
m (added Category:NETWORK using HotCat)
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:
"NOCONN","WCDMA",220,03,53FD,CC9A5,10688,67,1,-84,-14,-,-,-,-,-
"NOCONN","WCDMA",220,03,53FD,CC9A5,10688,67,1,-84,-14,-,-,-,-,-
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:NETWORK]]

Latest revision as of 21:32, 1 April 2025

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

COMMAND

Command Line Arguments Returns
GetServingCellInfoVerbose PortIndex Serving Cell Info in GSM module format

OUTPUT

Command output in the following format;

On GSM port, for 4G access technology:

"state,rat,is_tdd,mcc,mnc,cellid,pcid,earfcn,freq_band_ind,ul_bandwidth,dl_bandwidth,tac,rsrp,rsrq,rssi,sinr,srxlev\n
 %s,%s,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n"

On GSM port, for 3G access technology:

"state,rat,mcc,mnc,lac,cellid,uarfcn,psc,rac,rscp,ecio,phych,sf,slot,speech_code,commode\n
 %s,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n"

EXAMPLE

~ # GetServingCellInfoVerbose 0
state,rat,mcc,mnc,lac,cellid,uarfcn,psc,rssi,rscp,ecno,srxqual,srxlev,drx,PhysCh,SF,slot,dchrscp,dchecno,voicecodec,ComMod
"NOCONN","3G",220,03,53FD,C2775,10638,67,-80,-80,23,13,34,64,-,-,-,-,-,"-",-

~ # SetAccessTechnology 0 GSM
OK

~ # GetServingCellInfoVerbose 0
state,rat,mcc,mnc,lac,cellid,bsic,arfcn,band,rxlev,txp,rla,drx,c1,c2,gprs,tch,ts,ta,maio,hsn,rxlevsub,rxlevfull, rxqualsub,rxqualfull,voicecodec
"NOCONN","2G",220,03,88C6,2775,30,56,0,-68,5,4,64,39,39,1,-,-,-,-,-,-,-,-,-,"-"

~ # GetServingCellInfoVerbose 1
state,rat,is_tdd,mcc,mnc,cellid,pcid,earfcn,freq_band_ind,ul_bandwidth,dl_bandwidth,tac,rsrp,rsrq,rssi,sinr,srxlev
"LIMSRV","LTE","FDD",220,05,1120D,305,6400,20,3,3,18,-109,-16,-76,-1,14

~ # GetServingCellInfoVerbose 1
state,rat,mcc,mnc,lac,cellid,uarfcn,psc,rac,rscp,ecio,phych,sf,slot,speech_code,comMod
"NOCONN","WCDMA",220,03,53FD,CC9A5,10688,67,1,-84,-14,-,-,-,-,-