aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/gsm_map/SS-Errors.asn
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-09 03:17:51 +0000
committerJoão Valverde <j@v6e.pt>2016-03-13 21:30:24 +0000
commit54a520d4a1151c68d0b4e5f09a8d82466fa499f3 (patch)
tree7aacae160382098ce651ac862a5dfd5de4beff94 /epan/dissectors/asn1/gsm_map/SS-Errors.asn
parentc1f3c935bdd33090c87f0d2f84842ce9729b747a (diff)
Move /asn1 to /epan/dissectors
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/dissectors/asn1/gsm_map/SS-Errors.asn')
-rw-r--r--epan/dissectors/asn1/gsm_map/SS-Errors.asn45
1 files changed, 45 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/gsm_map/SS-Errors.asn b/epan/dissectors/asn1/gsm_map/SS-Errors.asn
new file mode 100644
index 0000000000..ccf8422d4e
--- /dev/null
+++ b/epan/dissectors/asn1/gsm_map/SS-Errors.asn
@@ -0,0 +1,45 @@
+-- 3GPP TS 24.080 V9.1.0 (2010-03)
+-- 4.3.1 Errors ASN.1 specification
+-- 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.
+
+SS-Errors {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
+ ss-Errors (1) version10 (10)}
+
+DEFINITIONS ::=
+
+BEGIN
+
+IMPORTS
+
+ERROR FROM
+Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
+ informationObjects(5) version1(0)};
+
+-- The MAP errors
+-- unknownSubscriber, bearerServiceNotProvisioned, teleserviceNotProvisioned,
+-- illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable, ss-SubscriptionViolation,
+-- ss-Incompatibility, systemFailure, dataMissing, unexpectedDataValue, facilityNotSupported,
+-- pw-RegistrationFailure, negativePW-Check, callBarred, numberOfPW-AttemptsViolation,
+-- absentSubscriber, illegalSubscriber, illegalEquipment, ussd-Busy, unknownAlphabet,
+-- forwardingViolation, forwardingFailed
+-- are imported from MAP-Errors in SS-Protocol module.
+
+-- errors definition
+resourcesNotAvailable ERROR ::= {
+ CODE local:127 }
+maxNumberOfMPTY-ParticipantsExceeded ERROR ::= {
+ CODE local:126 }
+invalidDeflectedToNumber ERROR ::= {
+ CODE local:125 }
+specialServiceCode ERROR ::= {
+ CODE local:124 }
+deflectionToServedSubscriber ERROR ::= {
+ CODE local:123 }
+rejectedByNetwork ERROR ::= {
+ CODE local:122 }
+rejectedByUser ERROR ::= {
+ CODE local:121 }
+
+END
+