aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-12 16:44:36 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-05-15 18:59:14 +0200
commit80ec1ea42d2cf29330362e1e067c5084751b200b (patch)
tree05d585f03f44a8bb86fdc86988278c20e87fa7b2 /sgsn
parent4fefb305eddd4d89ef01dc9d6ffa15189494d69e (diff)
sgsn: fix RAU_ATTACH not to interact with following testes
TC_attach_rau will interact with the following tests, because the sgsn is continuing sending RAU_ACCEPTs until it timed out or received a RAU COMPLETE Change-Id: Idac92bd61ee7145b7542e60c24e0a66b4ff7ddd4
Diffstat (limited to 'sgsn')
-rw-r--r--sgsn/SGSN_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index adf87f2e..0b439ec8 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -753,6 +753,7 @@ private function f_TC_attach_rau(charstring id) runs on BSSGP_ConnHdlr {
alt {
[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_RAU_ACCEPT)) -> value bd {
f_process_rau_accept(bd.l3_mt.msgs.gprs_mm.routingAreaUpdateAccept);
+ BSSGP.send(ts_GMM_RAU_COMPL);
setverdict(pass);
}
[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_RAU_REJECT)) {