Skip to content

Commit

Permalink
Update SMF ; disable ULCL until free5gc/smf#141 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Feb 4, 2025
1 parent a8218df commit 536e393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ To analyse RAN traffic, you can install the following Wireshark/Tshark plugin :

### Known issues
- Docker version `5:25.0.0` has [a bug](https://github.com/moby/moby/issues/47120) that prevent running the testbed. Use a different version (`5:25.0.1` or higher, or `5:24.*` or lower).
- To be able to use Free5GC's UPFs along with NextMN-Lite (`make set/dataplane/free5gc && make set/controlplane/nextmn-lite`), you must use [free5gc/gtp5g](https://github.com/free5gc/gtp5g) v0.9.6 at least.
- To be able to use Free5GC's UPFs along with NextMN-Lite (`make set/dataplane/free5gc && make set/controlplane/nextmn-lite`), you must use [`free5gc/gtp5g`](https://github.com/free5gc/gtp5g) v0.9.6 at least.
- To be able to use Free5GC's UPF along with the latest version of `louisroyer/dev-free5gc-smf`, you must use a version of `free5gc/gtp5g` with the patch provided in [PR #138](https://github.com/free5gc/gtp5g/pull/138).

## Copyright
### Author
Expand Down
2 changes: 1 addition & 1 deletion templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ services:
- nextmn-upf
#~ endif
#~ endif
ULCL: "true"
ULCL: "false" # see https://github.com/free5gc/smf/issues/141
LINKS: |-
#~ if "nextmn-srv6" in config["topology"]["dataplane"]
- A: GNB
Expand Down

0 comments on commit 536e393

Please sign in to comment.