Change in osmo-ttcn3-hacks[master]: sgsn: fill g_gb configs for the remaining Gb interfaces

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Aug 9 01:27:36 UTC 2018


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/10375 )

Change subject: sgsn: fill g_gb configs for the remaining Gb interfaces
......................................................................

sgsn: fill g_gb configs for the remaining Gb interfaces

When testing with multiple Routing Areas, multiple Gb
interface are required.

Change-Id: I7f56618110f04d99b1b43e69d89167e384b61a34
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 26 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index ce796e8..6c94d14 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -188,6 +188,32 @@
 		},
 		sgsn_role := false
 	};
+	g_gb[1].cfg := {
+		nsei := 97,
+		bvci := 210,
+		cell_id := {
+			ra_id := {
+				lai := {
+					mcc_mnc := mcc_mnc, lac := 13200},
+					rac := 0
+				},
+			cell_id := 20961
+		},
+		sgsn_role := false
+	};
+	g_gb[2].cfg := {
+		nsei := 98,
+		bvci := 220,
+		cell_id := {
+			ra_id := {
+				lai := {
+					mcc_mnc := mcc_mnc, lac := 13300},
+					rac := 0
+				},
+			cell_id := 20962
+		},
+		sgsn_role := false
+	};
 
 	f_init_gb(g_gb[0], "SGSN_Test-Gb0");
 	f_init_gsup("SGSN_Test");

-- 
To view, visit https://gerrit.osmocom.org/10375
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7f56618110f04d99b1b43e69d89167e384b61a34
Gerrit-Change-Number: 10375
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180809/0ecfe5b6/attachment.htm>


More information about the gerrit-log mailing list