|
@@ -418,8 +418,8 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
|
|
|
{ 341, "CMTSStaticMulticastSessionEncodings", 64, 0, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 64 MULPIv3.0-I24 Annex C.1.1.27 */
|
|
{ 341, "CMTSStaticMulticastSessionEncodings", 64, 0, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 64 MULPIv3.0-I24 Annex C.1.1.27 */
|
|
/* TODO For TLV 64.1 and 64.2 encoding as IPv4 is a temporary solution, another encoder needs to be created to support both IPv4 and IPv6 */
|
|
/* TODO For TLV 64.1 and 64.2 encoding as IPv4 is a temporary solution, another encoder needs to be created to support both IPv4 and IPv6 */
|
|
-{ 342, "CMTSStaticMulticastSessionGroup", 1, 341, (encode_ip), (decode_ip_ip6), 0, 0 }, /* TLV 64.1 MULPIv3.0-I24 Annex C.1.1.27.1 */
|
|
|
|
-{ 343, "CMTSStaticMulticastSessionSource", 2, 341, (encode_ip), (decode_ip_ip6), 0, 0 }, /* TLV 64.2 MULPIv3.0-I24 Annex C.1.1.27.2 */
|
|
|
|
|
|
+{ 342, "CMTSStaticMulticastSessionGroup", 1, 341, (encode_ip_ip6), (decode_ip_ip6), 0, 0 }, /* TLV 64.1 MULPIv3.0-I24 Annex C.1.1.27.1 */
|
|
|
|
+{ 343, "CMTSStaticMulticastSessionSource", 2, 341, (encode_ip_ip6), (decode_ip_ip6), 0, 0 }, /* TLV 64.2 MULPIv3.0-I24 Annex C.1.1.27.2 */
|
|
{ 344, "CMTSStaticMulticastSessionCMIM", 3, 341, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 64.3 MULPIv3.0-I24 Annex C.1.1.27.3 */
|
|
{ 344, "CMTSStaticMulticastSessionCMIM", 3, 341, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 64.3 MULPIv3.0-I24 Annex C.1.1.27.3 */
|
|
|
|
|
|
/* eRouter TLVs */
|
|
/* eRouter TLVs */
|