From b70183269953c4f6a467d1710713ac420f6006ab Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 27 Dec 2019 18:34:54 +0100 Subject: [PATCH] PDP_INFO_COMPLETE IE is optional for insert_sub_data_req Change-Id: I37fdfc68ae47fe35ef010711be20995680260c2c --- include/gsup_protocol.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsup_protocol.hrl b/include/gsup_protocol.hrl index a08b934..569def7 100644 --- a/include/gsup_protocol.hrl +++ b/include/gsup_protocol.hrl @@ -182,7 +182,7 @@ 16#0c => #{message_type => purge_ms_req, mandatory => [], optional => [cn_domain, hlr_number]}, 16#0d => #{message_type => purge_ms_err, mandatory => [cause]}, 16#0e => #{message_type => purge_ms_res, mandatory => [freeze_p_tmsi]}, - 16#10 => #{message_type => insert_sub_data_req, mandatory => [pdp_info_complete], optional => [cn_domain, msisdn, hlr_number, pdp_info_list, pdp_charging]}, + 16#10 => #{message_type => insert_sub_data_req, mandatory => [], optional => [cn_domain, msisdn, hlr_number, pdp_info_complete, pdp_info_list, pdp_charging]}, 16#11 => #{message_type => insert_sub_data_err, mandatory => [cause]}, 16#12 => #{message_type => insert_sub_data_res, mandatory => []}, 16#14 => #{message_type => delete_sub_data_req, mandatory => [], optional => [cn_domain, pdp_context_id]},