Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zanattabruno committed Sep 17, 2022
1 parent 3d780cf commit 3328bfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ According to the [Free5GC documentation](https://github.com/free5gc/free5gc/wiki
```console
sudo rm -rf {path-to-folder}/*
```

Or, if are using local-path

```console
kubectl get pvc
kubectl delete pvc datadir-mongodb-0
```
And reinstall core and RAN helms.

#### TUN interface correctly created on the UE but internet
This may occur because of `ipv4.ip_forward` being disabled on the UPF POD. In fact, this functionalty is needed by the UPF as it allows him to [act as a router](http://linux-ip.net/html/routing-forwarding.html).

Expand Down
Binary file added pictures/fix-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3328bfe

Please sign in to comment.