aboutsummaryrefslogtreecommitdiffstats
path: root/hlr
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-11-06 16:31:27 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-11-12 16:17:42 +0000
commite2bd04ad6b80e11940f1986ad6da83160f4c9528 (patch)
tree13b86a7a3d425b2fa780bb9a81b6669a6fb38ce8 /hlr
parentaee6039600f79eae9374b848a492a20e1cec61b3 (diff)
hlr: Fix DTE by requesting the correct type
Previous commit d686a8a54873eb61fae7d55cb001378dae3fbd7d from Vadim introduced a copy and paste error. Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
Diffstat (limited to 'hlr')
-rw-r--r--hlr/HLR_EUSE.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hlr/HLR_EUSE.ttcn b/hlr/HLR_EUSE.ttcn
index 93eb8f44..fbb496c9 100644
--- a/hlr/HLR_EUSE.ttcn
+++ b/hlr/HLR_EUSE.ttcn
@@ -58,7 +58,7 @@ function f_ss_echo_continue(GSUP_PDU rx_pdu) return GSUP_PDU {
var SS_FacilityInformation dec_fac, rsp_fac;
var octetstring ss_rsp;
- f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, state_ie);
+ f_gsup_find_ie(rx_pdu, OSMO_GSUP_SESSION_STATE_IE, state_ie);
var GSUP_SessionState ss_state := state_ie.session_state;
f_gsup_find_ie(rx_pdu, OSMO_GSUP_SS_INFO_IE, ss_ie);