Change in ...osmo_gsup[master]: fix E-Routing-Error: both session state / ID IEs are optional

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Apr 19 12:54:42 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo_gsup/+/17864 )


Change subject: fix E-Routing-Error: both session state / ID IEs are optional
......................................................................

fix E-Routing-Error: both session state / ID IEs are optional

If a message that has triggered the E-Routing-Error contains no
session related IEs, they will also be absent in the error message.

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



  git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_gsup refs/changes/64/17864/1

diff --git a/include/gsup_protocol.hrl b/include/gsup_protocol.hrl
index dc49723..fa3f942 100644
--- a/include/gsup_protocol.hrl
+++ b/include/gsup_protocol.hrl
@@ -219,7 +219,7 @@
   16#44 => #{message_type => e_forward_access_signalling_req, mandatory => [message_class, source_name, destination_name, an_apdu, session_id, session_state]},
   16#47 => #{message_type => e_close, mandatory => [message_class, source_name, destination_name, session_id, session_state]},
   16#4b => #{message_type => e_abort, mandatory => [message_class, session_id, session_state, bssap_cause]},
-  16#4e => #{message_type => e_routing_err, mandatory => [message_class, source_name, destination_name, session_id, session_state]}
+  16#4e => #{message_type => e_routing_err, mandatory => [message_class, source_name, destination_name]}
 }).
 
 -define(AUTH_TUPLE_MANDATORY, [rand, sres, kc]).

-- 
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_gsup/+/17864
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: I0c0c84c9dbd2e53e7d1720868cc157f9e21749c2
Gerrit-Change-Number: 17864
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200419/7e610ed6/attachment.htm>


More information about the gerrit-log mailing list