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/13987
Change subject: SGSN_Tests: fail when receiving any layer 3 package for a power off station
......................................................................
SGSN_Tests: fail when receiving any layer 3 package for a power off station
Change-Id: I27d798c1866ed7ae9b03b9c0ffdd7400431551f9
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/87/13987/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 150c0b6..7c8567c 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -900,6 +900,10 @@
mtc.stop;
/* TODO: check if any PDP contexts are deactivated on network side? */
}
+ [power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(?)) -> value bd {
+ setverdict(fail, "Unexpected Layer 3 package received in power-off DETACH");
+ mtc.stop;
+ }
[power_off] T.timeout {
setverdict(pass);
}
--
To view, visit https://gerrit.osmocom.org/13987
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: I27d798c1866ed7ae9b03b9c0ffdd7400431551f9
Gerrit-Change-Number: 13987
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/20190511/c2283dc2/attachment.htm>