pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/27422 )
Change subject: ttcn3-ggsn-ogs: Change diameter node id to pcrf ...................................................................... ttcn3-ggsn-ogs: Change diameter node id to pcrf This better identifies the peer, specially since we'll also connect to an OCS in the future. Depends: osmo-ttcn3-hacks.git Change- Id I1eb03d907b46c4bb24491f390ef468e831190e08 Change-Id: I4c9f90de1456cf1515c9a0608b44a44fa8acb311 --- M ttcn3-ggsn-test/ogs/freediameter.conf 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/ttcn3-ggsn-test/ogs/freediameter.conf b/ttcn3-ggsn-test/ogs/freediameter.conf index 214ae2c..a770a0f 100644 --- a/ttcn3-ggsn-test/ogs/freediameter.conf +++ b/ttcn3-ggsn-test/ogs/freediameter.conf @@ -261,7 +261,7 @@ # Examples: #ConnectPeer = "aaa.wide.ad.jp"; #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ; -ConnectPeer = "ttcn3ggsntest.localdomain" { ConnectTo = "172.18.3.202"; Port = 3868; No_TLS; TcTimer = 2; }; +ConnectPeer = "pcrf.localdomain" { ConnectTo = "172.18.3.202"; Port = 3868; No_TLS; TcTimer = 2; }; ############################################################## -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/27422 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I4c9f90de1456cf1515c9a0608b44a44fa8acb311 Gerrit-Change-Number: 27422 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: pespin <pes...@sysmocom.de> Gerrit-MessageType: merged