Skip to content

Commit ab3d759

Browse files
docker: add variable to configure network name...
...used by open5gs container
1 parent b672e27 commit ab3d759

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docker/open5gs/open5gs-5gc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ mme:
8282
integrity_order: [EIA2, EIA1, EIA0]
8383
ciphering_order: [EEA0, EEA1, EEA2]
8484
network_name:
85-
full: SRS RAN
86-
short: SRS RAN
85+
full: ${NETWORK_NAME_FULL}
86+
short: ${NETWORK_NAME_SHORT}
8787
time:
8888
t3412:
8989
value: 540
@@ -180,8 +180,8 @@ amf:
180180
integrity_order: [NIA2, NIA1, NIA0]
181181
ciphering_order: [NEA0, NEA1, NEA2]
182182
network_name:
183-
full: SRS RAN
184-
short: SRS RAN
183+
full: ${NETWORK_NAME_FULL}
184+
short: ${NETWORK_NAME_SHORT}
185185
amf_name: open5gs-amf0
186186
time:
187187
t3512:

docker/open5gs/open5gs.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ UE_IP_BASE=10.45.0
44
UPF_ADVERTISE_IP=10.53.1.2
55
DEBUG=false
66
SUBSCRIBER_DB=001010123456780,00112233445566778899aabbccddeeff,opc,63bfa50ee6523365ff14c1f45f88737d,8000,9,10.45.1.2
7+
NETWORK_NAME_FULL=srsRAN
8+
NETWORK_NAME_SHORT=srsRAN
79

810
# Timezone - this setting will also be conveyed by Open5GS towards UE via "configuration update command"; comment for UTC
911
TZ=Europe/Madrid

0 commit comments

Comments
 (0)