Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ MCC=001
MNC=01
TAC=1

NETWORK_NAME=Open5GS

TEST_NETWORK=172.22.0.0/24
DOCKER_HOST_IP=192.168.1.223

Expand Down
2 changes: 1 addition & 1 deletion amf/amf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ amf:
integrity_order : [ NIA2, NIA1, NIA0 ]
ciphering_order : [ NEA0, NEA1, NEA2 ]
network_name:
full: Open5GS
full: NETWORK_NAME
amf_name: open5gs-amf0
metrics:
server:
Expand Down
1 change: 1 addition & 0 deletions amf/amf_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/amf.yaml
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/amf.yaml
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/amf.yaml
sed -i 's|TAC|'$TAC'|g' install/etc/open5gs/amf.yaml
sed -i 's|NETWORK_NAME|'$NETWORK_NAME'|g' install/etc/open5gs/amf.yaml
sed -i 's|MAX_NUM_UE|'$MAX_NUM_UE'|g' install/etc/open5gs/amf.yaml

cd install/bin
Expand Down
2 changes: 1 addition & 1 deletion custom_deployments/open5gs_hss_cx/mme/mme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mme:
integrity_order : [ EIA2, EIA1, EIA0 ]
ciphering_order : [ EEA0, EEA1, EEA2 ]
network_name:
full: Open5GS
full: NETWORK_NAME
mme_name: open5gs-mme0
metrics:
server:
Expand Down
1 change: 1 addition & 0 deletions custom_deployments/open5gs_hss_cx/mme/mme_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ cp /mnt/mme/make_certs.sh install/etc/freeDiameter
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/mme.yaml
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/mme.yaml
sed -i 's|TAC|'$TAC'|g' install/etc/open5gs/mme.yaml
sed -i 's|NETWORK_NAME|'$NETWORK_NAME'|g' install/etc/open5gs/mme.yaml
sed -i 's|MME_IP|'$MME_IP'|g' install/etc/open5gs/mme.yaml
sed -i 's|MME_IF|'$IF_NAME'|g' install/etc/open5gs/mme.yaml
sed -i 's|OSMOMSC_IP|'$OSMOMSC_IP'|g' install/etc/open5gs/mme.yaml
Expand Down
2 changes: 1 addition & 1 deletion custom_deployments/slicing/amf/amf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ amf:
integrity_order : [ NIA2, NIA1, NIA0 ]
ciphering_order : [ NEA0, NEA1, NEA2 ]
network_name:
full: Open5GS
full: NETWORK_NAME
amf_name: open5gs-amf0
metrics:
server:
Expand Down
1 change: 1 addition & 0 deletions custom_deployments/slicing/amf/amf_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/amf.yaml
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/amf.yaml
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/amf.yaml
sed -i 's|TAC|'$TAC'|g' install/etc/open5gs/amf.yaml
sed -i 's|NETWORK_NAME|'$NETWORK_NAME'|g' install/etc/open5gs/amf.yaml
sed -i 's|MAX_NUM_UE|'$MAX_NUM_UE'|g' install/etc/open5gs/amf.yaml

cd install/bin
Expand Down
2 changes: 1 addition & 1 deletion mme/mme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mme:
integrity_order : [ EIA2, EIA1, EIA0 ]
ciphering_order : [ EEA0, EEA1, EEA2 ]
network_name:
full: Open5GS
full: NETWORK_NAME
mme_name: open5gs-mme0
metrics:
server:
Expand Down
1 change: 1 addition & 0 deletions mme/mme_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ cp /mnt/mme/make_certs.sh install/etc/freeDiameter
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/mme.yaml
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/mme.yaml
sed -i 's|TAC|'$TAC'|g' install/etc/open5gs/mme.yaml
sed -i 's|NETWORK_NAME|'$NETWORK_NAME'|g' install/etc/open5gs/mme.yaml
sed -i 's|MME_IP|'$MME_IP'|g' install/etc/open5gs/mme.yaml
sed -i 's|MME_IF|'$IF_NAME'|g' install/etc/open5gs/mme.yaml
sed -i 's|OSMOMSC_IP|'$OSMOMSC_IP'|g' install/etc/open5gs/mme.yaml
Expand Down
Loading