Maximum amount of UE

147 views
Skip to first unread message

Rosario Patanè

unread,
Jul 31, 2023, 4:45:47 AM7/31/23
to 5G-LENA-users
Hi all I would like to report that I'm trying to create a simulation with a large number of UEs, but the limit is forty. I tried to increase the number of UEs in the examples and this always gives the problem "NS_ASSERT failed, cond="it != m_enbRrcSapProviderMap.end()", msg="could not find RNTI = 0", +0.021071427s 28 file= /home/saro/NS3/ns-3-dev/contrib/nr/model/nr-rrc-protocol-ideal.cc, line=254" examples and I still have the same problem. Could anyone help me? Thank you

George

unread,
Aug 1, 2023, 12:49:41 PM8/1/23
to 5G-LENA-users
What example are you talking about? Is this 40 UEs per gNB or....?  Be more specific. 

Also, have you tried simply printing to check what RNTIs are created , if you got one per each UE you create? 
Or maybe just use the already implemented LOGs, log the PHY, MAC layer and see what happens with these 40+ UEs you create. 


best regards,
George

hou yahiya

unread,
Jan 15, 2025, 6:27:59 AMJan 15
to 5G-LENA-users
Hi

I'm facing the same issue ("could not find RNTI = 0") when increasing the number to 40 UEs per gNB. I'm using ns-3.42 with 5g-lena-v3.3.y.
The example where i  changed the number of UEs is  cttc-nr-simple-qos-sched.cc(you will find it below).
Can you please help me resolve this issue?

Best Regards.
cttc-nr-simple-qos-sched.cc

Katerina Koutlia

unread,
Jan 16, 2025, 5:58:27 AMJan 16
to 5G-LENA-users
Try to increase the SRS periodicity:

Config::SetDefault ("ns3::NrgnbRrc::SrsPeriodicity", UintegerValue (320));

BR,
Kat


Aman Gupta

unread,
Apr 25, 2025, 9:10:19 AMApr 25
to 5G-LENA-users
Config::SetDefault("ns3::NrgnbRrc::SrsPeriodicity", UintegerValue(320));

I tried setDefault like this but I am getting the following error:
msg="Could not set default value for ns3::NrgnbRrc::SrsPeriodicity", +0.000000000s -1 file=/root/ns-3-dev/src/core/model/config.cc, line=899
NS_FATAL, terminating
terminate called without an active exception
Command 'build/contrib/nr/examples/ns3.42-test-nr-ue-default' died with <Signals.SIGABRT: 6>.

Can anyone guide me through this?

Gabriel Ferreira

unread,
Apr 25, 2025, 5:00:04 PMApr 25
to 5G-LENA-users
There is a typo in Gnb

Config::SetDefault("ns3::NrGnbRrc::SrsPeriodicity", UintegerValue(320));

Reply all
Reply to author
Forward
0 new messages