Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,11 @@ module LibIpv6_ModuleParameters { */ modulepar {Oct8 PX_IKE_SPI := '0000000000000001'O} //SMU this can be random, no pixit needed, delete later /* * @desc Which protocol (ESP or AH) shall be requested in IKE_AUTH messages when testing IKE? */ modulepar {UInt8 PX_AH_OR_ESP := c_protocolEsp} /* * @desc Which encryption algorithm shall be used for testing IKE? */ Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,11 @@ module LibIpv6_ModuleParameters { */ modulepar {Oct8 PX_IKE_SPI := '0000000000000001'O} //SMU this can be random, no pixit needed, delete later /* * @desc Which protocol (ESP or AH) shall be requested in IKE_AUTH messages when testing IKE? */ modulepar {UInt8 PX_AH_OR_ESP := c_protocolEsp} /* * @desc Which encryption algorithm shall be used for testing IKE? */ Loading