Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
be8628d9
Commit
be8628d9
authored
Nov 22, 2018
by
Yann Garcia
Browse files
AtsPki validation: major bugs fixed
parent
09109fed
Changes
4
Hide whitespace changes
Inline
Side-by-side
asn1/Makefile
View file @
be8628d9
...
...
@@ -27,9 +27,18 @@ ASN_FILES = CAM/CAM.asn \
ITS-Container/ITS_Container.asn
\
Security/1609Dot2/IEEE1609dot2.asn
\
Security/1609Dot2/IEEE1609dot2BaseTypes.asn
\
Security/EtsiTs103097Module.asn
Security/TS102921/EtsiTs102941BaseTypes.asn
\
Security/TS102921/EtsiTs102941MessagesCA.asn
\
Security/TS102921/EtsiTs102941TrustLists.asn
\
Security/TS102921/EtsiTs102941TypesAuthorization.asn
\
Security/TS102921/EtsiTs102941TypesAuthorizationValidation.asn
\
Security/TS102921/EtsiTs102941TypesCaManagement.asn
\
Security/TS102921/EtsiTs102941TypesEnrolment.asn
\
Security/EtsiTs103097Module.asn
\
# PDUs
PDU
=
CAM DENM MAPEM SPATEM SREM SSEM IVIM EtsiTs103097Data EtsiTs103097Certificate
PDU
=
CAM DENM MAPEM SPATEM SREM SSEM IVIM EtsiTs103097Data EtsiTs103097Certificate
EtsiTs102941Data
#patches
PATCHES
=
PsidGroupPermissions.c.diff
...
...
docker/Dockerfile
View file @
be8628d9
...
...
@@ -85,6 +85,8 @@ USER etsi
RUN
cd
/home/etsi/dev
\
&&
git clone
-b
STF525
--recurse-submodules
https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its
\
&&
cd
/home/etsi/dev/STF525_Its/ttcn/LibIts
\
&&
git checkout STF525
&& cd /home/etsi/dev/STF525_Its/scripts \
&& chmod 775 *.bash devenv.bash.* \
&& cd /home/etsi \
...
...
LibIts
@
d7fb38fe
Compare
a4ba1556
...
d7fb38fe
Subproject commit
a4ba15561d9ac0e0d94098b5ddc3727f41f5981a
Subproject commit
d7fb38fe273bdf9835b7ef676efb1b2b91b34af1
vagrant/provisioner.bash
View file @
be8628d9
...
...
@@ -75,6 +75,8 @@ fi
cd
/home/vagrant/dev
git clone
-b
STF525
--recurse-submodules
https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its
cd
/home/vagrant/dev/STF525_Its/ttcn/LibIts
git checkout STF525
cd
/home/vagrant/dev/STF525_Its/scripts
chmod
775
*
.bash devenv.bash.
*
cd
/home/vagrant/dev/STF525_Its/docker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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