Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ module LibIpv6_Rfc4306Ikev2_Functions { vc_ikeSad[c_saOut].nI := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16); vc_ikeSad[c_saOut].nR := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16); vc_ikeSad[c_saOut].proposalNr := 1;//smu not needed anymore delete vc_ikeSad[c_saOut].messageId := 0; } // end f_fillIkeSaFromPIXIT SaProposal Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1062,7 +1062,8 @@ octetstring nI,//new smu nonce octetstring nR,//new smu nonce UInt8 proposalNr,//new smu nonce UInt32 messageId//new smu nonce UInt16 udpSourcePort, UInt16 udpDestPort } with { variant "TODO"; Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ module LibIpv6_Rfc4306Ikev2_Functions { vc_ikeSad[c_saOut].nI := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16); vc_ikeSad[c_saOut].nR := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16); vc_ikeSad[c_saOut].proposalNr := 1;//smu not needed anymore delete vc_ikeSad[c_saOut].messageId := 0; } // end f_fillIkeSaFromPIXIT SaProposal Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_TypesAndValues.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -1062,7 +1062,8 @@ octetstring nI,//new smu nonce octetstring nR,//new smu nonce UInt8 proposalNr,//new smu nonce UInt32 messageId//new smu nonce UInt16 udpSourcePort, UInt16 udpDestPort } with { variant "TODO"; Loading