gbproxy: Add mp_gbproxy_ip to check BVC FSM state

In docker-playground.git I272e43b9be8ba53d8a815e8ab099c939f63413a7
we introduce FSM state introspection and we need to add the CTRL
hostname here.

Change-Id: Idcd77353a661cfc1685ded64b5993ff63637addc
This commit is contained in:
Harald Welte 2021-04-09 09:58:50 +02:00
parent 7ff8bea9f5
commit a8d0c95710
4 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@
*.GBPVTY.CTRL_HOSTNAME := "172.18.25.10" *.GBPVTY.CTRL_HOSTNAME := "172.18.25.10"
[MODULE_PARAMETERS] [MODULE_PARAMETERS]
GBProxy_Tests.mp_gbproxy_ip := "172.18.25.10"
GBProxy_Tests.mp_enable_bss_load_sharing := true; GBProxy_Tests.mp_enable_bss_load_sharing := true;
GBProxy_Tests.mp_nsconfig_sgsn := { GBProxy_Tests.mp_nsconfig_sgsn := {
{ {

View File

@ -19,6 +19,9 @@ line vty
no login no login
bind 0.0.0.0 bind 0.0.0.0
! !
ctrl
bind 0.0.0.0
!
gbproxy gbproxy
nri bitlen 5 nri bitlen 5
sgsn nsei 101 sgsn nsei 101

View File

@ -12,6 +12,7 @@
*.GBPVTY.CTRL_HOSTNAME := "172.18.24.10" *.GBPVTY.CTRL_HOSTNAME := "172.18.24.10"
[MODULE_PARAMETERS] [MODULE_PARAMETERS]
GBProxy_Tests.mp_gbproxy_ip := "172.18.24.10"
GBProxy_Tests.mp_nsconfig_sgsn := { GBProxy_Tests.mp_nsconfig_sgsn := {
{ {
handle_sns := true, handle_sns := true,

View File

@ -19,6 +19,9 @@ line vty
no login no login
bind 0.0.0.0 bind 0.0.0.0
! !
ctrl
bind 0.0.0.0
!
gbproxy gbproxy
nri bitlen 5 nri bitlen 5
sgsn nsei 101 sgsn nsei 101