Commit a9a2ef5b authored by schmitting's avatar schmitting
Browse files

Some smaller changes concerning PIXITS

parent 842fbed3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@
			//Map
			if (PX_IsupBicc_CheckConversation or PX_IsupBicc_CheckRinging) 
				{map(p_isupBiccComponent:opPort_IsupBicc, system:opPortS_IsupBicc);} // Init test Configuration			
//			note-axr: workaround to avoid enumerated PIXIT parameter
//						if (PX_ISUP_IsupOrBicc == selectIsup) {
						if (PX_ISUP_Isup) {
				map(p_isupBiccComponent:IsupBiccP, system:atm);
			}
@@ -105,8 +103,6 @@
			disconnect(p_imsComponent:syncPort, self:syncPort) ;
			disconnect(p_isupBiccComponent:syncPort, self:syncPort) ;
			//Unmap
//	note-axr: workaround to avoid enumerated PIXIT parameter
//			if (PX_ISUP_IsupOrBicc == selectIsup) {
			if (PX_ISUP_Isup) {
				unmap(p_isupBiccComponent:IsupBiccP, system:atm ); // IsupP
			}
+67 −95
Original line number Diff line number Diff line
@@ -11,65 +11,62 @@ module SipIsup_ISUP_ModuleParams{
	import from LibCommon_TextStrings all;
	import from SipIsup_ISUP_ParamTypes all;
		
	type enumerated SelectIsupOrBicc {selectIsup, selectBicc};
		
modulepar
{
/* @desc	Time to delay messages before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.7
/* @desc	Select whether ISUP or BICC testing is done. TRUE = ISUP, FALSE = BICC
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.1
*/
float		PX_TDelay := 1.0;
	boolean	PX_ISUP_Isup := true;
	
/* @desc	Nominal timeout value of ISUP protocol timer T2
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.27
/* @desc	Network indicator inside the Service Indicator octet (SIO).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.2
*/
float		PX_Timeout_T2 := 180.0;
	Bit2             PX_ISUP_NW_IND := '10'B;

/* @desc	Nominal timeout value of ISUP protocol timer T39
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.28
/* @desc	Signalling Link Selection (SLS) value of the ISUP link between TS and SUT.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.3
*/
float		PX_Timeout_T39 := 120.0;
	Bit4             PX_ISUP_SLS := '0000'B;

/* @desc	Nominal timeout value of ISUP protocol timer T6
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.29
/* @desc	Point code of the SUT (ISUP interface).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.4
*/
float		PX_Timeout_T6 := 10.0;
	Bit14            PX_ISUP_PC_SUT := '00000001111100'B;

/* @desc	Nominal timeout value of ISUP protocol timer T7
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.30
/* @desc	Point code of the TS (ISUP interface).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.5
*/
float		PX_Timeout_T7 := 25.0;
	Bit14            PX_ISUP_PC_TS := '00000011001000'B;

/* @desc	Nominal timeout value of ISUP protocol timer T
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.310
/* @desc	Address (e.g. IP) of the SUT (ISUP/BICC side). The use of this address is to enable the TS to communicate with the SUT at the ISUP/BICC side to establish and maintain the lower layer connections.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.6
*/
float		PX_Timeout_T8 := 12.0;
	octetstring		PX_SUT_ADRESS_ISUP_BICC;

/* @desc	Nominal timeout value of ISUP protocol timer T9
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.32
/* @desc	Address (e.g. IP) of the TS (ISUP/BICC side). The use of this address is to enable the TS to communicate with the SUT at the ISUP/BICC side to establish and maintain the lower layer connections.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.7
*/
float		PX_Timeout_T9 := 135.0;
	octetstring      PX_TS_ADRESS_ISUP_BICC;

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW1
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.33
/*  @desc	Default Circuit Identity Code value for signalling connection 1).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.8
*/
float		PX_Timeout_TOIW1 := 4.0;
Bit12		PX_ISUP_TX_CIC_cicv1 := '000000000001'B; 

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW2
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.34
/*  @desc	Default Circuit Identity Code value for signalling connection 2).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.9
*/
float		PX_Timeout_TOIW2 := 4.0;
Bit12		PX_ISUP_TX_CIC_cicv2 := '000000000010'B; 

/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW3
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.35
/*  @desc	Default Call Instance Code value for signalling connection 1).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.10
*/
float		PX_Timeout_TOIW3 := 4.0;

CallInstanceCode	PX_ISUP_TX_CIC_caicv1 := '00000001'O;

/* @desc	Time to control PTC.stop
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.5
/*  @desc	Default Call Instance Code value for signalling connection 2).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.11
*/
float PX_ISUP_TDONE := 15.0;
CallInstanceCode	PX_ISUP_TX_CIC_caicv2 := '00000002'O;

/* @desc	Time to control the reception of a message
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.1
@@ -81,11 +78,6 @@ float PX_ISUP_TAC := 5.0;
*/
float PX_ISUP_TNOAC := 5.0;

/* @desc	Time to control that IUT reacts prior to Upper Tester action
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.6
*/
float PX_ISUP_TWAIT := 30.0;

/* @desc	Time to control that IUT reacts prior to Upper Tester action
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.3
*/
@@ -96,70 +88,60 @@ float PX_ISUP_TSYNC := 10.0;
*/
float PX_ISUP_TSYNC_TIME_LIMIT := 20.0;

/* @desc	Select whether ISUP or BICC testing is done.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.1
*/
	SelectIsupOrBicc PX_ISUP_IsupOrBicc := selectIsup;
boolean	PX_ISUP_Isup := true;
/* @desc	Network indicator inside the Service Indicator octet (SIO).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.2
*/
	Bit2             PX_ISUP_NW_IND := '10'B;

/* @desc	Point code of the TS (ISUP interface).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.5
/* @desc	Time to control PTC.stop
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.5
*/
	Bit14            PX_ISUP_PC_TS := '00000011001000'B;
float PX_ISUP_TDONE := 15.0;

/* @desc	Point code of the SUT (ISUP interface).
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.4
/* @desc	Time to control that IUT reacts prior to Upper Tester action
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.6
*/
	Bit14            PX_ISUP_PC_SUT := '00000001111100'B;
float PX_ISUP_TWAIT := 30.0;

/* @desc	Signalling Link Selection (SLS) value of the ISUP link between TS and SUT.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.3
/* @desc	Time to delay messages before sending
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.7
*/
	Bit4             PX_ISUP_SLS := '0000'B;
float		PX_TDelay := 1.0;

/* @desc	Address (e.g. IP) of the TS (ISUP/BICC side). The use of this address is to enable the TS to communicate with the SUT at the ISUP/BICC side to establish and maintain the lower layer connections.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.7
/* @desc	Nominal timeout value of ISUP protocol timer T7
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.8
*/
	octetstring      PX_TS_ADRESS_ISUP_BICC;
float		PX_Timeout_T7 := 25.0;

/* @desc	Address (e.g. IP) of the SUT (ISUP/BICC side). The use of this address is to enable the TS to communicate with the SUT at the ISUP/BICC side to establish and maintain the lower layer connections.
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A2, item 2.6
/* @desc	Nominal timeout value of ISUP protocol timer T
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.9
*/
	octetstring		PX_SUT_ADRESS_ISUP_BICC;
float		PX_Timeout_T8 := 12.0;

/*  @desc	Default Circuit Identity Code value for signalling connection 1).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.8
/* @desc	Nominal timeout value of ISUP protocol timer T9
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.10
*/
Bit12		PX_ISUP_TX_CIC_cicv1 := '000000000001'B; 
float		PX_Timeout_T9 := 135.0;

/*  @desc	Default Circuit Identity Code value for signalling connection 2).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.9
/* @desc	Nominal timeout value of ISUP protocol timer T39
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.11
*/
Bit12		PX_ISUP_TX_CIC_cicv2 := '000000000010'B; 
float		PX_Timeout_T39 := 120.0;

/*  @desc	Default Call Instance Code value for signalling connection 1).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.10
/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW1
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.12
*/
CallInstanceCode	PX_ISUP_TX_CIC_caicv1 := '00000001'O;
float		PX_Timeout_TOIW1 := 4.0;

/*  @desc	Default Call Instance Code value for signalling connection 2).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A2, item 2.11
/* @desc	Nominal timeout value of ISUP/SIP interworking protocol timer TOIW3
** @remark	PICS/PIXIT Reference:	TISPAN DTS 06014-3, Table A3, item 3.13
*/
CallInstanceCode	PX_ISUP_TX_CIC_caicv2 := '00000002'O;
float		PX_Timeout_TOIW3 := 4.0;

/*  @desc	'Subaddress information' value sent in the 'Access transport/Connected sub-address' Parameter in the ANM message (default).
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.1.1
/* true if conversation check is used
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A4, item 4.1
*/
octetstring		PX_ISUP_ANM_AT_connSub_val := 'A031323334'O;
boolean PX_IsupBicc_CheckConversation := false;

/*  @desc	'component' value (accepted by the SUT without immediate response (PIXIT)) sent in the 'Facility' parameter in the FAC message.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.2
/* true if ringing check is used
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A4, item 4.2
*/
octetstring		PX_ISUP_FAC_comp_txDef := 'A430050005800100'O; // Rejct component, unknown invID, generalProblem, unrecognizedComponent
boolean PX_IsupBicc_CheckRinging := false;

/*  @desc	Default 'address digits' value received in the 'Calling party number' parameter in the IAM message, when the Called party number is 'international'.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.5.1
@@ -632,15 +614,5 @@ Bit1 PX_ISUP_TX_cons_odd_even_indicator := '0'B;
*/
octetstring		PX_ISUP_TX_cons_information := '49534B524154454C'O;

/* true if conversation check is used
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A4, item 4.1
*/
boolean PX_IsupBicc_CheckConversation := false;

/* true if ringing check is used
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A4, item 4.2
*/
boolean PX_IsupBicc_CheckRinging := false;

} /* end modulepar */
} /* end module SipIsup_ISUP_ModuleParams */