aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-17 19:26:08 +0100
committerHarald Welte <laforge@osmocom.org>2021-01-17 19:26:34 +0100
commitd12441a935b1c0fd08a638cbf913278f32c02c54 (patch)
tree7cec8a6a663ecedda4b625bbf129c27aa24467db
parentee7107f8eefbb4c76afe23ccbc6cc6dc000f77df (diff)
gbproxy: Update configs for SGSN poool with 2 SGSN, NRI, ...
-rw-r--r--ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg14
-rw-r--r--ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg9
-rw-r--r--ttcn3-gbproxy-test/GBProxy_Tests.cfg14
-rw-r--r--ttcn3-gbproxy-test/osmo-gbproxy.cfg9
4 files changed, 44 insertions, 2 deletions
diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index 3487ed1..ce4c698 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -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 := {
diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
index 3b5bf96..a4a241d 100644
--- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
@@ -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
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index 7bc38d6..e19084a 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -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 := {
diff --git a/ttcn3-gbproxy-test/osmo-gbproxy.cfg b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
index dd32ea7..743e6dc 100644
--- a/ttcn3-gbproxy-test/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
@@ -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