added payload type for no payload

This commit is contained in:
Jan Hutter 2005-11-10 17:48:53 +00:00
parent 7c0dcf6316
commit b7f1373006

View file

@ -209,6 +209,12 @@ struct encoding_rule_s{
typedef enum payload_type_e payload_type_t;
enum payload_type_e{
/**
* NO_PAYLOAD
*/
NO_PAYLOAD = 0,
/**
* SA
*/