Update default value of dp_proto_event_bitmap to track all the supported protocol pkt types. Change-Id: Ib6355f43fa667f80b31418320f3bdb2373fdf9e1 CRs-Fixed: 2618474
@@ -1234,7 +1234,7 @@
*/
#define CFG_DP_PROTO_EVENT_BITMAP \
CFG_INI_UINT("dp_proto_event_bitmap", \
- 0, 0x17, 0x6, \
+ 0, 0x17, 0x17, \
CFG_VALUE_OR_DEFAULT, \
"Control for which protocol type diag log should be sent")