- Update your default environment with the content of the script $HOME/dev/TS.ITS/scripts/devenv.bash.ubuntu
- Update your default environment with the content of the script $HOME/dev/TS.ITS_r1/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)
@@ -296,7 +296,7 @@ These two files are used create the ETSI ITS project workspace on Eclipse TITAN.
NOTE: When the Eclipse TITAN workspace is created, you have to build manually the librairy 'libasn1c.so' following the commands below:
```sh
$ cd <eclipse workspace>/TS.ITS
$ cd <eclipse workspace>/TS.ITS_r1/
$ mkdir-p ./bin/asn1
$ cd ./bin/asn1
$ make CC=gcc -f ../../asn1/Makefile
@@ -316,7 +316,7 @@ 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/TS.ITS/
- Change to the directory ~/dev/TS.ITS_r1/
- Modify the file config.mk according to your system:
- On Linux, comment all the lines using the '#' character
- On Windows, update the path accordingly
@@ -335,7 +335,7 @@ $ make
- To run the test suitem, execute the following command:
```sh
$ cd ~/dev/TS.ITS/scripts
$ cd ~/dev/TS.ITS_r1/scripts
$ ../run_all.bash
...
```
@@ -369,22 +369,22 @@ $ make
### Generate the certificates
After applying the previous clause, change to the folder '~/dev/TS.ITS/data/certificates' and execute 'make' command:
After applying the previous clause, change to the folder '~/dev/TS.ITS_r1/data/certificates' and execute 'make' command:
```
$ cd ~/dev/TS.ITS/data/certificates
$ cd ~/dev/TS.ITS_r1/data/certificates
$ CERTGEN=~/dev/itscertgen/ make
$ CERTGEN=~/dev/itscertgen/ make install
```
The certificates will be located in the folder '~/dev/TS.ITS/data/certificates/certificates'.
The certificates will be located in the folder '~/dev/TS.ITS_r1/data/certificates/certificates'.
To use this newly generated certificates, you shall update two parameters located in the TTCN-3 file LibItsSecurity_Pixits. These are:
- LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH, which is the path the certificates folder (e.g. LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH := "/home/<user>/dev/TS.ITS/data/certificates")
- LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH, which is the path the certificates folder (e.g. LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH := "/home/<user>/dev/TS.ITS_r1/data/certificates")
- LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME, which is the name of the certificates folder (e.g. LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME := "certificates")
### Modify or create new certificates
The folder '~/dev/TS.ITS/data/profiles' contains an XML file for each certificate to be generated.
The folder '~/dev/TS.ITS_r1/data/profiles' contains an XML file for each certificate to be generated.
This XML file describes the certificate content (e.g. CERT_IUT_A_RCA.xml describes the root certificate for all CERT_IUT_A certificates).
By modifying these files, you can change create new certificate with different geographical area, different validity periods or different SSPs.
@@ -405,7 +405,7 @@ In this cases, the following parameters shall be modified to match the ITS devic
In addition, the Test System shall be configured to support the security modifying the following settings as described below: