@@ -42,7 +42,7 @@ Please follow the tutorial step by step to create a stable working testbed.
5.[Reference Logs and PCAPs](#5-reference-logs)
6.[Notes](#6-notes)
## 1. Pre-requisites ##
## 1. Pre-requisites
Read the tutorial on [how to deploy a Basic OAI-5G core network](./DEPLOY_SA5G_BASIC_DS_TESTER_DEPLOYMENT.md) you can choose to deploy with or without NRF. In this tutorial we are choosing with nrf scenarion.
...
...
@@ -52,7 +52,7 @@ Create a folder where you can store all the result files of the tutorial and lat
## 2. Configuring the OAI-5G Core Network Functions ##
## 2. Configuring the OAI-5G Core Network Functions
Edit the correct docker-compose file of Basic OAI 5G core network, set the parameter `USE_LOCAL_SUBSCRIPTION_INFO` to `no` in the smf service configuration of the docker-compose file.
...
...
@@ -89,7 +89,7 @@ Make sure you perform this for all the UEs, if there is a user information prese
For now these two entries are present in the database file
## 3. Deploying OAI 5g Core Network ##
## 3. Deploying OAI 5g Core Network
In the previous tutorial we explain how to deploy the core network using our [python deployer](../docker-compose/core-network.py). Here we will only provide quick commands needed to deploy the core network, to learn how to use the python dployer please follow
+ On the ran emulator host instantiate the ran emulator of your choice here we will show it using gnbsim. We are running everything on one host thus the ran-emulator-host and docker-compose-host is the same for the moment.
``` shell
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim
```
<!---
``` shell
docker-compose-host $:sleep 5
```
-->
+ (Optional) in case you want you can also run another instance of gnbsim to check dynamic ip-address allocation is also working or not
``` console
docker-compose-host $: docker-compose -f docker-compose-gnbsim.yaml up -d gnbsim2
- If you replicate then your log files and pcap file will be present in `/tmp/oai/static-ue-ip/` if you want to compare it with our provided logs and pcaps. Then follow the next section