PDP_INFO_COMPLETE IE is optional for insert_sub_data_req

Change-Id: I37fdfc68ae47fe35ef010711be20995680260c2c
This commit is contained in:
Alexander Couzens 2019-12-27 18:34:54 +01:00 committed by fixeria
parent b656fc1965
commit 8c724025e8
1 changed files with 1 additions and 1 deletions

View File

@ -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]},