gsup_protocol.hrl: make source / destination name IEs optional by default

Change-Id: I67ff73dfdeba1bfadf8ddfe112d8b4bdba62a699
This commit is contained in:
Vadim Yanitskiy 2019-12-26 13:14:35 +01:00
parent eb57344d03
commit 59589568de
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
-define(MANDATORY_DEFAULT, [imsi, message_type]).
-define(OPTIONAL_DEFAULT, [message_class]).
-define(OPTIONAL_DEFAULT, [message_class, source_name, destination_name]).
-define (GSUP_MESSAGES(), #{
16#04 => #{message_type => location_upd_req, mandatory => [], optional => [cn_domain]},