Commit 392ed0cf authored by YannGarcia's avatar YannGarcia
Browse files

Setup devel branch

parent e16e8384
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?><TITAN_Project_File_Information version="1.0">
\0;136;0c<?xml version="1.0" encoding="UTF-8"?><TITAN_Project_File_Information version="1.0">
<!--
<!--
 Copyright (c) 2000-2020 Ericsson Telecom AB
 Copyright (c) 2000-2020 Ericsson Telecom AB
 All rights reserved. This program and the accompanying materials
 All rights reserved. This program and the accompanying materials
@@ -6,7 +6,7 @@
 which accompanies this distribution, and is available at
 which accompanies this distribution, and is available at
 https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
 https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
-->
-->
  <ProjectName>TTF011_Its</ProjectName>
  <ProjectName>TS.ITS</ProjectName>
  <ReferencedProjects>
  <ReferencedProjects>
    <ReferencedProject name="Abstract_Socket_CNL113384" projectLocationURI="../../../../../cygwin64/home/yanng/frameworks/titan/titan.TestPorts.Common_Components.Abstract_Socket/Abstract_Socket_CNL113384.tpd"/>
    <ReferencedProject name="Abstract_Socket_CNL113384" projectLocationURI="../../../../../cygwin64/home/yanng/frameworks/titan/titan.TestPorts.Common_Components.Abstract_Socket/Abstract_Socket_CNL113384.tpd"/>
  </ReferencedProjects>
  </ReferencedProjects>
@@ -201,8 +201,8 @@
    <FileResource projectRelativePath="LICENSE" relativeURI="LICENSE"/>
    <FileResource projectRelativePath="LICENSE" relativeURI="LICENSE"/>
    <FileResource projectRelativePath="Makefile" relativeURI="Makefile"/>
    <FileResource projectRelativePath="Makefile" relativeURI="Makefile"/>
    <FileResource projectRelativePath="README.md" relativeURI="README.md"/>
    <FileResource projectRelativePath="README.md" relativeURI="README.md"/>
    <FileResource projectRelativePath="TTF011.tpd" relativeURI="TTF011.tpd"/>
    <FileResource projectRelativePath="TS.ITS.tpd" relativeURI="TS.ITS.tpd"/>
    <FileResource projectRelativePath="TTF011_win.tpd" relativeURI="TTF011_win.tpd"/>
    <FileResource projectRelativePath="TS.ITS_win.tpd" relativeURI="TS.ITS_win.tpd"/>
    <FileResource projectRelativePath="asn1/Makefile" relativeURI="asn1/Makefile"/>
    <FileResource projectRelativePath="asn1/Makefile" relativeURI="asn1/Makefile"/>
    <FileResource projectRelativePath="asn1/PsidGroupPermissions.c.diff" relativeURI="asn1/PsidGroupPermissions.c.diff"/>
    <FileResource projectRelativePath="asn1/PsidGroupPermissions.c.diff" relativeURI="asn1/PsidGroupPermissions.c.diff"/>
    <FileResource projectRelativePath="asn1c_cert.tar.bz2" relativeURI="asn1c_cert.tar.bz2"/>
    <FileResource projectRelativePath="asn1c_cert.tar.bz2" relativeURI="asn1c_cert.tar.bz2"/>
Compare 82203844 to 8fb9b439
Original line number Original line Diff line number Diff line
Subproject commit 8220384412a2ed89fb798e322a27ae8c1b71016e
Subproject commit 8fb9b439d6f4f84598a4f4ce52f6e420cf111832
Compare 066a09ac to d8098540
Original line number Original line Diff line number Diff line
Subproject commit 066a09ac1f915e76eb628d1501755196ec39ff47
Subproject commit d809854002df6eb2ebb5cb120a51e11ee6277c25
+3 −3
Original line number Original line Diff line number Diff line
FROM stfubuntu:20.04
FROM stfubuntu:20.04


LABEL ETSI TTF 011
LABEL ETSI ITS
LABEL description="TTF011 Docker Image"
LABEL description="TS.ITS Docker Image"


ENV TERM=linux \
ENV TERM=linux \
    HOME=/home/etsi \
    HOME=/home/etsi \
    HOSTNAME=docker-titan-TTF011
    HOSTNAME=docker-titan-TS.ITS


COPY home /home/etsi
COPY home /home/etsi


+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ There are several build stages:
2. Install Titan from Github
2. Install Titan from Github
3. Install Eclipse and Titan Eclipse plugin into ~/frameworks/titan
3. Install Eclipse and Titan Eclipse plugin into ~/frameworks/titan
4. Install asn1c into ~/frameworks/asn1c
4. Install asn1c into ~/frameworks/asn1c
5. Checkout TTF011 sources from ETSI svn repository using default credentials
5. Checkout TS.ITS sources from ETSI svn repository using default credentials
6. Build ASN.1 recoder library
6. Build ASN.1 recoder library
7. Build certificate generation tool
7. Build certificate generation tool


Loading