Migrated to open5gs v2.7.0 (#276)

This commit is contained in:
Hossein Katebi
2024-01-24 23:44:53 +03:30
committed by GitHub
parent df1aa8c340
commit 6c61015fd5
35 changed files with 283 additions and 237 deletions

View File

@@ -1,15 +1,21 @@
logger:
file: /open5gs/install/var/log/open5gs/sgwu.log
global:
max:
ue: MAX_NUM_UE
parameter:
sgwu:
gtpu:
- addr: SGWU_IP
advertise: SGWU_ADVERTISE_IP
server:
- address: SGWU_IP
advertise: SGWU_ADVERTISE_IP
pfcp:
- addr: SGWU_IP
server:
- address: SGWU_IP
client:
sgwc:
- address: SGWC_IP
sgwc:
pfcp:
- addr: SGWC_IP

View File

@@ -32,6 +32,7 @@ cp /mnt/sgwu/sgwu.yaml install/etc/open5gs
sed -i 's|SGWU_IP|'$SGWU_IP'|g' install/etc/open5gs/sgwu.yaml
sed -i 's|SGWC_IP|'$SGWC_IP'|g' install/etc/open5gs/sgwu.yaml
sed -i 's|SGWU_ADVERTISE_IP|'$SGWU_ADVERTISE_IP'|g' install/etc/open5gs/sgwu.yaml
sed -i 's|MAX_NUM_UE|'$MAX_NUM_UE'|g' install/etc/open5gs/sgwu.yaml
# Sync docker time
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone