Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +3 −2 Original line number Original line Diff line number Diff line Loading @@ -4955,6 +4955,8 @@ group establishSAFns_passive { // calculate and store the seven secrets // calculate and store the seven secrets vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); log("7 secrets computed"); v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]); v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]); if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);} if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);} Loading Loading @@ -5022,7 +5024,6 @@ group establishSAFns_passive { v_ret := fx_setSecurityParameters(vc_sad); v_ret := fx_setSecurityParameters(vc_sad); if (v_ret != e_success) { return v_ret;} if (v_ret != e_success) { return v_ret;} return v_ret; } } v_ret := f_createAndSendAuthRsp( v_ret := f_createAndSendAuthRsp( Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +3 −2 Original line number Original line Diff line number Diff line Loading @@ -4955,6 +4955,8 @@ group establishSAFns_passive { // calculate and store the seven secrets // calculate and store the seven secrets vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]); log("7 secrets computed"); v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]); v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]); if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);} if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);} Loading Loading @@ -5022,7 +5024,6 @@ group establishSAFns_passive { v_ret := fx_setSecurityParameters(vc_sad); v_ret := fx_setSecurityParameters(vc_sad); if (v_ret != e_success) { return v_ret;} if (v_ret != e_success) { return v_ret;} return v_ret; } } v_ret := f_createAndSendAuthRsp( v_ret := f_createAndSendAuthRsp( Loading