Hello
I tried to register multiple UEs to MongoDB Because of multi UEs registration.
easily, I can register UE to MongoDB using webconsole one by one.
However, If 1 Millions UEs should be registerd, It’s hard to register UEs.
How to register multiple UEs to MongoDB?
thks
htliu6
August 19, 2021, 7:57am
2
Hi,
Have you ever found multiple UEs can register to free5GC with the same IMSI and config file?
Hi everyone,
In general, IMSI is unique to each UE. However, I can use UERANSIM to register multiple UEs with the same config file, and the IMSI included in the file is fixed, i.e., 208930000000003. I wonder how to understand this phenomenon?
chenht
September 26, 2021, 10:53am
3
Hi @twannything ,
there is an insert() method of MongoDB which enable to insert new documents into a collection.
You can use that in a for-loop to register multiple UE to MongoDB once.