Loading .gitmodules +0 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,6 @@ path = ttcn/AtsSecurity url = https://forge.etsi.org/rep/ITS/ttcn/ats_sec_ts103096-3.git branch = devel [submodule "ttcn/modules/titan.TestPorts.HTTPmsg/module"] path = ttcn/modules/titan.TestPorts.HTTPmsg/module url = https://github.com/eclipse/titan.TestPorts.HTTPmsg.git [submodule "ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module"] path = ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module url = https://github.com/eclipse/titan.TestPorts.Common_Components.Abstract_Socket.git README.md +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ Pre-requisites: - Build the test suite AtsCAM using the following command: ```sh $ export ATS=AtsCAM # The Abstract Test Suite you wnat to build, such as AtsDENM, AtsSecurity... $ export ATS=AtsCAM # The Abstract Test Suite you want to build, such as AtsDENM, AtsSecurity... $ make ... ``` Loading ccsrc/Externals/module.mk +1 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,7 @@ sources += LibItsSecurity_externals.cc endif ifeq (AtsRSUsSimulator, $(ATS)) sources += LibItsPki_externals.cc sources += AtsRSUsSimulator_externals.cc sources += LibItsPki_externals.cc LibItsSecurity_externals.cc AtsRSUsSimulator_externals.cc endif # LibItsDcc_externals.cc \ ccsrc/Ports/LibIts_ports/Pki_ports/module.mk +0 −1 Original line number Diff line number Diff line sources := UpperTesterPkiPort.cc includes := . ccsrc/Protocols/CAM/cam_pdu_codec.cc +1 −1 Original line number Diff line number Diff line #include "cam_pdu_codec.hh" #include "LibItsCam_TestSystem.hh" #include "LibItsCam_TypesAndValues.hh" #include "asn1/asn_application.h" // from asn1c #include "loggers.hh" Loading Loading
.gitmodules +0 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,6 @@ path = ttcn/AtsSecurity url = https://forge.etsi.org/rep/ITS/ttcn/ats_sec_ts103096-3.git branch = devel [submodule "ttcn/modules/titan.TestPorts.HTTPmsg/module"] path = ttcn/modules/titan.TestPorts.HTTPmsg/module url = https://github.com/eclipse/titan.TestPorts.HTTPmsg.git [submodule "ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module"] path = ttcn/modules/titan.TestPorts.Common_Components.Abstract_Socket/module url = https://github.com/eclipse/titan.TestPorts.Common_Components.Abstract_Socket.git
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ Pre-requisites: - Build the test suite AtsCAM using the following command: ```sh $ export ATS=AtsCAM # The Abstract Test Suite you wnat to build, such as AtsDENM, AtsSecurity... $ export ATS=AtsCAM # The Abstract Test Suite you want to build, such as AtsDENM, AtsSecurity... $ make ... ``` Loading
ccsrc/Externals/module.mk +1 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,7 @@ sources += LibItsSecurity_externals.cc endif ifeq (AtsRSUsSimulator, $(ATS)) sources += LibItsPki_externals.cc sources += AtsRSUsSimulator_externals.cc sources += LibItsPki_externals.cc LibItsSecurity_externals.cc AtsRSUsSimulator_externals.cc endif # LibItsDcc_externals.cc \
ccsrc/Ports/LibIts_ports/Pki_ports/module.mk +0 −1 Original line number Diff line number Diff line sources := UpperTesterPkiPort.cc includes := .
ccsrc/Protocols/CAM/cam_pdu_codec.cc +1 −1 Original line number Diff line number Diff line #include "cam_pdu_codec.hh" #include "LibItsCam_TestSystem.hh" #include "LibItsCam_TypesAndValues.hh" #include "asn1/asn_application.h" // from asn1c #include "loggers.hh" Loading