Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +10 −8 Original line number Diff line number Diff line Loading @@ -25,14 +25,14 @@ module LibIpv6_ModuleParameters { */ modulepar {float PX_T_BUILD_GLA := 15.0} group security { /* * @desc Shall IPSEC be tested? */ modulepar { IpSecSwitch PX_IP_SEC := e_securityOff } /* * @desc Shall IPSEC be tested? * @desc Which protocol (ESP or AH) shall be used? */ modulepar { IpSecProtocol PX_IP_SEC_PROTOCOL := e_esp } Loading Loading @@ -66,6 +66,8 @@ module LibIpv6_ModuleParameters { */ modulepar {octetstring PX_ESP_ENCR_KEY := 'A1A2A3A4'O} } // end group security group ikeSecurity { /* Loading Loading @@ -104,7 +106,7 @@ module LibIpv6_ModuleParameters { modulepar {octetstring PX_IKE_DIFFIEHELLMAN_PRIVKEY := '0123456789ABCDEF'O} /* * @desc Are Sec Params configured manually or is IKE used to setup Sec Params? * @desc AAre security parameters configured manually or is IKE used to negotiate security parameters? */ modulepar {IpSecControl PX_IPSEC_CONTROL := e_useIKEforSecParamsSetup } Loading @@ -120,12 +122,12 @@ module LibIpv6_ModuleParameters { } // end group ikeSecurity group udpPxts { group ikeUdpPorts { modulepar {UInt16 PX_UDP_PORT_IUT_1 := 500} modulepar {UInt16 PX_UDP_PORT_HS02 := 500} }//end udpPxts } // end group ikeUdpPorts Loading Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +10 −8 Original line number Diff line number Diff line Loading @@ -25,14 +25,14 @@ module LibIpv6_ModuleParameters { */ modulepar {float PX_T_BUILD_GLA := 15.0} group security { /* * @desc Shall IPSEC be tested? */ modulepar { IpSecSwitch PX_IP_SEC := e_securityOff } /* * @desc Shall IPSEC be tested? * @desc Which protocol (ESP or AH) shall be used? */ modulepar { IpSecProtocol PX_IP_SEC_PROTOCOL := e_esp } Loading Loading @@ -66,6 +66,8 @@ module LibIpv6_ModuleParameters { */ modulepar {octetstring PX_ESP_ENCR_KEY := 'A1A2A3A4'O} } // end group security group ikeSecurity { /* Loading Loading @@ -104,7 +106,7 @@ module LibIpv6_ModuleParameters { modulepar {octetstring PX_IKE_DIFFIEHELLMAN_PRIVKEY := '0123456789ABCDEF'O} /* * @desc Are Sec Params configured manually or is IKE used to setup Sec Params? * @desc AAre security parameters configured manually or is IKE used to negotiate security parameters? */ modulepar {IpSecControl PX_IPSEC_CONTROL := e_useIKEforSecParamsSetup } Loading @@ -120,12 +122,12 @@ module LibIpv6_ModuleParameters { } // end group ikeSecurity group udpPxts { group ikeUdpPorts { modulepar {UInt16 PX_UDP_PORT_IUT_1 := 500} modulepar {UInt16 PX_UDP_PORT_HS02 := 500} }//end udpPxts } // end group ikeUdpPorts Loading