Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,11 @@ group rfc3775Mipv6_ExtHdrFunctions { authenticator := c_12ZeroBytes} //calculate the mipHeaderLength over the dummy Authenticator //modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_uInt8Zero ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader) ; } //set Authenticator to omit in order to calc the authenticator p_mobileHeader.mobileMessage.bindingUpdateMsg.mobileOptions[v_position].mobileBindingAuthorizationData.authenticator := omit; Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_Interface_Functions.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,11 @@ group rfc3775Mipv6_ExtHdrFunctions { authenticator := c_12ZeroBytes} //calculate the mipHeaderLength over the dummy Authenticator //modified by AMB to easily send packets with wrong mobileHdrLen //calc mobileHeaderLen if (p_mobileHeader.headerLen == c_uInt8Zero ) { p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader) ; } //set Authenticator to omit in order to calc the authenticator p_mobileHeader.mobileMessage.bindingUpdateMsg.mobileOptions[v_position].mobileBindingAuthorizationData.authenticator := omit; Loading