ttcn3-pgw-test: Configure open5gs-smfd S2b/S6b/P-CSCF related bits

Depends: osmo-ttcn3-hacks.git Change-Id I38e469edf0e00feca5a648035b64645e2c905937
Change-Id: I3ff503990167f52ddb94a7719e2773db3f889a39
This commit is contained in:
Pau Espin 2024-02-27 13:50:53 +01:00
parent 5d0361210b
commit 4473ae2778
4 changed files with 10 additions and 3 deletions

View File

@ -17,6 +17,7 @@ PGW_Tests.mp_run_prog_as_user := "osmocom"
PGW_Tests.mp_ping_hostname := "10.45.0.1"
PGW_Tests.mp_pcrf_local_ip:= "172.18.18.202"
PGW_Tests.mp_ocs_local_ip:= "172.18.18.202"
PGW_Tests.mp_aaa_local_ip:= "172.18.18.202"
GTPv2_Emulation.mp_uecups_host := "172.18.18.20"
[MAIN_CONTROLLER]

View File

@ -261,5 +261,5 @@ LoadExtension = "/usr/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "pcrf.localdomain" { ConnectTo = "172.18.18.202"; No_TLS; TcTimer = 2; };
ConnectPeer = "ocs.localdomain" { ConnectTo = "172.18.18.202"; Port = 3869; No_TLS; TcTimer = 2; };
ConnectPeer = "aaa.localdomain" { ConnectTo = "172.18.18.202"; Port = 3870; No_TLS; TcTimer = 2; };
##############################################################

View File

@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/smf.yaml.in
logger:
level: info
level: debug
sbi:
server:
@ -39,6 +39,9 @@ smf:
- 2001:4860:4860::8888
- 2001:4860:4860::8844
mtu: 1400
p-cscf:
- 172.18.18.7
- fd02:db8:18::7
ctf:
enabled: auto
freeDiameter: /data/freeDiameter-smf.conf

View File

@ -1,7 +1,7 @@
# See https://github.com/open5gs/open5gs/blob/main/configs/open5gs/smf.yaml.in
logger:
level: info
level: debug
global:
max:
@ -56,6 +56,9 @@ smf:
- 2001:4860:4860::8888
- 2001:4860:4860::8844
mtu: 1400
p-cscf:
- 172.18.18.7
- fd02:db8:18::7
ctf:
enabled: auto
freeDiameter: /data/freeDiameter-smf.conf