Вы находитесь на странице: 1из 22

INAP ETSI

MAINTENANCE INSTRUCTIONS
2 INAP ETSI
MAINTENANCE INSTRUCTIONS

Copyright
© Tieto Sweden AB 2000, 2002, 2003, 2005-2008, - All Rights Reserved.

All data and information contained in or disclosed by this document are confidential and proprietary in-
formation of Tieto Sweden AB, and all rights therein are expressly reserved. By accepting this material,
the recipient agrees that this material and the information contained therein are held in confidence and in
trust and will not be used, copied, reproduced in whole or in part, nor its contents revealed in any manner
to others without the express written permission of Tieto Sweden AB.

Disclaimer
No part of this document may be reproduced in any form without the written permission of the copyright
owner.

The contents of this document are subject to revision without notice due to continued progress in method-
ology, design and manufacturing. Tieto shall have no liability for any error or damage of any kind result-
ing from the use of this document.

Trademark List

No trademarks are used.

Document template:
Stylesheet version: 1.0.1

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 3
MAINTENANCE INSTRUCTIONS

1. Introduction .............................................................................................................. 4
1.1. Purpose ......................................................................................................... 4
2. Alarms ..................................................................................................................... 5
2.1. General ......................................................................................................... 5
2.2. Supported Alarms ........................................................................................... 5
3. Errors ...................................................................................................................... 9
3.1. Error Log Format ............................................................................................ 9
3.2. Error Codes .................................................................................................... 9
Glossary ..................................................................................................................... 21
4. References ............................................................................................................... 22

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 4
MAINTENANCE INSTRUCTIONS

1 Introduction
1.1 Purpose
In an active system when an event (failure) occurs, the affected module can generates either alarms, if it is
requested via an SS7 stack manager, to inform the system operator, and also update the system log file
with some error code.

The purpose of this document is to describe:

• the alarms which are important (fatal) and recommended to be set by the operators in their SS7 stack
manager,

• the error codes which will be logged in the system log file (ss7trace.log).

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 5
MAINTENANCE INSTRUCTIONS

2 Alarms
2.1 General
The Management Module interface is the only way that a module can be communicated.

Communication between the module and Management is maintained with primitive exchanges. Therefore,
there are a number of primitives are defined which will be used in getting different type of information
and status of the module. These primitives are explained in the Functional Specification of the module.
The primitives which are related to the alarms are:

• MM_ALARM_req

This primitive allows the Management to decide which alarms the module will send using the
MM_ALARM_ind primitive.

• MM_ALARM_ind

All alarms which are set in the alarm mask, previously set with the MM_ALARM_req primitive, will be
sent to Management using this primitive.

• MM_ALARM_conf

The confirmation of the MM_ALARM_req primitive. Each requested alarm is confirmed individually.

Each alarm which is identified by a unique number (alarm ID), is categorized in different severity levels.
The defined severity levels are:

• N - Notification

• W - Warning

• F - Fatal

2.2 Supported Alarms


Alarm ids 4 - 35 indicate that a component related to the described operation has been received from/sent
to TCAP.

The following table shows all alarms that the module can handle.

Table 2.1. Supported Alarms Description

Alarm ID Event description Alarm parameters Severity a)

1 Idle dialogue timeout detected by INAP SSN W

dialogue ID Lo

dialogue ID Hi

2 ActivityTest Invoke sent to TCAP (by SSN N

1/1541-CAA 201 45 Uen J3 2014-04-10


6 INAP ETSI
MAINTENANCE INSTRUCTIONS

Alarm ID Event description Alarm parameters Severity a)

INAP itself) dialogue ID Lo

dialogue ID Hi

invoke ID

3 ActivityTest Return Result sent to SSN


TCAP (by INAP itself)
dialogue ID Lo

dialogue ID Hi

invoke ID

4 ActivateServiceFiltering See ch. 2.2.1 . N

5 ActivityTest See ch. 2.2.1 . N

6 ApplyCharging See ch. 2.2.1 . N

7 ApplyChargingReport See ch. 2.2.1 . N

8 AssistRequestInstructions See ch. 2.2.1 . N

9 CallGap See ch. 2.2.1 . N

10 CallInformationReport See ch. 2.2.1 . N

11 CallInformationRequest See ch. 2.2.1 . N

12 Cancel See ch. 2.2.1 . N

13 CollectInformation See ch. 2.2.1 . N

14 Connect See ch. 2.2.1 . N

15 ConnectToResource See ch. 2.2.1 . N

16 Continue See ch. 2.2.1 . N

17 DisconnectForwardConnection See ch. 2.2.1 . N

18 EstablishTemporaryConnection See ch. 2.2.1 . N

19 EventNotificationCharging See ch. 2.2.1 . N

20 EventReportBCSM See ch. 2.2.1 . N

21 FurnishChargingInformation See ch. 2.2.1 . N

22 InitialDP See ch. 2.2.1 . N

23 InitiateCallAttempt See ch. 2.2.1 . N

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 7
MAINTENANCE INSTRUCTIONS

Alarm ID Event description Alarm parameters Severity a)

24 PlayAnnouncement See ch. 2.2.1 . N

25 PromptAndCollectUserInformation See ch. 2.2.1 . N

26 ReleaseCall See ch. 2.2.1 . N

27 RequestNotificationChargingEvent See ch. 2.2.1 . N

28 RequestReportBCSMEvent See ch. 2.2.1 . N

29 ResetTimer See ch. 2.2.1 . N

30 SendChargingInformation See ch. 2.2.1 . N

31 ServiceFilteringResponse See ch. 2.2.1 . N

32 SpecializedResourceReport See ch. 2.2.1 . N

33 Execute See ch. 2.2.1 . N

34 ContinueWithArguments See ch. 2.2.1. N

35 DisconnectForwardConnectionWithAr- See ch. 2.2.1. N


guments

36 SplitLeg See ch. 2.2.1. N

37 MoveLeg See ch. 2.2.1. N

38 DisconnectLeg See ch. 2.2.1. N

a) Severity levels are: Note (N), Warning (W), Fatal (F)

2.2.1 Alarm Parameters


Occurrence:

MM_ALARM_ind

Purpose:

This parameter contains additional information regarding the event that triggered the MM_ALARM_ind.

Format:

See Reference [1].

Value:

See the table in ch. 2.2 except for alarmIDs 4 - 35. In the table each line represents an octet. The octets are
sent in the way they appear in the table , from top to bottom. The Alarm parameters for alarm IDs 4 - 35
will be as follows:

1/1541-CAA 201 45 Uen J3 2014-04-10


8 INAP ETSI
MAINTENANCE INSTRUCTIONS

Table 2.2. The Alarms Parameters for Alarm IDs 4 - 35

Parameter Description

SSN This parameter identifies the INAP user.

dialogue ID Lo This parameter uniquely identifies a dialogue.

dialogue ID Hi

invoke ID This parameter identifies the component

direction 0 = Sent

1 = Received

component type This parameter indicates the component type.

Each parameter is one octet and they are sent in the order they appear in the table, from top to bottom.

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 9
MAINTENANCE INSTRUCTIONS

3 Errors
3.1 Error Log Format
Run-time errors are reported, in the following syntax, in the ss7trace.log file:

Example 3.1.

YYYY MON hh:mm:ss


**** <MODULE> <module>.c <ln> <Error_Code> <Info_String>
Where:
YYYY MON hh:mm:ss
date and time the error was reported by the module.
**** indicates the line in the ss7trace.log file, contains
error code, see the Note.
<MODULE> is the name of module which reported the error.
<module>.c is the source code file name (for intern use)
<ln> line number of the source code (for intern use)
<Error_code>
the error code which holds the actual error value
plus an offset which is different for modules, for instance,
the offset for error codes of INAP is 27000.
<Info_String>
Module specific information in human readable format (for intern use).

Note
There is also message trace which will appear in the file with ASCII mode, but this type of in-
formation is not the scope of this chapter. For more information, see Functional Specification for
the Common Part.

3.2 Error Codes


The offset for error code values displayed in the ss7trace.log file for the this module is 27000. So the Error
code will be obtained adding to that offset the value that appears in the next table. All the available error
codes are listed in the following table, but some error, identified by a cross reference, are also described in
more detail in the this chapter. You will also get information on what to do to recover the failure on these
errors.

