Loading ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_Functions.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -1421,7 +1421,7 @@ group mobileSecurityFns { if ( v_ret != e_success ) {return v_ret;} tc_ac.start; alt { [/*PX_IP_SEC == e_securityOff*/] ipPort.receive(mw_mobilePrefixAdv_extHdr( [PX_IP_SEC == e_securityOff] ipPort.receive(mw_mobilePrefixAdv_extHdr( c_routeHdr, p_haGlaNut, p_mnCoaTn, Loading @@ -1435,7 +1435,7 @@ group mobileSecurityFns { tc_ac.stop; v_ret := e_success ; } /* [PX_IP_SEC == e_securityOn] ipPort.receive(mw_mobilePrefixAdv_esp( [PX_IP_SEC == e_securityOn] ipPort.receive(mw_mobilePrefixAdv_esp( c_routeHdr, p_haGlaNut, p_mnCoaTn, Loading @@ -1457,7 +1457,7 @@ group mobileSecurityFns { tc_ac.stop; v_ret := e_success ; } */ [] tc_ac.timeout{ [] tc_ac.timeout{ v_ret := e_timeout; log("**** f_sendMipPrefixSolAndWaitForReply: ERROR: tc_ac.timeout **** "); } Loading ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ type set length (1..c_maxNrMipPrefixInfo) of MipPrefixInfo MipPrefixInfoList with { variant "present=bytes(1, 0x03);elements=valueOf(getTag('hdrExtLen'));" variant "present=bytes(1, 0x03);elements=getIntTag('hdrExtIntLen'));" } /* Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_Functions.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -1421,7 +1421,7 @@ group mobileSecurityFns { if ( v_ret != e_success ) {return v_ret;} tc_ac.start; alt { [/*PX_IP_SEC == e_securityOff*/] ipPort.receive(mw_mobilePrefixAdv_extHdr( [PX_IP_SEC == e_securityOff] ipPort.receive(mw_mobilePrefixAdv_extHdr( c_routeHdr, p_haGlaNut, p_mnCoaTn, Loading @@ -1435,7 +1435,7 @@ group mobileSecurityFns { tc_ac.stop; v_ret := e_success ; } /* [PX_IP_SEC == e_securityOn] ipPort.receive(mw_mobilePrefixAdv_esp( [PX_IP_SEC == e_securityOn] ipPort.receive(mw_mobilePrefixAdv_esp( c_routeHdr, p_haGlaNut, p_mnCoaTn, Loading @@ -1457,7 +1457,7 @@ group mobileSecurityFns { tc_ac.stop; v_ret := e_success ; } */ [] tc_ac.timeout{ [] tc_ac.timeout{ v_ret := e_timeout; log("**** f_sendMipPrefixSolAndWaitForReply: ERROR: tc_ac.timeout **** "); } Loading
ttcn3/EtsiLibrary/LibIpv6/LibMobility/LibIpv6_Rfc3775Mipv6_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ type set length (1..c_maxNrMipPrefixInfo) of MipPrefixInfo MipPrefixInfoList with { variant "present=bytes(1, 0x03);elements=valueOf(getTag('hdrExtLen'));" variant "present=bytes(1, 0x03);elements=getIntTag('hdrExtIntLen'));" } /* Loading