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
This commit is contained in:
Alexander Couzens 2018-05-12 16:44:36 +02:00
parent 4fefb305ed
commit 80ec1ea42d
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {