Skip to content
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

feat: add missing description for linking UERANSIM gNB and UE #111

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

LaumiH
Copy link

@LaumiH LaumiH commented Jun 3, 2024

Hi,

while setting up free5gc compose with an integrated UERANSIM gNB and UE, I noticed that the documentation was missing a small detail: Before adding the ue service to the compose yaml, actually the values of the linkIp in config/gnbcfg.yaml and gnbSearchList in config/uecfg.yaml need to be replaced. The have 127.0.0.1 as of now, and thus are unable to communicate.

I suggest adding this small detail to the documentation to make it easier for newbies to get a first end-to-end 5GC with a gNB and UE running!

Cheers,
Laura

@abousselmi
Copy link
Collaborator

Thanks @LaumiH for spotting this.

The initial idea was to launch the UE from within the gNB container using docker exec. But if we are using a separate container for the UE, we should specify the gNB IP for the RLS communication, just like you said.

It would be nice if you can also add - gnb.free5gc.org to this list ?

gnbSearchList:

@abousselmi abousselmi added the bug Something isn't working label Jun 3, 2024
@LaumiH
Copy link
Author

LaumiH commented Jun 4, 2024

I suppose there could as well be a short sentence in the documentation about starting a UE directly within the ueransim container using docker exec, as the UE config file (uecfg.yaml) is already being copied into the container. This would simplify starting multiple UEs, too.

@abousselmi
Copy link
Collaborator

Yes that would be great !

@abousselmi abousselmi merged commit d45b98d into free5gc:master Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants