Loading ttcn/LibSip_SIPTypesAndValues.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ module LibSip_SIPTypesAndValues { const ContentType c_empty_ContentType := { fieldName := CONTENT_TYPE_E, mediaType := "" mTypeSubtype := "" }; const CSeq c_empty_cSeq := { Loading Loading @@ -906,7 +906,8 @@ module LibSip_SIPTypesAndValues { // [20.15 ] type record ContentType { FieldName fieldName (CONTENT_TYPE_E) , charstring mediaType charstring mTypeSubtype , SemicolonParam_List mParams optional } // [20.16 ] Loading ttcn/LibSip_Templates.ttcn +12 −12 Original line number Diff line number Diff line Loading @@ -1791,17 +1791,17 @@ module LibSip_Templates { } template(value) ContentType m_contentType( template(value) charstring p_mediaType template(value) charstring p_mTypeSubtype ) := { fieldName := CONTENT_TYPE_E, mediaType := p_mediaType mTypeSubtype := p_mTypeSubtype } template(present) ContentType mw_contentType( in template(present) charstring p_mediaType := ? in template(present) charstring p_mTypeSubtype := ? ) := { fieldName := CONTENT_TYPE_E, mediaType := p_mediaType mTypeSubtype := p_mTypeSubtype } group request_send { Loading Loading @@ -2032,7 +2032,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubType // := // c_plainText/*c_sdp*/}, cSeq := m_cSeq(p_cSeq.seqNumber, "PUBLISH"), // STF471 Loading Loading @@ -2171,7 +2171,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // c_sdp}, cSeq := m_cSeq(p_cSeq.seqNumber, "UPDATE"), // STF471 Loading Loading @@ -2526,7 +2526,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // "application/resource-lists+xml"}, contentDisposition := { Loading Loading @@ -2623,7 +2623,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // "message/sipfrag"}, subscriptionState := { Loading Loading @@ -2952,7 +2952,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // c_sdpApplication // }, Loading Loading @@ -3363,16 +3363,16 @@ module LibSip_Templates { * former PX_SIP_SDP_media_transport * @param p_mediaAttribute parameter for SDP media attribute supported by the IUT, * former PX_SIP_SDP_media_attribute_Exp & PX_SIP_SDP_media_transport_Exp * @param p_mediaType parameter for SDP media type supported by the IUT, * @param p_mTypeSubtype parameter for SDP media type supported by the IUT, * former PX_SIP_SDP_MEDIA_VIDEO */ template(value) SDP_media_desc m_media_unsupported( template(value) charstring p_mediaTransport, template(value) SDP_attribute_rtpmap p_mediaAttribute, template(value) charstring p_mediaType := "video" template(value) charstring p_mTypeSubtype := "video" ) := { media_field := { media := p_mediaType, media := p_mTypeSubtype, ports := { port_number := 11500, num_of_ports := omit Loading Loading
ttcn/LibSip_SIPTypesAndValues.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ module LibSip_SIPTypesAndValues { const ContentType c_empty_ContentType := { fieldName := CONTENT_TYPE_E, mediaType := "" mTypeSubtype := "" }; const CSeq c_empty_cSeq := { Loading Loading @@ -906,7 +906,8 @@ module LibSip_SIPTypesAndValues { // [20.15 ] type record ContentType { FieldName fieldName (CONTENT_TYPE_E) , charstring mediaType charstring mTypeSubtype , SemicolonParam_List mParams optional } // [20.16 ] Loading
ttcn/LibSip_Templates.ttcn +12 −12 Original line number Diff line number Diff line Loading @@ -1791,17 +1791,17 @@ module LibSip_Templates { } template(value) ContentType m_contentType( template(value) charstring p_mediaType template(value) charstring p_mTypeSubtype ) := { fieldName := CONTENT_TYPE_E, mediaType := p_mediaType mTypeSubtype := p_mTypeSubtype } template(present) ContentType mw_contentType( in template(present) charstring p_mediaType := ? in template(present) charstring p_mTypeSubtype := ? ) := { fieldName := CONTENT_TYPE_E, mediaType := p_mediaType mTypeSubtype := p_mTypeSubtype } group request_send { Loading Loading @@ -2032,7 +2032,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubType // := // c_plainText/*c_sdp*/}, cSeq := m_cSeq(p_cSeq.seqNumber, "PUBLISH"), // STF471 Loading Loading @@ -2171,7 +2171,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // c_sdp}, cSeq := m_cSeq(p_cSeq.seqNumber, "UPDATE"), // STF471 Loading Loading @@ -2526,7 +2526,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // "application/resource-lists+xml"}, contentDisposition := { Loading Loading @@ -2623,7 +2623,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // "message/sipfrag"}, subscriptionState := { Loading Loading @@ -2952,7 +2952,7 @@ module LibSip_Templates { // {fieldName // := // CONTENT_TYPE_E, // mediaType // mTypeSubtype // := // c_sdpApplication // }, Loading Loading @@ -3363,16 +3363,16 @@ module LibSip_Templates { * former PX_SIP_SDP_media_transport * @param p_mediaAttribute parameter for SDP media attribute supported by the IUT, * former PX_SIP_SDP_media_attribute_Exp & PX_SIP_SDP_media_transport_Exp * @param p_mediaType parameter for SDP media type supported by the IUT, * @param p_mTypeSubtype parameter for SDP media type supported by the IUT, * former PX_SIP_SDP_MEDIA_VIDEO */ template(value) SDP_media_desc m_media_unsupported( template(value) charstring p_mediaTransport, template(value) SDP_attribute_rtpmap p_mediaAttribute, template(value) charstring p_mediaType := "video" template(value) charstring p_mTypeSubtype := "video" ) := { media_field := { media := p_mediaType, media := p_mTypeSubtype, ports := { port_number := 11500, num_of_ports := omit Loading