aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
791 stars 323 forks source link

Some problems occur when starting multiple UEs at the same time #277

Closed dongzx666 closed 3 years ago

dongzx666 commented 3 years ago

I started 10 UEs with the following command and everything was ok, but there were some errors when I changed the number to 20 and 50.

nr-ue -c myconfig.yaml -n 10

The next two figures are the logs of nr-ue when the number of UE is 20. image image The next figure is the logs of nr-gnb when the number of UE is 20. image The next figure is the logs of nr-gnb when the number of UE is 50. image Here are the errors involved in the AMF log image image So why do these things happen? It seems that Open5GS did not process the UE information sent by GNB in time? And when the number of UE is 50, AMF directly terminate the association. I can't figure out whether this question is about UERANSIM or Open5GS, so I'm sorry to mention issue here first.

aligungr commented 3 years ago

Hi @dongzx666

I think there is a core network related problem in this case. PAYLOAD_NOT_FORWARDED cause is defined as "abnormal cause" by 3GPP for registration reject. So, probably some of the things didn't go well in the core-network side.

Perhaps it could be better to open an issue in Open5gs as well.

Thanks for reporting this issue.

dongzx666 commented 3 years ago

The discussion of this issue moved to the link.