ttcn3-epdg: Configure S6b interface

Configure the newly added S6b interface on both TTCN3 emulation code as
well as osmo-epdg.

Depends: osmo-ttcn3-hacks.git Change-Id Ia50698a3f6f5ed8251486b84c09f84edfd6d3951
Depends: osmo-epdg.git Change-Id Ia2b138317cb291a95882853f5403949c5e6a5a1b
Change-Id: I1145ee1068a2fdd2fe8d3e48b80c8e6c1fcb50ad
This commit is contained in:
Pau Espin 2023-10-23 14:39:16 +02:00
parent 07ba820565
commit 3b40997ca6
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,7 @@ EPDG_Tests.mp_s6b_local_ip := "172.18.10.103"
EPDG_Tests.mp_s2b_local_ip := "172.18.10.103"
EPDG_Tests.mp_gsup_remote_ip := "172.18.10.20"
EPDG_Tests.mp_s6b_remote_ip := "172.18.10.20"
EPDG_Tests.mp_s2b_remote_ip := "172.18.10.20"
[MAIN_CONTROLLER]

View File

@ -10,11 +10,18 @@
{diameter_remote_ip, "172.18.10.103"},
{diameter_remote_port, 3868},
{diameter_proto, sctp},
% Diameter Server parameters
{vendor_id, 0},
{origin_host, "epdg.localdomain"},
{origin_realm, "localdomain"},
{context_id, "epdg@localdomain"},
% Diameter s6b Connection parameters
{dia_s6b_local_ip, "172.18.10.20"},
{dia_s6b_local_port, 3869},
{dia_s6b_proto, sctp},
{dia_s6b_vendor_id, 0},
{dia_s6b_origin_host, "aaa.localdomain"},
{dia_s6b_origin_realm, "localdomain"},
{dia_s6b_context_id, "aaa@localdomain"},
% GTPv2C Connection parameters
{gtpc_local_ip, "172.18.10.20"},
{gtpc_local_port, 2123},