aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-hnbgw-test
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-04-16 13:49:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2024-04-16 13:54:53 +0200
commit0bdbcd6815358a7b1c4b0bb4575a585c45a01e57 (patch)
tree9bd30fdea211f9c8c8e81ade2181b7e7220aa156 /ttcn3-hnbgw-test
parent76d2ce93469e0834ebdff9e028680820ae269a48 (diff)
ttcn3-hnbgw: Set STATSVTY.CTRL_HOSTNAME to correct IP address
Also update osmo-hnbgw.cfg to configure statsd, as done in osmo-ttcn3-hacks.git 904b5f1a56629b84f67807a75d5c0b356cc7d726. Change-Id: I80c228b7ad4b9fb06b1651f23a2932bf19374297
Diffstat (limited to 'ttcn3-hnbgw-test')
-rw-r--r--ttcn3-hnbgw-test/HNBGW_Tests.cfg1
-rw-r--r--ttcn3-hnbgw-test/osmo-hnbgw.cfg15
2 files changed, 14 insertions, 2 deletions
diff --git a/ttcn3-hnbgw-test/HNBGW_Tests.cfg b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
index 8ee08d2..a23f3c1 100644
--- a/ttcn3-hnbgw-test/HNBGW_Tests.cfg
+++ b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
@@ -10,6 +10,7 @@
[TESTPORT_PARAMETERS]
*.HNBGWVTY.CTRL_HOSTNAME := "172.18.35.20"
+*.STATSVTY.CTRL_HOSTNAME := "172.18.35.20"
[MODULE_PARAMETERS]
HNBGW_Tests.mp_hnodeb_ip := "172.18.35.203";
diff --git a/ttcn3-hnbgw-test/osmo-hnbgw.cfg b/ttcn3-hnbgw-test/osmo-hnbgw.cfg
index bed6f51..e2692dc 100644
--- a/ttcn3-hnbgw-test/osmo-hnbgw.cfg
+++ b/ttcn3-hnbgw-test/osmo-hnbgw.cfg
@@ -19,10 +19,21 @@ log stderr
!
line vty
no login
- bind 0.0.0.0
+ bind 172.18.35.20
ctrl
- bind 0.0.0.0
+ bind 172.18.35.20
!
+
+stats interval 0
+stats reporter statsd
+ prefix TTCN3
+ level subscriber
+ remote-ip 172.18.35.203
+ remote-port 8125
+ flush-period 1
+ mtu 1024
+ enable
+
cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
local-ip 172.18.35.20