Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -1108,7 +1108,7 @@ group establishSAFns { //TODO tunnel mode } // wait for IKE_SA_INIT // wait for IKE_SA_INIT response v_ret := f_waitForIkeSaInitres(p_addrIut,p_addrTn); // calculate and store the seven secrets vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); Loading Loading @@ -1191,6 +1191,9 @@ group establishSAFns { ) ); // wait for IKE_AUTH response v_ret := f_waitForIkeAuthres(p_dst,p_src); return v_ret; }//end f_ikeAuthUp_forEsp Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -1108,7 +1108,7 @@ group establishSAFns { //TODO tunnel mode } // wait for IKE_SA_INIT // wait for IKE_SA_INIT response v_ret := f_waitForIkeSaInitres(p_addrIut,p_addrTn); // calculate and store the seven secrets vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); Loading Loading @@ -1191,6 +1191,9 @@ group establishSAFns { ) ); // wait for IKE_AUTH response v_ret := f_waitForIkeAuthres(p_dst,p_src); return v_ret; }//end f_ikeAuthUp_forEsp Loading