Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s5uishida authored Oct 12, 2023
1 parent 3be6bc0 commit dd65cde
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The communication paths to be confirmed for each destination IP address are as f
## Changes in configuration files of free5GC 5GC and UERANSIM UE / RAN

Please refer to the following for building free5GC and UERANSIM respectively.
- free5GC v3.2.1 - https://github.com/free5gc/free5gc/wiki/Installation
- free5GC v3.2.1 - https://free5gc.org/guide/
- UERANSIM v3.2.6 - https://github.com/aligungr/UERANSIM/wiki/Installation

<a id="changes_cp"></a>
Expand Down Expand Up @@ -591,31 +591,14 @@ Next, configure NAPT.
**Note. It is recommended to use go1.18.x according to the commit to free5gc/openapi on 2022.10.26.**
Please refer to the following for building free5GC and UERANSIM respectively.
- free5GC v3.2.1 - https://github.com/free5gc/free5gc/wiki/Installation
- free5GC v3.2.1 - https://free5gc.org/guide/
- UERANSIM v3.2.6 - https://github.com/aligungr/UERANSIM/wiki/Installation
Install MongoDB on free5GC 5GC C-Plane machine.
It is not necessary to install MongoDB on free5GC 5GC U-Plane machines.
[MongoDB Compass](https://www.mongodb.com/products/compass) is a convenient tool to look at the MongoDB database.
**Note. If you want to use the latest committed version, please run the following script to checkout all NFs and Web Console to the latest `main` branch before building.**
```bash
#!/usr/bin/env bash
NF_LIST="nrf amf smf udr pcf udm nssf ausf upf n3iwf"
for NF in ${NF_LIST}; do
cd NFs/${NF}
git checkout main
cd ../..
done
cd webconsole
git checkout main
cd ..
git checkout main
```
**Note. The installation guide also includes instructions on building the latest committed version.**
<a id="run"></a>
Expand Down

0 comments on commit dd65cde

Please sign in to comment.