Skip to content

Commit

Permalink
Merge pull request #121 from tim1207/docs/ueransim
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Apr 12, 2024
2 parents 992b220 + dc86da4 commit a57490f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/guide/5-install-ueransim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docs/guide/Webconsole/Create-Subscriber-via-webconsole.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified docs/guide/Webconsole/images/create_subscriber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/guide/Webconsole/images/created_subscriber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/guide/Webconsole/images/subscriberData1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/guide/Webconsole/images/subscriberData2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/guide/Webconsole/images/subscriberData3.png
Binary file not shown.

0 comments on commit a57490f

Please sign in to comment.