/** @desc boolean for True if 100rel mechanism is supported in SIP
*/
booleanPX_SIP_100rel:=false;
moduleparbooleanPX_SIP_100rel:=false;
/** @desc boolean for True if precondition mechanism is supported in SIP
*/
booleanPX_SIP_precondition:=false;
moduleparbooleanPX_SIP_precondition:=false;
/** @desc boolean for True if UDP Transport is used by the IUT to run campaign
*/
booleanPX_SIP_UDP:=true;
moduleparbooleanPX_SIP_UDP:=true;
/** @desc charstring for Used Transport in upper case "UDP"/"TCP"
*/
charstringPX_SIP_TRANSPORT:="UDP";
}//modulepar
moduleparcharstringPX_SIP_TRANSPORT:="UDP";
}// 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;
moduleparintegerPX_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 clause 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";
moduleparcharstringPX_SIP_SUT_UE1_QOP:="auth";
/** @desc charstring for RFC 2617 clause 3-2-2 username: