Commit f5ab5c40 authored by schmitting's avatar schmitting
Browse files

Smaller PIXIT changes

parent bf4dd5d6
Loading
Loading
Loading
Loading
+28 −14
Original line number Diff line number Diff line
/*
 *	@author 	STF 366
 *  @version    $Id$
 *	@desc		This module contains the PIXIT parameters 
 *	@desc		This module contains the common PIXIT parameters 
 */

module SipIsup_PIXITS {
@@ -12,28 +12,34 @@ module SipIsup_PIXITS {
	import from LibSip_SIPTypesAndValues all;

	/*
	** @remark	Reference: XXX
	** @desc	What is the local receive policy for SIP?
	*			Value of PX_LOCAL_POLICY
	*			1: receive no cause due to local policy, 2: receive cause #31 due to local policy
	** @remark	Reference: ETS TS186 009-3, Table A1
	*/
	modulepar {

	/** @desc	integer for testcase variant according to table entry in table to test purpose description, if present
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.1
	*/
	integer PX_TC_VA:=1;

	/** @desc	integer for SIP message variant according to table entry in table to test purpose description, if present
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.2
	*/
	integer PX_SIP_MESSAGE_VA:=1;

	/** @desc	Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between 
	 *          ISUP: Bearer Capability information element within USI parameter and 
	 *          SIP: SDP offer or PSTN XML BearerCapability 
	 *          Used in TC_301_014, TC_301_015 and TC_301_023
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.3
	*/
	Bit5 PX_BearerCapabilityInformationTransferCapability:='00000'B;

	/** @desc  Bitstring[5] for Bearer Capability Information Transfer Capability used for mapping between 
	*          ISUP: Bearer Capability information element within ATP parameter and 
	*          SIP: PSTN XML BearerCapability
	*          Used in TC_
	*          Used in TC_304_008, TC_304_009, TC_304_010, TC_305_005, TC_305_006, TC_305_008,
	*                  TC_306_006, TC_306_007 and TC_306_009
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.4
	*/
	Bit5 PX_BearerCapabilityInformationTransferCapability2:='00000'B;

@@ -43,6 +49,7 @@ module SipIsup_PIXITS {
	 *          Used in TC_105_012, TC_105_013, TC_106_006, TC_106_007, TC_107_008, TC_107_009,
	 *          TC_301_031, TC_301_032 and TC_301_033, TC_304_011, TC_304_012, TC_305_004, 
	 *          TC_305_007, TC_306_005 and TC_306_008
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.5
	*/
	Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B;

@@ -51,6 +58,7 @@ module SipIsup_PIXITS {
     *          SIP: PSTN XML HighLayerCompatibility
     *          Used in TC104_015, TC_104_016, TC_301_033, TC_305_004, TC_305_007, TC_306_005 
     *          and TC_306_008
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.6
    */
    Bit7 PX_HighLayerCharacteristicsIdentification2:='0000001'B;
 
@@ -59,6 +67,7 @@ module SipIsup_PIXITS {
	 *          SIP: PSTN XML LowLayerCompatibility
	 *          Used in TC_104_018, TC_104_019, TC_106_008, TC_107_010, TC_301_030, TC_305_003 and
	 *          TC_306_004
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.7
	*/
	Bit5 PX_LowLayerInformationTransferCapability:='00000'B;

@@ -67,6 +76,7 @@ module SipIsup_PIXITS {
	 *          SIP: PSTN XML ProgressIndicator
	 *          Used in TC_104_008, TC_104_020, TC_105_006, TC_107_004, TC_301_029, TC_305_002 and
	 *          TC_306_003
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.8
	*/

	Bit7 PX_ProgressIndicator:='0000001'B;
@@ -76,6 +86,7 @@ module SipIsup_PIXITS {
	 *          SIP: CUG XML NetworkIndicator
	 *          Used in TC_516_003, TC_516_004, TC_608_003 and TC_608_004
	 *          length of it must be 1
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.9
	*/
	hexstring PX_CUG_NetworkIndicator:='0'H;
	
@@ -84,6 +95,7 @@ module SipIsup_PIXITS {
	 *          SIP: CUG XML InterlockBinaryCode
	 *          Used in TC_516_003, TC_516_004, TC_608_003 and TC_608_004
	 *          length of it must be 2
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.10
	*/
	hexstring PX_CUG_InterlockBinaryCode:='00'H;
	 
@@ -91,23 +103,23 @@ module SipIsup_PIXITS {
	 *          ISUP: Cause value within CAUI parameter and 
	 *          SIP: Q.850 cause value in Reason header
	 *          Used in TC_110_001, TC_110_002, TC_307_003, TC_308_002, TC_308_004 and TC_308_005
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.11
	*/
	integer PX_CauseValue:=16;
	
	/** @desc	integer for SIP message variant according to table entry in table to test purpose description, if present
	*/
	integer PX_SIP_MESSAGE_VA:=1;

	/** @desc	float Nominal timeout value of ISUP/SIP interworking protocol timer Ti/w1 (4 - 6s, default 4s)
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.12
	*/
	float        PX_Timeout_Tiw1 := 4.0;

	/** @desc	float  Nominal timeout value of ISUP/SIP interworking protocol timer Ti/w3 (4 - 6s, default 4s)
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.132
	*/
	float        PX_Timeout_Tiw3 := 4.0;
	
    /** @desc	NameAddr default value for From field 
     * 			used in groupe 501
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.14
     * 			Used in groupe 501
    */
	NameAddr	PX_SIP_NameAddr_From := {displayName := omit, 	 			// optional charstring
										addrSpec :=	{	  
@@ -118,7 +130,8 @@ module SipIsup_PIXITS {
                                            		headers := omit}
										}
	/** @desc	NameAddr default value for PAsserted (with sip scheme) field 
	 * 			used in groupe 501
	 * 			Used in groupe 501
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.15
	*/
	NameAddr	PX_SIP_NameAddr_PAsserted := {displayName := omit, 	 			// optional charstring
										addrSpec :=	{	  
@@ -130,6 +143,7 @@ module SipIsup_PIXITS {
										}
    /** @desc	NameAddr default value for PAsserted2 (with tel scheme) field 
     * 			used in groupe 501 
     ** @remark	PICS/PIXIT Reference:	ETS TS186 009-3, Table A1, item 1.16
	*/
	NameAddr	PX_SIP_NameAddr_PAsserted2 := {displayName := omit, 	 			// optional charstring
										addrSpec :=	{	  
+196 −228

File changed.

Preview size limit exceeded, changes collapsed.