Change in ...osmo_gsup[master]: gsup_protocol.hrl: make source / destination name IEs optional by def...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jan 20 20:56:18 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo_gsup/+/16925 )

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

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

Change-Id: I67ff73dfdeba1bfadf8ddfe112d8b4bdba62a699
---
M include/gsup_protocol.hrl
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/include/gsup_protocol.hrl b/include/gsup_protocol.hrl
index 3f04ece..e304654 100644
--- a/include/gsup_protocol.hrl
+++ b/include/gsup_protocol.hrl
@@ -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]},

-- 
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_gsup/+/16925
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo_gsup
Gerrit-Branch: master
Gerrit-Change-Id: I67ff73dfdeba1bfadf8ddfe112d8b4bdba62a699
Gerrit-Change-Number: 16925
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200120/ec81902a/attachment.htm>


More information about the gerrit-log mailing list