Commit 8e068f7a authored by berge's avatar berge
Browse files

Fixed misc issues in CN/HA TCs

parent d8c13888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ group rfc4303Esp_ExtHdrFunctions {

		if (not(ispresent(p_espHeader.espPayload.espIpDatagram.extHdrList))
			and not(ispresent(p_espHeader.espPayload.espIpDatagram.ipv6Payload))) {
				log("**** f_setEspHeader: EspHeader.espPayload.espIpDatagram received that does neither contain extHdrList not ipv6Payload => EspHeader is not constructed correctly ****")				
				log("**** f_setEspHeader: EspHeader.espPayload.espIpDatagram received that does neither contain extHdrList not ipv6Payload => EspHeader is not constructed correctly ****")	;			
				return e_error;
		}

+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ module LibIpv6_Interface_TypesAndValues {
	import from LibIpv6_Rfc4068FastHandovers_TypesAndValues all;
	import from LibIpv6_Rfc0768Udp_TypesAndValues all ;
	import from LibIpv6_CommonRfcs_TypesAndValues all;
	import from LibIpv6_Rfc4306Ikev2_TypesAndValues all;
//	import from LibIpv6_Rfc4306Ikev2_TypesAndValues all;

	group libTestSystem {
		/*
@@ -408,7 +408,7 @@ module LibIpv6_Interface_TypesAndValues {
			//Udp
			UdpMsg									udpMsg,
			//Ike
			IkeMsg									ikeMsg,
//			IkeMsg									ikeMsg,
		  	//General IPv6 packet
		  	//GeneralIpv6                         	generalIpv6
			octetstring								octetstringMsg