Commit 7fd9482e authored by tepelmann's avatar tepelmann
Browse files

Further reduction of warnings.

parent c93179a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -566,7 +566,7 @@ module LibIms_Steps
	* @desc  send PRACK message
	* @desc  send PRACK message
	* @param p_request template of the message to be sent
	* @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 integer responseNum := 1;
        var template(value) PRACK_Request prackReq;
        var template(value) PRACK_Request prackReq;
@@ -1244,7 +1244,7 @@ module LibIms_Steps
	{
	{
	  var CommaParam_List v_challenge;
	  var CommaParam_List v_challenge;
	  var Credentials v_credentials;
	  var Credentials v_credentials;
	  var template REGISTER_Request v_request;
	  var template(value) REGISTER_Request v_request;
	  
	  
	  if (PX_SIP_REGISTRATION)
	  if (PX_SIP_REGISTRATION)
	  {
	  {
+1 −1
Original line number Original line Diff line number Diff line
@@ -2224,7 +2224,7 @@ group request_send {
                                                            template(value) From p_from,
                                                            template(value) From p_from,
                                                            template(value) To p_to,
                                                            template(value) To p_to,
                                                            template(value) Via p_via,
                                                            template(value) Via p_via,
                                                            template(value) Contact p_contact,
                                                            template(omit) Contact p_contact,
                                                            template(omit)  Authorization p_authorization)
                                                            template(omit)  Authorization p_authorization)
    modifies m_REGISTER_Request_Base := {
    modifies m_REGISTER_Request_Base := {
        requestLine := {method := REGISTER_E, requestUri := p_requestUri},
        requestLine := {method := REGISTER_E, requestUri := p_requestUri},