Change in osmo-ttcn3-hacks[master]: gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing

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 Nov 29 17:00:38 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21403 )


Change subject: gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing
......................................................................

gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing

Change-Id: I1faae88c82e8d54b4d4af88e9a9236877c913752
---
A gbproxy/GBProxy_Tests.fr.cfg
A gbproxy/osmo-gbproxy.fr.cfg
2 files changed, 122 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/03/21403/1

diff --git a/gbproxy/GBProxy_Tests.fr.cfg b/gbproxy/GBProxy_Tests.fr.cfg
new file mode 100644
index 0000000..9b31dfd
--- /dev/null
+++ b/gbproxy/GBProxy_Tests.fr.cfg
@@ -0,0 +1,89 @@
+[ORDERED_INCLUDE]
+# Common configuration, shared between test suites
+"../Common.cfg"
+# testsuite specific configuration, not expected to change
+"./GBProxy_Tests.default"
+
+# Local configuration below
+
+[LOGGING]
+
+[TESTPORT_PARAMETERS]
+*.GBPVTY.CTRL_HOSTNAME := "127.0.0.1"
+
+[MODULE_PARAMETERS]
+GBProxy_Tests.mp_nsconfig_sgsn := {
+	{
+		handle_sns := false
+	}
+}
+
+GBProxy_Tests.mp_nsconfig_pcu := {
+	{
+		nsei := 1,
+		role_sgsn := false,
+		handle_sns := false,
+		nsvc := {
+			{
+				provider := {
+					fr := {
+						netdev := "hdlc1",
+						dlci := 16
+					}
+				},
+				nsvci := 1
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc2",
+						dlci := 17
+					}
+				},
+				nsvci := 2
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc3",
+						dlci := 18
+					}
+				},
+				nsvci := 3
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc4",
+						dlci := 19
+					}
+				},
+				nsvci := 4
+			}
+		}
+	}
+}
+GBProxy_Tests.mp_gbconfigs := {
+		{
+			nsei := 1,
+			sgsn_role := false,
+			bvc := {
+				{
+					bvci := 196,
+					cell_id := {
+						ra_id := {
+							lai := {
+								mcc_mnc := '262F42'H,
+								lac := 13135
+							},
+							rac := 0
+						},
+						cell_id := 20960
+					},
+					depth := BSSGP_DECODE_DEPTH_BSSGP
+				}
+			}
+		}
+	};
+
+[MAIN_CONTROLLER]
+
+[EXECUTE]
+GBProxy_Tests.control
diff --git a/gbproxy/osmo-gbproxy.fr.cfg b/gbproxy/osmo-gbproxy.fr.cfg
new file mode 100644
index 0000000..5c5644b
--- /dev/null
+++ b/gbproxy/osmo-gbproxy.fr.cfg
@@ -0,0 +1,33 @@
+!
+! Osmocom Gb Proxy (0.9.0.404-6463) configuration saved from vty
+!!
+!
+log stderr
+ logging level lns debug
+line vty
+ no login
+!
+ns
+ !nse 101 nsvci 101
+ nse 101 nsvci 101 remote-role sgsn
+ nse 101 nsvci 101 encapsulation udp
+ nse 101 nsvci 101 remote-ip 127.0.0.1
+ nse 101 nsvci 101 remote-port 7777
+ timer tns-block 3
+ timer tns-block-retries 3
+ timer tns-reset 3
+ timer tns-reset-retries 3
+ timer tns-test 30
+ timer tns-alive 3
+ timer tns-alive-retries 10
+ encapsulation udp local-ip 127.0.0.1
+ encapsulation udp local-port 23000
+ encapsulation framerelay-gre enabled 0
+
+ nse 1 nsvci 1 frnet hdlcnet1 dlci 16
+ nse 1 nsvci 2 frnet hdlcnet2 dlci 17
+ nse 1 nsvci 3 frnet hdlcnet3 dlci 18
+ nse 1 nsvci 4 frnet hdlcnet4 dlci 19
+
+gbproxy
+ sgsn nsei 101

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21403
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1faae88c82e8d54b4d4af88e9a9236877c913752
Gerrit-Change-Number: 21403
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201129/192caf68/attachment.htm>


More information about the gerrit-log mailing list