Table 3.1. Available Error Codes

Value Error name Description

1 INAPERR_FILE_COULD_NOT_OPEN The configuration file given in the


MM_INIT_req primitive could not be opened.

2 INAPERR_FSEEK_FAILED INAP is unable to do offset operations in the con-


figuration file.

3 INAPERR_USER_UNBOUND INAP received a primitive concerning a user that


has not made a bind.

1/1541-CAA 201 45 Uen J3 2014-04-10


10 INAP ETSI
MAINTENANCE INSTRUCTIONS

Value Error name Description

4 INAPERR_INVALID_MSG_LEN INAP received a primitive with a length problem

5 INAPERR_INVALID_ALARM_LEN INAP received an MM_ALARM_REQ where the


alarmInfoLength was invalid.

6 INAPERR_UNKNOWN_ALARMID INAP received an MM_ALARM_REQ where the


alarmID was invalid.

7 INAPERR_UNKNOWN_STATID INAP received an MM_STATISTICS_REQ


where the alarmID was invalid.

8 INAPERR_START_BAD_STATE INAP received an MM_ORDER_REQ(Start)


when it should not have.

9 IN- INAP received an MM_ORDER_REQ(Start)


APERR_BADSTATE_THISORDERID when it should not have.

10 INAPERR_UNKNOWN_ORDER_ID INAP received an MM_ORDER_REQ where the


orderID was invalid.

11 INAPERR_TRANS_NOT_FOUND INAP received an MM_ORDER_REQ(terminate


specific dialogue) but the dialogue was not run-
ning.

12 INAPERR_UNBOUND_SSN INAP received an MM_ORDER_REQ(terminate


specific dialogue/terminate all dialogues for
SSN) but the SSN was not bound.

13 INAPERR_BAD_SSN INAP received an MM_ORDER_REQ(terminate


specific dialogue/terminate all dialogues for
SSN) but the SSN was not allowed.

14 INAPERR_BAD_LEN_OF_INFO INAP received an MM_ORDER_REQ(terminate


specific dialogue/terminate all dialogues for
SSN/terminate all dialogues) but the
lengthOfInfo was illegal.

15 INAPERR_BIND_INAP_NOT_READY INAP received an INAP_BIND_req before being


started.

16 INAPERR_EVENT_UNKNOWN_MC INAP received an unknown event.

17 INAPERR_DISCARD_MSG_MC_900 INAP received a primitive in the wrong state.

18 INAPERR_BAD_TC_RET_IND INAP received an invalid “ Return indicator”


from TCAP.

19 IN- INAP received an MM_XSTAT_req where the


APERR_INVALID_XSTATREQ_LEN length was invalid.

20 INAPERR_INVALID_XSTAT_ID INAP received an MM_XSTAT_req where the


xStatID was invalid.

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 11
MAINTENANCE INSTRUCTIONS

Value Error name Description

21 INAPERR_DISCARD_MSG_URC_900 INAP received an Bind procedure related mes-


sage when it should not have.

22 INAPERR_TBINDCONF_BAD_STATE INAP received a T_BIND_conf when it should


not have.

23 INAPERR_BIND_INAP_SSN_IN_USE INAP received an INAP_BIND_req for an


already bound SSN.

24 INAPERR_BIND_TIME_OUT INAP timed out waiting for a T_BIND_conf.

25 INAPERR_BIND_FAIL_IN_BS2 INAP received a T_BIND_conf with a result in-


dicating failure for an unbind pending user.

26 INAPERR_BIND_PROT_ERR INAP received a T_BIND_conf indicating pro-


tocol error or a bind related primitive was re-
ceived in a state when it should not.

27 INAPERR_BIND_UNSPEC_FAIL INAP received a T_BIND_conf with an unknown


result.

28 INAPERR_BIND_SCCP_NOT_READY INAP received a T_BIND_conf indicating that


the SCCP was not ready

29 INAPERR_UNBIND_IN_BS1 An INAP_BIND_req was received while waiting


for a T_BIND_conf.

30 INAPERR_BIND_RES_UNAVAIL INAP received a T_BIND_conf indicating that


the bind attempt failed because there were not
enough resources.

31 INAPERR_INVALID_BIND_REQ_LEN An INAP_BIND_req was received with an inval-


id length.

32 INAPERR_BIND_TC_SSN_IN_USE INAP received a T_BIND_conf indicating that


the SSN was already in use.

33 INAPERR_TIMER_REQ_FAIL The attempt to start a timer failed.

34 INAPERR_NOT_ENOUGH_MEMORY Memory allocation failed.

35 INAPERR_BIND_TOO_FEW_TIMERS The bind failed because INAP had not enough


timers.

36 INAPERR_MSG_REL_2_USER_FAIL A call to MsgRel function failed

37 INAPERR_MSG_REL_2_TCAP_FAIL A call to MsgRel function failed

38 INAPERR_DISCARD_MSG_DC_0 A dialogue related primitive was discarded.

39 INAPERR_DISCARD_MSG_DC_01 A dialogue related primitive was discarded.

40 INAPERR_UNSUPP_AC The received AC is not supported.

1/1541-CAA 201 45 Uen J3 2014-04-10


12 INAP ETSI
MAINTENANCE INSTRUCTIONS

Value Error name Description

41 INAPERR_INVALID_VERSION The “ version” parameter in the configuration is


invalid.

42 INAPERR_INVALID_PROT_VERSION The “ protocol version” parameter in the config-


uration is invalid.

43 IN- The “ max number of users” parameter in the


APERR_INVALID_NBR_OF_USERS configuration is invalid.

44 INAPERR_INV_NBR_PARA_TRANS The “ max number of dialogues” parameter in the


configuration is invalid.

45 INAPERR_BAD_SEND_ACTVT_TST The “ send ActivityTest” parameter in the config-


uration is invalid.

46 INAPERR_BAD_RESP_ACTVT_TST The “ respond to ActivityTest” parameter in the


configuration is invalid.

47 IN- The timer value for sending ActivityTest in the


APERR_BAD_ACTVTTST_INV_TVA configuration is invalid.
L

48 INAPERR_BAD_T_SRF_USAGE The Use T(SRF) parameter in the configuration is


invalid.

49 INAPERR_BIND_BAD_TVAL The timer value for Bind in the configuration is


invalid.

50 IN- The timer value for ActivateServiceFiltering in


APERR_CT_SRVC_FLTRNG_BAD_T the configuration is invalid.
VAL

51 INAPERR_CTVT_TST_BAD_TVAL The timer value for ActivityTest in the configura-


tion is invalid.

52 IN- The timer value for ApplyCharging in the config-


APERR_PPL_CHRGNG_BAD_TVAL uration is invalid.

53 IN- The timer value for ApplyChargingReport in the


APERR_PPL_CHRGNG_RPRT_BAD_ configuration is invalid.
TVAL

54 IN- The timer value for AssistRequestInstructions in


APERR_SSST_RQST_NSTRCTNS_BA the configuration is invalid.
D_TVAL

55 INAPERR_CLL_GP_BAD_TVAL The timer value for CallGap in the configuration


is invalid.

56 IN- The timer value for CallInformationReport in the


APERR_CLL_INFRMTN_RPRT_BAD_ configuration is invalid.
TVAL

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 13
MAINTENANCE INSTRUCTIONS

Value Error name Description

57 IN- The timer value for CallInformationRequest in


APERR_CLL_NFRMTN_RQST_BAD_ the configuration is invalid.
TVAL

58 INAPERR_CNCL_BAD_TVAL The timer value for Cancel in the configuration is


invalid.

59 IN- The timer value for CollectInformation in the


APERR_CLLCT_NFRMTN_BAD_TVA configuration is invalid.
L

60 INAPERR_CNNCT_BAD_TVAL The timer value for Connect in the configuration


is invalid.

61 IN- The timer value for ConnectToResource in the


APERR_CNNCT_T_RSRC_BAD_TVA configuration is invalid.
L

62 INAPERR_CNTN_BAD_TVAL The timer value for Continue in the configuration


is invalid.

63 IN- The timer value for DisconnectForwardConnec-


APERR_DSCNNCT_FRWRD_CNNCT tion in the configuration is invalid.
N_BAD_TVAL

64 IN- The timer value for EstablishTemporaryConnec-


