/** @desc charstring for SDP media T.38 transport (used in TC2101_IS___AU__09)
*/
charstringPX_SIP_SDP_transport:="udptl";
}// modulepar
}//group SDP Parameter
groupISUPinterworkingParameters{
modulepar{
/** @desc charstring for Used CPC language
*/
charstringPX_SIP_ISUP_LANGUAGE:="English";
/** @desc charstring for Used CPC language
*/
charstringPX_SIP_ISUP_CPC_VALUE:="prison";
}//modulepar
}// goup PSTNParameters
groupSupportedOptions{
modulepar{
/** @desc boolean for True if 100rel mechanism is supported in SIP
*/
booleanPX_SIP_100rel:=false;
/** @desc boolean for True if precondition mechanism is supported in SIP
*/
booleanPX_SIP_precondition:=false;
/** @desc boolean for True if UDP Transport is used by the IUT to run campaign
*/
booleanPX_SIP_UDP:=true;
/** @desc charstring for Used Transport in upper case "UDP"/"TCP"
*/
charstringPX_SIP_TRANSPORT:="UDP";
}//modulepar
}// group SupportedOptions{
// PIXITS in group Ports_and_addresses_of_the_SUT can be ignored if this information is provided in other modules of the ATS that uses this SIP library
groupPorts_and_addresses_of_the_SUT{
modulepar{
/** @desc integer for SUT port number to exchange SIP messages
*/
integerPX_SIP_SUT_PORT:=5060;
/** @desc charstring for SUT IP address to exchange SIP messages
// PIXITS in group ParametersForHTTP_Authentication can be ignored if this information is provided in other modules of the ATS that uses this SIP library
groupParametersForHTTP_Authentication{
modulepar{
/** @desc charstring for RFC 2617 3.2.1 qop options:
* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server. The
* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
*/
charstringPX_SIP_SUT_UE1_QOP:="auth";
/** @desc charstring for RFC 2617 3.2.2 username
* The name of user in the specified realm
*/
charstringPX_SIP_SUT_UE1_USERNAME:="abcd";
/** @desc charstring for RFC 2617 3.2.2.2 passwd: A known shared secret, the password of user of the specified username
*/
charstringPX_SIP_SUT_UE1_PASSWD:="1234";
/** @desc charstring for RFC 2617 3.2.1 qop options:
* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server. The
* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
*/
charstringPX_SIP_SUT_UE2_QOP:="auth";
/** @desc charstring for RFC 2617 3.2.2 username
* The name of user in the specified realm
*/
charstringPX_SIP_SUT_UE2_USERNAME:="abcd";
/** @desc charstring for RFC 2617 3.2.2.2 passwd: A known shared secret, the password of user of the specified username
*/
charstringPX_SIP_SUT_UE2_PASSWD:="1234";
}//modulepar
}//group ParametersForHTTP_Authentication
groupSIP_Timers{
modulepar{
/** @desc float for T1 RTT estimate (500 ms)
*/
floatPX_SIP_T1:=0.5;
/** @desc float for T2 Maximum retransmit interval for non-INVITE requests and INVITE response (4000 ms)
*/
floatPX_T2:=4.0;
/** @desc float for T4 Maximum duration a message will remain in the network
*/
floatPX_T4:=1.0;
/** @desc float for TDELAY default value for timeout on outgoing SIP request (ie 64*T1)
*/
floatPX_SIP_TF:=32.0;
/** @desc float for TWait default value for waiting an operator action
*/
floatPX_SIP_TWAIT:=30.0;
/** @desc float for TAck default value for waiting an acknowledgement
*/
floatPX_SIP_TACK:=8.0;
/** @desc float for TResp default value for waiting for a response from the IUT
*/
floatPX_SIP_TRESP:=15.0;
/** @desc float for TNoAct default value for waiting no message from the IUT
* Value given for PX_TNOACT should be less than value of
* SHORT_REGISTRATION constant (which is currently "3" (seconds))
*/
floatPX_SIP_TNOACT:=1.0;
/** @desc float for TSYNC default value to synchronise ptc
*/
floatPX_SIP_TSYNC:=10.0;
/** @desc float for TGUARD default value for an extra long timer to limit test execution
*/
floatPX_SIP_TGUARD:=120.0;
/** @desc float for TRespRetention minimum time that a Proxy will wait before sending a final response