Commit f762017c authored by berge's avatar berge
Browse files

commit with BU problems when sending to CN (missing file)

parent 988b17bd
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -1016,9 +1016,10 @@ module LibIpv6_Interface_TypesAndValues {
			e_null(0),
			e_hmac_sha1_96(1),//RFC4305
			e_aes_xcbc_mac_96(2),//RFC4305
			e_hmac_md5_96(3),//RFC4305
			e_sha1_96(4),//used in MIPv6 5.2.5 to calculate KBM
			e_hmac_sha1_64(5)//used in MIPv6 5.2.5 to calculate HomeKeyGenToken
			e_hmac_md5_96(3),//RFC4305,
			e_sha1(4),//used in MIPv6 5.2.5 to calculate KBM
			e_sha1_96(5),
			e_hmac_sha1_64(6)//used in MIPv6 5.2.5 to calculate HomeKeyGenToken
		}
		with {
			variant "use=com.testingtech.ttcn.tci.LibIpv6_Interface_TypesAndValues.*;";
@@ -1132,3 +1133,6 @@ module LibIpv6_Interface_TypesAndValues {
	}//end group integrityTypes

} // end module LibIpv6_Interface_TypesAndValues
//with {
//	encode "LibIpv6_Interface_TypesAndValues";
//}
 No newline at end of file