Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
6964f9b0
Commit
6964f9b0
authored
Jan 30, 2021
by
Yann Garcia
Browse files
Update README.md
parent
4c396d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
README.md
README.md
+13
-7
No files found.
README.md
View file @
6964f9b0
...
...
@@ -170,6 +170,7 @@ Procedure:
libpcap-dev
libgcrypt-dev
libncurses5-dev
libjsoncpp-dev
libssl-dev
libtool-bin
libtool
...
...
@@ -208,7 +209,7 @@ Procedure:
-
Clone the ETSI ITS protocols project into $HOME/dev folder
```
sh
$
git clone
$
git clone
git clone
--recurse-submodules
-b
TTF0002_Its
--single-branch
https://forge.etsi.org/gitlab/ITS/ITS.git ./TTF0002_Its
```
-
Update your default environment with the content of the script $HOME/dev/TTF0002_Its/scripts/devenv.bash.ubuntu
...
...
@@ -249,11 +250,15 @@ Pre-requisites:
-
Your are logged as 'etsi' or 'vagrant' user
-
Procedure using TITAN command line (only):
-
Open several SSH session (PuTTY...)
-
Change to the directory ~/dev/TTF0002_Its/src/AtsCAM/objs
-
Change to the directory ~/dev/TTF0002_Its/
-
Modify the file config.mk according to your system:
-
On Linux, comment all the lines using the '#' character
-
On Windows, update the path accordingly
-
Build the test suite AtsCAM using the following command:
```
sh
$
../bin/cam_generate_makefile.bash
$
export
ATS
=
AtsCAM
# The Abstract Test Suite you wnat to build, such as AtsDENM, AtsSecurity...
$
make
...
```
...
...
@@ -264,11 +269,12 @@ $ ../bin/cam_generate_makefile.bash
-
To run the test suitem, execute the following command:
```
sh
$
../bin/run-all.bash
$
cd
~/dev/TTF0002_Its/scripts
$
../run_all.bash
...
```
-
The log files are located in ../logs
folder
. You can edit them using any editor or using the Eclipse TITAN log plugins
-
The log files are located in ../logs
/AtsCAM folder for this example
. You can edit them using any editor or using the Eclipse TITAN log plugins
## How to generate ITS test certificates
...
...
@@ -291,8 +297,8 @@ To build the tool, run the 'make' command in each of the following folders:
After applying the previous clause, change to the folder '~/dev/TTF0002_Its/data/v3' and execute 'make' command:
```
cd ~/dev/TTF0002_Its/data/v3
make
$
cd ~/dev/TTF0002_Its/data/v3
$
make
```
The certificates will be located in the folder '~/dev/TTF0002_Its/data/v3/certificates'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment