Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 652 → Rev 653

/trunk/ttcn/LibSip_SDPTypes.ttcn
213,6 → 213,11
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,
247,6 → 252,7
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
}