[srsran-users] ue earfcn selection possible bug
J Giovatto
jgiovatto at adjacentlink.com
Fri Nov 11 02:14:04 UTC 2022
Hi Folks,
I ran into an issue where I had multiple earfcn configured for the ue,
but only the first was ever chosen in a hopeless cell search attempt.
Looks like a simple fix.
Before:
$ srsue ./ue.conf | grep index
02:02:34.394104 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:35.040149 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:36.040134 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:37.040093 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:38.040305 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:39.040181 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:40.040162 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:02:41.040105 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
patch applied (see attached)
now with 2 earfcn
$ srsue ./ue.conf | grep index
02:04:40.382310 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:04:41.040164 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/2
02:04:42.040090 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:04:43.040124 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/2
02:04:44.041107 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:04:45.041112 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/2
02:04:46.040130 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/2
02:04:47.040142 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/2
and with 3 earfcn
srsue ./ue.conf | grep index
02:05:44.385179 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/3
02:05:45.040103 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/3
02:05:46.040186 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=2/3
02:05:47.040105 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/3
02:05:48.040141 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/3
02:05:49.040108 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=2/3
02:05:50.040116 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/3
02:05:51.040169 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=1/3
02:05:52.040218 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=2/3
02:05:53.040198 [PHY ] [I] [ 0] Cell Search: Start EARFCN -1,
index=0/3
Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ue_earfcn_seletion.patch
Type: text/x-patch
Size: 1154 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20221110/0e16f14c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20221110/0e16f14c/attachment.sig>
More information about the srsran-users
mailing list