blob: 85b52d3efdff030df46550495efc15675902d174 [file] [log] [blame]
Harald Weltea814f262017-07-24 13:21:35 +02001--/////////////////////////////////////////////////////////////////////////////
2-- //
3-- Copyright Test Competence Center (TCC) ETH 2016 //
4-- //
5-- The copyright to the computer program(s) herein is the property of TCC. //
6-- The program(s) may be used and/or copied only with the written permission //
7-- of TCC or in accordance with the terms and conditions stipulated in the //
8-- agreement/contract under which the program(s) has been supplied. //
9-- //
10--/////////////////////////////////////////////////////////////////////////////
11--
12-- File: SS_Errors.asn
13-- Rev: R1B
14-- Prodnr: CNL 113 832
15-- Contact: http://ttcn.ericsson.se
16-- Reference: 3GPP TS 24.080 v13.0.0
17
18SS-Errors {
19 itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
20 ss-Errors (1) version12 (12)}
21
22DEFINITIONS ::=
23
24BEGIN
25
26IMPORTS
27
28ERROR FROM
29Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
30 informationObjects(5) version1(0)};
31
32-- The MAP errors
33-- unknownSubscriber, bearerServiceNotProvisioned, teleserviceNotProvisioned,
34-- illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable, ss-SubscriptionViolation,
35-- ss-Incompatibility, systemFailure, dataMissing, unexpectedDataValue, facilityNotSupported,
36-- pw-RegistrationFailure, negativePW-Check, callBarred, numberOfPW-AttemptsViolation,
37-- absentSubscriber, illegalSubscriber, illegalEquipment, ussd-Busy, unknownAlphabet,
38-- forwardingViolation, forwardingFailed
39-- are imported from MAP-Errors in SS-Protocol module.
40
41-- errors definition
42resourcesNotAvailable ERROR ::= {
43 CODE local:127 }
44maxNumberOfMPTY-ParticipantsExceeded ERROR ::= {
45 CODE local:126 }
46invalidDeflectedToNumber ERROR ::= {
47 CODE local:125 }
48specialServiceCode ERROR ::= {
49 CODE local:124 }
50deflectionToServedSubscriber ERROR ::= {
51 CODE local:123 }
52rejectedByNetwork ERROR ::= {
53 CODE local:122 }
54rejectedByUser ERROR ::= {
55 CODE local:121 }
56
57END