Commit bfb3a8e4 authored by Rohan's avatar Rohan Committed by Tien-Thinh Nguyen

Fix for encode/decode of create QER IE

parent af74363a
......@@ -1417,8 +1417,8 @@ typedef struct dl_flow_level_marking_s {
uint8_t spare : 6;
uint8_t sci : 1;
uint8_t ttc : 1;
uint16_t tos_traffic_class;
uint16_t service_class_indicator;
std::string tos_traffic_class;
std::string service_class_indicator;
} dl_flow_level_marking_t;
//-------------------------------------
......
This diff is collapsed.
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