aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-16 12:28:03 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-16 13:24:10 +0200
commitbcddb8c9b8a5ef6f2ce3bb0edbc4199ee2959922 (patch)
treee9f6e3dc8c335a810452af6258a44da8ccb2867e /sgsn
parentdc27e483c89d9871b5ed162675d6efba26ecdc06 (diff)
sgsn: Fix TC_attach_pdp_act_user_deact_mt
Expect to receive a TearDown Indicator. Change-Id: I37dafb5e93ac06b3bd9cab2c06aa3735a8429f2f
Diffstat (limited to 'sgsn')
-rw-r--r--sgsn/SGSN_Tests.ttcn2
-rw-r--r--sgsn/expected-results.xml9
2 files changed, 3 insertions, 8 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index e76ed09c..214239ee 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -962,7 +962,7 @@ function f_pdp_ctx_deact_mt(inout PdpActPars apars, OCT1 cause) runs on BSSGP_Co
GTP.send(ts_GTPC_DeletePDP(peer, seq_nr, apars.sgsn_tei_c, apars.nsapi, '1'B));
interleave {
- [] BSSGP.receive(tr_BD_L3_MT(tr_SM_DEACT_PDP_REQ_MT(apars.tid, ?))) {
+ [] BSSGP.receive(tr_BD_L3_MT(tr_SM_DEACT_PDP_REQ_MT(apars.tid, ?, true))) {
BSSGP.send(ts_SM_DEACT_PDP_ACCEPT_MO(apars.tid));
}
[] GTP.receive(tr_GTPC_MsgType(?, deletePDPContextResponse, apars.ggsn_tei_c)) { }
diff --git a/sgsn/expected-results.xml b/sgsn/expected-results.xml
index f2f2500f..2d7063bf 100644
--- a/sgsn/expected-results.xml
+++ b/sgsn/expected-results.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<testsuite name='Titan' tests='26' failures='5' errors='3' skipped='0' inconc='0' time='MASKED'>
+<testsuite name='Titan' tests='27' failures='4' errors='3' skipped='0' inconc='0' time='MASKED'>
<testcase classname='SGSN_Tests' name='TC_attach' time='MASKED'/>
<testcase classname='SGSN_Tests' name='TC_attach_mnc3' time='MASKED'/>
<testcase classname='SGSN_Tests' name='TC_attach_umts_aka_umts_res' time='MASKED'/>
@@ -56,12 +56,7 @@
<testcase classname='SGSN_Tests' name='TC_attach_pdp_act_user' time='MASKED'/>
<testcase classname='SGSN_Tests' name='TC_attach_pdp_act_ggsn_reject' time='MASKED'/>
<testcase classname='SGSN_Tests' name='TC_attach_pdp_act_user_deact_mo' time='MASKED'/>
- <testcase classname='SGSN_Tests' name='TC_attach_pdp_act_user_deact_mt' time='MASKED'>
- <failure type='fail-verdict'>Tguard timeout
- SGSN_Tests.ttcn:MASKED SGSN_Tests control part
- SGSN_Tests.ttcn:MASKED TC_attach_pdp_act_user_deact_mt testcase
- </failure>
- </testcase>
+ <testcase classname='SGSN_Tests' name='TC_attach_pdp_act_user_deact_mt' time='MASKED'/>
<testcase classname='SGSN_Tests' name='TC_attach_second_attempt' time='MASKED'>
<error type='DTE'></error>
</testcase>