Commit 2ec23503 authored by rennoch's avatar rennoch
Browse files

correction of missing template parameter declaration (reported by TAU)

parent 1e8860af
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -530,7 +530,7 @@ group MCIDTemplates {
 {
 {
  choice := {
  choice := {
   request := {McidRequestIndicator := bit2str('1'B),
   request := {McidRequestIndicator := bit2str('1'B),
      HoldingIndicator := *}
      HoldingIndicator := ?}
  }
  }
 }
 }
	
	
@@ -538,7 +538,7 @@ group MCIDTemplates {
 {
 {
  choice := {
  choice := {
   response := {McidResponseIndicator := bit2str('1'B),
   response := {McidResponseIndicator := bit2str('1'B),
       HoldingProvidedIndicator := *}
       HoldingProvidedIndicator := ?}
  }
  }
 }
 }
	
	
@@ -1587,7 +1587,7 @@ group request_send {
		*
		*
		*/	
		*/	
	template REFER_Request m_REFER_Request_IMS
	template REFER_Request m_REFER_Request_IMS
	(SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, Contact p_contact, From p_from, To p_to,
	(SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, Contact p_contact, From p_from, template To p_to,
			Via p_via,  template ReferTo p_referTo, template ReferredBy p_referredBy, template Require p_require,
			Via p_via,  template ReferTo p_referTo, template ReferredBy p_referredBy, template Require p_require,
	template Route p_route, template RecordRoute p_recordRoute,  template Supported p_supported, template PChargingVector p_pChargingVector, template MessageBody p_mb )
	template Route p_route, template RecordRoute p_recordRoute,  template Supported p_supported, template PChargingVector p_pChargingVector, template MessageBody p_mb )
	modifies m_REFER_Request_Base
	modifies m_REFER_Request_Base
@@ -2078,10 +2078,10 @@ group request_receive {
	}
	}
	
	
	template NOTIFY_Request mw_NOTIFY_Request(
	template NOTIFY_Request mw_NOTIFY_Request(
		CallId p_callId, 
		template CallId p_callId, 
		template charstring p_state,
		template charstring p_state,
		template charstring p_contentType,
		template charstring p_contentType,
		Event p_event,
		template Event p_event,
		template MessageBody p_mb
		template MessageBody p_mb
	) modifies mw_NOTIFY_Request_Base := {
	) modifies mw_NOTIFY_Request_Base := {
		msgHeader :=
		msgHeader :=