Including the band number on PSS scans

This commit is contained in:
Sébastien Dudek 2023-02-19 12:06:21 +01:00
parent 48290ef43c
commit f21c3f261d
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class srslte_pss(object):
tmpcell2[cid] = { 'FREQ' : tmpcell['FREQ'],
'PLMN' : "-1",
'type' : "4G",
'band' : "-1",
'band' : tmpcell['BAND'],
'eARFCN' : int(tmpcell['DL_EARFCN']),
'POWER' : tmpcell['POWER'].split("\n")[0],
}

2
thirdparty/srsLTE vendored

@ -1 +1 @@
Subproject commit 199c6076e8c59c2fbdf755799db7640d8ce83eee
Subproject commit 8479ae47917b7b646ddeb3a9a7f662eea450954d