John Barbieri 10 vuotta sitten
vanhempi
commit
9d886c191f
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 1 1
      src/docsis_common.h
  2. 3 0
      src/docsis_symtable.h

+ 1 - 1
src/docsis_common.h

@@ -31,7 +31,7 @@
 
 
 #ifndef NUM_IDENTIFIERS
-#define NUM_IDENTIFIERS 346
+#define NUM_IDENTIFIERS 347
 #endif /*  NUM_IDENTIFIERS, needed in docsis_symtable.h  */
 
 #define MAXINT 2000000000

+ 3 - 0
src/docsis_symtable.h

@@ -387,6 +387,9 @@ symbol_type symtable[NUM_IDENTIFIERS] =  {
 { 166,    "DsFreqRangeStepSize",               4,      162,    (encode_uint),           (decode_uint),           0,           0xFFFFFFFF    }, /* TLV 41.2.4 MULPIv3.0-I24 Annex C.1.1.22.2.4 */
 { 167,    "DefaultScanTimeout",                3,      158,    (encode_ushort),         (decode_ushort),         0,           65535         }, /* TLV 41.3 MULPIv3.0-I24 Annex C.1.1.22.3 */
 
+/* Multicast MAC Address */
+{ 450,    "MulticastMACAddress",               42,       0,    (encode_ether),         	(decode_ether),          0,           0             }, /* TLV 42 */
+
 /* DOCSIS Extension Field - Vendor Specific */
 { 130,    "VendorSpecific",                    43,     0,      (encode_nothing),        (decode_aggregate),      0,           0             }, /* TLV 43 */
 { 188,    "L2VPNEncoding",                     5,      130,    (encode_nothing),        (decode_aggregate),      0,           0             }, /* TLV 43.5 */