OAI UE failed registration in SA mode with 3rd party gNB + Core Network
Hi @guidocasati
I'm using OAI UE on latest develop branch, UE failed registration in SA mode with 3rd party gNB + Core Network.
Network will send second NAS Security Mode Command after UE capability information.
If I use version without MR !3176 (merged) , UE can finish registration.
Below is command used to run UE:
sudo ./nr-uesoftmodem -O ~/uxm_ue.conf --band 3 -C 1815000000 --CO -95000000 -r 106 --numerology 0 --ssb 6 --agc --clock-source 1
Below is UE config file:
Below is UE log:
I'm suspecting IE NAS key set identifier in Registration Request message caused this issue, in ok case this value is 1, but in failed case it's 0.
Could you please help take a look? Thanks!