From 40c5c2827a6584cef9301650b82d960218a05c29 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 22 Feb 2019 13:20:01 +0100 Subject: chapters/gsup.adoc: move IMEI IEs to right place Move the "IMEI" and "IMEI Check Result" IEs from the "Session (transaction) management" chapter (which describes session IEs) to the "Information Elements" chapter. Add a comment to prevent this mistake in the future. Related: OS#2541 Change-Id: I6fd66419350e018a763b8fac3daf567b339a2637 --- common/chapters/gsup.adoc | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/common/chapters/gsup.adoc b/common/chapters/gsup.adoc index 7a16e64..1fd0bb6 100644 --- a/common/chapters/gsup.adoc +++ b/common/chapters/gsup.adoc @@ -1173,6 +1173,25 @@ This IE shall be used together with both <> and <> IEs. It is used to carry the payload of Supplementary Services encoded according to GSM TS 04.80. +[[gsup-ie-imei]] +==== IMEI + +The IMEI encoded as Called Party BCD Number in 3GPP TS 04.08. + +[[gsup-ie-imei-result]] +==== IMEI Check Result + +Result of the Check IMEI request. A NACK could be sent in theory, if the ME is +not permitted on the network (e.g. because it is on a blacklist). + +.IMEI Check Result +[options="header",cols="10%,90%"] +|=== +|Type|Description +|0x01|ACK +|0x02|NACK +|=== + === Session (transaction) management Unlike TCAP/MAP, GSUP is just a transport layer without the @@ -1316,21 +1335,7 @@ It can take one of the following values: |0x02|Memory Available |=== -[[gsup-ie-imei]] -==== IMEI - -The IMEI encoded as Called Party BCD Number in 3GPP TS 04.08. - -[[gsup-ie-imei-result]] -==== IMEI Check Result - -Result of the Check IMEI request. A NACK could be sent in theory, if the ME is -not permitted on the network (e.g. because it is on a blacklist). - -.IMEI Check Result -[options="header",cols="10%,90%"] -|=== -|Type|Description -|0x01|ACK -|0x02|NACK -|=== +//// +End of "Session (transaction) management" IEs chapter. Remember to place +unrelated IEs at the end of the "Information Elements" chapter, not here! +//// -- cgit v1.2.3