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