Commit 9588e10d authored by matilde.costa's avatar matilde.costa

Added non-ip types to ip_traffic_type_t

parent d2475e0d
......@@ -153,7 +153,12 @@ typedef enum ip_traffic_type_e {
TRAFFIC_IPV4_TYPE_BROADCAST = 7,
TRAFFIC_IPV4_TYPE_UNKNOWN = 8,
TRAFFIC_PC5S_SIGNALLING = 9,
TRAFFIC_PC5S_SESSION_INIT = 10
TRAFFIC_PC5S_SESSION_INIT = 10,
// MC ADDED: New types for non-IP packets, for each type cast
TRAFFIC_NONIP_TYPE_UNKOWN = 11,
TRAFFIC_NONIP_TYPE_UNICAST = 12,
TRAFFIC_NONIP_TYPE_MULTICAST = 13,
TRAFFIC_NONIP_TYPE_BROADCAST = 14
} ip_traffic_type_t;
//-----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment