Commit 1f687ae8 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

.gitignore added. Errors resolved in templates due to new types.

parent 67559f9d
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
/xsd/*.ttcn3view
+25 −2
Original line number Diff line number Diff line
@@ -1378,6 +1378,7 @@ module LibSip_Templates {
                    geolocation := omit,
                    geolocationRouting := omit,
                    historyInfo := omit,  //*     RFC4244
                    infoPackage := omit,  //*     RFC6086
                    inReplyTo := omit,
                    maxForwards := c_maxForwards70,
                    mimeVersion := omit,
@@ -1406,6 +1407,7 @@ module LibSip_Templates {
                    rSeq := omit,
                    reason := omit,
                    recordRoute := omit,
                    recvInfo := omit, //*     RFC6086
                    requestDisposition := omit,
                    referredBy := omit,  //*     RFC3892 - REFER method
                    referTo := omit,  //*     RFC3515 - REFER method
@@ -1435,6 +1437,11 @@ module LibSip_Templates {
                    via := c_empty_Via,
                    warning := omit,
                    wwwAuthenticate := omit,
                    resourcePriority := omit,
                    answerMode := omit,
                    privAnswerMode := omit,
                    targetDialog := omit,
                    pAnswerState := omit,
                    undefinedHeader_List := omit
                }

@@ -1479,6 +1486,7 @@ module LibSip_Templates {
                    geolocation := *,
                    geolocationRouting := *,
                    historyInfo := *,  //*     RFC4244
                    infoPackage := *,  //*     RFC6086
                    inReplyTo := *,
                    maxForwards := *,
                    mimeVersion := *,
@@ -1507,6 +1515,7 @@ module LibSip_Templates {
                    rSeq := *,
                    reason := *,
                    recordRoute := *,
                    recvInfo := *, //*     RFC6086
                    requestDisposition := *,
                    referredBy := *,  //*     RFC3892 - REFER method
                    referTo := *,  //*     RFC3515 - REFER method
@@ -1536,6 +1545,11 @@ module LibSip_Templates {
                    via := ?,
                    warning := *,
                    wwwAuthenticate := *,
                    resourcePriority := *,
                    answerMode := *,
                    privAnswerMode := *,
                    targetDialog := *,
                    pAnswerState := *,
                    undefinedHeader_List := *
                }

@@ -1794,14 +1808,16 @@ module LibSip_Templates {
                template(value) charstring p_mTypeSubtype
            ) := {
                fieldName := CONTENT_TYPE_E,
                mTypeSubtype := p_mTypeSubtype
                mTypeSubtype := p_mTypeSubtype,
                mParams := omit
            }

            template(present) ContentType mw_contentType(
                in template(present) charstring p_mTypeSubtype := ?
            ) := {
                fieldName := CONTENT_TYPE_E,
                mTypeSubtype := p_mTypeSubtype
                mTypeSubtype := p_mTypeSubtype,
                mParams := *
            }

            group request_send {
@@ -3742,11 +3758,13 @@ module LibSip_Templates {
                    {
                        content_type := c_sdpApplication,
                        content_disposition := omit,
                        content_id := omit,
                        mime_encapsulated_part := {sdpMessageBody := p_sdp}
                    },
                    {
                        content_type := c_ims3gppCwApplication,
                        content_disposition := omit,
                        content_id := omit,
                        mime_encapsulated_part := {xmlBody := p_xmlBody}
                    }
                }
@@ -3762,6 +3780,7 @@ module LibSip_Templates {
                    {
                        content_type := "application/sdp",
                        content_disposition := "attachment;handling=required;filename=smime.p7",
                        content_id := omit,
                        mime_encapsulated_part := {sdpMessageBody := p_sdp}
                    }
                }
@@ -3796,11 +3815,13 @@ module LibSip_Templates {
                    {
                        content_type := ?,
                        content_disposition := *,
                        content_id := *,
                        mime_encapsulated_part := {sdpMessageBody := p_sdp}
                    },
                    {
                        content_type := ?,
                        content_disposition := *,
                        content_id := *,
                        mime_encapsulated_part := {xmlBody := p_xmlBody}
                    }
                }
@@ -3818,6 +3839,7 @@ module LibSip_Templates {
                    {
                        content_type := c_ims3gppApplication,
                        content_disposition := p_disposition,
                        content_id := *,
                        mime_encapsulated_part := {xmlBody := {ims3gpp := p_ims3gpp}}
                    },
                    *
@@ -3836,6 +3858,7 @@ module LibSip_Templates {
                    {
                        content_type := c_ims3gppCwApplication,
                        content_disposition := p_disposition,
                        content_id := *,
                        mime_encapsulated_part := {xmlBody := {ims3gpp := p_ims3gpp}}
                    },
                    *