Loading AtsNIT_SipSip/ttcn/AtsNIT_SipSip_PIXITS.ttcn +128 −127 Original line number Diff line number Diff line /* * @author STF 366 /** * @author STF 369 * @version $Id$ * @desc This module contains the PIXIT parameters */ Loading @@ -19,134 +19,135 @@ module AtsNIT_SipSip_PIXITS { */ modulepar { /** @desc integer for testcase variant according to table entry in table to test purpose description, if present */ integer PX_TC_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 */ 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_ */ 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, TC_304_011, TC_304_012, TC_305_004, * TC_305_007, TC_306_005 and TC_306_008 */ 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, TC_301_033, TC_305_004, TC_305_007, TC_306_005 * and TC_306_008 */ 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, TC_301_030, TC_305_003 and * TC_306_004 */ 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, TC_301_029, TC_305_002 and * TC_306_003 */ Bit7 PX_ProgressIndicator:='0000001'B; /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX * length of it must be 1 */ hexstring PX_CUG_NetworkIndicator:='0'H; /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between * ISUP: InterlockBinaryCode information element within CUG parameter and * SIP: CUG XML InterlockBinaryCode * Used in TC_516_XXX * length of it must be 2 */ hexstring PX_CUG_InterlockBinaryCode:='00'H; /** @desc Integer for Cause value used for mapping between * 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 */ 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 default value for Ti/w1 (4 - 6s, default 4s) */ float PX_SIP_Tiw1 := 4.0; /** @desc float default value for Ti/w2 (4 - 6s, default 4s) */ float PX_SIP_Tiw2 := 4.0; /** @desc float default value for Ti/w3 (4 - 6s, default 4s) */ float PX_SIP_Tiw3 := 4.0; // /** // * @desc integer for testcase variant according to table entry in table to test purpose description, if present // */ // integer PX_TC_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 // */ // 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_ // */ // 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, TC_304_011, TC_304_012, TC_305_004, // * TC_305_007, TC_306_005 and TC_306_008 // */ // 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, TC_301_033, TC_305_004, TC_305_007, TC_306_005 // * and TC_306_008 // */ // 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, TC_301_030, TC_305_003 and // * TC_306_004 // */ // 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, TC_301_029, TC_305_002 and // * TC_306_003 // */ // // Bit7 PX_ProgressIndicator:='0000001'B; // // /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between // * ISUP: Networkindicator information element within CUG parameter and // * SIP: CUG XML NetworkIndicator // * Used in TC_516_XXX // * length of it must be 1 // */ // hexstring PX_CUG_NetworkIndicator:='0'H; // // /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between // * ISUP: InterlockBinaryCode information element within CUG parameter and // * SIP: CUG XML InterlockBinaryCode // * Used in TC_516_XXX // * length of it must be 2 // */ // hexstring PX_CUG_InterlockBinaryCode:='00'H; // // /** @desc Integer for Cause value used for mapping between // * 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 // */ // 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 default value for Ti/w1 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw1 := 4.0; // // /** @desc float default value for Ti/w2 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw2 := 4.0; // // /** @desc float default value for Ti/w3 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw3 := 4.0; // /** @desc float default value for No reply timer (ch.4.8.1 of TS124504) */ float PX_SIP_Tnr := 4.0; // (default not defined) /** @desc NameAddr default value for From field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_From := {displayName := omit, // optional charstring addrSpec := { scheme := c_sipScheme, // contains "sip" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := {host := "ims.net", portField :=omit}, urlParameters := omit, headers := omit} } /** @desc NameAddr default value for PAsserted(with sip scheme) field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_PAsserted := {displayName := omit, // optional charstring addrSpec := { scheme := c_sipScheme, // contains "sip" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := {host := "ims.net", portField :=omit}, urlParameters := omit, headers := omit} } /** @desc NameAddr default value for PAsserted2(with tel scheme) field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_PAsserted2 := {displayName := omit, // optional charstring addrSpec := { scheme := c_telScheme, // contains "tel" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := omit, urlParameters := omit, headers := omit} } // /** @desc NameAddr default value for From field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_From := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_sipScheme, // contains "sip" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := {host := "ims.net", portField :=omit}, // urlParameters := omit, // headers := omit} // } // /** @desc NameAddr default value for PAsserted(with sip scheme) field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_PAsserted := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_sipScheme, // contains "sip" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := {host := "ims.net", portField :=omit}, // urlParameters := omit, // headers := omit} // } // /** @desc NameAddr default value for PAsserted2(with tel scheme) field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_PAsserted2 := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_telScheme, // contains "tel" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := omit, // urlParameters := omit, // headers := omit} // } } }// end module SipIsup_PIXITS No newline at end of file }// end module SipSip_PIXITS No newline at end of file Loading
AtsNIT_SipSip/ttcn/AtsNIT_SipSip_PIXITS.ttcn +128 −127 Original line number Diff line number Diff line /* * @author STF 366 /** * @author STF 369 * @version $Id$ * @desc This module contains the PIXIT parameters */ Loading @@ -19,134 +19,135 @@ module AtsNIT_SipSip_PIXITS { */ modulepar { /** @desc integer for testcase variant according to table entry in table to test purpose description, if present */ integer PX_TC_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 */ 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_ */ 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, TC_304_011, TC_304_012, TC_305_004, * TC_305_007, TC_306_005 and TC_306_008 */ 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, TC_301_033, TC_305_004, TC_305_007, TC_306_005 * and TC_306_008 */ 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, TC_301_030, TC_305_003 and * TC_306_004 */ 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, TC_301_029, TC_305_002 and * TC_306_003 */ Bit7 PX_ProgressIndicator:='0000001'B; /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between * ISUP: Networkindicator information element within CUG parameter and * SIP: CUG XML NetworkIndicator * Used in TC_516_XXX * length of it must be 1 */ hexstring PX_CUG_NetworkIndicator:='0'H; /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between * ISUP: InterlockBinaryCode information element within CUG parameter and * SIP: CUG XML InterlockBinaryCode * Used in TC_516_XXX * length of it must be 2 */ hexstring PX_CUG_InterlockBinaryCode:='00'H; /** @desc Integer for Cause value used for mapping between * 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 */ 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 default value for Ti/w1 (4 - 6s, default 4s) */ float PX_SIP_Tiw1 := 4.0; /** @desc float default value for Ti/w2 (4 - 6s, default 4s) */ float PX_SIP_Tiw2 := 4.0; /** @desc float default value for Ti/w3 (4 - 6s, default 4s) */ float PX_SIP_Tiw3 := 4.0; // /** // * @desc integer for testcase variant according to table entry in table to test purpose description, if present // */ // integer PX_TC_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 // */ // 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_ // */ // 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, TC_304_011, TC_304_012, TC_305_004, // * TC_305_007, TC_306_005 and TC_306_008 // */ // 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, TC_301_033, TC_305_004, TC_305_007, TC_306_005 // * and TC_306_008 // */ // 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, TC_301_030, TC_305_003 and // * TC_306_004 // */ // 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, TC_301_029, TC_305_002 and // * TC_306_003 // */ // // Bit7 PX_ProgressIndicator:='0000001'B; // // /** @desc hexstring of length 1 for NetworkIndicator description used for mapping between // * ISUP: Networkindicator information element within CUG parameter and // * SIP: CUG XML NetworkIndicator // * Used in TC_516_XXX // * length of it must be 1 // */ // hexstring PX_CUG_NetworkIndicator:='0'H; // // /** @desc hexstring of length 2 for InterlockBinaryCode description used for mapping between // * ISUP: InterlockBinaryCode information element within CUG parameter and // * SIP: CUG XML InterlockBinaryCode // * Used in TC_516_XXX // * length of it must be 2 // */ // hexstring PX_CUG_InterlockBinaryCode:='00'H; // // /** @desc Integer for Cause value used for mapping between // * 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 // */ // 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 default value for Ti/w1 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw1 := 4.0; // // /** @desc float default value for Ti/w2 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw2 := 4.0; // // /** @desc float default value for Ti/w3 (4 - 6s, default 4s) // */ // float PX_SIP_Tiw3 := 4.0; // /** @desc float default value for No reply timer (ch.4.8.1 of TS124504) */ float PX_SIP_Tnr := 4.0; // (default not defined) /** @desc NameAddr default value for From field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_From := {displayName := omit, // optional charstring addrSpec := { scheme := c_sipScheme, // contains "sip" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := {host := "ims.net", portField :=omit}, urlParameters := omit, headers := omit} } /** @desc NameAddr default value for PAsserted(with sip scheme) field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_PAsserted := {displayName := omit, // optional charstring addrSpec := { scheme := c_sipScheme, // contains "sip" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := {host := "ims.net", portField :=omit}, urlParameters := omit, headers := omit} } /** @desc NameAddr default value for PAsserted2(with tel scheme) field * used in groupe 501 */ NameAddr PX_SIP_NameAddr_PAsserted2 := {displayName := omit, // optional charstring addrSpec := { scheme := c_telScheme, // contains "tel" userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, hostPort := omit, urlParameters := omit, headers := omit} } // /** @desc NameAddr default value for From field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_From := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_sipScheme, // contains "sip" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := {host := "ims.net", portField :=omit}, // urlParameters := omit, // headers := omit} // } // /** @desc NameAddr default value for PAsserted(with sip scheme) field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_PAsserted := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_sipScheme, // contains "sip" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := {host := "ims.net", portField :=omit}, // urlParameters := omit, // headers := omit} // } // /** @desc NameAddr default value for PAsserted2(with tel scheme) field // * used in groupe 501 // */ // NameAddr PX_SIP_NameAddr_PAsserted2 := {displayName := omit, // optional charstring // addrSpec := { // scheme := c_telScheme, // contains "tel" // userInfo := {userOrTelephoneSubscriber:= "+491234567", password:=omit}, // hostPort := omit, // urlParameters := omit, // headers := omit} // } } }// end module SipIsup_PIXITS No newline at end of file }// end module SipSip_PIXITS No newline at end of file