Compare Revisions

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

Ignore whitespace Rev 650 → Rev 651

/trunk/ttcn/LibSip_SDPTypes.ttcn
209,6 → 209,10
Charstring_List session_params optional
}
 
type record SDP_attribute_content {
Charstring_List content_params
}
 
type union SDP_attribute {
SDP_attribute_cat cat,
SDP_attribute_keywds keywds,
242,6 → 246,7
SDP_attribute_rtcp_rsize rtcp_rsize,
SDP_attribute_3ge2ae e2ae,
SDP_attribute_crypto crypto,
SDP_attribute_content content,
//* unknown has to be the last else encoding/decoding won't work!
SDP_attribute_unknown unknown
}