How to register multiple UEs to MongoDB

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

Hi,
Have you ever found multiple UEs can register to free5GC with the same IMSI and config file?

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.