hlr: Fix DTE by requesting the correct type

Previous commit d686a8a548 from Vadim
introduced a copy and paste error.

Change-Id: I5075b17a810762651e0c7d638cc4c35c58436cd9
This commit is contained in:
Daniel Willmann 2018-11-06 16:31:27 +01:00 committed by Neels Hofmeyr
parent aee6039600
commit e2bd04ad6b
1 changed files with 1 additions and 1 deletions

View File

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