Loading ttcn/LibSip_Templates.ttcn +7 −16 Original line number Diff line number Diff line Loading @@ -2673,8 +2673,8 @@ group SDP_Templates { template(value) SDP_Message m_SDP(SDP_media_desc p_media, in SipUserProfile p_userprofile) := { protocol_version := 0, //* v=0 origin := { user_name := "voicesession", session_id := "30000", user_name := "voicesession", //TODO STF471 check fixed values vs. PIXITs session_id := "30000", //TODO STF471 check fixed values vs. PIXITs session_version := "0", net_type := c_in, addr_type := c_ip4, Loading Loading @@ -2704,8 +2704,8 @@ group SDP_Templates { := { protocol_version := 0, //* v=0 origin := { user_name := "voicesession", session_id := "30000", user_name := "voicesession",//TODO STF471 check fixed values vs. PIXITs session_id := "30000", //TODO STF471 check fixed values vs. PIXITs session_version := "0", net_type := c_in, addr_type := c_ip4, Loading Loading @@ -2812,15 +2812,6 @@ group SDP_Templates { key := omit, attributes := omit }; //TODO - delete old // template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template SDP_media_field p_mf, template SDP_bandwidth p_bw, template SDP_attribute_list p_attributes) := { // media_field := p_mf, // information := omit, // connections := omit, // bandwidth := {p_bw}, // key := omit, // attributes := p_attributes // }; template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template(value) SDP_media_field p_mf, template SDP_bandwidth_list p_bw_l, template SDP_attribute_list p_attributes) := { media_field := p_mf, Loading Loading @@ -2849,7 +2840,7 @@ group SDP_Templates { template(value) SDP_media_desc m_media_unsupported := { media_field := { media := "video", media := "video", //TODO STF471 check fixed values vs. PIXITs ports := { port_number := 11500, num_of_ports:=omit }, transport := "RTP/AVP", fmts := { "99" } Loading @@ -2859,7 +2850,7 @@ group SDP_Templates { bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "99 X-Experimental/180000"} rtpmap := { attr_value := "99 X-Experimental/180000"} //TODO STF471 check fixed values vs. PIXITs }} }; Loading Loading @@ -2950,7 +2941,7 @@ group SDP_Templates { fmts := { * } } //TODO STF471 check fixed values vs. PIXITs template(value) SDP_attribute m_attribute_sendonly := {sendonly:={}}; template(present) SDP_attribute mw_attribute_sendonly := {sendonly:={}};//MRO template(value) SDP_attribute m_attribute_recvonly := {recvonly:={}}; Loading Loading
ttcn/LibSip_Templates.ttcn +7 −16 Original line number Diff line number Diff line Loading @@ -2673,8 +2673,8 @@ group SDP_Templates { template(value) SDP_Message m_SDP(SDP_media_desc p_media, in SipUserProfile p_userprofile) := { protocol_version := 0, //* v=0 origin := { user_name := "voicesession", session_id := "30000", user_name := "voicesession", //TODO STF471 check fixed values vs. PIXITs session_id := "30000", //TODO STF471 check fixed values vs. PIXITs session_version := "0", net_type := c_in, addr_type := c_ip4, Loading Loading @@ -2704,8 +2704,8 @@ group SDP_Templates { := { protocol_version := 0, //* v=0 origin := { user_name := "voicesession", session_id := "30000", user_name := "voicesession",//TODO STF471 check fixed values vs. PIXITs session_id := "30000", //TODO STF471 check fixed values vs. PIXITs session_version := "0", net_type := c_in, addr_type := c_ip4, Loading Loading @@ -2812,15 +2812,6 @@ group SDP_Templates { key := omit, attributes := omit }; //TODO - delete old // template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template SDP_media_field p_mf, template SDP_bandwidth p_bw, template SDP_attribute_list p_attributes) := { // media_field := p_mf, // information := omit, // connections := omit, // bandwidth := {p_bw}, // key := omit, // attributes := p_attributes // }; template(value) SDP_media_desc m_mediaFieldBandwdthAttributes(template(value) SDP_media_field p_mf, template SDP_bandwidth_list p_bw_l, template SDP_attribute_list p_attributes) := { media_field := p_mf, Loading Loading @@ -2849,7 +2840,7 @@ group SDP_Templates { template(value) SDP_media_desc m_media_unsupported := { media_field := { media := "video", media := "video", //TODO STF471 check fixed values vs. PIXITs ports := { port_number := 11500, num_of_ports:=omit }, transport := "RTP/AVP", fmts := { "99" } Loading @@ -2859,7 +2850,7 @@ group SDP_Templates { bandwidth := omit, key := omit, attributes := { { rtpmap := { attr_value := "99 X-Experimental/180000"} rtpmap := { attr_value := "99 X-Experimental/180000"} //TODO STF471 check fixed values vs. PIXITs }} }; Loading Loading @@ -2950,7 +2941,7 @@ group SDP_Templates { fmts := { * } } //TODO STF471 check fixed values vs. PIXITs template(value) SDP_attribute m_attribute_sendonly := {sendonly:={}}; template(present) SDP_attribute mw_attribute_sendonly := {sendonly:={}};//MRO template(value) SDP_attribute m_attribute_recvonly := {recvonly:={}}; Loading