Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -220,8 +220,12 @@ group rfc3775Mipv6_ExtHdrFunctions { // else if (ischosen(p_mobileHeader.mobileMessage.bindingAck) and (PX_TEST_IPSEC == true)) { //SMU TODO //} // modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_1ZeroByte ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader); } // modified by PK to easily send packets with wrong checksum //set mipChecksum to zero Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -220,8 +220,12 @@ group rfc3775Mipv6_ExtHdrFunctions { // else if (ischosen(p_mobileHeader.mobileMessage.bindingAck) and (PX_TEST_IPSEC == true)) { //SMU TODO //} // modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_1ZeroByte ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader); } // modified by PK to easily send packets with wrong checksum //set mipChecksum to zero Loading