Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ group rfc3775Mipv6_ExtHdrFunctions { // modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_1ZeroByte ) { if (p_mobileHeader.headerLen == c_uInt8Zero ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader); } Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ group rfc3775Mipv6_ExtHdrFunctions { // modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_1ZeroByte ) { if (p_mobileHeader.headerLen == c_uInt8Zero ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader); } Loading