Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / gsm_map / SS-Errors.asn
blob180281b9ae2c4f1818a8b143853e503ad236df60
1 -- 3GPP TS 24.080 V18.4.0 (2024-09)
2 -- 4.3.1        Errors ASN.1 specification
3 -- 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 SS-Errors {
6    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
7    ss-Errors (1) version17 (17)}
9 DEFINITIONS ::=
11 BEGIN
13 IMPORTS
15 ERROR FROM
16 Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
17   informationObjects(5) version1(0)};
19 -- The MAP errors
20 -- unknownSubscriber, bearerServiceNotProvisioned, teleserviceNotProvisioned,
21 -- illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable, ss-SubscriptionViolation,
22 -- ss-Incompatibility, systemFailure, dataMissing, unexpectedDataValue, facilityNotSupported,
23 -- pw-RegistrationFailure, negativePW-Check, callBarred, numberOfPW-AttemptsViolation,
24 -- absentSubscriber, illegalSubscriber, illegalEquipment, ussd-Busy, unknownAlphabet,
25 -- forwardingViolation, forwardingFailed, resourceLimitation
26 -- are imported from MAP-Errors in SS-Protocol module.
28 -- errors definition
29 resourcesNotAvailable  ERROR ::= {
30         CODE    local:127 }
31 maxNumberOfMPTY-ParticipantsExceeded  ERROR ::= {
32         CODE    local:126 }
33 invalidDeflectedToNumber  ERROR ::= {
34         CODE    local:125 }
35 specialServiceCode  ERROR ::= {
36         CODE    local:124 }
37 deflectionToServedSubscriber  ERROR ::= {
38         CODE    local:123 }
39 rejectedByNetwork  ERROR ::= {
40         CODE    local:122 }
41 rejectedByUser  ERROR ::= {
42         CODE    local:121 }
43 lcs-invalidPru  ERROR ::= {
44         CODE    local:120 }
45 lcs-PruAssociationRej  ERROR ::= {
46         PARAMETER
47         PruAssociationRejParam
48         CODE    local:119 }
50 PruAssociationRejParam  ::= SEQUENCE {
51         newLmfRoutingId [0]     OCTET STRING    OPTIONAL,
52         ... }
54 END