Commit fbae7d18 authored by nikolajev's avatar nikolajev
Browse files

Updated issues discovered after compilation with multiple TTCN-3 tools

parent 3436e212
Loading
Loading
Loading
Loading
+38 −3
Original line number Original line Diff line number Diff line
@@ -3800,6 +3800,41 @@ module LibIms_Templates {
                        payload := omit
                        payload := omit
                    }
                    }


                    template(value) Response m_Response_2xx_ext(
                        template(value) StatusLine_2xx p_statusLine,
                        template(omit) CallId p_callId,
                        template(omit) CSeq p_cSeq,
                        template(value) From p_from,
                        template(value) To p_to,
                        template(value) Via p_via,
                        template(omit) Route p_route,
                        template(omit) RecordRoute p_recordroute
                    ) modifies m_Response_2xx_Base := {
                        msgHeader := {
                            route := p_route,  // f_route(),
                            recordRoute :=
                                p_recordroute // f_recordroute()
                        }
                    }
    
                    template(value) Response m_Response_2xx_mbody(
                        template(value) StatusLine_2xx p_statusLine,
                        template(omit) CallId p_callId,
                        template(omit) CSeq p_cSeq,
                        template(value) From p_from,
                        template(value) To p_to,
                        template(value) Via p_via,
                        template(omit) Route p_route,
                        template(omit) RecordRoute p_recordroute,
                        template(value) MessageBody p_mb
                    ) modifies m_Response_2xx_ext := {
                        msgHeader := {
                            contentLength := m_contentLength(f_MessageBodyLength(p_mb)),
                            contentType := m_contentType(c_sdpApplication)
                        },
                        messageBody := p_mb
                    }

                    template(value) Response m_Response_2xxonBYE_UE(
                    template(value) Response m_Response_2xxonBYE_UE(
                        template(value) StatusLine_2xx p_statusLine,
                        template(value) StatusLine_2xx p_statusLine,
                        template(value) CallId p_callId,
                        template(value) CallId p_callId,
@@ -3893,7 +3928,7 @@ module LibIms_Templates {
                        template(value) MessageBody p_mb,
                        template(value) MessageBody p_mb,
                        template(omit) Contact p_contact,
                        template(omit) Contact p_contact,
                        template(value) PChargingVector p_pChargingVector
                        template(value) PChargingVector p_pChargingVector
                    ) modifies m_Response_mbody := {
                    ) modifies m_Response_2xx_mbody := {
                        msgHeader := {
                        msgHeader := {
                            contact := p_contact,
                            contact := p_contact,
                            pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,
                            pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,