gbproxy: Update configs for SGSN poool with 2 SGSN, NRI, ...
Change-Id: Iac57e079d1375f186ddc200471bad1fa622c8860changes/58/22258/1
parent
ee7107f8ee
commit
d12441a935
|
@ -28,6 +28,20 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
|
|||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
handle_sns := true,
|
||||
nsvc := {
|
||||
{
|
||||
provider := {
|
||||
ip := {
|
||||
address_family := AF_INET,
|
||||
local_ip := "172.18.25.103",
|
||||
local_udp_port := 24000,
|
||||
remote_ip := "172.18.25.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
GBProxy_Tests.mp_nsconfig_pcu := {
|
||||
|
|
|
@ -20,13 +20,20 @@ line vty
|
|||
bind 0.0.0.0
|
||||
!
|
||||
gbproxy
|
||||
nri bitlen 5
|
||||
sgsn nsei 101
|
||||
name main
|
||||
name first
|
||||
nri add 3
|
||||
sgsn nsei 102
|
||||
name second
|
||||
nri add 4
|
||||
ns
|
||||
bind udp local
|
||||
listen 172.18.25.10 23000
|
||||
nse 101
|
||||
ip-sns 172.18.25.103 23000
|
||||
nse 102
|
||||
ip-sns 172.18.25.103 24000
|
||||
bind fr hdlcnet1
|
||||
fr hdlcnet1 frnet
|
||||
bind fr hdlcnet2
|
||||
|
|
|
@ -27,6 +27,20 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
|
|||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
handle_sns := true,
|
||||
nsvc := {
|
||||
{
|
||||
provider := {
|
||||
ip := {
|
||||
address_family := AF_INET,
|
||||
local_ip := "172.18.24.103",
|
||||
local_udp_port := 24000,
|
||||
remote_ip := "172.18.24.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
GBProxy_Tests.mp_nsconfig_pcu := {
|
||||
|
|
|
@ -20,14 +20,21 @@ line vty
|
|||
bind 0.0.0.0
|
||||
!
|
||||
gbproxy
|
||||
nri bitlen 5
|
||||
sgsn nsei 101
|
||||
name main
|
||||
name first
|
||||
nri add 3
|
||||
sgsn nsei 102
|
||||
name second
|
||||
nri add 4
|
||||
ns
|
||||
bind udp local
|
||||
listen 172.18.24.10 23000
|
||||
accept-ipaccess
|
||||
nse 101
|
||||
ip-sns 172.18.24.103 23000
|
||||
nse 102
|
||||
ip-sns 172.18.24.103 24000
|
||||
timer tns-block 3
|
||||
timer tns-block-retries 3
|
||||
timer tns-reset 3
|
||||
|
|
Loading…
Reference in New Issue