Loading CommonAts/ttcn/SIPI_TestSystem.ttcn +5 −0 Original line number Original line Diff line number Diff line Loading @@ -217,6 +217,7 @@ var CSeq vc_cSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of CSeq header var CSeq vc_cSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of CSeq header var RAck vc_rAck := { fieldName := RACK_E, responseNum := 1, seqNumber := 1, method := "INVITE"}; // value of RAck header var RAck vc_rAck := { fieldName := RACK_E, responseNum := 1, seqNumber := 1, method := "INVITE"}; // value of RAck header var CSeq vc_iUT_CSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of last CSeq header used by the IUT in request var CSeq vc_iUT_CSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of last CSeq header used by the IUT in request var CSeq vc_cSeqInvite; // initital cSeq used in INVITE from SUT var To vc_callee_To := c_empty_To; var To vc_callee_To := c_empty_To; var From vc_callee_From := c_empty_From; var From vc_callee_From := c_empty_From; var To vc_caller_To := c_empty_To; var To vc_caller_To := c_empty_To; Loading Loading @@ -261,6 +262,7 @@ //var boolean v_send_SDP; // send SDP in the next outgoing message //var boolean v_send_SDP; // send SDP in the next outgoing message var Response vc_response; var Response vc_response; var Request vc_request; var Request vc_request; var Request vc_requestINVITE; var Privacy vc_privacy; var Privacy vc_privacy; var boolean vc_ignore_bye:= false; // enable ignore of repeated bye in default var boolean vc_ignore_bye:= false; // enable ignore of repeated bye in default var boolean vc_ignore_invite:= false; //enable ignore invite in default var boolean vc_ignore_invite:= false; //enable ignore invite in default Loading @@ -270,7 +272,10 @@ var boolean vc_supported_100rel:= false; // true if the received invite contains 100rel var boolean vc_supported_100rel:= false; // true if the received invite contains 100rel var boolean vc_supported_precondition:= false; // true if the received invite contains precondition var boolean vc_supported_precondition:= false; // true if the received invite contains precondition var boolean vc_dialog_callee := false; // true after establishment of dialog var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) // parts introduced for SipIsup Profile C interworking // parts introduced for SipIsup Profile C interworking Loading Loading
CommonAts/ttcn/SIPI_TestSystem.ttcn +5 −0 Original line number Original line Diff line number Diff line Loading @@ -217,6 +217,7 @@ var CSeq vc_cSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of CSeq header var CSeq vc_cSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of CSeq header var RAck vc_rAck := { fieldName := RACK_E, responseNum := 1, seqNumber := 1, method := "INVITE"}; // value of RAck header var RAck vc_rAck := { fieldName := RACK_E, responseNum := 1, seqNumber := 1, method := "INVITE"}; // value of RAck header var CSeq vc_iUT_CSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of last CSeq header used by the IUT in request var CSeq vc_iUT_CSeq := { fieldName := CSEQ_E, seqNumber:=1, method:="INVITE" }; // value of last CSeq header used by the IUT in request var CSeq vc_cSeqInvite; // initital cSeq used in INVITE from SUT var To vc_callee_To := c_empty_To; var To vc_callee_To := c_empty_To; var From vc_callee_From := c_empty_From; var From vc_callee_From := c_empty_From; var To vc_caller_To := c_empty_To; var To vc_caller_To := c_empty_To; Loading Loading @@ -261,6 +262,7 @@ //var boolean v_send_SDP; // send SDP in the next outgoing message //var boolean v_send_SDP; // send SDP in the next outgoing message var Response vc_response; var Response vc_response; var Request vc_request; var Request vc_request; var Request vc_requestINVITE; var Privacy vc_privacy; var Privacy vc_privacy; var boolean vc_ignore_bye:= false; // enable ignore of repeated bye in default var boolean vc_ignore_bye:= false; // enable ignore of repeated bye in default var boolean vc_ignore_invite:= false; //enable ignore invite in default var boolean vc_ignore_invite:= false; //enable ignore invite in default Loading @@ -270,7 +272,10 @@ var boolean vc_supported_100rel:= false; // true if the received invite contains 100rel var boolean vc_supported_100rel:= false; // true if the received invite contains 100rel var boolean vc_supported_precondition:= false; // true if the received invite contains precondition var boolean vc_supported_precondition:= false; // true if the received invite contains precondition var boolean vc_dialog_callee := false; // true after establishment of dialog var boolean vc_dialog_caller := false; // true after establishment of dialog var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_first_recv:= false; // true after receipt of first incomming SIP message var boolean vc_callee:= false; // true if test system is callee (SUT is caller) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) var float vc_TRESP := PX_SIP_TRESP; // standard value for TRESP (may be modified in particular tests) // parts introduced for SipIsup Profile C interworking // parts introduced for SipIsup Profile C interworking Loading