summaryrefslogtreecommitdiffstats
path: root/output/3.10.0/MAP-Errors.asn
blob: f3354d87dce717201308d53e8e7cd6f8ee4eb1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
-- ASN.1 definition for GSM MAP (Version 1)
--
-- Taken from GSM/3GPP TS 09.02 Version 3.10.0 (October 1994) from
-- http://www.3gpp.org/ftp/Specs/archive/09_series/09.02/0902-3a0.zip
-- (C) Copyright 1991-1994 by ETSI
--
-- Extracted using asn1_docextract as it is available from
--	http://cgit.osmocom.org/cgit/asn1_docextract/
--
-- Manual fixups and conversion from OPERATION MACRO to OPERATION CLASS
-- (C) 2011 by Harald Welte <laforge@gnumonks.org>
--
-- For more history, see the following blog posts
--	http://laforge.gnumonks.org/weblog/2011/03/26
--	http://laforge.gnumonks.org/weblog/2011/03/27
--	http://laforge.gnumonks.org/weblog/2011/04/09
--
MAP-Errors DEFINITIONS ::=

BEGIN

EXPORTS
	unknownSubscriber, unknownBaseStation, unknownMSC, unknownLocArea,
	unidentifiedSubscriber, unallocatedRoamingNumber, unknownEquipment,
	roamingNotAllowed, illegalMS, bearerServiceNotProvisioned,
	teleServiceNotProvisioned, insufficientBearerCapabilities,
	callBarred, forwardingViolation, cug-Reject,
	illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable,
	ss-SubscriptionViolation, ss-Incompatibility, facilityNotSupported,
	invalidTargetBaseStation, noRadioResourceAvailable,
	noHandoverNumberAvailable, subsequentHandoverFailure,
	absentSubscriber, busySubscriber, noSubscriberReply,
	radioCongestion, impossibleCallCompletion, sm-DeliveryFailure,
	messageWaitingListFull, systemFailure, dataMissing,
	unexpectedDataValue, passwordRegistrationFailure,
	negativePasswordCheck, noRoamingNumberAvailable, tracingBufferFull;

IMPORTS
	ERROR
FROM Remote-Operations-Information-Objects
	{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0) }

	SS-Code, SS-CodeList, SS-Status, SS-SubscriptionOption, BasicServiceCode,
	NetworkResource
FROM
	MAP-DataTypes;

-- error types definitions

unknownSubscriber ERROR ::= {
	CODE	local:1 }

unknownBaseStation ERROR ::= {
	CODE	local:2 }

unknownMSC ERROR ::= {
	CODE	local:3 }

unknownLocArea ERROR ::= {
	CODE	local:4 }

unidentifiedSubscriber ERROR ::= {
	CODE	local:5 }

unallocatedRoamingNumber ERROR ::= {
	CODE	local:6 }

unknownEquipment ERROR ::= {
	CODE	local:7 }

roamingNotAllowed ERROR ::= {
	CODE	local:8 }

illegalMS ERROR ::= {
	CODE	local:9 }

bearerServiceNotProvisioned ERROR ::= {
	CODE	local:10 }

teleServiceNotProvisioned ERROR ::= {
	CODE	local:11 }

insufficientBearerCapabilities ERROR ::= {
	CODE	local:12 }

CallBarredParam ::= ENUMERATED {
		barringServiceActive (0),
		operatorBarring (1)} -- optional

callBarred ERROR ::= {
	PARAMETER
		CallBarredParam
	CODE	local: 13 }

--
forwardingViolation ERROR ::= {
	CODE	local: 14 }

--
CugRejectParam ::= ENUMERATED {
		incomingCallBarred(0),
		nonCUGmember (1)} -- optional

cug-Reject ERROR ::= {
	PARAMETER
		CugRejectParam
	CODE	local: 15 }

--
illegalSS-Operation ERROR ::= {
	CODE	local: 16 }

--
ss-ErrorStatus ERROR ::= {
	PARAMETER
		SS-Status -- optional
	CODE	local: 17 }

--
ss-NotAvailable ERROR ::= {
	CODE	local: 18 }

ss-SubscriptionViolation ERROR ::= {
	PARAMETER	
		SS-SubscriptionOption -- optional
	CODE	local: 19 }


--
SS-IncompatibilityParam ::= SEQUENCE{
	ss-Code		[1] IMPLICIT SS-Code OPTIONAL,
	basicService 	BasicServiceCode OPTIONAL,
	ss-Status	[4] IMPLICIT SS-Status OPTIONAL} -- optional

ss-Incompatibility ERROR ::= {
	PARAMETER
		SS-IncompatibilityParam
	CODE	local: 20 }

--
facilityNotSupported ERROR ::= {
	CODE	local: 21 }
--
invalidTargetBaseStation ERROR ::= {
	CODE	local: 23 }

noRadioResourceAvailable ERROR ::= {
	CODE	local: 24 }

noHandoverNumberAvailable ERROR ::= {
	CODE	local: 25 }

subsequentHandoverFailure ERROR ::= {
	CODE	local: 26 }


absentSubscriber ERROR ::= {
	PARAMETER	
		BOOLEAN -- optional
	CODE	local: 27 }

busySubscriber ERROR ::= {
	CODE	local: 28 }

noSubscriberReply ERROR ::= {
	CODE	local: 29 }

radioCongestion ERROR ::= {
	CODE	local: 30 }

impossibleCallCompletion ERROR ::= {
	PARAMETER		
		SS-CodeList -- optional
	CODE	local : 31 }

SM-DeliveryFailureParam ::= ENUMERATED {
		memoryCapacityExceeded (0),
		msProtocolError (1),
		msNotEquiped (2),
		unknownServiceCentre (3),
		invalidSmeAddress (5),
		msNotScSubscriber (6)}

sm-DeliveryFailure ERROR ::= {
	PARAMETER
		SM-DeliveryFailureParam
	CODE	local : 32 }


messageWaitingListFull ERROR ::= {
	CODE	local : 33 }


--
systemFailure ERROR ::= {
	PARAMETER
		NetworkResource -- optional
	CODE	local : 34 }

dataMissing ERROR ::= {
	CODE	local : 35 }

unexpectedDataValue ERROR ::= {
	CODE	local : 36 }

PasswordRegistrationFailureParam ::= ENUMERATED{
		undetermined (0),
		invalidFormat (1),
		newPasswordsMismatch (2)}
passwordRegistrationFailure ERROR ::= {
	PARAMETER
		PasswordRegistrationFailureParam
	CODE	local : 37 }


negativePasswordCheck ERROR ::= {
	CODE	local : 38 }

noRoamingNumberAvailable ERROR ::= {
	CODE	local : 39 }

tracingBufferFull ERROR ::= {
	CODE	local : 40 }


END  -- End of error types definitions