Skip to content

Instantly share code, notes, and snippets.

@jestan
Last active September 25, 2023 19:58
Show Gist options
  • Save jestan/4411538 to your computer and use it in GitHub Desktop.
Save jestan/4411538 to your computer and use it in GitHub Desktop.
MAP Protocol Error Codes

MAP Protocol Error Codes

Generic errors

34 System failure

35 Data Missing

36 Unexpected Data Value

21 Facility Not Supported

28 Incompatible Terminal

51 resourceLimitation

Identification and Numbering Errors

01 Unknown Subscriber

144 Number Changed

03 Unknown MSC

05 Unidentified Subscriber

07 Unknown Equipment

Subscription Errors

08 Roaming Not Allowed

09 Illegal Subscriber

12 Illegal Equipment

10 Bearer Service Not Provisioned

11 Teleservice Not Provisioned

Handover Errors

25 No Handover Number Available

26 Subsequent Handover Failure

42 Target Cell Outside GroupCall Area

Operation and Maintenance Errors

40 tracingBufferFull

call handling errors

39 noRoamingNumberAvailable

27 absentSubscriber

45 busySubscriber

46 noSubscriberReply

13 callBarred

14 forwardingViolation

47 forwardingFailed

15 cug-Reject

48 or-NotAllowed

any time interrogation errors

49 ati-NotAllowed

any time information handling errors

60 atsi-NotAllowed

61 atm-NotAllowed

62 informationNotAvailable > ## supplementary service errors 16 illegalSS-Operation

17 ss-ErrorStatus

18 ss-NotAvailable

19 ss-SubscriptionViolation

20 ss-Incompatibility

71 unknownAlphabet

72 ussd-Busy

37 pw-RegistrationFailure

38 negativePW-Check

43 numberOfPW-AttemptsViolation

29 shortTermDenial

30 longTermDenial

short message service errors

31 subscriberBusyForMT-SMS

32 sm-DeliveryFailure

33 messageWaitingListFull

06 absentSubscriberSM

Group Call errors

50 noGroupCallNumberAvailable

22 ongoingGroupCall

location service errors

52 unauthorizedRequestingNetwork

53 unauthorizedLCSClient

54 positionMethodFailure

58 unknownOrUnreachableLCSClient

59 mm-EventNotSupported

@ijazm123
Copy link

ijazm123 commented Feb 3, 2020

what is meant by error code 03, Unknown MSC

@elafontaine
Copy link

@ijazm123 that would mean that the Mobile Service Center was not known (normally those are the node that establish the connection with the Cellphone). In other words, it would mean that the MSC that was asked to be used for delivery wasn't reachable by the upstream services trying to reach the mobile.

@Fara2555
Copy link

Who can tell why it gives such an error 14 Forwarding Violation

@developervirtuoso
Copy link

BEARER_SERVICE_NOT_PROVISIONED description ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment