Skip to content

Commit

Permalink
Add known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 14, 2024
1 parent 1337bcf commit c502e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ To enable syntax coloration in Vim, you can use the following plugin: [`nextmn/v
To analyse RAN traffic, you can install the following Wireshark/Tshark plugin : [`nextmn/RLS-wireshark-dissector`](https://github.com/nextmn/RLS-wireshark-dissector).

### 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).
- 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 apply the patch provided in [free5gc/gtp5g#130](https://github.com/free5gc/gtp5g/pull/130) (or you may try to disable GTP Sequence Numbers). If you don't, downlink packets wil be malformed, and thus dropped by NextMN's gNB Lite.

## Copyright
### Author
Expand Down

0 comments on commit c502e1b

Please sign in to comment.