pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/35599?usp=email )

Change subject: ttcn3-epdg: Update renamed config fields
......................................................................

ttcn3-epdg: Update renamed config fields

The config file fields have been renamed recently, update them.

Depends: osmo-epdg.git Change-Id I63fe4c7acc7460575a921b254adf066134c0527f
Change-Id: Ic9f2f33b8ffae7b4273e6fac8a42b6e9e1e38ed8
---
M ttcn3-epdg-test/osmo-epdg.config
1 file changed, 22 insertions(+), 10 deletions(-)

Approvals:
  daniel: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/ttcn3-epdg-test/osmo-epdg.config b/ttcn3-epdg-test/osmo-epdg.config
index 8acdc4f..63a2f26 100644
--- a/ttcn3-epdg-test/osmo-epdg.config
+++ b/ttcn3-epdg-test/osmo-epdg.config
@@ -7,18 +7,18 @@
    {gsup_local_ip, "172.18.10.20"},
    {gsup_local_port, 4222},
    % Diameter Connection parameters
-   {diameter_remote_ip, "172.18.10.103"},
-   {diameter_remote_port, 3868},
-   {diameter_proto, sctp},
-   {diameter_connect_timer, 200},
-   {diameter_watchdog_timer, 6000},
-   {diameter_watchdog_config,
+   {dia_swx_remote_ip, "172.18.10.103"},
+   {dia_swx_remote_port, 3868},
+   {dia_swx_proto, sctp},
+   {dia_swx_connect_timer, 200},
+   {dia_swx_watchdog_timer, 6000},
+   {dia_swx_watchdog_config,
     [{okay, 1},
      {suspect, 1}]},
-   {vendor_id, 0},
-   {origin_host, "epdg.localdomain"},
-   {origin_realm, "localdomain"},
-   {context_id, "epdg@localdomain"},
+   {dia_swx_vendor_id, 0},
+   {dia_swx_origin_host, "epdg.localdomain"},
+   {dia_swx_origin_realm, "localdomain"},
+   {dia_swx_context_id, "epdg@localdomain"},
    % Diameter s6b Connection parameters
    {dia_s6b_local_ip, "172.18.10.20"},
    {dia_s6b_local_port, 3869},

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/35599?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic9f2f33b8ffae7b4273e6fac8a42b6e9e1e38ed8
Gerrit-Change-Number: 35599
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to