Skip to content

Commit

Permalink
Update to Open5GS v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borjis131 committed Apr 23, 2024
1 parent 9772ed1 commit c402c97
Show file tree
Hide file tree
Showing 33 changed files with 79 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN5GS_VERSION=v2.7.0
OPEN5GS_VERSION=v2.7.1
UBUNTU_VERSION=jammy
MONGODB_VERSION=6.0
DOCKER_HOST_IP=<your_host_IP_address>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ All the images depend on the base image. So first, update the `.env` file with t

`OPEN5GS_VERSION` is the version of Open5GS to use.
- Accepted values are the tags, branches or commit IDs used in the Open5GS project
- Default value: v2.7.0
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.6, v2.7.0
- Default value: v2.7.1
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.6, v2.7.0, v2.7.1

`UBUNTU_VERSION` is the version of the ubuntu Docker image used as base for the containers.
- Accepted values are the tags used by Ubuntu in Docker Hub
Expand Down
6 changes: 2 additions & 4 deletions configs/basic/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.open5gs.org
gtpc:
server:
- address: smf.open5gs.org
gtpu:
server:
- address: smf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/basic/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ upf:
- address: upf.open5gs.org
advertise: docker-host.external-ip
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
6 changes: 2 additions & 4 deletions configs/internal/packetrusher/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.open5gs.org
gtpc:
server:
- address: smf.open5gs.org
gtpu:
server:
- address: smf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/internal/packetrusher/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ upf:
server:
- address: upf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
6 changes: 2 additions & 4 deletions configs/internal/ueransim/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.open5gs.org
gtpc:
server:
- address: smf.open5gs.org
gtpu:
server:
- address: smf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/internal/ueransim/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ upf:
server:
- address: upf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
6 changes: 2 additions & 4 deletions configs/network-slicing/smf1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf1.open5gs.org
gtpc:
server:
- address: smf1.open5gs.org
gtpu:
server:
- address: smf1.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
6 changes: 2 additions & 4 deletions configs/network-slicing/smf2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf2.open5gs.org
gtpc:
server:
- address: smf2.open5gs.org
gtpu:
server:
- address: smf2.open5gs.org
session:
- subnet: 10.46.0.1/16
- subnet: 10.46.0.0/16
gateway: 10.46.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/network-slicing/upf1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ upf:
server:
- address: upf1.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dnn: internet
23 changes: 2 additions & 21 deletions configs/network-slicing/upf2.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
logger:
file: /open5gs/install/var/log/open5gs/upf.log

upf:
pfcp:
- addr: upf2.open5gs.org
gtpu:
- addr: upf2.open5gs.org
subnet:
- addr: 10.46.0.1/16
dnn: internet

smf:

parameter:

max:

time:

logger:
file: /open5gs/install/var/log/open5gs/upf.log

Expand All @@ -34,5 +14,6 @@ upf:
server:
- address: upf2.open5gs.org
session:
- subnet: 10.46.0.1/16
- subnet: 10.46.0.0/16
gateway: 10.46.0.1
dnn: internet
6 changes: 2 additions & 4 deletions configs/roaming/v-smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.5gc.mnc070.mcc999.3gppnetwork.org
gtpc:
server:
- address: smf.5gc.mnc070.mcc999.3gppnetwork.org
gtpu:
server:
- address: smf.5gc.mnc070.mcc999.3gppnetwork.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/roaming/v-upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ upf:
server:
- address: upf.5gc.mnc070.mcc999.3gppnetwork.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
6 changes: 2 additions & 4 deletions configs/scp-model-d/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.open5gs.org
gtpc:
server:
- address: smf.open5gs.org
gtpu:
server:
- address: smf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/scp-model-d/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ upf:
- address: upf.open5gs.org
advertise: docker-host.external-ip
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
6 changes: 2 additions & 4 deletions configs/speed-test/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ smf:
client:
upf:
- address: upf.open5gs.org
gtpc:
server:
- address: smf.open5gs.org
gtpu:
server:
- address: smf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
dns:
- 8.8.8.8
- 8.8.4.4
Expand Down
3 changes: 2 additions & 1 deletion configs/speed-test/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ upf:
server:
- address: upf.open5gs.org
session:
- subnet: 10.45.0.1/16
- subnet: 10.45.0.0/16
gateway: 10.45.0.1
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "OPEN5GS_VERSION" {
default = "v2.7.0"
default = "v2.7.1"
}

variable "UBUNTU_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion images/amf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/ausf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/base-open5gs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG UBUNTU_VERSION="jammy"
FROM ubuntu:${UBUNTU_VERSION} AS builder

# build-time arguments for builder
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG DEBIAN_FRONTEND="noninteractive"

# install dependencies
Expand Down
2 changes: 1 addition & 1 deletion images/bsf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/nrf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/nssf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/pcf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/scp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/sepp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/smf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/udm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/udr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/upf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.0"
ARG OPEN5GS_VERSION="v2.7.1"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
Loading

0 comments on commit c402c97

Please sign in to comment.