9.[Trying some advanced stuff](#9-trying-some-advanced-stuff)
* In this demo the image tags and commits which were used are listed below, follow the [Building images](./BUILD_IMAGES.md) to build images with below tags.
...
...
@@ -285,8 +286,77 @@ iperf Done.
* For detailed analysis of messages, please refer previous tutorial of [testing with dsTester](./docs/DEPLOY_SA5G_WITH_DS_TESTER.md).
## 9. Trying Some Advanced Stuff ##
## 9. Undeploy ##
Here we try some scaling test with ueransim. There are additional IMSIs added into database (208950000000031-208950000000131).
Now we register 100 UEs using ueransim.
#### Note: We have to update `NUMBER_OF_UE` parameter in docker-compose of ueransim.
```bash
NUMBER_OF_UE=100
```
* Launch ueransim docker service
```bash
oai-cn5g-fed/docker-compose$ docker-compose -f docker-compose-ueransim-vpp.yaml up -d
Creating ueransim ... done
```
Wait a bit <br/>
Now we can verify that all UEs are successfully registered from AMF or SMF logs.