APERR_STBLSH_TMPRR_CNNCTN_ tion in the configuration is invalid.
BAD_TVAL

65 IN- The timer value for EventNotificationCharging in


APERR_VNT_NTFCTN_CHRGNG_BA the configuration is invalid.
D_TVAL

66 IN- The timer value for EventReportBCSM in the


APERR_VNT_RPRT_BCSM_BAD_TV configuration is invalid.
AL

67 IN- The timer value for FurnishChargingInformation


APERR_FRNSH_CHRGNG_NFRMTN_ in the configuration is invalid.
BAD_TVAL

68 INAPERR_NTL_DP_BAD_TVAL The timer value for InitialDP in the configuration


is invalid.

69 IN- The timer value for InitiateCallAttempt in the


APERR_NTT_CLL_TTMPT_BAD_TV configuration is invalid.
AL

70 IN- The timer value for PlayAnnouncement in the


APERR_PL_NNNCMNT_BAD_TVAL configuration is invalid.

71 IN- The timer value for PromptAndCollectUserIn-


APERR_PRMPT_ND_CLLCT_SR_NFR formation in the configuration is invalid.
MTN_BAD_TVAL

1/1541-CAA 201 45 Uen J3 2014-04-10


14 INAP ETSI
MAINTENANCE INSTRUCTIONS

Value Error name Description

72 INAPERR_RLS_CLL_BAD_TVAL The timer value for ReleaseCall in the configura-


tion is invalid.

73 IN- The timer value for RequestNotificationChar-


APERR_RQST_NTFCTN_CHRGNG_V gingEvent in the configuration is invalid.
NT_BAD_TVAL

74 IN- The timer value for RequestReportBCSMEvent


APERR_RQST_RPRT_BCSM_VNT_B in the configuration is invalid.
AD_TVAL

75 INAPERR_RST_TMR_BAD_TVAL The timer value for ResetTimer in the configura-


tion is invalid.

76 IN- The timer value for SendChargingInformation in


APERR_SND_CHRGNG_NFRMTN_B the configuration is invalid.
AD_TVAL

77 IN- The timer value for ServiceFilteringResponse in


APERR_SRVC_FLTRNG_RSPNS_BA the configuration is invalid.
D_TVAL

78 IN- The timer value for SpecializedResourceReport


APERR_SPCLZD_RSRC_RPRT_BAD_ in the configuration is invalid.
TVAL

105 INAPERR_FGETS_FAIL There was a problem reading a line in the config-


uration file.

106 INAPERR_SSCANF_FAIL There was a problem reading a line in the config-


uration file.

107 INAPERR_TOO_MANY_TIMERS The max number of users and max number of


dialogues in the configuration file imply that too
many timers would be necessary.

108 INAPERR_INV_CALLED_PA_LEN A T_BEGIN_req/INAP_BEGIN_req with an in-


valid called party address length has been re-
ceived.

109 INAPERR_BEGIN_NO_COMP A T_BEGIN_req was received without any com-


ponents.

110 INAPERR_INV_CALLING_PA_LEN A T_BEGIN_req/INAP_BEGIN_req with an in-


valid calling party address length has been re-
ceived.

111 IN- Too long User Information was received


APERR_TOO_LONG_UI_RECEIVED

112 INAPERR_TOO_MANY_DIALS An attempt was made to start too many dia-


logues.

113 INAPERR_TSRF_BAD_TVAL The timer value for T(SRF) in the configuration

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 15
MAINTENANCE INSTRUCTIONS

Value Error name Description

is invalid.

114 IN- The received and sent ACs differ.


APERR_REC_AND_SENT_AC_DIFF

115 INAPERR_REC_TCONT_NO_COMP A T_CONTINUE_ind without any components


has been received.

116 IN- An unknown AC was received.


APERR_UNKNOWN_AC_RECEIVED

117 IN- A T_BEGIN_ind was received that contained


APERR_WRONG_COMP_FOR_BEGIN other components than Invoke.

118 INAPERR_INAP_END_IN_IDLE An INAP_END_req was received for a dialogue


not running.

119 INAPERR_T_U_ABORT_IN_DCS7 T_U_ABORT_ind was received

120 INAPERR_T_P_ABORT_IN_DCS1 T_P_ABORT_ind was received

