Dissect V1 version , found in trace from:
[obnox/wireshark/wip.git] / asn1 / gsm_map / SS-Errors.asn
1 -- $Id$
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
6 SS-Errors {
7    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
8    ss-Errors (1) version10 (10)}
9
10 DEFINITIONS ::=
11
12 BEGIN
13
14 IMPORTS
15
16 ERROR FROM
17 Remote-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
30 resourcesNotAvailable  ERROR ::= {
31         CODE    local:127 }
32 maxNumberOfMPTY-ParticipantsExceeded  ERROR ::= {
33         CODE    local:126 }
34 invalidDeflectedToNumber  ERROR ::= {
35         CODE    local:125 }
36 specialServiceCode  ERROR ::= {
37         CODE    local:124 }
38 deflectionToServedSubscriber  ERROR ::= {
39         CODE    local:123 }
40 rejectedByNetwork  ERROR ::= {
41         CODE    local:122 }
42 rejectedByUser  ERROR ::= {
43         CODE    local:121 }
44
45 END
46