Loading ttcn/LibSip_SDPTypes.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,11 @@ module LibSip_SDPTypes { Charstring_List content_params } type record SDP_attribute_keymgmt { charstring prtcl_id, charstring data } type union SDP_attribute { SDP_attribute_cat cat, SDP_attribute_keywds keywds, Loading Loading @@ -247,6 +252,7 @@ module LibSip_SDPTypes { SDP_attribute_3ge2ae e2ae, SDP_attribute_crypto crypto, SDP_attribute_content content, SDP_attribute_keymgmt keymgmt, //* unknown has to be the last else encoding/decoding won't work! SDP_attribute_unknown unknown } Loading Loading
ttcn/LibSip_SDPTypes.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,11 @@ module LibSip_SDPTypes { Charstring_List content_params } type record SDP_attribute_keymgmt { charstring prtcl_id, charstring data } type union SDP_attribute { SDP_attribute_cat cat, SDP_attribute_keywds keywds, Loading Loading @@ -247,6 +252,7 @@ module LibSip_SDPTypes { SDP_attribute_3ge2ae e2ae, SDP_attribute_crypto crypto, SDP_attribute_content content, SDP_attribute_keymgmt keymgmt, //* unknown has to be the last else encoding/decoding won't work! SDP_attribute_unknown unknown } Loading