Commit a3766caf authored by berge's avatar berge
Browse files

fixed 1310_02

1399_01
1328_02
1399_02
1404_03
parent e3a46c52
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -134,8 +134,6 @@
	}//end group calcPrefixFns

	


	/*
	 * @desc 	This goes through the ExtensionHeaderList and
	 *			checks if a HomeAddressOption is present.
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ module LibIpv6_CommonRfcs_TypesAndValues {
	
		group rfc3775Options {

			const octetstring		c_preDefAIOption := '0101000000001000'O;
			const octetstring		c_preDefAIOption := '0701000000001000'O;
			const octetstring		c_preDefHAIOption := '0801000000000040'O;

			/*
+7 −4
Original line number Diff line number Diff line
@@ -219,10 +219,13 @@ group rfc3775Mipv6_ExtHdrFunctions {
		//set mipChecksum to zero
		//p_mobileHeader.checksum := c_2ZeroBytes;  
		
		//calc mipChecksum
		//calc mipChecksum only when its set to c_2ZeroBytes
		// do no calc mipChecksum , but use the checksum from the template
		if (p_mobileHeader.checksum == c_2ZeroBytes) {
			p_mobileHeader.checksum := fx_mipHeaderChecksum ( p_srcAddr,
															p_dstAddr,
															p_mobileHeader);
		}

		return e_success;
	}
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
		const UInt32  c_icmpPointer42 := 42;
		const UInt32  c_icmpPointer43 := 43;
		const UInt32  c_icmpPointer46 := 46;
		const UInt32  c_icmpPointer64 := 64;
	}
	
	group icmpRfc2463MessageTypes {