wrong TLV definition in docsis_symtable.h
Status: Beta
Brought to you by:
rlaager
Hello,
there is a wrong entry in docsis_symtable.h
grep -i MIB docsis-0.9.6/src/docsis_symtable.h
{ 16, \"SnmpMibObject\", 11, 0, (encode_nothing), (decode_snmp_object), 0, 0 },
{ 156, \"SnmpMibObject\", 64, 0, (encode_nothing), (decode_snmp_object), 1, 2048 },
as TLV_64 should be: C.1.1.27 CMTS Static Multicast Session Encoding according to CM-SP-MULPIv3.0-I14-101008
according to CM-SP-RFIv2.0-C02-090422 there seems no TLV 64 defined
regards,
Benedikt
I don't understand what change you're asking me to make. Can you submit a patch?