pespin submitted this change.
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(-)
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 change 27422. To unsubscribe, or for help writing mail filters, visit settings.