Skip to content

5. Cell Scanner

Jon Larrea edited this page Dec 12, 2023 · 1 revision

Cell Scanner is a utility inside the NG-Scope framework that scans for cells around you and produces a list of the detected cells and some parameters that might be relevant such as EARFCN, band or cell ID.

Cell Scanner gets compiled automatically with NG-Scope. After compiling it, you can find it under build/cellscanner/source/. It takes two mandatory arguments and one optional:

./cellscanner <Output file> <Region ID> <USRP arguments (optional)>

output file: path to the CSV output file. That file will contain the scanned cells.

Region ID: The Region ID tells cellinspector what bands should be scanned. 0 is for all bands, 1 is for USA bands, and 2 is for Europe bands.

USRP arguments: This optional parameter is used in case you want to pass some parameters to the USRP (e.g. you can pass "serial=SERIAL_NUMBER" in case you have multiple USRPs connected to the system and you want to use the USRP with serial number SERIAL_NUMBER).

The output file contains the following self-explanatory columns: **band,cell_id,dl_earfcn,freq_mhz,prbs,pss_power_dbm **. Here you have an example recorded at Princeton:

band,cell_id,dl_earfcn,freq_mhz,prbs,pss_power_dbm
2,0,697,1939.7,15,-34.7
2,180,700,1940.0,100,-32.7
2,38,700,1940.0,25,-41.5
2,0,820,1952.0,75,-31.0
2,180,825,1952.5,25,-25.7
2,370,825,1952.5,6,-34.7
2,372,827,1952.7,15,-29.3
2,0,870,1957.0,75,-29.3
2,0,872,1957.2,100,-26.8
2,396,875,1957.5,25,-22.2
2,376,900,1960.0,50,-27.4
2,0,997,1969.7,15,-33.5
2,15,1000,1970.0,50,-26.5
2,147,1125,1982.5,75,-28.4
2,0,1128,1982.8,25,-40.4
4,0,2295,2144.5,150,-39.2
4,0,2298,2144.8,15,-36.9
5,15,2560,885.0,50,-11.2
5,96,2565,885.5,15,-18.2
12,494,5035,731.5,25,-26.3
12,2,5036,731.6,150,-25.8
12,2,5037,731.7,25,-25.7
12,2,5038,731.8,100,-28.7
12,372,5110,739.0,50,-16.6
14,180,5330,763.0,50,-17.4
17,372,5780,739.0,50,-19.4
17,0,5783,739.3,150,-23.3
25,0,8135,1939.5,25,-40.7
25,0,8138,1939.8,75,-41.1
25,180,8140,1940.0,100,-37.1
25,38,8140,1940.0,150,-40.8
25,0,8262,1952.2,125,-26.5
25,0,8263,1952.3,15,-25.5
25,180,8265,1952.5,25,-24.3
25,0,8313,1957.3,150,-23.8
25,396,8315,1957.5,25,-21.5
25,0,8319,1957.9,25,-26.4
25,376,8340,1960.0,50,-25.9
25,315,8559,1981.9,150,-37.9
25,147,8565,1982.5,75,-28.4
25,0,8567,1982.7,50,-30.7
25,0,8569,1982.9,50,-36.1
26,15,8950,885.0,50,-11.9
26,0,8956,885.6,100,-18.2
30,180,9820,2355.0,50,-42.9
66,147,66786,2145.0,100,-34.6
66,0,67084,2174.8,15,-34.3
66,180,67086,2175.0,50,-33.0
66,38,67086,2175.0,50,-37.1
71,2,68756,634.0,6,-15.1
71,2,68758,634.2,150,-13.8
71,494,68761,634.5,25,-9.5
71,437,68762,634.6,75,-11.4
71,2,68764,634.8,6,-13.1
Clone this wiki locally