121 IN- A user primitive was received when it should not


APERR_USR_PRIM_IN_BAD_STATE have been

122 IN- An INAP_END_req was received when an


APERR_USR_MISSES_AC_NOT_OK INAP_ABORT_req was expected.

123 INAPERR_ACTTST_NO_FREE_INVID INAP tried to send an automatic ActivityTest but


could not find a free Invoke ID.

124 INAPERR_LINKED_OP_INACTIVE The operation referred by the linked ID was in-


active.

125 INAPERR_INV_PARENT_OP The operation referred by the linked ID is not al-


lowed as a parent operation.

126 INAPERR_OP_INVALID_AS_LINKED The operation is not allowed as a linked opera-


tion.

127 INAPERR_CC_DISCARD_MSG A message was discarded.

128 IN- An INAP_CANCEL_req was received for an


APERR_CANCEL_AUTOM_ACTTEST automatically sent outstanding ActivityTest.

129 INAPERR_T_RESULT_NL_IND_REC A T_RESULT_NL_ind was received.

140 INAPERR_FATAL_ERROR This is a very serious, unrecoverable problem that


is very unlikely to occur. Terminate INAP and re-
start.

141 IN- The value for number of CS1 AC configurations


APERR_BAD_NBR_OF_AC_CONFIGS in the config file is invalid.

1/1541-CAA 201 45 Uen J3 2014-04-10


16 INAP ETSI
MAINTENANCE INSTRUCTIONS

Value Error name Description

142 INAPERR_BAD_AC_SHORT One of the AC short' s in the CS1 AC configura-


tion section of the config file is invalid.

143 INAPERR_BAD_AC_CONFIG One of the AC name strings in the CS1 AC con-


figuration section of the config file is invalid.

144 IN- ‘ Bind UserId already in use' error received from


APERR_BIND_USERID_ALREADY_I TCAP.
N_USE

145 IN- ‘ Bind Invalid SSN' error received from TCAP.


APERR_BIND_SSN_NOT_ALLOWED

146 INAPERR_CONSIDER_UNBOUND The connection between the INAP user and


INAP is broken.

147 IN- The value for sending Unbind Request of the


APERR_BAD_SEND_UNBIND_REQ config file is invalid.

148 INAPERR_EXECUTE_BAD_TVAL The timer value for T(EXE) in the configuration


is invalid.

149 INAPERR_BIND_NO_RESOURCES No resources for users on the same SSN is avail-


able

150 INAPERR_INIT_NO_RESOURCES No resources allocate list for holding StateIndica-


tions

151 INAPERR_MSG_CONN_FAIL In some functions. If MsgConn_CW fails the


function returns INAPERR_MSG_CONN_FAIL

152 IN- OSF shall not be alone and has to be before (first)
APERR_OSF_ALONE_OR_IN_WRON any Initiating operation
G_ORDER

153 IN- The timer value for Initial DP SMS in the config-
APERR_CAP_INITIAL_DP_SMS_BAD uration is invalid.
_TVAL

154 IN- The timer value for Connect in the configuration


APERR_CAP_CONNECT_SMS_BAD_ is invalid.
TVAL

155 IN- The timer value for Continue in the configuration


APERR_CAP_CONTINUE_SMS_BAD is invalid.
_TVAL

156 IN- The timer value for Event Report SMS in the
APERR_CAP_EVENT_REPORT_SMS_ configuration is invalid.
BAD_TVAL

157 IN- The timer value for Furnish Charging Informa-


APERR_CAP_FURNISH_CHRG_INFO tion in the configuration is invalid.
_SMS_BAD_TVAL

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 17
MAINTENANCE INSTRUCTIONS

Value Error name Description

158 IN- The timer value for Release in the configuration


APERR_CAP_RELEASE_SMS_BAD_T is invalid.
VAL

159 IN- The timer value for REQ_REPORT in the config-


APERR_CAP_REQ_REPORT_SMS_EV uration is invalid.
ENT_BAD_TVAL

160 IN- The timer value for Reset in the configuration is


APERR_CAP_RESET_TIMER_SMS_B invalid.
AD_TVAL

161 IN- The timer value for ContinueWithArgument in


