Loading ttcn/LibSip_SDPTypes.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,10 @@ module LibSip_SDPTypes //MRO charstring attr_value } type record SDP_attribute_msrp { charstring attr_value } type record SDP_attribute_unknown { charstring name, charstring attr_value optional Loading Loading @@ -168,6 +172,7 @@ module LibSip_SDPTypes //MRO SDP_attribute_conf conf, SDP_attribute_rtpmap rtpmap, SDP_attribute_rtcp rtcp, SDP_attribute_msrp msrp, //* unknown has to be the last else encoding/decoding won't work! SDP_attribute_unknown unknown Loading Loading
ttcn/LibSip_SDPTypes.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,10 @@ module LibSip_SDPTypes //MRO charstring attr_value } type record SDP_attribute_msrp { charstring attr_value } type record SDP_attribute_unknown { charstring name, charstring attr_value optional Loading Loading @@ -168,6 +172,7 @@ module LibSip_SDPTypes //MRO SDP_attribute_conf conf, SDP_attribute_rtpmap rtpmap, SDP_attribute_rtcp rtcp, SDP_attribute_msrp msrp, //* unknown has to be the last else encoding/decoding won't work! SDP_attribute_unknown unknown Loading