Skip to content

Instantly share code, notes, and snippets.

@jestan
Last active September 25, 2023 19:58
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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 Resource Limitation

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 No Roaming Number Available

27 Absent Subscriber

45 Busy Subscriber

46 No Subscriber Reply

13 Call Barred

14 Forwarding Violation

47 Forwarding Failed

15 CUG Reject

48 OR Not Allowed

Any Time Interrogation Errors

49 ATI Not Allowed

Any Time Information Handling Errors

60 ATSI Not Allowed

61 ATM Not Allowed

62 Information Not Available

Supplementary Service Errors

16 Illegal SS Operation

17 SS Error Status

18 SS Not Available

19 SS Subscription Violation

20 SS Incompatibility

71 Unknown Alphabet

72 USSD Busy

37 PW Registration Failure

38 Negative PW Check

43 Number of PW Attempts Violation

29 ShortTerm Denial

30 LongTerm Denial

Short Message Service Errors

31 Subscriber Busy For MT SMS

32 SM Delivery Failure

33 Message Waiting List Full

06 Absent Subscriber for SM

Group Call errors

50 No GroupCall Number Available

22 Ongoing GroupCall

Location Service Errors

52 Unauthorized Requesting Network

53 Unauthorized LCS Client

54 Position Method Failure

58 Unknown or Unreachable LCS Client

59 MM Event Not Supported

@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