blob: 5c6fb24f51adbf097c97c3253c034aa5bd9e8369 [file] [log] [blame]
Harald Welteb61d0bc2011-03-25 23:56:56 +01001-- $Id: SS-Errors.asn 32509 2010-04-19 05:58:01Z etxrab $
2-- 3GPP TS 24.080 V9.1.0 (2010-03)
3-- 4.3.1 Errors ASN.1 specification
4-- The following ASN.1 module provides an ASN.1 specification of errors. Errors from MAP are imported in the SS Protocol module in subclause 4.5. The module defines errors by allocating them a local value. For the involved errors the same local values as in MAP are allocated.
5
6SS-Errors {
7 itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
8 ss-Errors (1) version10 (10)}
9
10DEFINITIONS ::=
11
12BEGIN
13
14IMPORTS
15
16ERROR FROM
17Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
18 informationObjects(5) version1(0)};
19
20-- The MAP errors
21-- unknownSubscriber, bearerServiceNotProvisioned, teleserviceNotProvisioned,
22-- illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable, ss-SubscriptionViolation,
23-- ss-Incompatibility, systemFailure, dataMissing, unexpectedDataValue, facilityNotSupported,
24-- pw-RegistrationFailure, negativePW-Check, callBarred, numberOfPW-AttemptsViolation,
25-- absentSubscriber, illegalSubscriber, illegalEquipment, ussd-Busy, unknownAlphabet,
26-- forwardingViolation, forwardingFailed
27-- are imported from MAP-Errors in SS-Protocol module.
28
29-- errors definition
30resourcesNotAvailable ERROR ::= {
31 CODE local:127 }
32maxNumberOfMPTY-ParticipantsExceeded ERROR ::= {
33 CODE local:126 }
34invalidDeflectedToNumber ERROR ::= {
35 CODE local:125 }
36specialServiceCode ERROR ::= {
37 CODE local:124 }
38deflectionToServedSubscriber ERROR ::= {
39 CODE local:123 }
40rejectedByNetwork ERROR ::= {
41 CODE local:122 }
42rejectedByUser ERROR ::= {
43 CODE local:121 }
44
45END
46