aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-06-05 17:57:37 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-06-12 19:23:14 +0200
commit09040eff017655a807b4510f0d787885bfec1623 (patch)
treedbeeb23259628cfcc42b6eeb293e4a9caf494f9a /sgsn/SGSN_Tests.ttcn
parent49bb4b499f343effd5b234ba3553bad092dd9b88 (diff)
sgsn: TC_hlr_location_cancel_request_update: remove superflous Update Location Response
There shouldn't be any update location pending Change-Id: I94b9307311a8095065212e1820cacc6cd2be0a3a
Diffstat (limited to 'sgsn/SGSN_Tests.ttcn')
-rw-r--r--sgsn/SGSN_Tests.ttcn1
1 files changed, 0 insertions, 1 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 802c3e6a..f812fbef 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -1255,7 +1255,6 @@ private function f_TC_hlr_location_cancel_request_update(charstring id) runs on
/* HLR: cancel the location request */
GSUP.send(ts_GSUP_CL_REQ(g_pars.imsi, OSMO_GSUP_CANCEL_TYPE_UPDATE));
GSUP.receive(tr_GSUP_CL_RES(g_pars.imsi));
- GSUP.send(ts_GSUP_UL_RES(g_pars.imsi));
/* ensure no Detach Request got received */
timer T := 5.0;