Skip to content
Snippets Groups Projects
Commit d1514cbf authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

[DOC] fix SPGWU commit and dockerfiles location

parent 973b62cf
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
| AMF | `develop` | `82ca64fe8d79dbadbb1a495124ee26352f81bd7a` | X | Releasing soon |
| SMF | `develop` | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X | Releasing soon |
| NRF | `develop` | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X | Releasing soon |
| SPGW-U-TINY | `gtp_extension_header` | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X | Releasing soon |
| SPGW-U-TINY | `gtp_extension_header` | `b628036d2e6060da8ba77c5e4cdde35bf18a62a5` | X | Releasing soon |
```bash
$ git clone https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git
......@@ -110,7 +110,7 @@ oai-smf develop f478bafd7a06 1 minute ago
```bash
$ docker build --target oai-nrf --tag oai-nrf:develop \
--file component/oai-nrf/ci-scripts/Dockerfile.ubuntu18.04 \
--file component/oai-nrf/docker/Dockerfile.ubuntu.18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" component/oai-nrf
$ docker image prune --force
$ docker image ls
......@@ -125,7 +125,7 @@ oai-nrf develop 04334b29e103 1 minute ago
```bash
$ docker build --target oai-spgwu-tiny --tag oai-spgwu-tiny:gtp-ext-header \
--file component/oai-upf-equivalent/ci-scripts/Dockerfile.ubuntu18.04 \
--file component/oai-upf-equivalent/docker/Dockerfile.ubuntu18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" component/oai-upf-equivalent
$ docker image prune --force
$ docker image ls
......
......@@ -58,7 +58,7 @@ To know how to configure the machine with the above requirements vist [pre-requi
| AMF | `develop` | `82ca64fe8d79dbadbb1a495124ee26352f81bd7a` | X | Releasing soon |
| SMF | `develop` | `0dba68d6a01e1dad050f47437647f62d40acaec6` | X | Releasing soon |
| NRF | `develop` | `0e877cb5b80a9c74fa6abca60b95e2d3d22f7a52` | X | Releasing soon |
| SPGW-U-TINY | `gtp_extension_header` | `f13f4a5e2807355d23f136119f85fbf48ed569ea` | X | Releasing soon |
| SPGW-U-TINY | `gtp_extension_header` | `b628036d2e6060da8ba77c5e4cdde35bf18a62a5` | X | Releasing soon |
## 3. Configuring Host Machines ##
......@@ -366,4 +366,4 @@ Using wireshark open scenario-execution.pcap use the filter ngap || http || pfcp
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
```
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