Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9174 )

Change subject: sgsn: fix RAU_ATTACH not to interact with following testes
......................................................................

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
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index adf87f2..0b439ec 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -753,6 +753,7 @@
        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)) {

--
To view, visit https://gerrit.osmocom.org/9174
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Idac92bd61ee7145b7542e60c24e0a66b4ff7ddd4
Gerrit-Change-Number: 9174
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to