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.orglynxis lazus has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/10375/1
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: newchange
Gerrit-Change-Id: I7f56618110f04d99b1b43e69d89167e384b61a34
Gerrit-Change-Number: 10375
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180807/5c270041/attachment.htm>