How to configure multiple UEs to a single GnB using PacketRusher? #123
-
I'm trying to simulate multiple UE's connected to a single GnB with traffic running. Is this possible to do with packet rusher? When I try running without the dedicated GnB: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @madhavEdgeq, Happy to see you using PacketRusher! To run multiples UEs at the same time, you need to add the --tunnel and --dedicatedGnb option: Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @madhavEdgeq,
Happy to see you using PacketRusher! To run multiples UEs at the same time, you need to add the --tunnel and --dedicatedGnb option:
sudo ./packetrusher multi-ue -n 6 --tunnel --dedicatedGnb
, which will create one gNodeB per UE and the associated tunnel.For now, sadly, you cannot create multi-ue on a single gNodeB if you want to have a tunnel.
More information on --dedicatedGnb here: #65 (comment) and on why this limitation exists for now here: #111 (comment)
Cheers,
Valentin