|
@@ -72,7 +72,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 32, "ServiceFlowId", 4, 28, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
{ 33, "RulePriority", 5, 28, (get_uchar), (decode_uchar), 0, 255 },
|
|
|
{ 34, "ActivationState", 6, 28, (get_uchar), (decode_uchar), 0, 1 },
|
|
|
-{ 35, "DscAction ", 6, 28, (get_uchar), (decode_uchar), 0, 2 },
|
|
|
+{ 35, "DscAction ", 7, 28, (get_uchar), (decode_uchar), 0, 2 },
|
|
|
{ 36, "IpPacketClassifier", 9, 28, (get_nothing), (decode_aggregate), 0, 0 },
|
|
|
{ 37, "IpTos", 1, 36, (get_hexstr), (decode_hexstr), 3, 3 },
|
|
|
{ 38, "IpProto", 2, 36, (get_ushort), (decode_ushort), 0, 257 },
|
|
@@ -100,9 +100,9 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 58, "ServiceFlowId", 4, 54, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
{ 59, "RulePriority", 5, 54, (get_uchar), (decode_uchar), 0, 255 },
|
|
|
{ 60, "ActivationState", 6, 54, (get_uchar), (decode_uchar), 0, 1 },
|
|
|
-{ 61, "DscAction ", 6, 54, (get_uchar), (decode_uchar), 0, 2 },
|
|
|
+{ 61, "DscAction ", 7, 54, (get_uchar), (decode_uchar), 0, 2 },
|
|
|
{ 62, "IpPacketClassifier", 9, 54, (get_nothing), (decode_aggregate), 0, 0 },
|
|
|
-{ 63, "IpTos", 1, 62, (get_uint), (decode_uint), 0, 16777215 },
|
|
|
+{ 63, "IpTos", 1, 62, (get_hexstr), (decode_hexstr), 3, 3 },
|
|
|
{ 64, "IpProto", 2, 62, (get_ushort), (decode_ushort), 0, 257 },
|
|
|
{ 65, "IpSrcAddr", 3, 62, (get_ip), (decode_ip), 0, 0 },
|
|
|
{ 66, "IpSrcMask", 4, 62, (get_ip), (decode_ip), 0, 0 },
|
|
@@ -121,8 +121,8 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 79, "VlanID", 2, 77, (get_ushort), (decode_ushort), 0, 0 },
|
|
|
/* Upstream Service Flow */
|
|
|
{ 80, "UsServiceFlow", 24, 0, (get_nothing), (decode_aggregate), 0, 0 },
|
|
|
-{ 81, "ServiceFlowRef", 1, 80, (get_ushort), (decode_ushort), 1, 65535 },
|
|
|
-{ 81, "ServiceFlowId", 2, 80, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
+{ 81, "UsServiceFlowRef", 1, 80, (get_ushort), (decode_ushort), 1, 65535 },
|
|
|
+{ 81, "UsServiceFlowId", 2, 80, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
{ 82, "ServiceClassName", 4, 80, (get_string), (decode_string), 2, 16 },
|
|
|
{ 83, "QosParamSetType", 6, 80, (get_uchar), (decode_uchar), 0, 255 },
|
|
|
{ 84, "TrafficPriority", 7, 80, (get_uchar), (decode_uchar), 0, 7 },
|
|
@@ -145,8 +145,8 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 99, "IpTosOverwrite", 23,80, (get_hexstr), (decode_hexstr), 2, 2 },
|
|
|
/* Downstream Service Flow */
|
|
|
{100, "DsServiceFlow", 25, 0,(get_nothing), (decode_aggregate), 0, 0 },
|
|
|
-{101, "ServiceFlowRef", 1, 100, (get_ushort), (decode_ushort), 1, 65535 },
|
|
|
-{102, "ServiceFlowId", 2, 100, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
+{101, "DsServiceFlowRef", 1, 100, (get_ushort), (decode_ushort), 1, 65535 },
|
|
|
+{102, "DsServiceFlowId", 2, 100, (get_uint), (decode_uint), 1, 0xFFFFFFFF },
|
|
|
{103, "ServiceClassName", 4, 100, (get_string), (decode_string), 2, 16 },
|
|
|
{104, "QosParamSetType", 6, 100, (get_uchar), (decode_uchar), 0, 255 },
|
|
|
{105, "TrafficPriority", 7, 100, (get_uchar), (decode_uchar), 0, 7 },
|