blob: a7ee44707931d3cb87d3ce6e3cf75e7902a34021 [file] [log] [blame]
Harald Welteb61d0bc2011-03-25 23:56:56 +01001-- $Id: MAP-Errors.asn 34814 2010-11-08 23:15:16Z etxrab $
2-- 3GPP TS 29.002 V9.3.0 (2010-09)
3-- 17.6.6 Errors
4
Harald Welte7a23af32011-02-07 21:24:26 +01005MAP-Errors {
6 itu-t identified-organization (4) etsi (0) mobileDomain (0)
Harald Welteb61d0bc2011-03-25 23:56:56 +01007 gsm-Network (1) modules (3) map-Errors (10) version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +01008
9DEFINITIONS
10
11::=
12
13BEGIN
14
15EXPORTS
16
17 -- generic errors
18 systemFailure,
19 dataMissing,
20 unexpectedDataValue,
21 facilityNotSupported,
22 incompatibleTerminal,
23 resourceLimitation,
24
25 -- identification and numbering errors
26 unknownSubscriber,
27 numberChanged,
28 unknownMSC,
29 unidentifiedSubscriber,
30 unknownEquipment,
31
32 -- subscription errors
33 roamingNotAllowed,
34 illegalSubscriber,
35 illegalEquipment,
36 bearerServiceNotProvisioned,
37 teleserviceNotProvisioned,
38
39 -- handover errors
40 noHandoverNumberAvailable,
41 subsequentHandoverFailure,
42 targetCellOutsideGroupCallArea,
43
44 -- operation and maintenance errors
45 tracingBufferFull,
46
47 -- call handling errors
48 or-NotAllowed,
49 noRoamingNumberAvailable,
50 busySubscriber,
51 noSubscriberReply,
52 absentSubscriber,
53 callBarred,
54 forwardingViolation,
55 forwardingFailed,
56 cug-Reject,
57
58 -- any time interrogation errors
59 ati-NotAllowed,
60
61 -- any time information handling errors
62 atsi-NotAllowed,
63 atm-NotAllowed,
64 informationNotAvailable,
65
66 -- supplementary service errors
67 illegalSS-Operation,
68 ss-ErrorStatus,
69 ss-NotAvailable,
70 ss-SubscriptionViolation,
71 ss-Incompatibility,
72 unknownAlphabet,
73 ussd-Busy,
74 pw-RegistrationFailure,
75 negativePW-Check,
76 numberOfPW-AttemptsViolation,
77 shortTermDenial,
78 longTermDenial,
79
80 -- short message service errors
81 subscriberBusyForMT-SMS,
82 sm-DeliveryFailure,
83 messageWaitingListFull,
84 absentSubscriberSM,
85
86 -- Group Call errors
87 noGroupCallNumberAvailable,
Harald Welteb61d0bc2011-03-25 23:56:56 +010088 ongoingGroupCall,
Harald Welte7a23af32011-02-07 21:24:26 +010089
90 -- location service errors
91 unauthorizedRequestingNetwork,
92 unauthorizedLCSClient,
93 positionMethodFailure,
94 unknownOrUnreachableLCSClient,
95
96 -- Mobility Management errors
Harald Welteb61d0bc2011-03-25 23:56:56 +010097 mm-EventNotSupported
Harald Welte7a23af32011-02-07 21:24:26 +010098
Harald Welte7a23af32011-02-07 21:24:26 +010099
100;
101
102IMPORTS
103 ERROR
104FROM Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
105 informationObjects(5) version1(0) }
106
107 SS-Status
108FROM MAP-SS-DataTypes {
109 itu-t identified-organization (4) etsi (0) mobileDomain (0)
Harald Welteb61d0bc2011-03-25 23:56:56 +0100110 gsm-Network (1) modules (3) map-SS-DataTypes (14) version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +0100111
112 SS-IncompatibilityCause,
113 PW-RegistrationFailureCause,
114 SM-DeliveryFailureCause,
115 SystemFailureParam,
116 DataMissingParam,
117 UnexpectedDataParam,
118 FacilityNotSupParam,
119 UnknownSubscriberParam,
120 NumberChangedParam,
121 UnidentifiedSubParam,
122 RoamingNotAllowedParam,
123 IllegalSubscriberParam,
124 IllegalEquipmentParam,
125 BearerServNotProvParam,
126 TeleservNotProvParam,
127 TracingBufferFullParam,
128 NoRoamingNbParam,
129 OR-NotAllowedParam,
130 AbsentSubscriberParam,
131 BusySubscriberParam,
132 NoSubscriberReplyParam,
133 CallBarredParam,
134 ForwardingViolationParam,
135 ForwardingFailedParam,
136 CUG-RejectParam,
137 ATI-NotAllowedParam,
138 SubBusyForMT-SMS-Param,
139 MessageWaitListFullParam,
140 AbsentSubscriberSM-Param,
141 ResourceLimitationParam,
142 NoGroupCallNbParam,
143 IncompatibleTerminalParam,
144 ShortTermDenialParam,
145 LongTermDenialParam,
146 UnauthorizedRequestingNetwork-Param,
147 UnauthorizedLCSClient-Param,
148 PositionMethodFailure-Param,
149 UnknownOrUnreachableLCSClient-Param,
150 MM-EventNotSupported-Param,
151 ATSI-NotAllowedParam,
152 ATM-NotAllowedParam,
153 IllegalSS-OperationParam,
154 SS-NotAvailableParam,
155 SS-SubscriptionViolationParam,
156 InformationNotAvailableParam,
157 TargetCellOutsideGCA-Param,
Harald Welteb61d0bc2011-03-25 23:56:56 +0100158OngoingGroupCallParam
Harald Welte7a23af32011-02-07 21:24:26 +0100159FROM MAP-ER-DataTypes {
160 itu-t identified-organization (4) etsi (0) mobileDomain (0)
Harald Welteb61d0bc2011-03-25 23:56:56 +0100161 gsm-Network (1) modules (3) map-ER-DataTypes (17) version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +0100162;
163
164-- generic errors
165
166systemFailure ERROR ::= {
167 PARAMETER
168 SystemFailureParam
169 -- optional
170 CODE local:34 }
171
172dataMissing ERROR ::= {
173 PARAMETER
174 DataMissingParam
175 -- optional
176 -- DataMissingParam must not be used in version <3
177 CODE local:35 }
178
179unexpectedDataValue ERROR ::= {
180 PARAMETER
181 UnexpectedDataParam
182 -- optional
183 -- UnexpectedDataParam must not be used in version <3
184 CODE local:36 }
185
186facilityNotSupported ERROR ::= {
187 PARAMETER
188 FacilityNotSupParam
189 -- optional
190 -- FacilityNotSupParam must not be used in version <3
191 CODE local:21 }
192
193incompatibleTerminal ERROR ::= {
194 PARAMETER
195 IncompatibleTerminalParam
196 -- optional
197 CODE local:28 }
198
199resourceLimitation ERROR ::= {
200 PARAMETER
201 ResourceLimitationParam
202 -- optional
203 CODE local:51 }
204
205-- identification and numbering errors
206
207unknownSubscriber ERROR ::= {
208 PARAMETER
209 UnknownSubscriberParam
210 -- optional
211 -- UnknownSubscriberParam must not be used in version <3
212 CODE local:1 }
213
214numberChanged ERROR ::= {
215 PARAMETER
216 NumberChangedParam
217 -- optional
218 CODE local:44 }
219
220unknownMSC ERROR ::= {
221 CODE local:3 }
222
223unidentifiedSubscriber ERROR ::= {
224 PARAMETER
225 UnidentifiedSubParam
226 -- optional
227 -- UunidentifiedSubParam must not be used in version <3
228 CODE local:5 }
229
230unknownEquipment ERROR ::= {
231 CODE local:7 }
232
233-- subscription errors
234
235roamingNotAllowed ERROR ::= {
236 PARAMETER
237 RoamingNotAllowedParam
238 CODE local:8 }
239
240illegalSubscriber ERROR ::= {
241 PARAMETER
242 IllegalSubscriberParam
243 -- optional
244 -- IllegalSubscriberParam must not be used in version <3
245 CODE local:9 }
246
247illegalEquipment ERROR ::= {
248 PARAMETER
249 IllegalEquipmentParam
250 -- optional
251 -- IllegalEquipmentParam must not be used in version <3
252 CODE local:12 }
253
254bearerServiceNotProvisioned ERROR ::= {
255 PARAMETER
256 BearerServNotProvParam
257 -- optional
258 -- BearerServNotProvParam must not be used in version <3
259 CODE local:10 }
260
261teleserviceNotProvisioned ERROR ::= {
262 PARAMETER
263 TeleservNotProvParam
264 -- optional
265 -- TeleservNotProvParam must not be used in version <3
266 CODE local:11 }
267
268-- handover errors
269
270noHandoverNumberAvailable ERROR ::= {
271 CODE local:25 }
272
273subsequentHandoverFailure ERROR ::= {
274 CODE local:26 }
275
276targetCellOutsideGroupCallArea ERROR ::= {
277 PARAMETER
278 TargetCellOutsideGCA-Param
279 -- optional
280 CODE local:42 }
281
282-- operation and maintenance errors
283
284tracingBufferFull ERROR ::= {
285 PARAMETER
286 TracingBufferFullParam
287 -- optional
288 CODE local: 40 }
289
290-- call handling errors
291
292noRoamingNumberAvailable ERROR ::= {
293 PARAMETER
294 NoRoamingNbParam
295 -- optional
296 CODE local:39 }
297
298absentSubscriber ERROR ::= {
299 PARAMETER
300 AbsentSubscriberParam
301 -- optional
302 -- AbsentSubscriberParam must not be used in version <3
303 CODE local:27 }
304
305busySubscriber ERROR ::= {
306 PARAMETER
307 BusySubscriberParam
308 -- optional
309 CODE local:45 }
310
311noSubscriberReply ERROR ::= {
312 PARAMETER
313 NoSubscriberReplyParam
314 -- optional
315 CODE local:46 }
316
317callBarred ERROR ::= {
318 PARAMETER
319 CallBarredParam
320 -- optional
321 CODE local:13 }
322
323forwardingViolation ERROR ::= {
324 PARAMETER
325 ForwardingViolationParam
326 -- optional
327 CODE local:14 }
328
329forwardingFailed ERROR ::= {
330 PARAMETER
331 ForwardingFailedParam
332 -- optional
333 CODE local:47 }
334
335cug-Reject ERROR ::= {
336 PARAMETER
337 CUG-RejectParam
338 -- optional
339 CODE local:15 }
340
341or-NotAllowed ERROR ::= {
342 PARAMETER
343 OR-NotAllowedParam
344 -- optional
345 CODE local:48 }
346
347-- any time interrogation errors
348ati-NotAllowed ERROR ::= {
349 PARAMETER
350 ATI-NotAllowedParam
351 -- optional
352 CODE local:49 }
353
354-- any time information handling errors
355atsi-NotAllowed ERROR ::= {
356 PARAMETER
357 ATSI-NotAllowedParam
358 -- optional
359 CODE local:60 }
360
361atm-NotAllowed ERROR ::= {
362 PARAMETER
363 ATM-NotAllowedParam
364 -- optional
365 CODE local:61 }
366
367informationNotAvailable ERROR ::= {
368 PARAMETER
369 InformationNotAvailableParam
370 -- optional
371 CODE local:62 }
372
373-- supplementary service errors
374
375illegalSS-Operation ERROR ::= {
376 PARAMETER
377 IllegalSS-OperationParam
378 -- optional
379 -- IllegalSS-OperationParam must not be used in version <3
380 CODE local:16 }
381
382ss-ErrorStatus ERROR ::= {
383 PARAMETER
384 SS-Status
385 -- optional
386 CODE local:17 }
387
388ss-NotAvailable ERROR ::= {
389 PARAMETER
390 SS-NotAvailableParam
391 -- optional
392 -- SS-NotAvailableParam must not be used in version <3
393 CODE local:18 }
394
395ss-SubscriptionViolation ERROR ::= {
396 PARAMETER
397 SS-SubscriptionViolationParam
398 -- optional
399 -- SS-SubscriptionViolationParam must not be used in version <3
400 CODE local:19 }
401
402ss-Incompatibility ERROR ::= {
403 PARAMETER
404 SS-IncompatibilityCause
405 -- optional
406 CODE local:20 }
407
408unknownAlphabet ERROR ::= {
409 CODE local:71 }
410
411ussd-Busy ERROR ::= {
412 CODE local:72 }
413
414pw-RegistrationFailure ERROR ::= {
415 PARAMETER
416 PW-RegistrationFailureCause
417 CODE local:37 }
418
419negativePW-Check ERROR ::= {
420 CODE local:38 }
421
422numberOfPW-AttemptsViolation ERROR ::= {
423 CODE local:43 }
424
425shortTermDenial ERROR ::= {
426 PARAMETER
427 ShortTermDenialParam
428 -- optional
429 CODE local:29 }
430
431longTermDenial ERROR ::= {
432 PARAMETER
433 LongTermDenialParam
434 -- optional
435 CODE local:30 }
436
437-- short message service errors
438
439subscriberBusyForMT-SMS ERROR ::= {
440 PARAMETER
441 SubBusyForMT-SMS-Param
442 -- optional
443 CODE local:31 }
444
445sm-DeliveryFailure ERROR ::= {
446 PARAMETER
447 SM-DeliveryFailureCause
448 CODE local:32 }
449
450messageWaitingListFull ERROR ::= {
451 PARAMETER
452 MessageWaitListFullParam
453 -- optional
454 CODE local:33 }
455
456absentSubscriberSM ERROR ::= {
457 PARAMETER
458 AbsentSubscriberSM-Param
459 -- optional
460 CODE local:6 }
461
462-- Group Call errors
463
464noGroupCallNumberAvailable ERROR ::= {
465 PARAMETER
466 NoGroupCallNbParam
467 -- optional
468 CODE local:50 }
469
Harald Welteb61d0bc2011-03-25 23:56:56 +0100470ongoingGroupCall ERROR ::= {
471 PARAMETER
472 OngoingGroupCallParam
473 -- optional
474 CODE local:22 }
475
Harald Welte7a23af32011-02-07 21:24:26 +0100476-- location service errors
477
478unauthorizedRequestingNetwork ERROR ::= {
479 PARAMETER
480 UnauthorizedRequestingNetwork-Param
481 -- optional
482 CODE local:52 }
483
484unauthorizedLCSClient ERROR ::= {
485 PARAMETER
486 UnauthorizedLCSClient-Param
487 -- optional
488 CODE local:53 }
489
490positionMethodFailure ERROR ::= {
491 PARAMETER
492 PositionMethodFailure-Param
493 -- optional
494 CODE local:54 }
495
496unknownOrUnreachableLCSClient ERROR ::= {
497 PARAMETER
498 UnknownOrUnreachableLCSClient-Param
499 -- optional
500 CODE local:58 }
501
502mm-EventNotSupported ERROR ::= {
503 PARAMETER
504 MM-EventNotSupported-Param
505 -- optional
506 CODE local:59 }
507
Harald Welte7a23af32011-02-07 21:24:26 +0100508
509END