lynxis 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 <[email protected]>

Reply via email to