Commit 75cfb0cf authored by pintar's avatar pintar
Browse files

Unnecessary PIXITS are removed

parent 4ef6ed83
Loading
Loading
Loading
Loading
+5 −58
Original line number Diff line number Diff line
@@ -23,14 +23,6 @@ module SS_Ims_PIXITS {
	*/
 	modulepar integer PX_TC_VA:=1;	
	
	/** @desc	float default value for Ti/w1 (500 ms)
	*/
	modulepar float        PX_SIP_Tiw1 := 0.5;

	/** @desc	float default value for Ti/w2 (500 ms)
	*/
	modulepar float        PX_SIP_Tiw2 := 0.5;	
	
	/** @desc	float default timer value for PX_Timeout_MCID_BYE (0 - 120s)
    */
	modulepar float	PX_Timeout_MCID_BYE := 100.0;
@@ -44,52 +36,7 @@ module SS_Ims_PIXITS {
		*          SIP: Q.850 cause value in Reason header
		*          Used in TC_110_001 and TC_110_002
	*/
	modulepar integer PX_CauseValue:=16;

group PSTN_Transit {
	/** @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
	*/
	modulepar 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_
	*/
	modulepar Bit5 PX_BearerCapabilityInformationTransferCapability2:='00000'B;

	/** @desc	Bitstring[7] for High layer characteristics identification used for mapping between 
	 *          ISUP: High layer compatibility information element within ATP or UTSI parameter and 
	 *          SIP: PSTN XML HighLayerCompatibility
	 *          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
	*/
	modulepar Bit7 PX_HighLayerCharacteristicsIdentification:='0000001'B;

    /** @desc	Bitstring[7] for 2nd High layer characteristics identification used for mapping between 
     *          ISUP: High layer compatibility information element within ATP parameter and 
     *          SIP: PSTN XML HighLayerCompatibility
     *          Used in TC104_015, TC_104_016 and TC_301_033 
    */
	modulepar Bit7 PX_HighLayerCharacteristicsIdentification2:='0000001'B;
 
 	/** @desc	Bitstring[5] for Low layer Information Transfer Capability used for mapping between 
	 *          ISUP: Low layer compatibility information element within ATP parameter and 
	 *          SIP: PSTN XML LowLayerCompatibility
	 *          Used in TC_104_018, TC_104_019, TC_106_008, TC_107_010 and TC_301_030
	*/
	modulepar Bit5 PX_LowLayerInformationTransferCapability:='00000'B;

	/** @desc	Bitstring[7] for Progress description used for mapping between 
	 *          ISUP: Progress indicator information element within ATP parameter and 
	 *          SIP: PSTN XML ProgressIndicator
	 *          Used in TC_104_008, TC_104_020, TC_105_006, TC_107_004 and TC_301_029
	*/
	modulepar Bit7 PX_ProgressIndicator:='0000001'B;
} // end group PSTN_Transit
	//modulepar integer PX_CauseValue:=16;

group CUG_PIXITS{
	/** @desc	Integer for PX_CugIndex_Registred_Restrictions_None which refers to value assigned by the network  
@@ -191,4 +138,4 @@ group SIPHeadersPIXITS {
}// end group SIPHeadersPIXITS
	

}// end module SipIsup_PIXITS
 No newline at end of file
}// end module SS_Ims_PIXITS
 No newline at end of file