Change in docker-playground[master]: gbproxy: update ttcn3 configuration to reflect osmo-gbproxy.cfg

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
Tue Dec 8 07:38:20 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/21601 )


Change subject: gbproxy: update ttcn3 configuration to reflect osmo-gbproxy.cfg
......................................................................

gbproxy: update ttcn3 configuration to reflect osmo-gbproxy.cfg

In Change-Id I80de01c96185c60fe2de7a8ffa9daed2669658e1 we updated
only the osmo-gbproxy.cfg, but noth the GBProxy_Tests.cfg for the
test suite, which of course won't work.

Change-Id: I35603dc76926d76e57993f7eab1354eea8d25dad
Related: SYS#5226
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
1 file changed, 45 insertions(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/01/21601/1

diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index adab61a..e6b9515 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -30,7 +30,7 @@
 }
 GBProxy_Tests.mp_nsconfig_pcu := {
 	{
-		nsei := 1,
+		nsei := 2001,
 		role_sgsn := false,
 		handle_sns := false,
 		nsvc := {
@@ -68,31 +68,56 @@
 				nsvci := 4
 			}
 		}
-	}
-}
-
-GBProxy_Tests.mp_gbconfigs := {
+	},
 	{
-		nsei := 1,
-		sgsn_role := false,
-		bvc := {
+		nsei := 2002,
+		role_sgsn := false,
+		handle_sns := false,
+		nsvc := {
 			{
-				bvci := 196,
-				cell_id := {
-					ra_id := {
-						lai := {
-							mcc_mnc := '262F42'H,
-							lac := 13135
-						},
-						rac := 0
-					},
-					cell_id := 20960
+				provider := {
+					fr := {
+						netdev := "hdlc5",
+						dlci := 20
+					}
 				},
-				depth := BSSGP_DECODE_DEPTH_BSSGP
+				nsvci := 5
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc6",
+						dlci := 21
+					}
+				},
+				nsvci := 6
+			}
+		}
+	},
+	{
+		nsei := 2003,
+		role_sgsn := false,
+		handle_sns := false,
+		nsvc := {
+			{
+				provider := {
+					fr := {
+						netdev := "hdlc7",
+						dlci := 22
+					}
+				},
+				nsvci := 7
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc8",
+						dlci := 23
+					}
+				},
+				nsvci := 8
 			}
 		}
 	}
-};
+}
 
 [MAIN_CONTROLLER]
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I35603dc76926d76e57993f7eab1354eea8d25dad
Gerrit-Change-Number: 21601
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/20201208/7156fe48/attachment.htm>


More information about the gerrit-log mailing list