aligungr / UERANSIM

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

[Question] Can one ueransim(gnb) support multi ueransim(UE) ? #315

Open Evanlin1224 opened 3 years ago

Evanlin1224 commented 3 years ago

Hello, @aligungr I want to implement two or three UEs through one gnb to connect open5gs core. And i want to separate UEs ,like UE1,UE2,UE3.... Can UERANSIM achieve or support that multi UEs connect one gnb at the same time?

aligungr commented 3 years ago

Hello @Evanlin1224

Yes, of course. You can use multiple UEs over same gNB. Please see wiki page, and let me know if you have a question

Evanlin1224 commented 3 years ago

Sorry @aligungr ~ maybe i don't described in details. My multi UEs mean that UE1 (build in VM1)、UE2(build in VM2)、UE3(build in VM3), they connect gNB(build in VM4) at the same time.

aligungr commented 3 years ago

Yes, as long as you set the IP addresses in the config files correctly you can surely use them in separate machine. There is absolutely no limitation about this.

This maybe helpful:

https://github.com/s5uishida/open5gs_5gc_ueransim_sample_config

Evanlin1224 commented 3 years ago

@aligungr Thanks you so much! I will try it and i will let you know ,if i have some problem!