aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map/MAP-ER-DataTypes.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-08 17:55:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-08 17:55:53 +0000
commit1b788d4061eb86678c4562ae12114385f171413b (patch)
treec8f0d88cbdf57fe1fcb1a5d304640c4897d55804 /asn1/gsm_map/MAP-ER-DataTypes.asn
parent66688f928f157b9613301f56fe4099166bf2a6d9 (diff)
Update to V11.5.0 (2012-12).
svn path=/trunk/; revision=48195
Diffstat (limited to 'asn1/gsm_map/MAP-ER-DataTypes.asn')
-rw-r--r--asn1/gsm_map/MAP-ER-DataTypes.asn26
1 files changed, 19 insertions, 7 deletions
diff --git a/asn1/gsm_map/MAP-ER-DataTypes.asn b/asn1/gsm_map/MAP-ER-DataTypes.asn
index 8aee04256a..ed1c306082 100644
--- a/asn1/gsm_map/MAP-ER-DataTypes.asn
+++ b/asn1/gsm_map/MAP-ER-DataTypes.asn
@@ -1,5 +1,5 @@
-- $Id$
--- 3GPP TS 29.002 V10.4.0 (2011-09)
+-- 3GPP TS V11.5.0 (2012-12)
-- 17.7.7 Error data types
MAP-ER-DataTypes {
@@ -62,7 +62,9 @@ SS-NotAvailableParam,
SS-SubscriptionViolationParam,
InformationNotAvailableParam,
TargetCellOutsideGCA-Param,
-OngoingGroupCallParam
+OngoingGroupCallParam,
+PositionMethodFailure-Diagnostic,
+UnauthorizedLCSClient-Diagnostic
;
@@ -75,7 +77,8 @@ FROM MAP-SS-DataTypes {
SignalInfo,
BasicServiceCode,
NetworkResource,
- AdditionalNetworkResource
+ AdditionalNetworkResource,
+ IMSI
FROM MAP-CommonDataTypes {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-CommonDataTypes (18) version13 (13)}
@@ -124,7 +127,11 @@ ExtensibleCallBarredParam ::= SEQUENCE {
callBarringCause CallBarringCause OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
... ,
- unauthorisedMessageOriginator [1] NULL OPTIONAL }
+ unauthorisedMessageOriginator [1] NULL OPTIONAL,
+ anonymousCallRejection [2] NULL OPTIONAL }
+
+-- unauthorisedMessageOriginator and anonymousCallRejection shall be mutually exclusive.
+
CUG-RejectParam ::= SEQUENCE {
cug-RejectCause CUG-RejectCause OPTIONAL,
@@ -169,10 +176,13 @@ AbsentSubscriberSM-Param ::= SEQUENCE {
-- or for GPRS
extensionContainer ExtensionContainer OPTIONAL,
...,
- additionalAbsentSubscriberDiagnosticSM [0] AbsentSubscriberDiagnosticSM OPTIONAL }
+ additionalAbsentSubscriberDiagnosticSM [0] AbsentSubscriberDiagnosticSM OPTIONAL,
-- if received, additionalAbsentSubscriberDiagnosticSM
-- is for GPRS and absentSubscriberDiagnosticSM is
-- for non-GPRS
+ imsi [1] IMSI OPTIONAL}
+ -- when sent from HLR to IP-SM-GW, IMSI shall be present if UNRI is not set
+ -- to indicate that the absent condition is met for CS and PS but not for IMS.
AbsentSubscriberDiagnosticSM ::= INTEGER (0..255)
-- AbsentSubscriberDiagnosticSM values are defined in 3GPP TS 23.040
@@ -203,7 +213,10 @@ DataMissingParam ::= SEQUENCE {
UnexpectedDataParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
- ...}
+ ...,
+ unexpectedSubscriber [0] NULL OPTIONAL}
+-- the unexpectedSubscriber indication in the unexpectedDataValue error shall not be used
+-- for operations that allow the unidentifiedSubscriber error.
FacilityNotSupParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
@@ -416,5 +429,4 @@ OngoingGroupCallParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...}
-
END