lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/13989


Change subject: SGSN_Tests: f_detach_mo(): fail when receiving any unhandled 
layer 3 message for normal detach
......................................................................

SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 message 
for normal detach

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/89/13989/1

diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index a3dbed1..5e04246 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -912,6 +912,10 @@
                setverdict(pass);
                /* TODO: check if any PDP contexts are deactivated on network 
side? */
                }
+       [not power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(?)) -> value bd {
+               setverdict(fail, "Unexpected Layer 3 package received in normal 
DETACH");
+               mtc.stop;
+               }
        [] BSSGP[bssgp_index].receive { repeat; }
        }
 }

--
To view, visit https://gerrit.osmocom.org/13989
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: I957994376583959758417dccf419a55c43a0c61b
Gerrit-Change-Number: 13989
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to