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

Changes in the name of log files in results folder

parent 1cdfdcb4
No related branches found
No related tags found
1 merge request!55gCN SA demo with dsTest
......@@ -22,7 +22,7 @@ services:
ipv4_address: 192.168.70.131
oai-amf:
container_name: "oai-amf"
image: oai-amf:multi-pdu
image: oai-amf:develop
environment:
- TZ=Europe/paris
- INSTANCE=0
......@@ -119,7 +119,7 @@ services:
ipv4_address: 192.168.70.133
oai-spgwu:
container_name: "oai-spgwu"
image: oai-spgwu:gtp-ext-header
image: oai-spgwu-tiny:gtp-ext-header
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
......
......@@ -139,7 +139,7 @@ services:
ipv4_address: 192.168.70.133
oai-spgwu:
container_name: "oai-spgwu"
image: oai-spgwu:gtp-ext-header
image: oai-spgwu-tiny:gtp-ext-header
environment:
- TZ=Europe/Paris
- PID_DIRECTORY=/var/run
......
......@@ -79,13 +79,13 @@ Here in our network configuration, we need to pass the "GIT PROXY" configuration
## 3.1 On a Ubuntu 18.04 Host ##
```bash
$ docker build --target oai-amf --tag oai-amf:production \
$ docker build --target oai-amf --tag oai-amf:develop \
--file component/oai-amf/docker/Dockerfile.ubuntu.18.04 \
--build-arg NEEDED_GIT_PROXY="http://proxy.eurecom.fr:8080" \
component/oai-amf
$ docker image prune --force
$ docker image ls
oai-amf production f478bafd7a06 1 minute ago 258MB
oai-amf develop f478bafd7a06 1 minute ago 258MB
...
```
......@@ -94,13 +94,13 @@ oai-amf production f478bafd7a06 1 minute ago
## 4.1 On a Ubuntu 18.04 Host ##
```bash
$ docker build --target oai-smf --tag oai-smf:production \
$ docker build --target oai-smf --tag oai-smf:develop \
--file component/oai-smf/docker/Dockerfile.ubuntu.18.04 \
--build-arg NEEDED_GIT_PROXY="http://proxy.eurecom.fr:8080" \
component/oai-smf
$ docker image prune --force
$ docker image ls
oai-smf production f478bafd7a06 1 minute ago 274MB
oai-smf develop f478bafd7a06 1 minute ago 274MB
...
```
......@@ -109,12 +109,12 @@ oai-smf production f478bafd7a06 1 minute ago
## 5.1 On a Ubuntu 18.04 Host ##
```bash
$ docker build --target oai-nrf --tag oai-nrf:production \
$ docker build --target oai-nrf --tag oai-nrf:develop \
--file component/oai-nrf/ci-scripts/Dockerfile.ubuntu18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" component/oai-nrf
$ docker image prune --force
$ docker image ls
oai-nrf production 04334b29e103 1 minute ago 280MB
oai-nrf develop 04334b29e103 1 minute ago 280MB
...
```
......@@ -124,12 +124,12 @@ oai-nrf production 04334b29e103 1 minute ago
## 6.1 On a Ubuntu 18.04 Host ##
```bash
$ docker build --target oai-spgwu-tiny --tag oai-spgwu-tiny:production \
$ docker build --target oai-spgwu-tiny --tag oai-spgwu-tiny:gtp-ext-header \
--file component/oai-upf-equivalent/ci-scripts/Dockerfile.ubuntu18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" component/oai-upf-equivalent
$ docker image prune --force
$ docker image ls
oai-spgwu-tiny production dec6311cef3b 1 minute ago 255MB
oai-spgwu-tiny gtp-ext-header dec6311cef3b 1 minute ago 255MB
...
```
......
......@@ -26,7 +26,7 @@
7. [Executing dsTest Scenario](#7-executing-the-dstest-scenario)
8. [Analysing Scenario Results](#8-analysing-the-scenario-results)
9. [Demo Video](#9-demo-video)
10. [Note](#10-note)
10. [Notes](#10-notes)
## 1. Pre-requisites ##
......@@ -189,6 +189,7 @@ The new version of `wireshark` may not be available in the ubuntu repository so
- The core network is deployed using a [bash script](../docker-compose/core-network.sh) which is a wrapper around `docker-compose` and `docker` command.
- The script informs the user when the core-network is correctly configured by checking health status of containers and connectivity between different core network components.
- In case if there is a problem in using the script then use docker-compose manually read the [notes section](#10-notes)
- If the script is executed without any arguments then the helper menu is visible
```bash
......@@ -296,14 +297,14 @@ This section is subdivided in two parts the first part for analysing the message
| Pcap/log files |
|:----------------------------------------------------------------- |
| [5gcn-deployment.pcap](./results/pcap/5gcn-deployment.pcap) |
| [scenario-execution.pcap](./results/pcap/scenario-execution.pcap) |
| [amf.log](./results/logs/amf.log) |
| [smf.log](./results/logs/smf.log) |
| [nrf.log](./results/logs/nrf.log) |
| [spgwu.log](./results/logs/spgwu.log) |
| Pcap/log files |
|:------------------------------------------------------------------------------------------ |
| [5gcn-deployment.pcap](./results/pcap/5gcn-deployment.pcap) |
| [scenario-execution.pcap](./results/pcap/scenario-execution.pcap) |
| [amf.log](./results/logs/amf.log), [initialmessage.log](./results/logs/initialmessage.log) |
| [smf.log](./results/logs/smf.log) |
| [nrf.log](./results/logs/nrf.log) |
| [spgwu.log](./results/logs/spgwu.log) |
### Analysing initial message exchange
......@@ -354,4 +355,13 @@ Using wireshark open scenario-execution.pcap use the filter ngap || http || pfcp
- There is a possibility to perform the same test or setup the core network without nrf by using `docker-compose/docker-compose-no-nrf.yaml`. Check the configuration before using the compose file.
- This tutorial can be taken as reference to test the OAI 5G core with a COTS UE. The configuration files has to be changed according to the gNB and COTS UE information should be present in the mysql database.
- Generally, in a COTS UE two PDN sessions are created by default so configure the IMS in SMF properly. Currently some parameters can not be configured via [docker-compose.yaml](../docker-compose/docker-compose.yaml). We recommend you directly configure them in the conf file and mount the file in the docker during run time.
- Its not necessary to use ./core-network.sh script you can directly deploy using `docker-compose` command
\ No newline at end of file
- Its not necessary to use [core-network.sh](../docker-compose/core-network.sh) bash script, it is possible to directly deploy using `docker-compose` command
```
#To start the containers
docker-compose -f <file-name> -p <project-name> up -d
#To check their health status
docker-compose -f <file-name> -p <project-name> ps -a
#To stop the containers
docker-compose -f <file-name> -p <project-name> down
```
\ No newline at end of file
File moved
File moved
File moved
File moved
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