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
This commit is contained in:
Vadim Yanitskiy 2020-04-19 19:44:09 +07:00
parent 49ab1cb2fc
commit b01306c59a
1 changed files with 2 additions and 2 deletions

View File

@ -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
|===