-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Access to gNB and UE (like in UERANSIM repo) #74
Comments
Hi @IgnacioCTO, Thanks for the report! That's basically what #31 is about, but we are not sure yet the best way to design the UX. If you any wishes on how you would like to be able to interact with the gNodeB/UE feel free to share! Thanks a lot! |
Hi @linouxis9 ! I think that I've been able to perform the XNH alone, but I still get an error when performing XNH and NGH at the same time (I will open a new issue for it). Right now I have a few questions about PacketRusher if you are so kind to answer them: 1. Is there a way to check the users attached to a gnb? or the gnb to which the UE is attached? Thank you for your time, I appreciate any indication. Ignacio |
Hi @IgnacioCTO, Please do open an issue for your bug as well, as I'm pretty sure I know what's going on. Thanks! |
Good Morning @linouxis9, I will open the bug and the two enhancement request. As for point 3, I need to simulate a 5G constellation where I have UEs and gNBs in different containers sending traffic between them. Do you think that this could be feasible? Maybe a containerized version of PacketRusher could do the job, like in free5gc-compose. Thank you for your active responses. Ignacio |
Good morning to you as well @IgnacioCTO! Yes, for now and for your use cases, I would recommend you to have multiple containers of PacketRusher (either in Docker/Podman or in k8s) which each simulate a single gNodeB and multiples UEs. Thanks and cheers, |
Okay, I see... There is not an easy way to separate both in two different containers then. Thank you for the explanation. |
Hello everyone!
I think that it could be interesting to have a way to connect to the users and gNBs deployed, where you could access their information and trigger some other useful commands like handovers.
I know about a repository called UERANSIM which also implements a RAN access for 5G and it offers this type of command interface with their nodes. They haven't implemented all the same 5G features as you tho.
Thank you for sharing your work,
Ignacio
The text was updated successfully, but these errors were encountered: