Commit 9d0c30ae authored by Axel Rennoch's avatar Axel Rennoch
Browse files

refined templates

parent 8e7ee37b
Loading
Loading
Loading
Loading
+22 −0
Original line number Original line Diff line number Diff line
@@ -140,6 +140,28 @@ module AtsSccas_Templates
                    messageBody := p_mb
                    messageBody := p_mb
                }
                }
                group request_sent_Axel {
                group request_sent_Axel {

				template (omit) INVITE_Request m_sccas_invite_replaces(
															  in template(value) SipUrl p_requestUri,
															  in template(value) CallId p_callId,
															  in template(value) CSeq p_cSeq,
															  in template(value) From p_from,
															  in template(value) To p_to,
															  in template(value) LibSip_SIPTypesAndValues.Via p_via,
															  in template(value) LibSip_SIPTypesAndValues.Contact p_contact,
															  in template(omit) Require p_require := omit,
															  in template(omit) Route p_route := omit,
															  in template(omit) Supported p_supported := omit,
															  in template(value) MessageBody p_mb,
															  in template(omit) Replaces p_replaces := omit
				) modifies m_INVITE_Request_UE := {
					msgHeader := {
						contentLength := m_contentLength(f_MessageBodyLength(p_mb)),
						contentType := m_contentType(c_sdpApplication)
					},
					messageBody := p_mb
				}
				
                }
                }
            
            
                group request_sent_Steffen {
                group request_sent_Steffen {