Przeglądaj źródła

Updated TLV 254 documentation.

AdrianSimionov 10 lat temu
rodzic
commit
2714878144
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/docsis_symtable.h

+ 2 - 2
src/docsis_symtable.h

@@ -455,8 +455,8 @@ symbol_type symtable[NUM_IDENTIFIERS] =  {
 /* Generic TLV ... we only use the limits, code and length don't matter ...*/
 { 998,    "GenericTLV",                        0,      0,      (encode_nothing),        (decode_special),        0,           0             },
 /* PacketCable MTA Configuration File Delimiter  */
-{ 157,    "MtaConfigDelimiter",                254,    0,      (encode_uchar),          (decode_uchar),          1,           255           },
-{ 999,    "/*EndOfDataMkr*/",                  255,    0,      (encode_nothing),        (decode_special),        0,           0             } /* TLV 255 MULPIv3.0-I24 Annex C.1.2.1 */
+{ 157,    "MtaConfigDelimiter",                254,    0,      (encode_uchar),          (decode_uchar),          1,           255           }, /* TLV 254 PKT-SP-PROV1.5-I04 Chapter 9.1 */
+{ 999,    "/*EndOfDataMkr*/",                  255,    0,      (encode_nothing),        (decode_special),        0,           0             }  /* TLV 255 MULPIv3.0-I24 Annex C.1.2.1 */
 };
 
 #endif /* _DOCSIS_SYMTABLE_H */