|
@@ -551,6 +551,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 344, "CMTSStaticMulticastSessionCMIM", 3, 341, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 64.3 MULPIv3.0-I24 Annex C.1.1.27.3 */
|
|
|
|
|
|
{ 478, "SubscriberManagementCPEIPv6Table", 67, 0, (encode_ip6_list), (decode_ip6_list), 0, 0 }, /* TLV 67 MULPIv3.0-I24 Annex C.1.1.19.6 */
|
|
|
+{ 513, "DefaultUpstreamTargetBuffer", 68, 0, (encode_ushort), (decode_ushort), 0, 0 }, /* TLV 68 MULPIv3.0-I24 Annex C.1.2.17 */
|
|
|
|
|
|
{ 498, "MetroEthernetServiceProfile", 72, 0, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 72 MULPIv3.0-I24 Annex C.2.2.10 */
|
|
|
{ 499, "MESPReference", 1, 498, (encode_uchar), (decode_uchar), 1, 255 }, /* TLV 72.1 MULPIv3.0-I24 Annex C.2.2.10.1 */
|
|
@@ -617,7 +618,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 236, "SNMPv3AccessViewMask", 3, 233, (encode_hexstr), (decode_hexstr), 2, 2 }, /* TLV 202.54.3 eRouter-I12 Annex B.4.6.3 */
|
|
|
{ 237, "SNMPv3AccessViewType", 4, 233, (encode_uchar), (decode_uchar), 1, 2 }, /* TLV 202.54.4 eRouter-I12 Annex B.4.6.4 */
|
|
|
|
|
|
-/* A little more organized -> Start with 513 */
|
|
|
+/* A little more organized -> Start with 514 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|