Skip to content

Commit

Permalink
Merge pull request #111 from LaumiH/fix/ueransim-missing-details
Browse files Browse the repository at this point in the history
feat: add missing description for linking UERANSIM gNB and UE
  • Loading branch information
abousselmi authored Jun 6, 2024
2 parents 97ce26c + 94a6bff commit d45b98d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker logs smf

Please refer to the [wiki](https://github.com/free5gc/free5gc/wiki) for more troubleshooting information.

## Integration with external gNB/UE
## Integration with (external) gNB/UE

### UERANSIM Notes

Expand All @@ -101,9 +101,10 @@ This [issue](https://github.com/free5gc/free5gc-compose/issues/28) provides deta
By default, the provided UERANSIM service on this `docker-compose.yaml` will only act as a gNB. If you want to create a UE you'll need to:

1. Create a subscriber through the WebUI. Follow the steps [here](https://free5gc.org/guide/Webconsole/Create-Subscriber-via-webconsole/#4-open-webconsole)
2. Copy the `UE ID` field
3. Change the value of `supi` on `config/uecfg.yaml` to the UE ID that you just copied
4. Add an UE service on `docker-compose.yaml` as it follows:
1. Copy the `UE ID` field
1. Change the value of `supi` in `config/uecfg.yaml` to the UE ID that you just copied
1. Change the `linkIp` in `config/gnbcfg.yaml` to `gnb.free5gc.org` (which is also present in the `gnbSearchList` in `config/uecfg.yaml`) to enable communication between the UE and gNB services
1. Add an UE service on `docker-compose.yaml` as it follows:

~~~yaml
ue:
Expand Down
1 change: 1 addition & 0 deletions config/uecfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ imeiSv: "4370816125816151"
# List of gNB IP addresses for Radio Link Simulation
gnbSearchList:
- 127.0.0.1
- gnb.free5gc.org

# UAC Access Identities Configuration
uacAic:
Expand Down

0 comments on commit d45b98d

Please sign in to comment.