|
@@ -337,8 +337,9 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 235, "SNMPv3AccessViewSubtree", 2, 233, (encode_oid), (decode_oid), 0, 0 }, /* TLV 202.54.2 eRouter-I12 Annex B.4.6.2 */
|
|
|
{ 236, "SNMPv3AccessViewMask", 3, 233, (encode_hexstr), (decode_hexstr), 0, 0 }, /* 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 */
|
|
|
+{ 238, "RATransmissionInterval", 10, 175, (encode_ushort), (decode_ushort), 3, 1800 }, /* TLV 202.10 eRouter-I12 Annex B.4.10 */
|
|
|
|
|
|
-/* A little more organized -> Start with 238 */
|
|
|
+/* A little more organized -> Start with 239 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|