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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21420 )
Change subject: gbproxy: Add second bvc in some NSE, improve bvci numbering
......................................................................
gbproxy: Add second bvc in some NSE, improve bvci numbering
Change the test setup so we can actually verify that paging over
signalling is only sent once per NSE.
Change-Id: I698a932b3dc78c776e9350283109463bcdc40e6b
Related: SYS#5226
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 31 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/20/21420/1
diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 2120fa7..92e89bf 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -128,7 +128,7 @@
sgsn_role := false,
bvc := {
{
- bvci := 196,
+ bvci := 200,
cell_id := {
ra_id := {
lai := {
@@ -141,6 +141,21 @@
},
depth := BSSGP_DECODE_DEPTH_BSSGP,
create_cb := refers(BSSGP_Emulation.DefaultCreateCallback)
+ },
+ {
+ bvci := 201,
+ cell_id := {
+ ra_id := {
+ lai := {
+ mcc_mnc := c_mcc_mnc,
+ lac := 13135
+ },
+ rac := 0
+ },
+ cell_id := 21960
+ },
+ depth := BSSGP_DECODE_DEPTH_BSSGP,
+ create_cb := refers(BSSGP_Emulation.DefaultCreateCallback)
}
}
}, {
@@ -161,6 +176,21 @@
},
depth := BSSGP_DECODE_DEPTH_BSSGP,
create_cb := refers(BSSGP_Emulation.DefaultCreateCallback)
+ },
+ {
+ bvci := 211,
+ cell_id := {
+ ra_id := {
+ lai := {
+ mcc_mnc := c_mcc_mnc,
+ lac := 13135
+ },
+ rac := 1
+ },
+ cell_id := 21961
+ },
+ depth := BSSGP_DECODE_DEPTH_BSSGP,
+ create_cb := refers(BSSGP_Emulation.DefaultCreateCallback)
}
}
}, {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21420
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: I698a932b3dc78c776e9350283109463bcdc40e6b
Gerrit-Change-Number: 21420
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201201/4b5b40ec/attachment.htm>