aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-04-19 19:44:09 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-04-19 19:45:17 +0700
commitb01306c59a1d60bae3bf286f397065cde817dca0 (patch)
treee55d3035b38c5a916d8798934ac8cee0eec2849d
parent49ab1cb2fce5471714c845ec76db8d5a9225e4f9 (diff)
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
-rw-r--r--common/chapters/gsup.adoc4
1 files 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|<<gsup-ie-message-class>>|M|TLV|3
|60|Source Name|<<gsup-ie-source-name>>|M|TLV|2-...
|61|Destination Name|<<gsup-ie-destination-name>>|M|TLV|2-...
-|30|Session ID|<<gsup-ie-session-id>>|M|TLV|6
-|31|Session State|<<gsup-ie-session-state>>|M|TLV|3
+|30|Session ID|<<gsup-ie-session-id>>|O|TLV|6
+|31|Session State|<<gsup-ie-session-state>>|O|TLV|3
|===