Commit 80500cc0 authored by rennoch's avatar rennoch
Browse files

remove resolved "TODOs"

parent b290b036
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ module LibSip_SimpleMsgSummaryTypes {
    }

    group SMSTypes {
        // TODO add (SMS sms) into type union MessageBody{ in module LibSIPTypesAndValues
        type record SimpleMsgSummary {
            // Simple_message_summary
            Msg_status_line msg_status_line,
+2 −13
Original line number Diff line number Diff line
@@ -2539,7 +2539,6 @@ module LibSip_Templates {
                    messageBody := p_mb
                }

                // TODO STF471 added - check occurence
                template(value) REFER_Request m_REFER_Request_route(
                    template(value) SipUrl p_requestUri,
                    template(omit) CallId p_callId := omit,
@@ -2634,7 +2633,6 @@ module LibSip_Templates {
                    messageBody := {sipfrag := p_sipfrag}
                }

                // TODO STF471 added - check occurence
                template(value) UPDATE_Request m_UPDATE_Request_route(
                    template(value) SipUrl p_requestUri,
                    template(omit) CallId p_callId := omit,
@@ -2771,15 +2769,7 @@ module LibSip_Templates {
                                            msrp := {
                                                attr_value :=
                                                    pattern
                                                        "path:msrp://*" // FIXME
                                                                        // Shall
                                                                        // parse
                                                                        // msrp
                                                                        // and
                                                                        // msrps
                                                                        // for
                                                                        // secured
                                                                        // msrp
                                                        "path:msrp://*"
                                            }
                                        }
                                    }
@@ -3768,8 +3758,7 @@ module LibSip_Templates {
                mimeEncapsulatedList := {
                    {
                        content_type := "application/sdp",
                        // TODO add "Content-Transfer-Encoding:base64"
                        content_disposition := "attachment;handling=required;filename=smime.p7",  // TODO use PIXIT
                        content_disposition := "attachment;handling=required;filename=smime.p7",
                        mime_encapsulated_part := {sdpMessageBody := p_sdp}
                    }
                }