Skip to content
Snippets Groups Projects
Commit a4439b2b authored by Sagar Arora's avatar Sagar Arora :bicyclist_tone1:
Browse files

Added the video link

parent 96818106
No related branches found
No related tags found
1 merge request!55gCN SA demo with dsTest
......@@ -30,7 +30,7 @@
| spgw_u.conf | (Github) OPENAIRINTERFACE/openair-spgwu-tiny | [etc/spgw_u.conf](https://github.com/OPENAIRINTERFACE/openair-spgwu-tiny/blob/gtp_extension_header/etc/spgw_u.conf) |
- The PLMN, TAC, Operator Key should be properly configured in amf.conf according to gNB and UE
- In case of a COTS UE by default there are two PDN sessions so check the smf.conf to configure the right names for the IMS. Currently some parameters can not be configured via docker-compose.yaml. We recommend you directly configure them in the conf file and mount the file in the docker during run time.
- In case of a **COTS UE** by default there are two PDN sessions so check the smf.conf to configure the right names for the IMS. Currently some parameters can not be configured via docker-compose.yaml. We recommend you directly configure them in the conf file and mount the file in the docker during run time.
```
## Configure here
DNN_LIST = (
......@@ -138,3 +138,4 @@ components. To capture initial message exchange between smf<-->nrf<-->upf.
455631b3749c demo-oai-public-net bridge local
```
You are ready to check out the tutorial that [how 5g core works](./DEPLOY_SA5G_WITH_DS_TESTER.md).
......@@ -18,4 +18,4 @@
1. [Pre-requisites](./DEPLOY_PRE_REQUESITES.md)
2. [Building the Docker Images](./BUILD_IMAGES.md)
3. [Configuring the Containers](./CONFIGURE_CONTAINERS.md)
4. [5G Core Network Deployment and Testing with dsTest](./DEPLOY_SA5G_WITH_DS_TESTER.md)
\ No newline at end of file
4. [Tutorial: 5G Core Network Deployment and Testing with dsTest](./DEPLOY_SA5G_WITH_DS_TESTER.md)
\ No newline at end of file
......@@ -14,7 +14,6 @@
# 1. Install the proper version of Docker #
At time of writing (2020 / 09 / 22):
```bash
$ dpkg --list | grep docker
......
......@@ -47,6 +47,8 @@ The requried softwares and their respected versions are listed below. To replica
The new version of `wireshark` may not be available in the ubuntu repository so it is better to build it from source.
To know how to configure the machine with the above requirements vist [pre-requisites](./DEPLOY_PRE_REQUESITES.md) page.
## 2. Building Container Images ##
- 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.
......@@ -347,7 +349,7 @@ Using wireshark open scenario-execution.pcap use the filter ngap || http || pfcp
## 9. Demo Video ##
- Releasing soon on OAI youtube channel, don't miss it
- Here is the link to the [youtube video](https://www.youtube.com/watch?v=ENQiwl2EYl8)
## 10. Notes ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment