-
Notifications
You must be signed in to change notification settings - Fork 175
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
ZMQ ue-gnb connection validation #593
Comments
ping should work. Could you check UE routing table?
Do you have another instance of open5gs (installed manually) running on the PC? |
I am pretty sure I installed and am running just one instance of it. Is there a way to double check? |
what is this route?
|
Seems to be specific to my VPN. Unfortunately, I couldn't find a way to get this running without |
then your traffic goes to the VPN interface. Could you disable the VPN and test? |
Ok so I was able to run it without the VPN but ping still doesnt work (but with UE gnb traffic)
I did try the open5gs docker first and we did go at length not being able to reproduce it (see here) - this is why I tried to run it manually instead. I did triple-checked and updated all the default open5gs configs to srsRAN configs |
Why do you have those two routes?
Can you remove it? |
So I restarted so I'll show you what routes are there step by step:
Not sure why
|
could you try:
instead of
|
Sorry, wasn't too sure if it mattered with the /16 or /24 set in open5gs and srsran, so I made them all consistent /16:
|
indeed it should be:
|
ah wait, do you run the dockerized version of the Open5gs? |
No its a local instance - the docker didnt work for me |
ok, then you do not need the |
Got excited there but still the same - could you check if I need to delete some of these routes? |
why there are two same routes?
|
Hm, that was peculiar - so I reran the open5gs component 1 by 1 (in the order given in the open5gs tutorial), and the two
I am not sure why its creating these. This is the config for upf
Should I delete those? |
why did you set this:
|
Well I followed everything in srsran config, but I suppose that was meant for docker? Not sure which to include and which not to.
|
yes, this is meant for the docker-based setup. Please just follow this tutorial: https://open5gs.org/open5gs/docs/guide/01-quickstart/ In addition, our Amarisoft UE tutorial uses Open5gs installed manually: https://docs.srsran.com/projects/project/en/latest/tutorials/source/amariUE/source/index.html#id6 |
I think I solved it. So in contrast to the tutorial, I didnt have to change any IP addresses at all (in AMF, UPF etc) (I guess since its a single host machine). I just updated the rest (TAC PLMN etc) following srsran.
Thanks for the help @pgawlowicz ! |
I successfully connected srsue to srsgnb via zmq
For validation, I ping but see nothing transmitted
However, there was gnb traffic:
and ue traffic:
Is this expected?
The text was updated successfully, but these errors were encountered: