Loading ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ module LibIms_Steps * @desc send PRACK message * @param p_request template of the message to be sent */ function f_SendPRACK_sdp(template(omit) MessageBody p_mb, CSeq p_rack_cseq) runs on SipComponent function f_SendPRACK_sdp(template(value) MessageBody p_mb, CSeq p_rack_cseq) runs on SipComponent { var integer responseNum := 1; var template(value) PRACK_Request prackReq; Loading Loading @@ -1244,7 +1244,7 @@ module LibIms_Steps { var CommaParam_List v_challenge; var Credentials v_credentials; var template REGISTER_Request v_request; var template(value) REGISTER_Request v_request; if (PX_SIP_REGISTRATION) { Loading ttcn/LibIms_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -2224,7 +2224,7 @@ group request_send { template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(value) Contact p_contact, template(omit) Contact p_contact, template(omit) Authorization p_authorization) modifies m_REGISTER_Request_Base := { requestLine := {method := REGISTER_E, requestUri := p_requestUri}, Loading Loading
ttcn/LibIms_Steps.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ module LibIms_Steps * @desc send PRACK message * @param p_request template of the message to be sent */ function f_SendPRACK_sdp(template(omit) MessageBody p_mb, CSeq p_rack_cseq) runs on SipComponent function f_SendPRACK_sdp(template(value) MessageBody p_mb, CSeq p_rack_cseq) runs on SipComponent { var integer responseNum := 1; var template(value) PRACK_Request prackReq; Loading Loading @@ -1244,7 +1244,7 @@ module LibIms_Steps { var CommaParam_List v_challenge; var Credentials v_credentials; var template REGISTER_Request v_request; var template(value) REGISTER_Request v_request; if (PX_SIP_REGISTRATION) { Loading
ttcn/LibIms_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -2224,7 +2224,7 @@ group request_send { template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(value) Contact p_contact, template(omit) Contact p_contact, template(omit) Authorization p_authorization) modifies m_REGISTER_Request_Base := { requestLine := {method := REGISTER_E, requestUri := p_requestUri}, Loading