diff --git a/docs/guide/3-install-free5gc.md b/docs/guide/3-install-free5gc.md index 4f6ccb5e..11ffd9e1 100644 --- a/docs/guide/3-install-free5gc.md +++ b/docs/guide/3-install-free5gc.md @@ -88,7 +88,7 @@ sudo systemctl disable ufw # prevents the firewall to wake up after a OS reboot ``` cd ~ - git clone --recursive -b v3.3.0 -j `nproc` https://github.com/free5gc/free5gc.git + git clone --recursive -b v3.4.1 -j `nproc` https://github.com/free5gc/free5gc.git cd free5gc ``` @@ -129,7 +129,7 @@ sudo systemctl disable ufw # prevents the firewall to wake up after a OS reboot 2. Retrieve the 5G GTP-U kernel module using `git` and build it ``` - git clone -b v0.8.5 https://github.com/free5gc/gtp5g.git + git clone -b v0.8.6 https://github.com/free5gc/gtp5g.git cd gtp5g make sudo make install diff --git a/docs/guide/5-install-ueransim.md b/docs/guide/5-install-ueransim.md index b2c702f0..6d215332 100644 --- a/docs/guide/5-install-ueransim.md +++ b/docs/guide/5-install-ueransim.md @@ -76,6 +76,10 @@ The screen shows the port number `:5000` at the end. Open your web browser from - Leave the other fields unchanged. This registration data is used for ease of testing and actual use later. - Scroll all the way down and click on `Submit`. - Once the data shows up on the "Subscribers" table, you can press `Ctrl-C` on the terminal to kill the WebConsole process on the free5gc VM +- You can view more tutorials through this [link](./Webconsole/Create-Subscriber-via-webconsole.md). +>[!NOTE] + > + >You have to make sure that the parameters on the webconsole are consistent with the UE. ## 5. Setting free5GC and UERANSIM Parameters diff --git a/docs/guide/Webconsole/Create-Subscriber-via-webconsole.md b/docs/guide/Webconsole/Create-Subscriber-via-webconsole.md index 43dde44f..ad00af61 100644 --- a/docs/guide/Webconsole/Create-Subscriber-via-webconsole.md +++ b/docs/guide/Webconsole/Create-Subscriber-via-webconsole.md @@ -49,11 +49,10 @@ Password: free5gc - 5QI - Uplink GBR/MBR - Downlink GBR/MBR - - Flow-Based Charging Config + - [Flow-Based Charging Config](../Charging/setting.md) ![](./images/subscriberData1.png) ![](./images/subscriberData2.png) -![](./images/subscriberData3.png) > Check that the new subscriber was added successfully diff --git a/docs/guide/Webconsole/images/create_subscriber.png b/docs/guide/Webconsole/images/create_subscriber.png index 13768232..5be6855d 100644 Binary files a/docs/guide/Webconsole/images/create_subscriber.png and b/docs/guide/Webconsole/images/create_subscriber.png differ diff --git a/docs/guide/Webconsole/images/created_subscriber.png b/docs/guide/Webconsole/images/created_subscriber.png index 377c3e86..384e8e2c 100644 Binary files a/docs/guide/Webconsole/images/created_subscriber.png and b/docs/guide/Webconsole/images/created_subscriber.png differ diff --git a/docs/guide/Webconsole/images/subscriberData1.png b/docs/guide/Webconsole/images/subscriberData1.png index 55030a61..4656eece 100644 Binary files a/docs/guide/Webconsole/images/subscriberData1.png and b/docs/guide/Webconsole/images/subscriberData1.png differ diff --git a/docs/guide/Webconsole/images/subscriberData2.png b/docs/guide/Webconsole/images/subscriberData2.png index 155a7531..31acca0e 100644 Binary files a/docs/guide/Webconsole/images/subscriberData2.png and b/docs/guide/Webconsole/images/subscriberData2.png differ diff --git a/docs/guide/Webconsole/images/subscriberData3.png b/docs/guide/Webconsole/images/subscriberData3.png deleted file mode 100644 index 1ea4eece..00000000 Binary files a/docs/guide/Webconsole/images/subscriberData3.png and /dev/null differ