APERR_CAP_CONT_WITH_ARG_BA the configuration is invalid.
D_TVAL

162 IN- The timer value for DisconnectForwardConnec-


APERR_CAP_DISC_FWD_CONN_WI tionWithArgument in the configuration is invalid.
TH_ARG_BAD_TVAL

163 INAPERR_UNKNOWN_DATA_TYPE Unknown data type in comfiguration value

164 INAPERR_BUFFER_FULL Internal message buffer is full

165 IN- The timer value for SplitLeg in the configuration


APERR_CAP_SPLIT_LEG_BAD_TVA is invalid.
L

166 IN- The timer value for MoveLeg in the configura-


APERR_CAP_MOVE_LEG_BAD_TVA tion is invalid.
L

167 IN- The timer value for DisconnectLeg in the config-


APERR_CAP_DISC_LEG_BAD_TVAL uration is invalid.

Error codes that start at 900 (plus 27000) are also defined. These are related to errors detected during
ASN.1 validation. For these log entries the parameters will be as follows:

Example 3.2.

module ID, filename, line number, result, infostring


Where:
module ID INAP
filename the name of the source file with the code that logged the error.
line number the line number in the source file where the log entry is made
result ArgOffset + Argument number
ArgOffset: 900
infostring
Information in human readable form (for intern use).

1/1541-CAA 201 45 Uen J3 2014-04-10


18 INAP ETSI
MAINTENANCE INSTRUCTIONS

Table 3.2. List of Arguments

Argument number Argument

0 ActivateServiceFilteringArg

1 ApplyChargingArg

2 ApplyChargingReportArg

3 AssistRequestInstructionsArg

4 CallGapArg

5 CallInformationReportArg

6 CallInformationRequestArg

7 CancelArg

8 CollectInformationArg

9 ConnectArg

10 ConnectToResourceArg

11 EstablishTemporaryConnectionArg

12 EventNotificationChargingArg

13 EventReportBCSMArg

14 FurnishChargingInformationArg

15 InitialDPArg

16 InitiateCallAttemptArg

17 PlayAnnouncementArg

18 PromptAndCollectUserInformationArg

19 ReceivedInformationArg

20 ReleaseCallArg

21 RequestNotificationChargingEventArg

22 RequestReportBCSMEventArg

23 ResetTimerArg

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 19
MAINTENANCE INSTRUCTIONS

Argument number Argument

24 SendChargingInformationArg

25 ServiceFilteringResponseArg

26 SpecializedResourceReportArg

27 ExecuteArg

28 ExecuteResult

29 OpenSpecialFunctionArg

30 ContinueWithArgumentArg

31 DisconnectForwardConnectionWithArgumentArg

65 Cancelled

66 CancelFailed

67 ETCFailed

68 ImproperCallerResponse

69 MissingCustomerRecord

70 MissingParameter

71 ParameterOutOfRange

72 RequestedInfoError

73 SystemFailure

74 TaskRefused

75 UnavailableResource

76 UnexpectedComponentSequence

77 UnexpectedDataValue

78 UnexpectedParameter

79 UnknownLegId

80 UnknownCSID

100 AttributeError

101 NameError

1/1541-CAA 201 45 Uen J3 2014-04-10


20 INAP ETSI
MAINTENANCE INSTRUCTIONS

Argument number Argument

102 ExecutionError

1/1541-CAA 201 45 Uen J3 2014-04-10


MAINTENANCE INSTRUCTIONS 21

Glossary
ASN.1 Abstract Syntax Notation 1 (defined inReference [2])

INAP Intelligent Network Application Protocol

SS7 Signalling System No 7

SSN Subsystem Number

TCAP Transaction Capabilities Application Part

1/1541-CAA 201 45 Uen J3 2014-04-10


INAP ETSI 22
MAINTENANCE INSTRUCTIONS

4 References

Ericsson AB
[Reference_1] Management interface, Functional Specification for Ericsson Signaling Portable SS7, ITU-
T version, 155 17-CAA 201 30

ITU Standards
[Reference_2] Rec. X.208 (1988), “ Specification of Abstract Syntax Notation One (ASN.1)"

1/1541-CAA 201 45 Uen J3 2014-04-10

Вам также может понравиться