Change in docker-playground[master]: gbproxy: Update configs for SGSN poool with 2 SGSN, NRI, ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 17 18:27:31 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/22258 )

Change subject: gbproxy: Update configs for SGSN poool with 2 SGSN, NRI, ...
......................................................................

gbproxy: Update configs for SGSN poool with 2 SGSN, NRI, ...

Change-Id: Iac57e079d1375f186ddc200471bad1fa622c8860
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
M ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
M ttcn3-gbproxy-test/GBProxy_Tests.cfg
M ttcn3-gbproxy-test/osmo-gbproxy.cfg
4 files changed, 44 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



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 @@
 				}
 			}
 		}
+	}, {
+		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 @@
  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 @@
 				}
 			}
 		}
+	}, {
+		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 @@
  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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22258
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iac57e079d1375f186ddc200471bad1fa622c8860
Gerrit-Change-Number: 22258
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210117/987bab4a/attachment.htm>


More information about the gerrit-log mailing list