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
This commit is contained in:
Pau Espin 2024-04-16 13:49:48 +02:00
parent 76d2ce9346
commit 0bdbcd6815
2 changed files with 14 additions and 2 deletions

View File

@ -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";

View File

@ -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