From b01306c59a1d60bae3bf286f397065cde817dca0 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 19 Apr 2020 19:44:09 +0700 Subject: GSUP: 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: Iaf9d8e77c8734672cfd8a265b8cfdb3bc929a31b --- common/chapters/gsup.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/chapters/gsup.adoc b/common/chapters/gsup.adoc index 511f2b3..6d07e6b 100644 --- a/common/chapters/gsup.adoc +++ b/common/chapters/gsup.adoc @@ -1025,8 +1025,8 @@ Direction: GSUP Server (HLR) => GSUP Client (MSC) |0a|Message Class|<>|M|TLV|3 |60|Source Name|<>|M|TLV|2-... |61|Destination Name|<>|M|TLV|2-... -|30|Session ID|<>|M|TLV|6 -|31|Session State|<>|M|TLV|3 +|30|Session ID|<>|O|TLV|6 +|31|Session State|<>|O|TLV|3 |=== -- cgit v1.2.3