Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@forge.etsi.org:emergency-communications/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emergency-communications/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emergency-communications/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/master^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 58c0b7624fb899cd95b2c94360234c7c5e74fa51 # timeout=10 Checking out Revision 58c0b7624fb899cd95b2c94360234c7c5e74fa51 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 58c0b7624fb899cd95b2c94360234c7c5e74fa51 Commit message: "Bug fixed in multi-component creation" > git rev-list d83db2fbcd119989aed299cc1ae1d78770a14fba # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins9029628894603157042.sh Sending build context to Docker daemon 9.748MB Step 1/15 : FROM ubuntu:18.04 ---> ea4c82dcd15a Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> 99516185b383 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> ac21fdd971c5 Step 4/15 : ENV TERM xterm ---> Using cache ---> 9fa6db53d3aa Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 02d8eacf418a Step 6/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y ---> Using cache ---> 8f0d9ae8f918 Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y autoconf bison build-essential cmake curl dos2unix doxygen emacs expect flex g++-8 gcc-8 gdb git-core gnutls-bin graphviz inetutils-ping libglib2.0-dev libpcap-dev libgcrypt-dev libncurses5-dev libssl-dev libtool-bin libtool libwireshark-dev libxml2-dev lsof ntp openssh-server pkg-config qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev subversion sudo sshpass tcpdump texlive-font-utils tshark tzdata valgrind vim vsftpd xutils-dev tree unzip wget xsltproc && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 9cc065a67f29 Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 60ea54ae02ec Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> d5702f8bc815 Step 10/15 : RUN cd /home/etsi && echo "" >> /home/etsi/.bashrc && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_emcom/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc && echo "cd /home/etsi" >> /home/etsi/.bashrc && echo ". ./devenv.bash" >> /home/etsi/.bashrc && . /home/etsi/.bashrc && mkdir -p bin lib include tmp frameworks docs man dev && chown etsi:etsi bin lib include tmp frameworks docs man dev && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> 942fa7526d74 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> aa5a1e5a03da Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> b758aa7c3d43 Step 13/15 : USER etsi ---> Using cache ---> ddb9767d9c77 Step 14/15 : RUN cd /home/etsi/frameworks && git clone https://git.savannah.gnu.org/git/osip.git ./osip && cd osip && ./autogen.sh && ./configure --prefix=/home/etsi && make && make install ---> Using cache ---> 5758bd3361b3 Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && find /home/etsi/dev/etsi_emcom -type f -name "*.ttcn" -exec grep timestamp {} \; && ../bin/ng112_generate_makefile.bash ---> Running in 73f9bc4f9b60 eclipse/ eclipse/p2/ eclipse/p2/org.eclipse.equinox.p2.engine/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584248610.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.lock eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584248619.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584263233.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584264172.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.core/ eclipse/p2/org.eclipse.equinox.p2.core/cache/ eclipse/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/ eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.7.2.20171218-0600 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.cdt_root_9.4.0.201712051550 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.7.2.M20171130-0510 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.7.2.v20171130-0510 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.7.2.v20171130-0510 eclipse/artifacts.xml eclipse/features/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/epl-v10.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/p2.inf eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/license.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/feature.xml eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/feature.properties eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/ eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/epl-v10.html eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/p2.inf eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/license.html eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/feature.xml eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/feature.properties eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/p2.inf eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt_9.4.0.201712051550/p2.inf eclipse/features/org.eclipse.cdt_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/ eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/license.html eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/ eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/MANIFEST.MF eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/feature.xml eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/epl-v10.html eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/feature.properties eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/license.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/ eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/feature.xml eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/epl-v10.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/feature.properties eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/about.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/license.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/about.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/license.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/about.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/license.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/ eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/license.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/epl-v10.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/feature.xml eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/feature.properties eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/ eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/eclipse.inf eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/epl-v10.html eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/feature.properties eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/feature.xml eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/license.html eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/ eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/eclipse.inf eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/epl-v10.html eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/feature.properties eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/feature.xml eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/license.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/ eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/license.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/epl-v10.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/feature.xml eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/feature.properties eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/ eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/about.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/license.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/epl-v10.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/feature.xml eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/feature.properties eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/feature.xml eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/epl-v10.html eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/feature.properties eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/license.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/feature.xml eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/epl-v10.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/feature.properties eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/license.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/feature.xml eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/epl-v10.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/feature.properties eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/license.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/feature.xml eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/epl-v10.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/feature.properties eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/license.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/feature.xml eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/epl-v10.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/feature.properties eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/license.html eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/ eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/feature.xml eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/feature.properties eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/license.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/ eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/edl-v10.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/license.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/feature.xml eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/feature.properties eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/ eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/license.html eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/epl-v10.html eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/feature.xml eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/feature.properties eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/ eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/license.html eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/epl-v10.html eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/feature.xml eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/feature.properties eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/ eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/license.html eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/ eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/license.html eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/license.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/epl-v10.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/feature.xml eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/feature.properties eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/license.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/epl-v10.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/feature.xml eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/feature.properties eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/p2.inf eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/about.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/notice.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/about.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/epl-v10.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/license.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/feature.xml eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/feature.properties eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/about.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/notice.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/about.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/epl-v10.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/license.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/feature.xml eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/feature.properties eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/about.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/notice.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/about.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/epl-v10.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/license.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/feature.xml eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/feature.properties eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/ eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/feature.xml eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/feature.properties eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/license.html eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/ eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/feature.xml eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/feature.properties eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/license.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/ eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/MANIFEST.MF eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.remote_3.0.0.201706052031/eclipse_update_120.jpg eclipse/features/org.eclipse.remote_3.0.0.201706052031/epl-v10.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/license.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/feature.xml eclipse/features/org.eclipse.remote_3.0.0.201706052031/feature.properties eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.xml eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.properties eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/license.html eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/feature.xml eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/feature.properties eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/pom.xml eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/pom.properties eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse_3.7.3.201704251225/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/pom.xml eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/pom.properties eclipse/features/org.eclipse.rse_3.7.3.201704251225/eclipse_update_120.jpg eclipse/features/org.eclipse.rse_3.7.3.201704251225/license.html eclipse/features/org.eclipse.rse_3.7.3.201704251225/epl-v10.html eclipse/features/org.eclipse.rse_3.7.3.201704251225/feature.xml eclipse/features/org.eclipse.rse_3.7.3.201704251225/feature.properties eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/pom.xml eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/pom.properties eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/license.html eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/feature.xml eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/feature.properties eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.xml eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.properties eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.xml eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.properties eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/pom.xml eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/pom.properties eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/p2.inf eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/ eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/MANIFEST.MF eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/epl-v10.html eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/license.html eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/feature.xml eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/feature.properties eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/about.html eclipse/plugins/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.mappings eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/org.eclipse.ui.intro.universal.solstice/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.html eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.ini eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse16.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse256.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse32.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse48.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse_lg.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/intro-eclipse.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin_customization.ini eclipse/plugins/com.google.gson_2.7.0.v20170129-0911.jar eclipse/plugins/com.google.guava_21.0.0.v20170206-1425.jar eclipse/plugins/com.ibm.icu_58.2.0.v20170418-1837.jar eclipse/plugins/com.jcraft.jsch_0.1.54.v20170116-1932.jar eclipse/plugins/com.sun.el_2.2.0.v201303151357.jar eclipse/plugins/javaewah_1.1.6.v20160919-1400.jar eclipse/plugins/javax.annotation_1.2.0.v201602091430.jar eclipse/plugins/javax.el_2.2.0.v201303151357.jar eclipse/plugins/javax.inject_1.0.0.v20091030.jar eclipse/plugins/javax.servlet_3.1.0.v201410161800.jar eclipse/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar eclipse/plugins/javax.xml_1.3.4.v201005080400.jar eclipse/plugins/org.antlr.runtime_3.2.0.v201101311130.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/MANIFEST.MF eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ECLIPSE_.SF eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ECLIPSE_.RSA eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/l10n/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/l10n/bundle.properties eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/DOM-LICENSE.html eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/LICENSE eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/NOTICE eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/SAX-LICENSE.html eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antenv.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/complete-ant-cmd.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/envset.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/lcp.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runant.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runant.py eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runrc.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-frames-sortby-check.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-text.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-xdoc.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/changelog.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/coverage-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/jdepend-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/jdepend.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-frames-xalan1.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-noframes.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/log.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/maudit-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/mmetrics-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/tagdiff.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-antlr.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-bcel.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-bsf.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-log4j.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-oro.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-regexp.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-resolver.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-xalan2.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-commons-logging.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-commons-net.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jai.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-javamail.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jdepend.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jmf.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jsch.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-junit.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-junit4.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-launcher.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-netrexx.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-swing.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-testutil.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about.html eclipse/plugins/org.apache.batik.css_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.batik.util_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.batik.util.gui_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.commons.codec_1.9.0.v20170208-1614.jar eclipse/plugins/org.apache.commons.compress_1.6.0.v201310281400.jar eclipse/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar eclipse/plugins/org.apache.commons.io_2.2.0.v201405211200.jar eclipse/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar eclipse/plugins/org.apache.commons.lang_2.6.0.v201404270220.jar eclipse/plugins/org.apache.commons.lang3_3.1.0.v201403281430.jar eclipse/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar eclipse/plugins/org.apache.commons.net_3.2.0.v201305141515.jar eclipse/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar eclipse/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar eclipse/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar eclipse/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar eclipse/plugins/org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar eclipse/plugins/org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar eclipse/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar eclipse/plugins/org.apache.log4j_1.2.15.v201012070815.jar eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar eclipse/plugins/org.apache.lucene.misc_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar eclipse/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar eclipse/plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar eclipse/plugins/org.cyberneko.html_1.9.14.v201105210654.jar eclipse/plugins/org.eclipse.ant.core_3.5.0.v20170509-2149.jar eclipse/plugins/org.eclipse.cdt_9.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.core_2.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.docs_2.0.2.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.ui_2.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.crossgcc_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.gcc.core_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.gcc.ui_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.checkers_3.2.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.checkers.ui_3.2.1.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.core_4.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.core.cxx_3.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.ui_3.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_3.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core_6.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.linux_5.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.linux.x86_64_5.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.native_5.10.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/DummyPage.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Activator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$6.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$WorkbenchCommandAction.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Application.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Application$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$6.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$StartupException.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ConfigGenerator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Messages.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ICDTStandaloneDebugLaunchConstants.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/GCCCompileOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/messages.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CustomizePerspectiveHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugExecutable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CompilerOptionParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CompilerOptionParser$CWDTracker.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/JobContainer.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFile.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/BuildOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/about.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.icns eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.ico eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.xpm eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc128.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc16.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc32.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc48.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc64.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/README eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/cdtdebug.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/dev.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/install.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/config.ini eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/about.html eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin_customization.ini eclipse/plugins/org.eclipse.cdt.debug.application.doc_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.core_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.search_1.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.traditional_1.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.transport_2.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.doc.user_5.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf_2.8.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb_5.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb.ui_2.6.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.ui_2.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.gdb_7.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.gdb.ui_7.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.launch_9.2.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.launch.remote_2.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.make.core_7.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.make.ui_7.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.6.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_9.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.mylyn.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.cdt.native.serial_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.remote.core_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.ui_6.3.0.201712051550.jar eclipse/plugins/org.eclipse.compare_3.7.101.v20170724-1603.jar eclipse/plugins/org.eclipse.compare.core_3.6.100.v20170516-0820.jar eclipse/plugins/org.eclipse.core.commands_3.9.0.v20170530-1048.jar eclipse/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar eclipse/plugins/org.eclipse.core.databinding_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar eclipse/plugins/org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar eclipse/plugins/org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar eclipse/plugins/org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar eclipse/plugins/org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar eclipse/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar eclipse/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar eclipse/plugins/org.eclipse.core.net_1.3.100.v20170516-0820.jar eclipse/plugins/org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar eclipse/plugins/org.eclipse.core.resources_3.12.0.v20170417-1558.jar eclipse/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar eclipse/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar eclipse/plugins/org.eclipse.debug.core_3.11.0.v20170605-1534.jar eclipse/plugins/org.eclipse.debug.ui_3.12.50.v20170920-1329.jar eclipse/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar eclipse/plugins/org.eclipse.dstore.core_3.4.0.201501311530.jar eclipse/plugins/org.eclipse.dstore.extra_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar eclipse/plugins/org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar eclipse/plugins/org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar eclipse/plugins/org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar eclipse/plugins/org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar eclipse/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar eclipse/plugins/org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar eclipse/plugins/org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar eclipse/plugins/org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar eclipse/plugins/org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar eclipse/plugins/org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar eclipse/plugins/org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar eclipse/plugins/org.eclipse.e4.ui.dialogs_1.1.100.v20170104-1425.jar eclipse/plugins/org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar eclipse/plugins/org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar eclipse/plugins/org.eclipse.e4.ui.swt.gtk_1.0.200.v20170513-0428.jar eclipse/plugins/org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar eclipse/plugins/org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar eclipse/plugins/org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar eclipse/plugins/org.eclipse.ecf_3.8.0.v20170104-0657.jar eclipse/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar eclipse/plugins/org.eclipse.egit_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.core_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.doc_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.ui_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.emf.common_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.edit_2.12.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar eclipse/plugins/org.eclipse.epp.logging.aeri.core_2.0.6.v20170906-1226.jar eclipse/plugins/org.eclipse.epp.logging.aeri.ide_2.0.6.v20170906-1226.jar eclipse/plugins/org.eclipse.epp.mpc.core_1.6.3.v20171122-2010.jar eclipse/plugins/org.eclipse.epp.mpc.help.ui_1.6.3.v20171122-1939.jar eclipse/plugins/org.eclipse.epp.mpc.ui_1.6.3.v20171122-2010.jar eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar eclipse/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar eclipse/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar eclipse/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar eclipse/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar eclipse/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar eclipse/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar eclipse/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar eclipse/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar eclipse/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/launcher.gtk.linux.x86_64.properties eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/eclipse_1630.so eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/about.html eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar eclipse/plugins/org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar eclipse/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar eclipse/plugins/org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar eclipse/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar eclipse/plugins/org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar eclipse/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar eclipse/plugins/org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar eclipse/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar eclipse/plugins/org.eclipse.equinox.security_1.2.300.v20170505-1235.jar eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar eclipse/plugins/org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar eclipse/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar eclipse/plugins/org.eclipse.help_3.8.1.v20170815-1448.jar eclipse/plugins/org.eclipse.help.base_4.2.102.v20171130-0510.jar eclipse/plugins/org.eclipse.help.ui_4.1.0.v20170311-0931.jar eclipse/plugins/org.eclipse.help.webapp_3.9.1.v20170816-0843.jar eclipse/plugins/org.eclipse.jdt.core_3.13.100.v20171123-1049.jar eclipse/plugins/org.eclipse.jetty.continuation_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.http_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.io_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.security_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.server_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.servlet_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.util_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jface_3.13.2.v20171022-1656.jar eclipse/plugins/org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar eclipse/plugins/org.eclipse.jface.text_3.12.1.v20171114-1359.jar eclipse/plugins/org.eclipse.jgit_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.jgit.archive_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.jsch.core_1.3.0.v20160422-1917.jar eclipse/plugins/org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar eclipse/plugins/org.eclipse.launchbar.core_2.2.0.201711162100.jar eclipse/plugins/org.eclipse.launchbar.ui_2.2.0.201711162100.jar eclipse/plugins/org.eclipse.linuxtools.binutils_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph_2.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.core_3.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.launch_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.devhelp_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.glibc_1.2.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.library.docs_1.0.2.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.core_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.cparser_2.7.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.doc_2.7.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers_6.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.charts_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.piechart_2.0.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.core_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.launch_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof_5.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof.launch_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.man.core_1.5.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.core_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.launch_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.ui_2.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.perf_1.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.perf.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.launch_3.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui_3.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui.capability_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.core_3.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.createrepo_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.rpmlint_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor_4.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpmstubby_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.core_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.ui_4.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.structures_4.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.consolelog_4.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.doc_2.6.5.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.ide_2.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.core_3.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.ui_2.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.cachegrind_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.core_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.helgrind_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.launch_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.massif_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.memcheck_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui.editor_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.ide_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.commons.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.identity.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.net_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.feed_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.ui_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.repositories.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.repositories.ui_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.screenshots_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.workbench_3.23.0.v20170503-0014.jar eclipse/plugins/org.eclipse.mylyn.commons.xmlrpc_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.context.core_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.context.tasks.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.context.ui_3.23.0.v20170414-0629.jar eclipse/plugins/org.eclipse.mylyn.discovery.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.discovery.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.help.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.ide.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.monitor.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.monitor.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.resources.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.tasks.bugs_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.index.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.index.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.search_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.team.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.wikitext_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ant_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.context.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.help.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.html_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.osgi_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.oomph.base_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tasks.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.nebula.widgets.tablecombo_1.0.0.201706132015.jar eclipse/plugins/org.eclipse.oomph.base.edit_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.oomph.extractor.lib_1.3.0.v20161116-0647.jar eclipse/plugins/org.eclipse.oomph.jreinfo_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.oomph.jreinfo.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.p2_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.core_1.8.0.v20170410-0909.jar eclipse/plugins/org.eclipse.oomph.p2.doc_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.predicates_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.predicates.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.preferences_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.resources_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.resources.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup_1.8.0.v20170408-0745.jar eclipse/plugins/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903.jar eclipse/plugins/org.eclipse.oomph.setup.doc_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.editor_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.setup.p2_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.p2.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.sync_1.8.0.v20170530-1735.jar eclipse/plugins/org.eclipse.oomph.setup.ui_1.8.0.v20170530-1735.jar eclipse/plugins/org.eclipse.oomph.setup.ui.questionnaire_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.util_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.workingsets_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.workingsets.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.workingsets.editor_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar eclipse/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar eclipse/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin_customization.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse16.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse48.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPOlive.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBluHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macGrey.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/gtkHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_migrate48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ov_wbbasics48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_updates48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclplatform48.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/arrow.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclcommunity48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclplatform48_hov.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ov_wbbasics48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclcommunity48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_updates48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_migrate48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winClassicHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/dragHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBluTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winClassicTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7Handle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7TSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/gtkTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBlue.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/macosx_narrow_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/narrow_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse512.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse32.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse_lg.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/introData.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro-eclipse.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin_customization.ini eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent2.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/migrateExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/overview.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/overview.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/migrate.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/whatsnew.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/migrate.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/whatsnew.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent3.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent1.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/overviewExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse24.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse32.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/platform.jar eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/disabled_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/splash.bmp eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.mappings eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.ini eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse128.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse64.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse256.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.html eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/LegacyIDE.e4xmi eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse1024.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/helpData.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse256.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse16.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse22.png eclipse/plugins/org.eclipse.platform.doc.user_4.7.2.v20171013-1251.jar eclipse/plugins/org.eclipse.rcp_4.7.2.v20171130-0510.jar eclipse/plugins/org.eclipse.remote.console_1.1.0.201706052031.jar eclipse/plugins/org.eclipse.remote.core_3.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.doc.isv_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.jsch.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.jsch.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.serial.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.serial.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.telnet.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.telnet.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.ui_2.1.0.201706052031.jar eclipse/plugins/org.eclipse.rse_3.5.0.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.301.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.ssh_2.1.300.201505220524.jar eclipse/plugins/org.eclipse.rse.connectorservice.telnet_1.2.300.201505220524.jar eclipse/plugins/org.eclipse.rse.core_3.3.100.201603151753.jar eclipse/plugins/org.eclipse.rse.doc.user_3.4.100.201403101646.jar eclipse/plugins/org.eclipse.rse.dstore.security_3.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.efs_2.1.401.201507172212.jar eclipse/plugins/org.eclipse.rse.efs.ui_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.files.ui_3.2.200.201507172213.jar eclipse/plugins/org.eclipse.rse.importexport_1.2.300.201403100950.jar eclipse/plugins/org.eclipse.rse.processes.ui_3.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.services_3.3.0.201506120731.jar eclipse/plugins/org.eclipse.rse.services.dstore_3.3.0.201406041609.jar eclipse/plugins/org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar eclipse/plugins/org.eclipse.rse.services.local_2.2.1.201507180454.jar eclipse/plugins/org.eclipse.rse.services.ssh_3.2.100.201403281521.jar eclipse/plugins/org.eclipse.rse.services.telnet_2.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.shells.ui_3.0.500.201403271554.jar eclipse/plugins/org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.files.dstore_2.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.files.ftp_2.2.100.201601281414.jar eclipse/plugins/org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar eclipse/plugins/org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.dstore_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.shell.linux_1.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.dstore_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.telnet_1.2.300.201403100950.jar eclipse/plugins/org.eclipse.rse.ui_3.3.400.201704241037.jar eclipse/plugins/org.eclipse.search_3.11.100.v20170515-1603.jar eclipse/plugins/org.eclipse.swt_3.106.2.v20171129-0543.jar eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.106.2.v20171129-0543.jar eclipse/plugins/org.eclipse.team.core_3.8.100.v20170516-0820.jar eclipse/plugins/org.eclipse.team.genericeditor.diff.extension_1.0.1.v20170809-1356.jar eclipse/plugins/org.eclipse.team.ui_3.8.1.v20170515-1133.jar eclipse/plugins/org.eclipse.text_3.6.100.v20170203-0814.jar eclipse/plugins/org.eclipse.tm.terminal.connector.cdtserial_4.3.0.201706121839.jar eclipse/plugins/org.eclipse.tm.terminal.connector.local_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.process_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.ssh_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.telnet_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.control_4.3.0.201706130821.jar eclipse/plugins/org.eclipse.tm.terminal.view.core_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.view.ui_4.3.0.201706130844.jar eclipse/plugins/org.eclipse.tools.templates.core_1.1.0.201711272101.jar eclipse/plugins/org.eclipse.tools.templates.freemarker_1.0.0.201711272101.jar eclipse/plugins/org.eclipse.tools.templates.ui_1.1.1.201711272101.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.core_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.ui_0.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.core_1.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.ui_1.0.4.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.core_1.0.3.201712061002.jar eclipse/plugins/org.eclipse.ui_3.109.0.v20170411-1742.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.core_2.4.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.ui_2.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.core_3.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.ui_2.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.common.core_3.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.ctf.core_2.2.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.ctf.parser_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.datastore.core_1.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.doc.dev_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.doc.user_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.core_1.0.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.doc.user_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.ui_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.common.core_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.core_1.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.ui_1.2.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.core_2.2.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.ui_1.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.ui_3.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.segmentstore.core_2.0.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.statesystem.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.core_2.4.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.3.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.core_1.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ctf.core_3.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.core_2.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ui_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.ui.browser_3.6.100.v20170418-1342.jar eclipse/plugins/org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar eclipse/plugins/org.eclipse.ui.console_3.7.1.v20170728-0806.jar eclipse/plugins/org.eclipse.ui.editors_3.11.0.v20170202-1823.jar eclipse/plugins/org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar eclipse/plugins/org.eclipse.ui.forms_3.7.101.v20170815-1446.jar eclipse/plugins/org.eclipse.ui.genericeditor_1.0.1.v20170822-2211.jar eclipse/plugins/org.eclipse.ui.ide_3.13.1.v20170822-1526.jar eclipse/plugins/org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar eclipse/plugins/org.eclipse.ui.intro_3.5.100.v20170418-0710.jar eclipse/plugins/org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar eclipse/plugins/org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar eclipse/plugins/org.eclipse.ui.monitoring_1.1.100.v20170131-1736.jar eclipse/plugins/org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar eclipse/plugins/org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar eclipse/plugins/org.eclipse.ui.net_1.3.100.v20170516-0820.jar eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPOlive.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBluHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macGrey.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/gtkHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winClassicHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/dragHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBluTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winClassicTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7Handle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7TSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/gtkTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBlue.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/plugin.xml eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_winxp_blu.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_mru_on_win7.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_basestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_winxp_olv.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/high-contrast.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_classic_win7.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_classic_winxp.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_preferencestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_partstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_basestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_gtk.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/plugin.properties eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/about.html eclipse/plugins/org.eclipse.ui.views_3.9.0.v20170226-1833.jar eclipse/plugins/org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar eclipse/plugins/org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar eclipse/plugins/org.eclipse.xsd_2.13.0.v20170609-0928.jar eclipse/plugins/org.eclipse.update.configurator_3.3.400.v20160506-0750.jar eclipse/plugins/org.eclipse.userstorage_1.1.0.v20170328-0205.jar eclipse/plugins/org.eclipse.userstorage.oauth_1.0.0.v20170526-1605.jar eclipse/plugins/org.eclipse.userstorage.ui_1.0.2.v20170526-1605.jar eclipse/plugins/org.eclipse.wst.common.core_1.2.0.v200908251833.jar eclipse/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181831.jar eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201504292002.jar eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar eclipse/plugins/org.eclipse.wst.common.ui_1.1.500.v200911182011.jar eclipse/plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar eclipse/plugins/org.eclipse.wst.sse.core_1.1.1001.v201707042225.jar eclipse/plugins/org.eclipse.wst.sse.ui_1.3.600.v201707042340.jar eclipse/plugins/org.eclipse.wst.validation_1.2.701.v201707142105.jar eclipse/plugins/org.eclipse.wst.validation.ui_1.2.501.v201707142105.jar eclipse/plugins/org.eclipse.wst.xml.core_1.1.1100.v201705012045.jar eclipse/plugins/org.eclipse.wst.xml.ui_1.1.800.v201704102213.jar eclipse/plugins/org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar eclipse/plugins/org.eclipse.zest.core_1.5.300.201606061308.jar eclipse/plugins/org.eclipse.zest.layouts_1.1.300.201606061308.jar eclipse/plugins/org.freemarker_2.3.22.v20160210-1233.jar eclipse/plugins/org.json_1.0.0.v201011060100.jar eclipse/plugins/org.jsoup_1.7.2.v201411291515.jar eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar eclipse/plugins/org.slf4j.api_1.7.2.v20121108-1250.jar eclipse/plugins/org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar eclipse/plugins/org.swtchart_0.10.0.v201605200358.jar eclipse/plugins/org.tukaani.xz_1.5.0.v20170111-1717.jar eclipse/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar eclipse/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar eclipse/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar eclipse/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.xml eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.properties eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/about.html eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/splash.bmp eclipse/notice.html eclipse/icon.xpm eclipse/eclipse eclipse/.eclipseproduct eclipse/readme/ eclipse/readme/readme_eclipse.html eclipse/dropins/ eclipse/eclipse.ini eclipse/configuration/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info eclipse/configuration/config.ini eclipse/configuration/org.eclipse.update/ eclipse/configuration/org.eclipse.update/platform.xml Cloning into './LibSip'... Cloning into './LibIms'... Cloning into './LibCommon'... Cloning into './LibIts'... warning: redirecting to https://forge.etsi.org/gitlab/LIBS/LibIts.git/ total 36 drwxr-xr-x 2 etsi etsi 4096 Oct 25 06:22 tmp drwxr-xr-x 2 etsi etsi 4096 Oct 25 06:22 man drwxr-xr-x 2 etsi etsi 4096 Oct 25 06:22 docs drwxr-xr-x 2 etsi etsi 4096 Oct 25 06:22 bin drwxr-xr-x 4 etsi etsi 4096 Oct 30 16:53 include drwxr-xr-x 3 etsi etsi 4096 Oct 30 16:53 share drwxr-xr-x 3 etsi etsi 4096 Oct 30 16:53 lib drwxr-xr-x 4 etsi etsi 4096 Nov 24 19:13 frameworks drwxr-xr-x 5 etsi etsi 4096 Nov 24 19:13 dev lrwxrwxrwx 1 etsi etsi 54 Nov 24 19:13 devenv.bash -> /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /bin/sh: 31: [: unexpected operator Titan directory does not exist, create it Cloning into 'titan.core'... Checking out files: 89% (9034/10101) Checking out files: 90% (9091/10101) Checking out files: 91% (9192/10101) Checking out files: 92% (9293/10101) Checking out files: 93% (9394/10101) Checking out files: 94% (9495/10101) Checking out files: 95% (9596/10101) Checking out files: 96% (9697/10101) Checking out files: 97% (9798/10101) Checking out files: 98% (9899/10101) Checking out files: 99% (10000/10101) Checking out files: 100% (10101/10101) Checking out files: 100% (10101/10101), done. Cloning into 'titan.TestPorts.Common_Components.Abstract_Socket'... Cloning into 'titan.TestPorts.HTTPmsg'... Cloning into 'titan.TestPorts.PCAPasp'... Cloning into 'titan.TestPorts.PIPEasp'... Cloning into 'titan.TestPorts.SCTPasp'... Cloning into 'titan.TestPorts.SIPmsg'... Cloning into 'titan.TestPorts.TCPasp'... Cloning into 'titan.TestPorts.TELNETasp'... Cloning into 'titan.TestPorts.UDPasp'... Cloning into 'titan.ProtocolModules.COMMON'... Cloning into 'titan.ProtocolModules.DHCP'... Cloning into 'titan.ProtocolModules.DHCPv6'... Cloning into 'titan.ProtocolModules.DIAMETER_ProtocolModule_Generator'... Cloning into 'titan.ProtocolModules.DNS'... Cloning into 'titan.ProtocolModules.ICMP'... Cloning into 'titan.ProtocolModules.ICMPv6'... Cloning into 'titan.ProtocolModules.IP'... Cloning into 'titan.ProtocolModules.TCP'... Cloning into 'titan.ProtocolModules.UDP'... Cloning into 'titan.EclipsePlug-ins'... Cloning into 'titan.misc'... Cloning into 'titan.TestPorts.Common_Components.Socket-API'... Cloning into 'titan.TestPorts.SSHCLIENTasp'... Cloning into 'titan.TestPorts.STDINOUTmsg'... Cloning into 'titan.TestPorts.UNIX_DOMAIN_SOCKETasp'... Cloning into 'titan.TestPorts.IPL4asp'... Cloning into 'titan.ProtocolModules.IPsec'... Cloning into 'titan.ProtocolModules.JSON_v07_2006'... Cloning into 'titan.ProtocolModules.RADIUS_ProtocolModule_Generator'... Cloning into 'titan.ProtocolModules.WebSocket'... Cloning into 'titan.ProtocolModules.HTTP2.0'... Cloning into 'titan.Libraries.TCCUsefulFunctions'... Cloning into 'titan.ApplicationLibraries.CoAP'... Cloning into 'titan.ApplicationLibraries.MQTT'... Cloning into 'titan.ProtocolModules.CoAP'... Cloning into 'titan.ProtocolModules.MQTT'... Cloning into 'titan.ProtocolModules.SCTP'... Cloning into 'titan.ProtocolModules.SDP'... Cloning into 'titan.ProtocolModules.TLS'... Cloning into 'titan.TestPorts.GPIO'... Cloning into 'titan.TestPorts.Serial'... Starting build... make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common' rm -f memory.o new.o userinfo.o path.o config_preproc.o Quadruple.o Path2.o ModuleVersion.o JSON_Tokenizer.o UnicharPattern.o openssl_version.o NetworkHandler.o pattern_la.o pattern_p.o pattern_uni.o config_preproc_la.o config_preproc_p.tab.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' rm -f libasn1_compiler.a AST_asn1.o Ref.o Block.o Object.o OCSV.o Tag.o TableConstraint.o TokenBuf.o Type_parse.o asn1la.yy.o asn1p.tab.o asn1_preparser.lex.o make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' rm -f libttcn3_compiler.a ArrayDimensions.o AST_ttcn3.o Attributes.o ILT.o PatternString.o RawAST.o Statement.o TtcnTemplate.o Templatestuff.o TextAST.o Ttcnstuff.o compiler.o port.o signature.o BerAST.o JsonAST.o Ttcn2Json.o profiler.o OerAST.o lex.ttcn3.o compiler.tab.o lex.rawAST.o rawAST.tab.o charstring_la.o pstring_la.o comptype_attrib_la.o coding_attrib_la.o coding_attrib_p.o ttcn3_preparser.lex.o ../../common/JSON_Tokenizer.o make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' rm -f compiler ttcn3_makefilegen tcov2lcov encdec.o enum.o functionref.o record.o record_of.o union.o PredefFunc.o AST.o Code.o Constraint.o CompilerError.o CompField.o CompType.o EnumItem.o Identifier.o Int.o main.o Real.o Setting.o SigParam.o string.o subtype.o Stopwatch.o Type.o Type_chk.o Type_codegen.o TypeCompat.o Typestuff.o ustring.o Value.o Valuestuff.o XerAttributes.o subtypestuff.o CodeGenHelper.o DebuggerStuff.o XSD_Types.o makefile.o xpather.o ProjectGenHelper.o tcov2lcov.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen' rm -f ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen logfilter.o logmerge.o repgen.o logformat.o parser.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' rm -f xsd2ttcn converter.o XMLParser.o TTCN3Module.o TTCN3ModuleInventory.o RootType.o SimpleType.o AttributeType.o ComplexType.o Annotation.o ImportStatement.o PredefinedModules.o GeneralFunctions.o Mstring.o Constant.o ../common/new.o ../common/memory.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' cd build && make clean || exit /bin/sh: 1: cd: can't cd to build make[2]: [clean] Error 2 (ignored) Makefile:68: recipe for target 'clean' failed make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' rm -f libcli.a Cli.o config_read.lex.o config_read.tab.o make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' rm -f mctr_cli MctrError.o MainController.o UserInterface.o config_data.o Cli_main.o make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' rm -f make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' rm -f libttcn3.a libttcn3-parallel.a libttcn3-dynamic.so libttcn3-parallel-dynamic.so cversion.h RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Parallel_main.o Port.o RAW.o Runtime.o Single_main.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o ProfMerge_main.o Debugger.o DebuggerUI.o OER.o LoggerPlugin_static.o LoggerPlugin_dynamic.o ProfilerTools.profmerge.o single parallel single-dynamic parallel-dynamic gccversion cversion.h TitanLoggerApi.ttcn make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' rm -f libttcn3-rt2.a libttcn3-rt2-parallel.a libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Parallel_main.o Port.o RAW.o Runtime.o Single_main.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o ProfMerge_main.o Debugger.o DebuggerUI.o OER.o Basetype2.o LoggerPlugin_static.o LoggerPlugin_dynamic.o ProfilerTools.profmerge.o single-rt2 parallel-rt2 single-rt2-dynamic parallel-rt2-dynamic cversion.h TitanLoggerApi.ttcn make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d clean || exit 1; done make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' rm -f libjunitlogger.so libjunitlogger-parallel.so libjunitlogger-rt2.so libjunitlogger-parallel-rt2.so JUnitLogger.o FT/JUnitLogger.o libjunitlogger.so.0 libjunitlogger-parallel.so.0 libjunitlogger-rt2.so.0 libjunitlogger-parallel-rt2.so.0 libjunitlogger.so.0.0 libjunitlogger-parallel.so.0.0 libjunitlogger-rt2.so.0.0 libjunitlogger-parallel-rt2.so.0.0 make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' rm -f libtstlogger.so libtstlogger-parallel.so libtstlogger-rt2.so libtstlogger-parallel-rt2.so TSTLogger.o FT/TSTLogger.o libtstlogger.so.1 libtstlogger-parallel.so.1 libtstlogger-rt2.so.1 libtstlogger-parallel-rt2.so.1 libtstlogger.so.1.0 libtstlogger-parallel.so.1.0 libtstlogger-rt2.so.1.0 libtstlogger-parallel-rt2.so.1.0 make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' rm -f libjunitlogger2.so libjunitlogger2-parallel.so libjunitlogger2-rt2.so libjunitlogger2-parallel-rt2.so JUnitLogger2.o FT/JUnitLogger2.o libjunitlogger2.so.0 libjunitlogger2-parallel.so.0 libjunitlogger2-rt2.so.0 libjunitlogger2-parallel-rt2.so.0 libjunitlogger2.so.0.0 libjunitlogger2-parallel.so.0.0 libjunitlogger2-rt2.so.0.0 libjunitlogger2-parallel-rt2.so.0.0 make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common' bison -d -o config_preproc_p.tab.cc -p config_process_ config_preproc_p.y config_preproc_p.y:51.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] %name-prefix="config_preproc_yy" ^^^^^^^^^^^^^  (dep) config_preproc_p.tab.cc flex -B -s -Cr -Cfe -oconfig_preproc_la.cc config_preproc_la.l (dep) config_preproc_la.cc bison -d pattern_uni.y pattern_uni.y:83.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] %name-prefix="pattern_uni" ^^^^^^^^^^^^^ pattern_uni.y:84.1-8: warning: deprecated directive, use '%output' [-Wdeprecated] %output="pattern_uni.cc"  ^^^^^^^^  (dep) pattern_uni.cc bison -d pattern_p.y pattern_p.y:127.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] %name-prefix="pattern_yy" ^^^^^^^^^^^^^ pattern_p.y:128.1-8: warning: deprecated directive, use '%output' [-Wdeprecated] %output="pattern_p.cc" ^^^^^^^^  (dep) pattern_p.cc flex -B -s -Cr -Cfe -opattern_la.cc pattern_la.l (dep) pattern_la.cc (dep) NetworkHandler.cc (dep) openssl_version.c (dep) UnicharPattern.cc (dep) JSON_Tokenizer.cc (dep) ModuleVersion.cc (dep) Path2.cc (dep) Quadruple.cc (dep) config_preproc.cc (dep) path.c (dep) userinfo.c (dep) new.cc (dep) memory.c (CC) memory.c (C++) new.cc new.cc:21:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void *operator new(size_t size) throw (std::bad_alloc) ^~~~~ new.cc:26:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void *operator new[](size_t size) throw (std::bad_alloc) ^~~~~  (CC) userinfo.c (CC) path.c (C++) config_preproc.cc (C++) Quadruple.cc (C++) Path2.cc (C++) ModuleVersion.cc (C++) JSON_Tokenizer.cc (C++) UnicharPattern.cc (CC) openssl_version.c (C++) NetworkHandler.cc (C++) pattern_la.cc (C++) pattern_p.cc (C++) pattern_uni.cc (C++) config_preproc_la.cc (C++) config_preproc_p.tab.cc make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2' (dep) ProjectGenHelper.cc (dep) xpather.cc (dep) makefile.c (dep) XSD_Types.cc (dep) DebuggerStuff.cc (dep) CodeGenHelper.cc (dep) subtypestuff.cc (dep) XerAttributes.cc cd asn1/ && make asn1p.tab.hh make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' flex -B -s -Cr -Cfe -Pasn1_preparser_ -oasn1_preparser.lex.c asn1_preparser.l (dep) asn1_preparser.lex.c bison -d asn1p.y asn1p.y:110.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] %name-prefix="asn1_yy" ^^^^^^^^^^^^^ asn1p.y:111.1-8: warning: deprecated directive, use '%output' [-Wdeprecated] %output="asn1p.tab.cc" ^^^^^^^^  (dep) asn1p.tab.cc flex -B -s -Cr -Cfe -oasn1la.yy.cc asn1la.l (dep) asn1la.yy.cc (dep) Type_parse.cc (dep) TokenBuf.cc (dep) TableConstraint.cc (dep) Tag.cc (dep) OCSV.cc (dep) Object.cc (dep) Block.cc (dep) Ref.cc (dep) AST_asn1.cc make[2]: 'asn1p.tab.hh' is up to date. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' (dep) Valuestuff.cc (dep) Value.cc (dep) ustring.cc (dep) Typestuff.cc (dep) TypeCompat.cc (dep) Type_codegen.cc (dep) Type_chk.cc (dep) Type.cc (dep) Stopwatch.cc (dep) subtype.cc (dep) string.cc (dep) SigParam.cc (dep) Setting.cc (dep) Real.cc (dep) main.cc (dep) Int.cc (dep) Identifier.cc (dep) EnumItem.cc (dep) CompType.cc (dep) CompField.cc (dep) CompilerError.cc (dep) Constraint.cc (dep) Code.cc (dep) AST.cc (dep) PredefFunc.cc (dep) union.c (dep) record_of.c (dep) record.c (dep) functionref.c (dep) enum.c (dep) encdec.c make -C asn1 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' (C++) AST_asn1.cc (C++) Ref.cc (C++) Block.cc (C++) Object.cc (C++) OCSV.cc (C++) Tag.cc (C++) TableConstraint.cc (C++) TokenBuf.cc (C++) Type_parse.cc (C++) asn1la.yy.cc (C++) asn1p.tab.cc (CC) asn1_preparser.lex.c ar -r libasn1_compiler.a AST_asn1.o Ref.o Block.o Object.o OCSV.o Tag.o TableConstraint.o TokenBuf.o Type_parse.o asn1la.yy.o asn1p.tab.o asn1_preparser.lex.o ar: creating libasn1_compiler.a make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make -C ttcn3 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' flex -B -s -Cr -Cfe -Pttcn3_preparser_ -ottcn3_preparser.lex.c ttcn3_preparser.l (dep) ttcn3_preparser.lex.c bison -d coding_attrib_p.y coding_attrib_p.y:60.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated] %name-prefix="coding_attrib_" ^^^^^^^^^^^^^ coding_attrib_p.y:61.1-8: warning: deprecated directive, use '%output' [-Wdeprecated] %output="coding_attrib_p.cc" ^^^^^^^^  (dep) coding_attrib_p.cc flex -B -s -Cr -Cfe -ocoding_attrib_la.cc coding_attrib_la.l (dep) coding_attrib_la.cc flex -B -s -Cr -Cfe -ocomptype_attrib_la.cc comptype_attrib_la.l (dep) comptype_attrib_la.cc flex -B -s -Cr -Cfe -opstring_la.cc pstring_la.l (dep) pstring_la.cc flex -B -s -Cr -Cfe -ocharstring_la.cc charstring_la.l (dep) charstring_la.cc bison -d -p rawAST_ -o rawAST.tab.cc rawAST.y (dep) rawAST.tab.cc flex -B -s -Cr -Cfe -PrawAST_ -olex.rawAST.cc rawAST.l rawAST.l:588: warning, -s option given but default rule can be matched  (dep) lex.rawAST.cc bison -d -p ttcn3_ -o compiler.tab.cc compiler.y (dep) compiler.tab.cc flex -B -s -Cr -Cfe -Pttcn3_ -olex.ttcn3.cc compiler.l (dep) lex.ttcn3.cc (dep) OerAST.cc (dep) profiler.c (dep) Ttcn2Json.cc (dep) JsonAST.cc (dep) BerAST.cc (dep) signature.c (dep) port.c (dep) compiler.c (dep) Ttcnstuff.cc (dep) TextAST.cc (dep) Templatestuff.cc (dep) TtcnTemplate.cc (dep) Statement.cc (dep) RawAST.cc (dep) PatternString.cc (dep) ILT.cc (dep) Attributes.cc (dep) AST_ttcn3.cc (dep) ArrayDimensions.cc (C++) ArrayDimensions.cc (C++) AST_ttcn3.cc (C++) Attributes.cc (C++) ILT.cc (C++) PatternString.cc (C++) RawAST.cc (C++) Statement.cc (C++) TtcnTemplate.cc (C++) Templatestuff.cc (C++) TextAST.cc (C++) Ttcnstuff.cc (CC) compiler.c (CC) port.c (CC) signature.c (C++) BerAST.cc (C++) JsonAST.cc (C++) Ttcn2Json.cc (CC) profiler.c (C++) OerAST.cc (C++) lex.ttcn3.cc (C++) compiler.tab.cc (C++) lex.rawAST.cc (C++) rawAST.tab.cc rawAST.y: In function 'int rawAST_parse()': rawAST.y:1522:11: warning: case value '5' not in enumerated type 'NamespaceSpecification::NameMangling' [-Wswitch] case NamespaceSpecification::ALL: ^~~~  (C++) charstring_la.cc (C++) pstring_la.cc (C++) comptype_attrib_la.cc (C++) coding_attrib_la.cc (C++) coding_attrib_p.cc (CC) ttcn3_preparser.lex.c ar -r libttcn3_compiler.a ArrayDimensions.o AST_ttcn3.o Attributes.o ILT.o PatternString.o RawAST.o Statement.o TtcnTemplate.o Templatestuff.o TextAST.o Ttcnstuff.o compiler.o port.o signature.o BerAST.o JsonAST.o Ttcn2Json.o profiler.o OerAST.o lex.ttcn3.o compiler.tab.o lex.rawAST.o rawAST.tab.o charstring_la.o pstring_la.o comptype_attrib_la.o coding_attrib_la.o coding_attrib_p.o ttcn3_preparser.lex.o ../../common/JSON_Tokenizer.o ar: creating libttcn3_compiler.a make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' (CC) encdec.c (CC) enum.c (CC) functionref.c (CC) record.c (CC) record_of.c (CC) union.c (C++) PredefFunc.cc (C++) AST.cc (C++) Code.cc (C++) Constraint.cc (C++) CompilerError.cc (C++) CompField.cc (C++) CompType.cc (C++) EnumItem.cc (C++) Identifier.cc (C++) Int.cc (C++) main.cc (C++) Real.cc (C++) Setting.cc (C++) SigParam.cc (C++) string.cc (C++) subtype.cc (C++) Stopwatch.cc (C++) Type.cc (C++) Type_chk.cc (C++) Type_codegen.cc (C++) TypeCompat.cc (C++) Typestuff.cc (C++) ustring.cc (C++) Value.cc (C++) Valuestuff.cc (C++) XerAttributes.cc (C++) subtypestuff.cc (C++) CodeGenHelper.cc (C++) DebuggerStuff.cc (C++) XSD_Types.cc g++ -fPIC -o compiler encdec.o enum.o functionref.o record.o record_of.o union.o PredefFunc.o AST.o Code.o Constraint.o CompilerError.o CompField.o CompType.o EnumItem.o Identifier.o Int.o main.o Real.o Setting.o SigParam.o string.o subtype.o Stopwatch.o Type.o Type_chk.o Type_codegen.o TypeCompat.o Typestuff.o ustring.o Value.o Valuestuff.o XerAttributes.o subtypestuff.o CodeGenHelper.o DebuggerStuff.o XSD_Types.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ../common/pattern_la.o ../common/pattern_p.o ../common/pattern_uni.o ../common/Quadruple.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/openssl_version.o \ asn1/libasn1_compiler.a ttcn3/libttcn3_compiler.a \ -lcrypto (CC) makefile.c makefile.c: In function 'print_splitted_file_names.isra.9': makefile.c:1895:32: warning: '.cc' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.cc", i); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c: In function 'generate_makefile.constprop': makefile.c:3064:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3087:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3110:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3132:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3174:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3197:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3220:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3243:44: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3298:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3322:50: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3345:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3367:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3429:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3452:48: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3475:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3497:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  (C++) xpather.cc (C++) ProjectGenHelper.cc g++ -fPIC -o ttcn3_makefilegen makefile.o xpather.o ProjectGenHelper.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ttcn3/ttcn3_preparser.lex.o asn1/asn1_preparser.lex.o -lxml2 (C++) tcov2lcov.cc g++ -fPIC -o tcov2lcov tcov2lcov.o ../common/memory.o -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen' flex -B -s -Cr -Cfe -oparser.c parser.l (dep) parser.c flex -B -s -Cr -Cfe -ologformat.c logformat.l (dep) logformat.c (dep) repgen.c (dep) logmerge.c (dep) logfilter.c (CC) logmerge.c gcc -fPIC -o ttcn3_logmerge logmerge.o ../common/memory.o (CC) logfilter.c gcc -fPIC -o ttcn3_logfilter logfilter.o ../common/memory.o (CC) logformat.c gcc -fPIC -o ttcn3_logformat logformat.o ../common/memory.o (CC) parser.c (CC) repgen.c repgen.c: In function 'WriteCode': repgen.c:202:34: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( fullname, "%s/%s.ttcn", code_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'WriteLog': repgen.c:336:33: warning: '%s' directive writing up to 2047 bytes into a region of size 2042 [-Wformat-overflow=] sprintf ( oldname, "%s/temp/%s", log_dstdir, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:337:30: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( newname, "%s/%s.ttcnlog", log_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'WriteDump': repgen.c:396:27: warning: '.dump' directive writing 5 bytes into a region of size between 1 and 2048 [-Wformat-overflow=] sprintf ( fullname, "%s.dump", tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 2053 bytes into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:409:31: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( fullname, "%s/%s.dump", dump_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'Genhtml': repgen.c:470:21: warning: '%s' directive writing up to 2047 bytes into a region of size 1023 [-Wformat-overflow=] sprintf ( buf, "\"%s\", ", tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 5 and 2052 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:473:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname ); ^~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:474:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.short\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 2061) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:478:29: warning: '.long' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.long", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:479:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.long\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:483:29: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcn", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:484:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.ttcn\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:488:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:489:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.ttcnlog\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 2063) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:493:29: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.dump", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:494:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.dump\",\n", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:612:58: warning: '%s' directive writing up to 2047 bytes into a region of size 986 [-Wformat-overflow=] sprintf ( buf, "mywin.document.writeln(\"  %s  ", tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 54 and 2101 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:615:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname ); ^~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:636:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fPIC -o ttcn3_repgen parser.o repgen.o ../common/memory.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' (dep) Constant.cc (dep) Mstring.cc (dep) GeneralFunctions.cc (dep) PredefinedModules.cc (dep) ImportStatement.cc (dep) Annotation.cc (dep) ComplexType.cc (dep) AttributeType.cc (dep) SimpleType.cc (dep) RootType.cc (dep) TTCN3ModuleInventory.cc (dep) TTCN3Module.cc (dep) XMLParser.cc (dep) converter.cc (C++) converter.cc (C++) XMLParser.cc (C++) TTCN3Module.cc (C++) TTCN3ModuleInventory.cc (C++) RootType.cc (C++) SimpleType.cc (C++) AttributeType.cc (C++) ComplexType.cc (C++) Annotation.cc (C++) ImportStatement.cc (C++) PredefinedModules.cc (C++) GeneralFunctions.cc (C++) Mstring.cc (C++) Constant.cc g++ -fPIC -o xsd2ttcn converter.o XMLParser.o TTCN3Module.o TTCN3ModuleInventory.o RootType.o SimpleType.o AttributeType.o ComplexType.o Annotation.o ImportStatement.o PredefinedModules.o GeneralFunctions.o Mstring.o Constant.o ../common/new.o ../common/memory.o -lxml2 -lcrypto make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' mkdir -p build Running configure script... cd build && MINGW='' CPPFLAGS='-DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL' CC='gcc' CCFLAGS='-Wall -std=gnu9x -O2 -fPIC' CCDEPFLAG='-MM' CXXDEPFLAG='-MM' EXEEXT='' CFLAGS='-Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -Wno-unused-value' LDFLAGS=' -fPIC' prefix='../../Install' mandir='../../Install/man' /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc option to accept ISO C99... none needed checking whether ln -s works... yes checking for gawk... (cached) mawk checking for nroff... no checking for awf... no checking for tgetent in -lcurses... yes checking if you want wide-character code... no checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for term.h... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking for u_int32_t... yes checking whether closedir returns void... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for endpwent... yes checking for isascii... yes checking for memchr... yes checking for memset... yes checking for re_comp... yes checking for regcomp... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for issetugid... no checking for wcsdup... yes checking whether getpwnam_r and getpwuid_r are posix like... yes checking whether getpwnam_r and getpwuid_r are posix _draft_ like... no configure: creating ./config.status config.status: creating Makefile config.status: creating libedit.pc config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make -C build all make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' cd /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit && /bin/bash /home/etsi/frameworks/titan/titan.core/mctr2/editline/libedit/missing --run automake-1.11 --foreign /home/etsi/frameworks/titan/titan.core/mctr2/editline/libedit/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site.  cd . && /bin/bash ./config.status Makefile config.status: creating Makefile make all-recursive make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' Making all in src make[5]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' cd .. && /bin/bash ./config.status src/Makefile depfiles config.status: creating src/Makefile config.status: executing depfiles commands sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c > vi.h sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/emacs.c > emacs.h sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -h /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/common.c > common.h sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -fh vi.h emacs.h common.h > fcns.h sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -bh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/emacs.c /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/common.c > help.h sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -fc vi.h emacs.h common.h > fcns.c sh /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/makelist -bc /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/emacs.c /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/common.c > help.c make all-am make[6]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' CC chared.lo CC common.lo CC el.lo CC emacs.lo CC hist.lo CC key.lo CC map.lo CC chartype.lo CC parse.lo CC prompt.lo CC read.lo CC refresh.lo CC search.lo CC sig.lo CC term.lo /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/term.c: In function 'term_alloc': /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/term.c:428:28: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (*tmp != NULL && *tmp != '\0' && *tmp != *str) { ^~ /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/term.c:428:23: note: did you mean to dereference the pointer? if (*tmp != NULL && *tmp != '\0' && *tmp != *str) { ^  CC tty.lo CC vi.lo /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c: In function 'vi_histedit': /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c:1037:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, cp, len); ^~~~~~~~~~~~~~~~~~ /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/vi.c:1038:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\n", 1); ^~~~~~~~~~~~~~~~~~  CC fgetln.lo CC strlcat.lo CC strlcpy.lo CC unvis.lo CC vis.lo CC wcsdup.lo CC tokenizer.lo CC history.lo CC filecomplete.lo CC readline.lo /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/readline.c: In function 'username_completion_function': /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/readline.c:1693:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while ((pwd = getpwent()) ^~~~~ /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/readline.c:1697:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if (pwd == NULL) { ^~ /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/readline.c: In function 'history_truncate_file': /home/etsi/frameworks/titan/titan.core//mctr2/editline/libedit/src/readline.c:1277:3: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] (void)ftruncate(fileno(fp), off); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  CC fcns.lo CC help.lo CCLD libedit.la ar: `u' modifier ignored since `D' is the default (see `U') make[6]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make[5]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make[5]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[5]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' bison -d -o config_read.tab.cc -p config_read_ config_read.y (dep) config_read.tab.cc flex -B -s -Cr -Cfe -Pconfig_read_ -oconfig_read.lex.cc config_read.l (dep) config_read.lex.cc (dep) Cli.cc (C++) Cli.cc (C++) config_read.lex.cc (C++) config_read.tab.cc ar -r libcli.a Cli.o config_read.lex.o config_read.tab.o ar: creating libcli.a make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' (dep) Cli_main.cc (dep) config_data.cc (dep) UserInterface.cc (dep) MainController.cc (dep) MctrError.cc (C++) Cli_main.cc (C++) MctrError.cc (C++) MainController.cc (C++) UserInterface.cc (C++) config_data.cc cd ../../core/ && make RInt.o make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' gcc -Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I. -IRT1 -I/usr/include/libxml2 -I../common -fPIC \ gccversion.c -o gccversion ./gccversion > cversion.h.tmp if [ -f cversion.h ] ; then \ if diff cversion.h.tmp cversion.h >/dev/null ; then \ rm cversion.h.tmp ; \ else \ mv cversion.h.tmp cversion.h ; \ fi \ else \ mv cversion.h.tmp cversion.h ; \ fi (dep) OER.cc (dep) DebuggerUI.cc In file included from DebuggerUI.cc:16:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Debugger.cc In file included from Debugger.cc:14:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ProfMerge_main.cc (dep) ProfilerTools.cc (dep) Profiler.cc (dep) JSON.cc (dep) TCov.cc mkdir -p RT1 ../compiler2/compiler -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/TitanLoggerControl.hh' was generated. Notify: File `RT1/TitanLoggerControl.cc' was generated. Notify: 2 files were updated. touch RT1/TitanLoggerControl.cc.compiled (dep) TitanLoggerControlImpl.cc In file included from RT1/TitanLoggerControl.hh:19:0, from TitanLoggerControlImpl.cc:15: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) XmlReader.cc (dep) XER.cc (dep) Verdicttype.cc (dep) Universal_charstring.cc (dep) Param_Types.cc In file included from Param_Types.cc:37:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Timer.cc (dep) Textbuf.cc (dep) TEXT.cc (dep) Template.cc (dep) Struct_of.cc (dep) Snapshot.cc (dep) Single_main.cc Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Runtime.cc (dep) RAW.cc (dep) Port.cc Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Parallel_main.cc (dep) Octetstring.cc (dep) Objid.cc (dep) Module_list.cc In file included from Module_list.cc:40:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggingBits.cc (dep) LegacyLogger.cc In file included from ILoggerPlugin.hh:21:0, from LegacyLogger.hh:19, from LegacyLogger.cc:20: TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggerPluginManager.cc In file included from LoggerPluginManager.cc:20:0: LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggerPlugin.cc LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Logger.cc In file included from Logger.cc:41:0: LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Integer.cc (dep) RInt.cc (dep) Hexstring.cc (dep) Float.cc (dep) Error.cc Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Encdec.cc (dep) Default.cc Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Component.cc (dep) Communication.cc Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory #include "TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Charstring.cc (dep) Boolean.cc (dep) Bitstring.cc (dep) BER.cc (dep) Basetype.cc (dep) ASN_Null.cc (dep) ASN_External.cc (dep) ASN_EmbeddedPDV.cc (dep) ASN_CharacterString.cc (dep) ASN_Any.cc (dep) Array.cc (dep) Addfunc.cc Addfunc.cc:36:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT1 ../compiler2/compiler -F -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/PreGenRecordOf.hh' was generated. Notify: File `RT1/PreGenRecordOf.cc' was generated. Notify: 2 files were updated. touch RT1/PreGenRecordOf.cc.compiled (dep) RT1/PreGenRecordOf.cc In file included from RT1/PreGenRecordOf.hh:19:0, from RT1/PreGenRecordOf.cc:11: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. flex -B -s -Cr -Cfe -Pconfig_process_ --header-file=config_process.lex.hh \ -oconfig_process.lex.cc config_process.l bison -d -o config_process.tab.cc -p config_process_ config_process.y (dep) config_process.tab.cc In file included from RT1/PreGenRecordOf.hh:19:0, from Debugger.hh:23, from config_process.y:59: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) config_process.lex.cc (dep) RT1/TitanLoggerControl.cc In file included from RT1/TitanLoggerControl.hh:19:0, from RT1/TitanLoggerControl.cc:11: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ../xsdconvert/xsd2ttcn -p TitanLoggerApi.xsd Notify: Checking documents... Notify: Parsing XML schema document `TitanLoggerApi.xsd'... Notify: Generating TTCN-3 modules... Notify: File 'TitanLoggerApi.ttcn' was generated. sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_ mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn mkdir -p RT1 if ../compiler2/compiler -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/TitanLoggerApi.hh' was generated. Notify: File `RT1/TitanLoggerApi.cc' was generated. Notify: 2 files were updated. perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh touch RT1/TitanLoggerApi.cc.compiled (dep) RT1/TitanLoggerApi.cc (dep) DebuggerUI.cc (dep) Debugger.cc (dep) TitanLoggerControlImpl.cc (dep) Param_Types.cc (dep) Single_main.cc (dep) Port.cc (dep) Module_list.cc (dep) LegacyLogger.cc (dep) LoggerPluginManager.cc (dep) LoggerPlugin.cc (dep) Logger.cc (dep) Error.cc (dep) Default.cc (dep) Communication.cc (dep) Addfunc.cc (dep) RT1/PreGenRecordOf.cc (dep) config_process.tab.cc (dep) RT1/TitanLoggerControl.cc (C++) RInt.cc make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' cd ../../core/ && make Textbuf.o make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' (C++) Textbuf.cc make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' g++ -fPIC -o mctr_cli Cli_main.o MctrError.o MainController.o UserInterface.o config_data.o ../../common/memory.o ../../common/config_preproc.o ../../common/config_preproc_la.o ../../common/config_preproc_p.tab.o ../../common/path.o ../../common/NetworkHandler.o ../../common/Path2.o ../../common/openssl_version.o ../../core/RInt.o ../../core/Textbuf.o ../cli/libcli.a ../editline/build/src/.libs/libedit.a \ -lcrypto -lncurses -lpthread make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' (C++) RT1/TitanLoggerApi.cc (C++) RT1/TitanLoggerControl.cc (C++) config_process.lex.cc (C++) config_process.tab.cc (C++) RT1/PreGenRecordOf.cc (C++) Addfunc.cc (C++) Array.cc (C++) ASN_Any.cc (C++) ASN_CharacterString.cc (C++) ASN_EmbeddedPDV.cc (C++) ASN_External.cc ASN_External.cc:382:11: warning: 'boolean {anonymous}::EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t&, const ASN_BER_TLV_t&)' defined but not used [-Wunused-function] boolean EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv) ^~~~~~~~~~~~~~~~~~~~~~~~~ ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function] EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value) ^~~~~~~~~~~~~~~~~~~~~~~~~  (C++) ASN_Null.cc (C++) Basetype.cc (C++) BER.cc (C++) Bitstring.cc (C++) Boolean.cc (C++) Charstring.cc (C++) Communication.cc (C++) Component.cc (C++) Default.cc (C++) Encdec.cc (C++) Error.cc (C++) Float.cc (C++) Hexstring.cc (C++) Integer.cc (C++) Logger.cc In file included from Logger.cc:41:0: LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^ Logger.cc: In static member function 'static void TTCN_Logger::set_executable_name(const char*)': Logger.cc:593:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (name_end >= 4 && !strncasecmp(argv_0 + name_end - 4, ".exe", 4)) ^~ Logger.cc:595:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' size_t name_begin = 0; ^~~~~~  (C++) LoggerPlugin.cc (C++) LoggerPluginManager.cc In file included from LoggerPluginManager.cc:20:0: LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) LegacyLogger.cc LegacyLogger.cc: In member function 'char* LegacyLogger::get_file_name(size_t)': LegacyLogger.cc:2093:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (this->logfile_number_ != 1) ^~ LegacyLogger.cc:2095:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' i_present = TRUE; ^~~~~~~~~  (C++) LoggingBits.cc (C++) Module_list.cc (C++) Objid.cc (C++) Octetstring.cc (C++) Port.cc (C++) RAW.cc (C++) Runtime.cc (C++) Snapshot.cc (C++) Struct_of.cc (C++) Template.cc (C++) TEXT.cc (C++) Timer.cc (C++) Param_Types.cc (C++) Universal_charstring.cc (C++) Verdicttype.cc (C++) XER.cc (C++) XmlReader.cc In file included from Encdec.hh:23:0, from XmlReader.cc:24: Types.h:42:0: warning: "FALSE" redefined #define FALSE false In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from XmlReader.cc:20: /usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition # define FALSE 0 In file included from Encdec.hh:23:0, from XmlReader.cc:24: Types.h:43:0: warning: "TRUE" redefined #define TRUE true In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from XmlReader.cc:20: /usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition # define TRUE 1  (C++) TitanLoggerControlImpl.cc (C++) TCov.cc (C++) JSON.cc (C++) Profiler.cc (C++) ProfilerTools.cc (C++) Debugger.cc (C++) DebuggerUI.cc (C++) OER.cc (C++) LoggerPlugin_static.cc (C++) Single_main.cc ar -r libttcn3.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Single_main.o ar: creating libttcn3.a  (C++) Parallel_main.cc ar -r libttcn3-parallel.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Parallel_main.o ar: creating libttcn3-parallel.a  (C++) LoggerPlugin_dynamic.cc g++ -shared -fPIC -o libttcn3-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2 g++ -shared -fPIC -o libttcn3-parallel-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2 (C++) ProfMerge_main.cc (C++) ProfilerTools.cc g++ -fPIC -o ttcn3_profmerge ProfMerge_main.o ProfilerTools.profmerge.o ../common/JSON_Tokenizer.o ../common/memory.o -lxml2 g++ -fPIC -o single libttcn3.a -lcrypto -lxml2 g++ -fPIC -o parallel libttcn3-parallel.a -lcrypto -lxml2 g++ -fPIC -o single-dynamic Single_main.o libttcn3-dynamic.so -lcrypto -lxml2 g++ -fPIC -o parallel-dynamic Parallel_main.o libttcn3-parallel-dynamic.so -lcrypto -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' (dep) Basetype2.cc Basetype2.cc:37:10: fatal error: PreGenRecordOf.hh: No such file or directory #include "PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/OER.cc (dep) ../core/DebuggerUI.cc In file included from ../core/DebuggerUI.cc:16:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Debugger.cc In file included from ../core/Debugger.cc:14:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/ProfMerge_main.cc (dep) ../core/ProfilerTools.cc (dep) ../core/Profiler.cc (dep) ../core/JSON.cc (dep) ../core/TCov.cc mkdir -p RT2 ../compiler2/compiler -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/TitanLoggerControl.hh' was generated. Notify: File `RT2/TitanLoggerControl.cc' was generated. Notify: 2 files were updated. touch RT2/TitanLoggerControl.cc.compiled (dep) ../core/TitanLoggerControlImpl.cc In file included from RT2/TitanLoggerControl.hh:19:0, from ../core/TitanLoggerControlImpl.cc:15: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/XmlReader.cc (dep) ../core/XER.cc (dep) ../core/Verdicttype.cc (dep) ../core/Universal_charstring.cc (dep) ../core/Param_Types.cc In file included from ../core/Param_Types.cc:37:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Timer.cc (dep) ../core/Textbuf.cc (dep) ../core/TEXT.cc (dep) ../core/Template.cc (dep) ../core/Struct_of.cc (dep) ../core/Snapshot.cc (dep) ../core/Single_main.cc ../core/Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Runtime.cc (dep) ../core/RAW.cc (dep) ../core/Port.cc ../core/Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Parallel_main.cc (dep) ../core/Octetstring.cc (dep) ../core/Objid.cc (dep) ../core/Module_list.cc In file included from ../core/Module_list.cc:40:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggingBits.cc (dep) ../core/LegacyLogger.cc In file included from ../core/ILoggerPlugin.hh:21:0, from ../core/LegacyLogger.hh:19, from ../core/LegacyLogger.cc:20: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggerPluginManager.cc In file included from ../core/LoggerPluginManager.cc:20:0: ../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggerPlugin.cc ../core/LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Logger.cc In file included from ../core/Logger.cc:41:0: ../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Integer.cc (dep) ../core/RInt.cc (dep) ../core/Hexstring.cc (dep) ../core/Float.cc (dep) ../core/Error.cc ../core/Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Encdec.cc (dep) ../core/Default.cc ../core/Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Component.cc (dep) ../core/Communication.cc ../core/Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory #include "TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Charstring.cc (dep) ../core/Boolean.cc (dep) ../core/Bitstring.cc (dep) ../core/BER.cc (dep) ../core/Basetype.cc (dep) ../core/ASN_Null.cc (dep) ../core/ASN_External.cc (dep) ../core/ASN_EmbeddedPDV.cc (dep) ../core/ASN_CharacterString.cc (dep) ../core/ASN_Any.cc (dep) ../core/Array.cc (dep) ../core/Addfunc.cc ../core/Addfunc.cc:36:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT2 ../compiler2/compiler -F -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/PreGenRecordOf.hh' was generated. Notify: File `RT2/PreGenRecordOf.cc' was generated. Notify: 2 files were updated. touch RT2/PreGenRecordOf.cc.compiled (dep) RT2/PreGenRecordOf.cc In file included from RT2/PreGenRecordOf.hh:19:0, from RT2/PreGenRecordOf.cc:11: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/config_process.tab.cc In file included from ./RT2/PreGenRecordOf.hh:19:0, from ../core/Debugger.hh:21, from config_process.y:59: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/config_process.lex.cc (dep) RT2/TitanLoggerControl.cc In file included from RT2/TitanLoggerControl.hh:19:0, from RT2/TitanLoggerControl.cc:11: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT2 if ../compiler2/compiler -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/TitanLoggerApi.hh' was generated. Notify: File `RT2/TitanLoggerApi.cc' was generated. Notify: 2 files were updated. perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh touch RT2/TitanLoggerApi.cc.compiled (dep) RT2/TitanLoggerApi.cc (dep) Basetype2.cc (dep) ../core/DebuggerUI.cc (dep) ../core/Debugger.cc (dep) ../core/TitanLoggerControlImpl.cc (dep) ../core/Param_Types.cc (dep) ../core/Single_main.cc (dep) ../core/Port.cc (dep) ../core/Module_list.cc (dep) ../core/LegacyLogger.cc (dep) ../core/LoggerPluginManager.cc (dep) ../core/LoggerPlugin.cc (dep) ../core/Logger.cc (dep) ../core/Error.cc (dep) ../core/Default.cc (dep) ../core/Communication.cc (dep) ../core/Addfunc.cc (dep) RT2/PreGenRecordOf.cc (dep) ../core/config_process.tab.cc (dep) RT2/TitanLoggerControl.cc (C++) RT2/TitanLoggerApi.cc (C++) RT2/TitanLoggerControl.cc (C++) ../core/config_process.lex.cc (C++) ../core/config_process.tab.cc (C++) RT2/PreGenRecordOf.cc (C++) ../core/Addfunc.cc (C++) ../core/Array.cc (C++) ../core/ASN_Any.cc (C++) ../core/ASN_CharacterString.cc (C++) ../core/ASN_EmbeddedPDV.cc (C++) ../core/ASN_External.cc ../core/ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function] EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value) ^~~~~~~~~~~~~~~~~~~~~~~~~  (C++) ../core/ASN_Null.cc (C++) ../core/Basetype.cc (C++) ../core/BER.cc (C++) ../core/Bitstring.cc (C++) ../core/Boolean.cc (C++) ../core/Charstring.cc (C++) ../core/Communication.cc (C++) ../core/Component.cc (C++) ../core/Default.cc (C++) ../core/Encdec.cc (C++) ../core/Error.cc (C++) ../core/Float.cc (C++) ../core/Hexstring.cc (C++) ../core/RInt.cc (C++) ../core/Integer.cc (C++) ../core/Logger.cc In file included from ../core/Logger.cc:41:0: ../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': ../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^ ../core/Logger.cc: In static member function 'static void TTCN_Logger::set_executable_name(const char*)': ../core/Logger.cc:593:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (name_end >= 4 && !strncasecmp(argv_0 + name_end - 4, ".exe", 4)) ^~ ../core/Logger.cc:595:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' size_t name_begin = 0; ^~~~~~  (C++) ../core/LoggerPlugin.cc (C++) ../core/LoggerPluginManager.cc In file included from ../core/LoggerPluginManager.cc:20:0: ../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': ../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) ../core/LegacyLogger.cc ../core/LegacyLogger.cc: In member function 'char* LegacyLogger::get_file_name(size_t)': ../core/LegacyLogger.cc:2093:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (this->logfile_number_ != 1) ^~ ../core/LegacyLogger.cc:2095:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' i_present = TRUE; ^~~~~~~~~  (C++) ../core/LoggingBits.cc (C++) ../core/Module_list.cc (C++) ../core/Objid.cc (C++) ../core/Octetstring.cc (C++) ../core/Port.cc (C++) ../core/RAW.cc (C++) ../core/Runtime.cc (C++) ../core/Snapshot.cc (C++) ../core/Struct_of.cc (C++) ../core/Template.cc (C++) ../core/TEXT.cc (C++) ../core/Textbuf.cc (C++) ../core/Timer.cc (C++) ../core/Param_Types.cc (C++) ../core/Universal_charstring.cc (C++) ../core/Verdicttype.cc (C++) ../core/XER.cc (C++) ../core/XmlReader.cc In file included from ../core/Encdec.hh:23:0, from ../core/XmlReader.cc:24: ../core/Types.h:42:0: warning: "FALSE" redefined #define FALSE false In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from ../core/XmlReader.cc:20: /usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition # define FALSE 0 In file included from ../core/Encdec.hh:23:0, from ../core/XmlReader.cc:24: ../core/Types.h:43:0: warning: "TRUE" redefined #define TRUE true In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from ../core/XmlReader.cc:20: /usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition # define TRUE 1  (C++) ../core/TitanLoggerControlImpl.cc (C++) ../core/TCov.cc (C++) ../core/JSON.cc (C++) ../core/Profiler.cc (C++) ../core/ProfilerTools.cc (C++) ../core/Debugger.cc (C++) ../core/DebuggerUI.cc (C++) ../core/OER.cc (C++) Basetype2.cc Basetype2.cc: In member function 'virtual void Record_Of_Type::decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&, TTCN_EncDec::coding_t, ...)': Basetype2.cc:1903:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(RAW_decode(p_td, p_buf, p_buf.get_len()*8, order)<0) ^~ Basetype2.cc:1906:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break;} ^~~~~  (C++) ../core/LoggerPlugin_static.cc (C++) ../core/Single_main.cc ar -r libttcn3-rt2.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Single_main.o ar: creating libttcn3-rt2.a  (C++) ../core/Parallel_main.cc ar -r libttcn3-rt2-parallel.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_static.o Parallel_main.o ar: creating libttcn3-rt2-parallel.a  (C++) ../core/LoggerPlugin_dynamic.cc g++ -shared -fPIC -o libttcn3-rt2-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2 g++ -shared -fPIC -o libttcn3-rt2-parallel-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2 g++ -fPIC -o single-rt2 libttcn3-rt2.a -lcrypto -lxml2 g++ -fPIC -o parallel-rt2 libttcn3-rt2-parallel.a -lcrypto -lxml2 g++ -fPIC -o single-rt2-dynamic Single_main.o libttcn3-rt2-dynamic.so -lcrypto -lxml2 g++ -fPIC -o parallel-rt2-dynamic Parallel_main.o libttcn3-rt2-parallel-dynamic.so -lcrypto -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d all || exit 1; done make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger.cc g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wl,-soname,libjunitlogger.so.0 -o libjunitlogger.so.0.0 JUnitLogger.o -lttcn3-dynamic -shared ln -sf libjunitlogger.so.0.0 libjunitlogger.so.0 ln -sf libjunitlogger.so.0 libjunitlogger.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wl,-soname,libjunitlogger-parallel.so.0 -o libjunitlogger-parallel.so.0.0 JUnitLogger.o -lttcn3-parallel-dynamic -shared ln -sf libjunitlogger-parallel.so.0.0 libjunitlogger-parallel.so.0 ln -sf libjunitlogger-parallel.so.0 libjunitlogger-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger.cc -o FT/JUnitLogger.o g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-rt2.so.0 -o libjunitlogger-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-dynamic -shared ln -sf libjunitlogger-rt2.so.0.0 libjunitlogger-rt2.so.0 ln -sf libjunitlogger-rt2.so.0 libjunitlogger-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-parallel-rt2.so.0 -o libjunitlogger-parallel-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libjunitlogger-parallel-rt2.so.0.0 libjunitlogger-parallel-rt2.so.0 ln -sf libjunitlogger-parallel-rt2.so.0 libjunitlogger-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -c TSTLogger.cc TSTLogger.cc:79:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void open_connection(const string host_name, const string service_name) throw(SocketException); ^~~~~ TSTLogger.cc:81:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void send_string(const string& str) throw(SocketException); ^~~~~ TSTLogger.cc:84:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool receive_string(string& str, const size_t wait_for_bytes) throw(SocketException); ^~~~~ TSTLogger.cc:86:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void close_connection() throw(SocketException); ^~~~~ TSTLogger.cc:91:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::open_connection(const string host_name, const string service_name) throw(SocketException) ^~~~~ TSTLogger.cc:119:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::close_connection() throw(SocketException) ^~~~~ TSTLogger.cc:160:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::send_string(const string& str) throw(SocketException) ^~~~~ TSTLogger.cc:180:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool TCPClient::receive_string(string& str, const size_t wait_for_bytes) throw(SocketException) ^~~~~ TSTLogger.cc:223:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException); ^~~~~ TSTLogger.cc:243:128: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string HTTPClient::post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException) ^~~~~ g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wl,-soname,libtstlogger.so.1 -o libtstlogger.so.1.0 TSTLogger.o -lttcn3-dynamic -shared ln -sf libtstlogger.so.1.0 libtstlogger.so.1 ln -sf libtstlogger.so.1 libtstlogger.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wl,-soname,libtstlogger-parallel.so.1 -o libtstlogger-parallel.so.1.0 TSTLogger.o -lttcn3-parallel-dynamic -shared ln -sf libtstlogger-parallel.so.1.0 libtstlogger-parallel.so.1 ln -sf libtstlogger-parallel.so.1 libtstlogger-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c TSTLogger.cc -o FT/TSTLogger.o TSTLogger.cc:79:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void open_connection(const string host_name, const string service_name) throw(SocketException); ^~~~~ TSTLogger.cc:81:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void send_string(const string& str) throw(SocketException); ^~~~~ TSTLogger.cc:84:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool receive_string(string& str, const size_t wait_for_bytes) throw(SocketException); ^~~~~ TSTLogger.cc:86:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void close_connection() throw(SocketException); ^~~~~ TSTLogger.cc:91:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::open_connection(const string host_name, const string service_name) throw(SocketException) ^~~~~ TSTLogger.cc:119:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::close_connection() throw(SocketException) ^~~~~ TSTLogger.cc:160:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void TCPClient::send_string(const string& str) throw(SocketException) ^~~~~ TSTLogger.cc:180:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool TCPClient::receive_string(string& str, const size_t wait_for_bytes) throw(SocketException) ^~~~~ TSTLogger.cc:223:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException); ^~~~~ TSTLogger.cc:243:128: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string HTTPClient::post_request(const string& host, const string& uri, const string& user_agent, const string_map& req_params) throw(SocketException) ^~~~~ g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-rt2.so.1 -o libtstlogger-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-dynamic -shared ln -sf libtstlogger-rt2.so.1.0 libtstlogger-rt2.so.1 ln -sf libtstlogger-rt2.so.1 libtstlogger-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-parallel-rt2.so.1 -o libtstlogger-parallel-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libtstlogger-parallel-rt2.so.1.0 libtstlogger-parallel-rt2.so.1 ln -sf libtstlogger-parallel-rt2.so.1 libtstlogger-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger2.cc g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wl,-soname,libjunitlogger2.so.0 -o libjunitlogger2.so.0.0 JUnitLogger2.o -lttcn3-dynamic -shared ln -sf libjunitlogger2.so.0.0 libjunitlogger2.so.0 ln -sf libjunitlogger2.so.0 libjunitlogger2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wl,-soname,libjunitlogger2-parallel.so.0 -o libjunitlogger2-parallel.so.0.0 JUnitLogger2.o -lttcn3-parallel-dynamic -shared ln -sf libjunitlogger2-parallel.so.0.0 libjunitlogger2-parallel.so.0 ln -sf libjunitlogger2-parallel.so.0 libjunitlogger2-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger2.cc -o FT/JUnitLogger2.o g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-rt2.so.0 -o libjunitlogger2-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-dynamic -shared ln -sf libjunitlogger2-rt2.so.0.0 libjunitlogger2-rt2.so.0 ln -sf libjunitlogger2-rt2.so.0 libjunitlogger2-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-parallel-rt2.so.0 -o libjunitlogger2-parallel-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libjunitlogger2-parallel-rt2.so.0.0 libjunitlogger2-parallel-rt2.so.0 ln -sf libjunitlogger2-parallel-rt2.so.0 libjunitlogger2-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide' if test -h ./Install; then \ echo ./Install is a symlink, you cannot be serious; exit 1; fi rm -rf ./Install make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common' mkdir -p ../Install/include cp version.h memory.h platform.h ttcn3float.hh pattern.hh CharCoding.hh JSON_Tokenizer.hh ../Install/include make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2' make -C asn1 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make -C ttcn3 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' strip compiler ttcn3_makefilegen tcov2lcov mkdir -p ../Install/bin cp compiler ttcn3_makefilegen tcov2lcov ../Install/bin cp tcov.xsd tcov.xsl ../Install/include cp titanver ../Install/bin chmod a+x ../Install/bin/titanver rm -f ../Install/bin/ttcn3_compiler \ ../Install/bin/asn1_compiler ../Install/bin/makefilegen ln -s compiler ../Install/bin/ttcn3_compiler ln -s compiler ../Install/bin/asn1_compiler ln -s ttcn3_makefilegen ../Install/bin/makefilegen mkdir -p ../Install/man/man1 cp compiler.1 ttcn3_makefilegen.1 ../Install/man/man1 rm -f ../Install/man/man1/ttcn3_compiler.1 ../Install/man/man1/asn1_compiler.1 \ ../Install/man/man1/makefilegen.1 ln -s compiler.1 ../Install/man/man1/ttcn3_compiler.1 ln -s compiler.1 ../Install/man/man1/asn1_compiler.1 ln -s ttcn3_makefilegen.1 ../Install/man/man1/makefilegen.1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen' strip ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen mkdir -p ../Install/bin cp ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen ../Install/bin rm -f ../Install/bin/logformat ../Install/bin/repgen ln -s ttcn3_logformat ../Install/bin/logformat ln -s ttcn3_repgen ../Install/bin/repgen cp ttcn3_logmerge.1 ttcn3_logfilter.1 ttcn3_logformat.1 ../Install/man/man1 rm -f ../Install/man/man1/logformat.1 ln -s ttcn3_logformat.1 ../Install/man/man1/logformat.1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' mkdir -p ../Install/bin cp -f xsd2ttcn ../Install/bin make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' make -C build all make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make all-recursive make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' Making all in src make[5]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make all-am make[6]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make[5]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build/src' make[5]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[5]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline/build' make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/editline' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' cd mctr && make install make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' strip mctr_cli mkdir -p ../../Install/bin cp mctr_cli ../../Install/bin ln -s mctr_cli ../../Install/bin/mctr cp ttcn3_start ../../Install/bin chmod +x ../../Install/bin/ttcn3_start make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 ../compiler2/compiler -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT1/TitanLoggerControl.cc.compiled make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 ../compiler2/compiler -F -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT1/PreGenRecordOf.cc.compiled make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 if ../compiler2/compiler -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh touch RT1/TitanLoggerApi.cc.compiled make[4]: 'RT1/TitanLoggerApi.cc.compiled' is up to date. make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[3]: 'RT1/PreGenRecordOf.cc.compiled' is up to date. make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[2]: 'RT1/TitanLoggerControl.cc.compiled' is up to date. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' strip libttcn3-dynamic.so libttcn3-parallel-dynamic.so mkdir -p ../Install/lib cp libttcn3.a libttcn3-parallel.a libttcn3-dynamic.so libttcn3-parallel-dynamic.so cversion.h ../Install/lib mkdir -p ../Install/include cp TTCN3.hh Types.h Param_Types.hh Basetype.hh Template.hh RInt.hh Integer.hh Float.hh Boolean.hh Objid.hh Verdicttype.hh Bitstring.hh Hexstring.hh Octetstring.hh Charstring.hh Universal_charstring.hh Component.hh Logger.hh ILoggerPlugin.hh Error.hh Timer.hh Runtime.hh Snapshot.hh Default.hh Port.hh Event_Handler.hh Struct_of.hh Array.hh Optional.hh Textbuf.hh Encdec.hh Module_list.hh Parameters.h Addfunc.hh RAW.hh BER.hh TEXT.hh ASN_Null.hh ASN_Any.hh ASN_External.hh ASN_EmbeddedPDV.hh ASN_CharacterString.hh XER.hh XmlReader.hh cversion.h TitanLoggerControl.ttcn TitanLoggerApi.xsd Vector.hh JSON.hh Profiler.hh RefdIndex.hh ProfilerTools.hh Debugger.hh DebugCommands.hh DebuggerUI.hh OER.hh ../Install/include mkdir -p ../Install/bin cp ttcn3_profmerge ../Install/bin mkdir -p ../Install/man/man1 cp ttcn3_profmerge.1 ../Install/man/man1 mkdir -p ../Install/include/RT1 cp RT1/TitanLoggerApi*.hh ../Install/include/RT1 cp RT1/PreGenRecordOf.hh ../Install/include/RT1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 ../compiler2/compiler -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT2/TitanLoggerControl.cc.compiled make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 ../compiler2/compiler -F -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT2/PreGenRecordOf.cc.compiled make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 if ../compiler2/compiler -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh touch RT2/TitanLoggerApi.cc.compiled make[4]: 'RT2/TitanLoggerApi.cc.compiled' is up to date. make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[3]: 'RT2/PreGenRecordOf.cc.compiled' is up to date. make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[2]: 'RT2/TitanLoggerControl.cc.compiled' is up to date. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' strip libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so mkdir -p ../Install/lib cp libttcn3-rt2.a libttcn3-rt2-parallel.a libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so ../Install/lib mkdir -p ../Install/include/RT2 cp RT2/TitanLoggerApi*.hh ../Install/include/RT2 cp RT2/PreGenRecordOf.hh ../Install/include/RT2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d install || exit 1; done make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' mkdir -p ../../Install/lib cp libjunitlogger.so* libjunitlogger-rt2.so* libjunitlogger-parallel.so* libjunitlogger-parallel-rt2.so* ../../Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' mkdir -p ../../Install/lib cp libtstlogger.so* libtstlogger-rt2.so* libtstlogger-parallel.so* libtstlogger-parallel-rt2.so* ../../Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' mkdir -p ../../Install/lib cp libjunitlogger2.so* libjunitlogger2-rt2.so* libjunitlogger2-parallel.so* libjunitlogger2-parallel-rt2.so* ../../Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/etc' mkdir -p ../Install/etc/xsd cp xsd/TPD.xsd ../Install/etc/xsd mkdir -p ../Install/etc/asciiart mkdir -p ../Install/etc/scripts cp scripts/*.py ../Install/etc/scripts cp CaseFolding.txt ../Install/etc make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/etc' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/help' mkdir -p ../Install/bin cp ttcn3_help ../Install/bin chmod +x ../Install/bin/ttcn3_help mkdir -p ../Install/help cp titan_main.html titan_index.html ../Install/help mkdir -p ../Install/help/info cp info/BNF.html info/action.html info/activate.html info/address.html info/alive.html info/all.html info/alt.html info/altstep.html info/and.html info/and4b.html info/any.html info/anytype.html info/bit2hex.html info/bit2int.html info/bit2oct.html info/bit2str.html info/bitstring.html info/boolean.html info/break.html info/call.html info/case.html info/catch.html info/char.html info/char2int.html info/char2oct.html info/charstring.html info/check.html info/clear.html info/complement.html info/component.html info/connect.html info/const.html info/continue.html info/control.html info/create.html info/deactivate.html info/decode_base64.html info/decvalue.html info/default.html info/disconnect.html info/display.html info/do.html info/done.html info/else.html info/encode.html info/encode_base64.html info/encvalue.html info/enumerated.html info/error.html info/except.html info/exception.html info/execute.html info/extension.html info/external.html info/fail.html info/false.html info/float.html info/float2int.html info/float2str.html info/for.html info/from.html info/function.html info/friend.html info/get_stringencoding.html info/getcall.html info/getreply.html info/getverdict.html info/goto.html info/group.html info/hex2bit.html info/hex2int.html info/hex2oct.html info/hex2str.html info/hexstring.html info/if.html info/ifpresent.html info/import.html info/in.html info/inconc.html info/infinity.html info/inout.html info/int2bit.html info/int2char.html info/int2float.html info/int2hex.html info/int2oct.html info/int2str.html info/int2unichar.html info/integer.html info/interleave.html info/isbound.html info/ischosen.html info/ispresent.html info/isvalue.html info/kill.html info/killed.html info/label.html info/language.html info/length.html info/lengthof.html info/log.html info/map.html info/match.html info/message.html info/mixed.html info/mod.html info/modifies.html info/module.html info/modulepar.html info/mtc.html info/noblock.html info/none.html info/not.html info/not4b.html info/nowait.html info/null.html info/objid.html info/oct2bit.html info/oct2char.html info/oct2hex.html info/oct2int.html info/oct2str.html info/oct2unichar.html info/octetstring.html info/of.html info/omit.html info/on.html info/operators.html info/optional.html info/or.html info/or4b.html info/out.html info/override.html info/param.html info/pass.html info/pattern.html info/permutation.html info/port.html info/public.html info/private.html info/procedure.html info/raise.html info/read.html info/receive.html info/record.html info/recursive.html info/regexp.html info/rem.html info/remove_bom.html info/repeat.html info/replace.html info/reply.html info/return.html info/rnd.html info/running.html info/runs.html info/select.html info/self.html info/send.html info/sender.html info/set.html info/setverdict.html info/signature.html info/sizeof.html info/start.html info/stop.html info/str2bit.html info/str2float.html info/str2hex.html info/str2int.html info/str2oct.html info/subset.html info/substr.html info/superset.html info/system.html info/template.html info/testcase.html info/testcasename.html info/timeout.html info/timer.html info/to.html info/trigger.html info/true.html info/type.html info/unichar2char.html info/unichar2int.html info/unichar2oct.html info/union.html info/universal.html info/unmap.html info/value.html info/valueof.html info/var.html info/variant.html info/verdicttype.html info/while.html info/with.html info/xor.html info/xor4b.html info/profiler.html ../Install/help/info mkdir -p ../Install/help/images cp images/ao.jpg images/left.jpg images/right.jpg images/up.jpg images/titan_transparent.gif ../Install/help/images mkdir -p ../Install/help/docs cp docs/naming.pdf ../Install/help/docs make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/help' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/hello' mkdir -p /home/etsi/frameworks/titan/titan.core/Install/demo cp MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg /home/etsi/frameworks/titan/titan.core/Install/demo cd /home/etsi/frameworks/titan/titan.core/Install/demo && /home/etsi/frameworks/titan/titan.core/Install/bin/ttcn3_makefilegen -g MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg && \ make CXX='g++' CXXFLAGS='-Wall -Wno-long-long -O2 -fPIC' LDFLAGS=' -fPIC' && \ (sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start MyExample MyExample.cfg && \ logformat -o MyExample_merged.log *.log Generating Makefile skeleton... Makefile skeleton was generated. make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/Install/demo' /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -L MyExample.ttcn hello_world.ttcn - MyExample.ttcn hello_world.ttcn Notify: Parsing TTCN-3 module `MyExample.ttcn'... Notify: Parsing TTCN-3 module `hello_world.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `MyExample.hh' was generated. Notify: File `MyExample.cc' was generated. Notify: File `hello_world.hh' was generated. Notify: File `hello_world.cc' was generated. Notify: 4 files were updated. touch compile Creating dependency file for hello_world.cc Creating dependency file for MyExample.cc Creating dependency file for PCOType.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -Wall -Wno-long-long -O2 -fPIC -o MyExample.o MyExample.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -Wall -Wno-long-long -O2 -fPIC -o hello_world.o hello_world.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -Wall -Wno-long-long -O2 -fPIC -o PCOType.o PCOType.cc if g++ -fPIC -o MyExample MyExample.o hello_world.o PCOType.o \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lttcn3-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lxml2; \ then : ; else /home/etsi/frameworks/titan/titan.core/Install/bin/titanver MyExample.o hello_world.o PCOType.o; exit 1; fi make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/Install/demo' ttcn3_start: Starting the test suite spawn /home/etsi/frameworks/titan/titan.core/Install/bin/mctr_cli MyExample.cfg ************************************************************************* * TTCN-3 Test Executor - Main Controller 2 * * Version: CRL 113 200/6 R4C * * Copyright (c) 2000-2018 Ericsson Telecom AB * * All rights reserved. This program and the accompanying materials * * are made available under the terms of the Eclipse Public License v2.0 * * which accompanies this distribution, and is available at * * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * ************************************************************************* Using configuration file: MyExample.cfg MC@73f9bc4f9b60: Unix server socket created successfully. MC@73f9bc4f9b60: Listening on TCP port 34187. MC2> 73f9bc4f9b60 is the default spawn ./MyExample 73f9bc4f9b60 34187 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R4C MC@73f9bc4f9b60: New HC connected from 73f9bc4f9b60 [172.17.0.2]. 73f9bc4f9b60: Linux 4.4.0-138-generic on x86_64. cmtc MC@73f9bc4f9b60: Downloading configuration file to all HCs. MC@73f9bc4f9b60: Configuration file was processed on all HCs. MC@73f9bc4f9b60: Creating MTC on host 73f9bc4f9b60. MC@73f9bc4f9b60: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@73f9bc4f9b60: Execution of control part in module MyExample started. MTC@73f9bc4f9b60: Test case HelloW started. Hello, world! MTC@73f9bc4f9b60: Test case HelloW finished. Verdict: pass MTC@73f9bc4f9b60: Test case HelloW2 started. Hello, world! MTC@73f9bc4f9b60: Test case HelloW2 finished. Verdict: pass MTC@73f9bc4f9b60: Execution of control part in module MyExample finished. MC@73f9bc4f9b60: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@73f9bc4f9b60: Terminating MTC. MTC@73f9bc4f9b60: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@73f9bc4f9b60: Test execution summary: 2 test cases were executed. Overall verdict: pass MC@73f9bc4f9b60: MTC terminated. MC2> exit MC@73f9bc4f9b60: Shutting down session. MC@73f9bc4f9b60: Shutdown complete. cd /home/etsi/frameworks/titan/titan.core/Install/demo && make clean make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/Install/demo' rm -f MyExample libMyExample.a MyExample.o hello_world.o PCOType.o MyExample.hh hello_world.hh \ MyExample.cc hello_world.cc compile PCOType.d MyExample.d hello_world.d \ tags *.log make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/Install/demo' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/hello' chmod -R +r,go-w ./Install *********************************** Installation successfully completed *********************************** Build done /bin/sh: 31: [: /home/etsi/lib:/usr/local/lib:: unexpected operator  # Usage: sudo ./update_emcom_project.bash # TODO Use git clone in temporary directory OLDPWD=`pwd` ++ pwd + OLDPWD=/home/etsi/dev/STF549_Ng112/scripts # Execution path RUN_PATH="${0%/*}" + RUN_PATH=. USER=`whoami` ++ whoami + USER=etsi CHOWN_USER_GROUP=${USER}:${USER} + CHOWN_USER_GROUP=etsi:etsi SRC_EMCOM_PATH=${HOME}/dev/STF549_Ng112 + SRC_EMCOM_PATH=/home/etsi/dev/STF549_Ng112 if [ "${PATH_DEV_EMCOM}" == "" ] then PATH_DEV_EMCOM=${HOME}/dev/etsi_emcom fi + '[' /home/etsi/dev/etsi_emcom == '' ']' if [ -d ${PATH_DEV_EMCOM} ] then if [ -f ${HOME}/tmp/emcom.tar.bz2 ] then  mv ${HOME}/tmp/emcom.tar.bz2 ${HOME}/tmp/emcom.tar.`date +'%Y%m%d'`.bz2  fi find ${PATH_DEV_EMCOM} -name "*.o" -exec rm {} \; tar jcvf ${HOME}/tmp/emcom.tar.bz2 ${PATH_DEV_EMCOM} rm -fr ${PATH_DEV_EMCOM} fi + '[' -d /home/etsi/dev/etsi_emcom ']' # Check if target directory exist if [ ! -d ${PATH_DEV_EMCOM} ] then  mkdir -p ${PATH_DEV_EMCOM}/xsd ${PATH_DEV_EMCOM}/framework ${PATH_DEV_EMCOM}/include ${PATH_DEV_EMCOM}/bin ${PATH_DEV_EMCOM}/lib ${PATH_DEV_EMCOM}/objs ${PATH_DEV_EMCOM}/src ${PATH_DEV_EMCOM}/docs fi + '[' '!' -d /home/etsi/dev/etsi_emcom ']' + mkdir -p /home/etsi/dev/etsi_emcom/xsd /home/etsi/dev/etsi_emcom/framework /home/etsi/dev/etsi_emcom/include /home/etsi/dev/etsi_emcom/bin /home/etsi/dev/etsi_emcom/lib /home/etsi/dev/etsi_emcom/objs /home/etsi/dev/etsi_emcom/src /home/etsi/dev/etsi_emcom/docs  # Update XSD files echo 'Updating XSD files' + echo 'Updating XSD files' Updating XSD files XSD_SRC_PATH=${SRC_EMCOM_PATH}/xsd + XSD_SRC_PATH=/home/etsi/dev/STF549_Ng112/xsd XSD_DST_PATH=${PATH_DEV_EMCOM}/xsd + XSD_DST_PATH=/home/etsi/dev/etsi_emcom/xsd cp ${XSD_SRC_PATH}/*.xsd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.xsd' /home/etsi/dev/etsi_emcom/xsd cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.xsd': No such file or directory cp ${XSD_SRC_PATH}/*.dtd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.dtd' /home/etsi/dev/etsi_emcom/xsd cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.dtd': No such file or directory  # Update ETSI Framework files echo 'Updating ETSI Framework files' + echo 'Updating ETSI Framework files' FWK_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + FWK_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc FWK_DST_PATH=${PATH_DEV_EMCOM}/framework + FWK_DST_PATH=/home/etsi/dev/etsi_emcom/framework mkdir -p ${FWK_DST_PATH}/src ${FWK_DST_PATH}/include + mkdir -p /home/etsi/dev/etsi_emcom/framework/src /home/etsi/dev/etsi_emcom/framework/include Updating ETSI Framework files chmod -R 775 ${FWK_DST_PATH} + chmod -R 775 /home/etsi/dev/etsi_emcom/framework # Create link to TITAN Abstract_Socket ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc ${FWK_DST_PATH}/src/Abstract_Socket.cc + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh ${FWK_DST_PATH}/include/Abstract_Socket.hh + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh /home/etsi/dev/etsi_emcom/framework/include/Abstract_Socket.hh FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh' FWK_DIR_LIST_THH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.t.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.t.h*' -type f + FWK_DIR_LIST_THH= FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Protocols/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc' FWK_DIR_LIST_L=`find ${FWK_SRC_PATH}/Protocols/ -name "*.l" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.l' -type f + FWK_DIR_LIST_L= FWK_DIR_LIST_Y=`find ${FWK_SRC_PATH}/Protocols/ -name "*.y" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.y' -type f + FWK_DIR_LIST_Y= for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_THH} do cp $i ${FWK_DST_PATH}/include done for i in ${FWK_DIR_LIST_CC} do  cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src if [ "${FWK_DIR_LIST_L}" != "" ] then for i in ${FWK_DIR_LIST_L} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' if [ "${FWK_DIR_LIST_Y}" != "" ] then for i in ${FWK_DIR_LIST_Y} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Framework/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh' FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Framework/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc' for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_CC} do cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src  # Update ATS TTCN-3 files echo 'Update TTCN-3 files' + echo 'Update TTCN-3 files' TTCN_3_ORG_PATH=${SRC_EMCOM_PATH}/ttcn Update TTCN-3 files + TTCN_3_ORG_PATH=/home/etsi/dev/STF549_Ng112/ttcn TTCN_3_DST_PATH=${PATH_DEV_EMCOM}/src + TTCN_3_DST_PATH=/home/etsi/dev/etsi_emcom/src CC_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + CC_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc TTCN_3_ATS_LIST='AtsNg112 TestCodec' + TTCN_3_ATS_LIST='AtsNg112 TestCodec' for i in ${TTCN_3_ATS_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then  mkdir -p ${TTCN_3_DST_PATH}/$i/bin ${TTCN_3_DST_PATH}/$i/lib ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/objs ${TTCN_3_DST_PATH}/$i/etc ${TTCN_3_DST_PATH}/$i/docs  chmod -R 775 ${TTCN_3_DST_PATH}/$i fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/../etc/$i/*.cfg ${TTCN_3_DST_PATH}/$i/etc cp ${TTCN_3_ORG_PATH}/../docs/$i/o2.cfg ${TTCN_3_DST_PATH}/$i/docs done + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/AtsNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/AtsNg112/bin /home/etsi/dev/etsi_emcom/src/AtsNg112/lib /home/etsi/dev/etsi_emcom/src/AtsNg112/src /home/etsi/dev/etsi_emcom/src/AtsNg112/include /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/objs /home/etsi/dev/etsi_emcom/src/AtsNg112/etc /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/AtsNg112 + cp /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestCases.ttcn /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestControl.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/AtsNg112/AtsNg112.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/AtsNg112/o2.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/TestCodec ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/TestCodec/bin /home/etsi/dev/etsi_emcom/src/TestCodec/lib /home/etsi/dev/etsi_emcom/src/TestCodec/src /home/etsi/dev/etsi_emcom/src/TestCodec/include /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/objs /home/etsi/dev/etsi_emcom/src/TestCodec/etc /home/etsi/dev/etsi_emcom/src/TestCodec/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/TestCodec + cp /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpPort.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpRequest.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpResponse.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Invite.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Register.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_TestAndSystem.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/TestCodec/TestCodec.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/TestCodec/o2.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/docs  # Update libraries & CC files TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' + TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' for i in ${TTCN_3_LIB_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then mkdir -p ${TTCN_3_DST_PATH}/$i/docs ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/xsd fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Update files if [ "$i" == "LibEmcom/LibNg112" ] then  cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src elif [ "$i" == "LibSip" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src  cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_sip_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibHttp" ] then cp ${TTCN_3_ORG_PATH}/LibIts/ttcn/Http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch due to svn/gitlab moving cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibCommon" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_common_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn fi done + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/docs /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn': No such file or directory + '[' LibEmcom/LibNg112 == LibEmcom/LibNg112 ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/GML-pidf-lo-shape.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC3863_pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10_basic_policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5139_pdif_geopriv10_civic_address.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5222_lost.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5985_held.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC6155_held_id.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC7459_pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/basicTypes.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic0d1d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic2d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryPrimitives.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/gmlBase.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/measures.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml_2001.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/XSD.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc': No such file or directory + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibHttp ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibHttp/docs /home/etsi/dev/etsi_emcom/src/LibHttp/src /home/etsi/dev/etsi_emcom/src/LibHttp/include /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn': No such file or directory + '[' LibHttp == LibEmcom/LibNg112 ']' + '[' LibHttp == LibSip ']' + '[' LibHttp == LibHttp ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.hh /home/etsi/dev/etsi_emcom/src/LibHttp/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh' /home/etsi/dev/etsi_emcom/src/LibHttp/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc' /home/etsi/dev/etsi_emcom/src/LibHttp/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibSip ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibSip/docs /home/etsi/dev/etsi_emcom/src/LibSip/src /home/etsi/dev/etsi_emcom/src/LibSip/include /home/etsi/dev/etsi_emcom/src/LibSip/ttcn /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn': No such file or directory + '[' LibSip == LibEmcom/LibNg112 ']' + '[' LibSip == LibSip ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Interface.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Library.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_PIXITS.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ACR_CB.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIV.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIVN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CONF.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/Ims3gpp.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/MCID.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/OIP-OIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/PSTN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ResourceList.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/SupplementaryServices.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/TIP-TIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/common-policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cug.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cw.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/geopriv10basic.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/regInfo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/simservs.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xdm_commonPolicy-v1_0.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xml.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/OperatorPort.hh /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh' /home/etsi/dev/etsi_emcom/src/LibSip/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc' /home/etsi/dev/etsi_emcom/src/LibSip/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibCommon ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibCommon/docs /home/etsi/dev/etsi_emcom/src/LibCommon/src /home/etsi/dev/etsi_emcom/src/LibCommon/include /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn': No such file or directory + '[' LibCommon == LibEmcom/LibNg112 ']' + '[' LibCommon == LibSip ']' + '[' LibCommon == LibHttp ']' + '[' LibCommon == LibCommon ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn  # Generate Bison parsers is any #cd ${FWK_DST_PATH}/src #if [ "${FWK_DIR_LIST_Y}" != "" ] #then # for i in ${FWK_DIR_LIST_Y} # do # BASE_NAME=$(basename "$i" .y) # bison -dv -p${BASE_NAME}_ -b${BASE_NAME}_ ${BASE_NAME}.y #--defines=../include/${BASE_NAME}.h -o${BASE_NAME}.c # done #fi #if [ "${FWK_DIR_LIST_L}" != "" ] #then # for i in ${FWK_DIR_LIST_L} # do # BASE_NAME=$(basename "$i" .l) # flex -Cfr -8 -Bvpp -P${BASE_NAME}_ ${BASE_NAME}.l # -o${BASE_NAME}_flex.c ${BASE_NAME}.l # done # mv ${BASE_NAME}_.tab.h ../include #fi #cd - # Apply patches PATH_PATCHES=`pwd` ++ pwd + PATH_PATCHES=/home/etsi/dev/STF549_Ng112/scripts if [ -d ${PATH_PATCHES} ] then # Update Ng112 cp ${PATH_PATCHES}/ng112_generate_makefile.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin  cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin # Update TestCodec cp ${PATH_PATCHES}/testcodec_generate_makefile.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin fi + '[' -d /home/etsi/dev/STF549_Ng112/scripts ']' + cp /home/etsi/dev/STF549_Ng112/scripts/ng112_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/testcodec_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin  # Set rights find ${PATH_DEV_EMCOM} -type f -exec chmod 664 {} \; + find /home/etsi/dev/etsi_emcom -type f -exec chmod 664 '{}' ';' find ${PATH_DEV_EMCOM} -name "*.bash" -type f -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -name '*.bash' -type f -exec chmod 775 '{}' ';' find ${PATH_DEV_EMCOM} -type d -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -type d -exec chmod 775 '{}' ';' chown -R ${CHOWN_USER_GROUP} ${PATH_DEV_EMCOM} + chown -R etsi:etsi /home/etsi/dev/etsi_emcom  cd ${OLDPWD} + cd /home/etsi/dev/STF549_Ng112/scripts  exit 0 + exit 0  XSD.DateTime timestamp optional Timestamp timestamp optional, timestamp := omit, timestamp := *, timestamp := *  function f_exit { cd ${CURPWD} unset TTCN_FILES unset CC_FILES unset CFG_FILES unset EXECUTABLE echo $1 exit $2 } function f_usage { echo "build.bash: This script import from External Disk the " echo "Optional arguments:" echo " prof: Generate a makefile including profiling options (e.g. ./build.bash prof)" exit 0 } clear + clear  if [ "$1" == "help" ] then f_usage fi + '[' '' == help ']' ATS_NAME=Ng112 + ATS_NAME=Ng112 #CURPWD=`pwd` if [ ! "${PWD##*/}" == "objs" ] then cd ../objs if [ ! $? == 0 ]  then echo "Please move to PROJECT/obj directory" exit 1 fi fi + '[' '!' objs == objs ']' # Remove everything rm -fr ../objs/*.hh + rm -fr '../objs/*.hh' rm -fr ../objs/*.cc + rm -fr '../objs/*.cc' rm -fr ../objs/*.log + rm -fr '../objs/*.log' rm -fr ../objs/*.o + rm -fr '../objs/*.o' rm -fr ../objs/Makefile + rm -fr ../objs/Makefile  # Remove useless files find .. -type f -name "*~" -exec rm {} \; + find .. -type f -name '*~' -exec rm '{}' ';' find .. -type f -name "*.bak" -exec rm {} \; + find .. -type f -name '*.bak' -exec rm '{}' ';' find .. -type f -name "*.log" -exec rm {} \; + find .. -type f -name '*.log' -exec rm '{}' ';'  # Build XSD files if any and put them in objs directory #XSD_PATH=${PATH_DEV_EMCOM}/src/LibSip/xsd XSD_PATH=${PATH_DEV_EMCOM}/null # Do not use xsd2ttcn for now, need to fix issues first + XSD_PATH=/home/etsi/dev/etsi_emcom/null if [ -d ${XSD_PATH} ] then XSD_FILES=`find ${XSD_PATH} -name '*.xsd'` if [ "${OSTYPE}" == "cygwin" ] then xsd2ttcn.exe ${XSD_FILES} else xsd2ttcn ${XSD_FILES} fi if [ "$?" != "0" ]  then f_exit "Failed to generate XSD source code" 2  fi XSD_FILES=`find . -name '*.ttcn'` fi + '[' -d /home/etsi/dev/etsi_emcom/null ']' REFERENCES="LibCommon LibHttp LibEmcom/LibNg112 LibSip" + REFERENCES='LibCommon LibHttp LibEmcom/LibNg112 LibSip' for i in ${REFERENCES} do # TTCN code for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"`; do ln -sf $j ../ttcn/`basename $j` done # Include source code  files=`find ${PATH_DEV_EMCOM}/src/$i/include -type f` if [ "${files}" != " " ]  then for j in ${files}; do ln -sf $j ../include/`basename $j` done fi # CC source code files=`find ${PATH_DEV_EMCOM}/src/$i/src -type f` if [ "${files}" != " " ] then  for j in ${files}; do ln -sf $j ../src/`basename $j`  done fi done + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Sync.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Sync.ttcn ../ttcn/LibCommon_Sync.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_VerdictControl.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibCommon_VerdictControl.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_TextStrings.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_TextStrings.ttcn ../ttcn/LibCommon_TextStrings.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_AbstractData.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibCommon_AbstractData.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Time.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_Time.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_DataStrings.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibCommon_DataStrings.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/include -type f + files= + '[' '' '!=' ' ' ']' ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/src -type f + files= + '[' '' '!=' ' ' ']' + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Functions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibItsHttp_Functions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XMLTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Pics.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Pics.ttcn ../ttcn/LibItsHttp_Pics.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibItsHttp_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_MessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TestSystem.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/include -type f + files=/home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh + '[' /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh ../include/HttpPort.hh ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/src -type f + files='/home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc' + '[' '/home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc ../src/LibItsHttp_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc ../src/HttpPort.cc + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn ../ttcn/LibNg112_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibNg112_TestSystem.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn ../ttcn/LibNg112_Pics.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/NoTargetNamespace.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/NoTargetNamespace.ttcn ../ttcn/NoTargetNamespace.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn ../ttcn/LibNg112_Functions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/XSD.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/XSD.ttcn ../ttcn/XSD.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/UsefulTtcn3Types.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/UsefulTtcn3Types.ttcn ../ttcn/UsefulTtcn3Types.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn ../ttcn/LibNg112_Pixits.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_gml.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_gml.ttcn ../ttcn/http_www_opengis_net_gml.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include -type f + files= + '[' '' '!=' ' ' ']' ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src -type f + files= + '[' '' '!=' ' ' ']' + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibSip/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SDPTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SDPTypes.ttcn ../ttcn/LibSip_SDPTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_PIXITS.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_PIXITS.ttcn ../ttcn/LibSip_PIXITS.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Interface.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Interface.ttcn ../ttcn/LibSip_Interface.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_XMLTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_XMLTypes.ttcn ../ttcn/LibSip_XMLTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Library.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Library.ttcn ../ttcn/LibSip_Library.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Steps.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Steps.ttcn ../ttcn/LibSip_Steps.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_oma_xml_xdm_common_policy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSFunctions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSFunctions.ttcn ../ttcn/LibSip_SMSFunctions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_3gpp_ns_cw_1_0.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Common.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Common.ttcn ../ttcn/LibSip_Common.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Templates.ttcn ../ttcn/LibSip_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibSip/include -type f + files='/home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh' + '[' '/home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh ../include/SipPort.hh + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh ../include/OperatorPort.hh ++ find /home/etsi/dev/etsi_emcom/src/LibSip/src -type f + files='/home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc' + '[' '/home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc ../src/LibSip_Templates_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc ../src/SipPort.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc ../src/LibSip_Steps_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc ../src/LibSip_Encdec.cc  # Generate the list of the TTCN-3 files TTCN_FILES=`find .. -name '*.ttcn*'` ++ find .. -name '*.ttcn*' + TTCN_FILES='../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn' # Start ATS generation - Step 1 if [ "${OSTYPE}" == "cygwin" ] then rm ../bin/*.exe ../lib/*.dll compiler.exe -e -f -g -l -L -M -n -O -t -R -U none ${TTCN_FILES} 2>&1 3>&1 | tee build.log if [ "$?" == "1" ] then f_exit "Failed to compile ATS" 4 fi else compiler -e -f -g -l -L -M -n -O -t -R -U none ${TTCN_FILES} 2>&1 3>&1 | tee build.log if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 6 fi fi + '[' linux-gnu == cygwin ']' + tee build.log + compiler -e -f -g -l -L -M -n -O -t -R -U none ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_pidflo_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Sync.ttcn'... ../ttcn/LibCommon_Sync.ttcn:65:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SIPTypesAndValues.ttcn'... ../ttcn/LibSip_SIPTypesAndValues.ttcn:1702:21: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425:39: note: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425:45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... ../ttcn/LibItsHttp_XmlTemplates.ttcn:250:31: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... ../ttcn/LibSip_Templates.ttcn:1431:38: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. ../ttcn/LibSip_Templates.ttcn:1539:35: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestCases.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf.ttcn'... ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn:84:6: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Checking modules... ../ttcn/http_www_opengis_net_gml.ttcn: note: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122:1: note: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215:1: note: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235:1: note: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285:1: note: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291:1: note: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298:1: note: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300:2: note: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn:439:1: note: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:442:2: note: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:620:1: note: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:626:1: note: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:634:2: note: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:663:1: note: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:670:1: note: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:672:2: note: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:672:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:909:1: note: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:911:2: note: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:646:1: note: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:646:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:459:1: note: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:459:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:480:1: note: In type definition `Polygon': ../ttcn/http_www_opengis_net_gml.ttcn:487:1: note: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:495:2: note: In record field `exterior': ../ttcn/http_www_opengis_net_gml.ttcn:513:1: note: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:520:1: note: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:522:2: note: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:587:1: note: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:589:2: note: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:507:1: note: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:507:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:754:1: note: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:762:2: note: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:967:1: note: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:969:2: note: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:783:1: note: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:785:2: note: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:785:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:786:3: note: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:938:1: note: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:940:2: note: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:774:1: note: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:774:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:865:1: note: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:865:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: note: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64:5: note: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65:5: note: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66:5: note: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67:5: note: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68:5: note: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69:5: note: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70:5: note: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71:5: note: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72:5: note: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73:5: note: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74:5: note: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75:5: note: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76:5: note: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77:5: note: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78:5: note: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79:5: note: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80:5: note: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81:5: note: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82:5: note: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83:5: note: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84:5: note: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85:5: note: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86:5: note: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87:5: note: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88:5: note: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89:5: note: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90:5: note: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91:5: note: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92:5: note: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93:5: note: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94:5: note: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95:5: note: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96:5: note: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97:5: note: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98:5: note: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99:5: note: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177:5: note: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178:5: note: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179:5: note: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180:5: note: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181:5: note: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182:5: note: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183:5: note: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184:5: note: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185:5: note: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186:5: note: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187:5: note: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188:5: note: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189:5: note: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190:5: note: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191:5: note: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192:5: note: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193:5: note: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194:5: note: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195:5: note: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196:5: note: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197:5: note: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198:5: note: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199:5: note: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200:5: note: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201:5: note: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202:5: note: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203:5: note: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204:5: note: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205:5: note: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206:5: note: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207:5: note: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208:5: note: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209:5: note: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241:5: note: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242:5: note: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243:5: note: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244:5: note: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245:5: note: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246:5: note: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247:5: note: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248:5: note: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: note: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249:7: note: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:325:7: note: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330:9: note: In for statement: ../ttcn/LibCommon_Sync.ttcn:331:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:698:7: note: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:718:7: note: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738:9: note: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740:15: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:743:19: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:744:23: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:744:47: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744:74: note: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794:11: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:797:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:797:35: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797:50: note: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385:7: note: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:390:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113:7: note: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134:7: note: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118:11: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150:7: note: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121:9: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166:7: note: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391:11: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:392:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:875:7: note: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:879:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:903:7: note: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:907:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880:11: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:881:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:928:7: note: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:932:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883:9: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:884:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:951:7: note: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:955:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19:3: note: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23:5: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32:3: note: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34:5: note: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35:5: note: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36:5: note: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37:5: note: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38:5: note: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39:5: note: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: note: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77:5: note: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81:7: note: In alt construct: ../ttcn/LibCommon_Time.ttcn:83:9: note: In else branch: ../ttcn/LibCommon_Time.ttcn:83:17: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: note: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45:1: note: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60:1: note: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63:2: note: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76:1: note: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: note: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: note: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480:9: note: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481:27: note: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482:24: note: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483:33: note: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484:54: note: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484:54: note: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn:1807:13: note: In template definition `m_contentType': ../ttcn/LibSip_Templates.ttcn:1809:18: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1814:13: note: In template definition `mw_contentType': ../ttcn/LibSip_Templates.ttcn:1816:18: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1823:17: note: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1832:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1834:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1834:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1834:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1834:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1826:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1953:17: note: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1962:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1964:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1964:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1964:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1964:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1956:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1976:17: note: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:1985:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1987:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1987:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1987:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1987:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1979:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1999:17: note: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2009:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2011:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2011:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2011:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2011:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2002:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2025:17: note: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2037:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2052:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2052:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2052:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2052:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2028:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2067:17: note: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2079:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2082:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2082:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2082:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2082:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2070:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2141:17: note: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2150:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2152:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2152:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2152:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2152:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2144:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2164:17: note: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2175:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2191:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2191:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2191:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2191:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2167:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3751:9: note: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3755:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3757:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3758:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3758:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3763:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3763:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3772:9: note: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3775:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3777:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3778:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3778:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3805:9: note: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3809:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3811:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3812:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3812:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3817:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3817:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3826:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3830:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3832:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3834:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3834:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3844:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3848:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3850:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3852:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3852:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Steps.ttcn: note: In TTCN-3 module `LibSip_Steps': ../ttcn/LibSip_Steps.ttcn:4234:9: note: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4242:13: note: In function instance: ../ttcn/LibSip_Steps.ttcn:4242:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4242:38: note: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4236:13: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibItsHttp_XmlTemplates.ttcn: note: In TTCN-3 module `LibItsHttp_XmlTemplates': ../ttcn/LibItsHttp_XmlTemplates.ttcn:378:5: note: In template definition `m_extension_point_notLost': ../ttcn/LibItsHttp_XmlTemplates.ttcn:380:68: warning: Field `elem' is missing from template for record type `@urn_ietf_params_xml_ns_lost1.ExtensionPoint' Notify: Generating code... Notify: Test port skeleton header file `SipPort.hh' was generated for port type `@LibSip_Interface.SipPort'. Notify: Test port skeleton source file `SipPort.cc' was generated for port type `@LibSip_Interface.SipPort'. Notify: Test port skeleton header file `OperatorPort.hh' was generated for port type `@LibSip_Interface.OperatorPort'. Notify: Test port skeleton source file `OperatorPort.cc' was generated for port type `@LibSip_Interface.OperatorPort'. Notify: Test port skeleton header file `HttpPort.hh' was generated for port type `@LibItsHttp_TestSystem.HttpPort'. Notify: Test port skeleton source file `HttpPort.cc' was generated for port type `@LibItsHttp_TestSystem.HttpPort'. Notify: File `AtsNg112_TestCases.hh' was generated. Notify: File `AtsNg112_TestCases.cc' was generated. Notify: File `AtsNg112_TestControl.hh' was generated. Notify: File `AtsNg112_TestControl.cc' was generated. Notify: File `LibCommon_AbstractData.hh' was generated. Notify: File `LibCommon_AbstractData.cc' was generated. Notify: File `LibCommon_BasicTypesAndValues.hh' was generated. Notify: File `LibCommon_BasicTypesAndValues.cc' was generated. Notify: File `LibCommon_DataStrings.hh' was generated. Notify: File `LibCommon_DataStrings.cc' was generated. Notify: File `LibCommon_Sync.hh' was generated. Notify: File `LibCommon_Sync.cc' was generated. Notify: File `LibCommon_TextStrings.hh' was generated. Notify: File `LibCommon_TextStrings.cc' was generated. Notify: File `LibCommon_Time.hh' was generated. Notify: File `LibCommon_Time.cc' was generated. Notify: File `LibCommon_VerdictControl.hh' was generated. Notify: File `LibCommon_VerdictControl.cc' was generated. Notify: File `LibItsHttp_BinaryMessageBodyTypes.hh' was generated. Notify: File `LibItsHttp_BinaryMessageBodyTypes.cc' was generated. Notify: File `LibItsHttp_BinaryTemplates.hh' was generated. Notify: File `LibItsHttp_BinaryTemplates.cc' was generated. Notify: File `LibItsHttp_BinaryTypes.hh' was generated. Notify: File `LibItsHttp_BinaryTypes.cc' was generated. Notify: File `LibItsHttp_EncdecDeclarations.hh' was generated. Notify: File `LibItsHttp_EncdecDeclarations.cc' was generated. Notify: File `LibItsHttp_Functions.hh' was generated. Notify: File `LibItsHttp_Functions.cc' was generated. Notify: File `LibItsHttp_MessageBodyTypes.hh' was generated. Notify: File `LibItsHttp_MessageBodyTypes.cc' was generated. Notify: File `LibItsHttp_Pics.hh' was generated. Notify: File `LibItsHttp_Pics.cc' was generated. Notify: File `LibItsHttp_Templates.hh' was generated. Notify: File `LibItsHttp_Templates.cc' was generated. Notify: File `LibItsHttp_TestSystem.hh' was generated. Notify: File `LibItsHttp_TestSystem.cc' was generated. Notify: File `LibItsHttp_TypesAndValues.hh' was generated. Notify: File `LibItsHttp_TypesAndValues.cc' was generated. Notify: File `LibItsHttp_XMLTypes.hh' was generated. Notify: File `LibItsHttp_XMLTypes.cc' was generated. Notify: File `LibItsHttp_XmlMessageBodyTypes.hh' was generated. Notify: File `LibItsHttp_XmlMessageBodyTypes.cc' was generated. Notify: File `LibItsHttp_XmlTemplates.hh' was generated. Notify: File `LibItsHttp_XmlTemplates.cc' was generated. Notify: File `LibNg112_EncdecDeclarations.hh' was generated. Notify: File `LibNg112_EncdecDeclarations.cc' was generated. Notify: File `LibNg112_Functions.hh' was generated. Notify: File `LibNg112_Functions.cc' was generated. Notify: File `LibNg112_Pics.hh' was generated. Notify: File `LibNg112_Pics.cc' was generated. Notify: File `LibNg112_Pixits.hh' was generated. Notify: File `LibNg112_Pixits.cc' was generated. Notify: File `LibNg112_Templates.hh' was generated. Notify: File `LibNg112_Templates.cc' was generated. Notify: File `LibNg112_TestSystem.hh' was generated. Notify: File `LibNg112_TestSystem.cc' was generated. Notify: File `LibNg112_TypesAndValues.hh' was generated. Notify: File `LibNg112_TypesAndValues.cc' was generated. Notify: File `LibSip_Common.hh' was generated. Notify: File `LibSip_Common.cc' was generated. Notify: File `LibSip_EncdecDeclarations.hh' was generated. Notify: File `LibSip_EncdecDeclarations.cc' was generated. Notify: File `LibSip_Interface.hh' was generated. Notify: File `LibSip_Interface.cc' was generated. Notify: File `LibSip_Library.hh' was generated. Notify: File `LibSip_Library.cc' was generated. Notify: File `LibSip_MessageBodyTypes.hh' was generated. Notify: File `LibSip_MessageBodyTypes.cc' was generated. Notify: File `LibSip_PIXITS.hh' was generated. Notify: File `LibSip_PIXITS.cc' was generated. Notify: File `LibSip_SDPTypes.hh' was generated. Notify: File `LibSip_SDPTypes.cc' was generated. Notify: File `LibSip_SIPTypesAndValues.hh' was generated. Notify: File `LibSip_SIPTypesAndValues.cc' was generated. Notify: File `LibSip_SMSFunctions.hh' was generated. Notify: File `LibSip_SMSFunctions.cc' was generated. Notify: File `LibSip_SMSTemplates.hh' was generated. Notify: File `LibSip_SMSTemplates.cc' was generated. Notify: File `LibSip_SMSTypesAndValues.hh' was generated. Notify: File `LibSip_SMSTypesAndValues.cc' was generated. Notify: File `LibSip_SimpleMsgSummaryTypes.hh' was generated. Notify: File `LibSip_SimpleMsgSummaryTypes.cc' was generated. Notify: File `LibSip_Steps.hh' was generated. Notify: File `LibSip_Steps.cc' was generated. Notify: File `LibSip_Templates.hh' was generated. Notify: File `LibSip_Templates.cc' was generated. Notify: File `LibSip_XMLTypes.hh' was generated. Notify: File `LibSip_XMLTypes.cc' was generated. Notify: File `NoTargetNamespace.hh' was generated. Notify: File `NoTargetNamespace.cc' was generated. Notify: File `UsefulTtcn3Types.hh' was generated. Notify: File `UsefulTtcn3Types.cc' was generated. Notify: File `XSD.hh' was generated. Notify: File `XSD.cc' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_comm_div_info.hh' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_comm_div_info.cc' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_mcid.hh' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_pstn.hh' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_xcap.hh' was generated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc' was generated. Notify: File `http_www_opengis_net_gml.hh' was generated. Notify: File `http_www_opengis_net_gml.cc' was generated. Notify: File `http_www_opengis_net_pidflo_1_0.hh' was generated. Notify: File `http_www_opengis_net_pidflo_1_0.cc' was generated. Notify: File `http_www_w3_org_XML_1998_namespace.hh' was generated. Notify: File `http_www_w3_org_XML_1998_namespace.cc' was generated. Notify: File `urn_3gpp_ns_cw_1_0.hh' was generated. Notify: File `urn_3gpp_ns_cw_1_0.cc' was generated. Notify: File `urn_ietf_params_xml_ns_common_policy.hh' was generated. Notify: File `urn_ietf_params_xml_ns_common_policy.cc' was generated. Notify: File `urn_ietf_params_xml_ns_conference_info.hh' was generated. Notify: File `urn_ietf_params_xml_ns_conference_info.cc' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_conf.hh' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_conf.cc' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_held.hh' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_held.cc' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_held_id.hh' was generated. Notify: File `urn_ietf_params_xml_ns_geopriv_held_id.cc' was generated. Notify: File `urn_ietf_params_xml_ns_lost1.hh' was generated. Notify: File `urn_ietf_params_xml_ns_lost1.cc' was generated. Notify: File `urn_ietf_params_xml_ns_pidf.hh' was generated. Notify: File `urn_ietf_params_xml_ns_pidf.cc' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10.hh' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10.cc' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.hh' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.hh' was generated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc' was generated. Notify: File `urn_ietf_params_xml_ns_reginfo.hh' was generated. Notify: File `urn_ietf_params_xml_ns_reginfo.cc' was generated. Notify: File `urn_ietf_params_xml_ns_resource_lists.hh' was generated. Notify: File `urn_ietf_params_xml_ns_resource_lists.cc' was generated. Notify: File `urn_oma_xml_xdm_common_policy.hh' was generated. Notify: File `urn_oma_xml_xdm_common_policy.cc' was generated. Notify: 136 files were updated. + '[' 0 == 1 ']' # Sart ATS generation - Step 2 # Create working variables CC_FILES=`find ../src -name '*.c*'` ++ find ../src -name '*.c*' + CC_FILES='../src/LibItsHttp_Encdec.cc ../src/HttpPort.cc ../src/LibSip_Templates_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc ../src/SipPort.cc ../src/LibSip_Steps_Encdec.cc ../src/LibSip_Encdec.cc' FWK_FILES=`find ${PATH_DEV_EMCOM}/framework/ -name '*.c*'` ++ find /home/etsi/dev/etsi_emcom/framework/ -name '*.c*' + FWK_FILES='/home/etsi/dev/etsi_emcom/framework/src/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_cygwin_layer.cc' CFG_FILES=`find ../etc -name '*.cfg'` ++ find ../etc -name '*.cfg' + CFG_FILES=../etc/AtsNg112.cfg # Sart ATS generation - Step 3 if [ "${OSTYPE}" == "cygwin" ] then ttcn3_makefilegen.exe -d -f -g -m -M -R -U none -e Ats${ATS_NAME} ${TTCN_FILES} ${CC_FILES} ${FWK_FILES} ${CFG_FILES} | tee --append build.log if [ "$?" == "1" ] then f_exit "Failed to compile ATS" 5 fi else ttcn3_makefilegen -d -f -g -m -M -R -U none -e Ats${ATS_NAME} ${TTCN_FILES} ${CC_FILES} ${FWK_FILES} ${CFG_FILES} | tee --append build.log if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 7 fi fi + '[' linux-gnu == cygwin ']' + tee --append build.log + ttcn3_makefilegen -d -f -g -m -M -R -U none -e AtsNg112 ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ../src/LibItsHttp_Encdec.cc ../src/HttpPort.cc ../src/LibSip_Templates_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc ../src/SipPort.cc ../src/LibSip_Steps_Encdec.cc ../src/LibSip_Encdec.cc /home/etsi/dev/etsi_emcom/framework/src/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_cygwin_layer.cc ../etc/AtsNg112.cfg Data used for Makefile generation: TTCN-3 project name: (null) TTCN-3 modules: (68 pcs.) Module name: http_www_opengis_net_pidflo_1_0 Directory: ../ttcn File name: http_www_opengis_net_pidflo_1_0.ttcn Follows the naming convention: yes Module name: LibItsHttp_Functions Directory: ../ttcn File name: LibItsHttp_Functions.ttcn Follows the naming convention: yes Module name: LibNg112_Templates Directory: ../ttcn File name: LibNg112_Templates.ttcn Follows the naming convention: yes Module name: LibSip_SMSTemplates Directory: ../ttcn File name: LibSip_SMSTemplates.ttcn Follows the naming convention: yes Module name: LibSip_SDPTypes Directory: ../ttcn File name: LibSip_SDPTypes.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_mcid Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn Follows the naming convention: yes Module name: LibNg112_TypesAndValues Directory: ../ttcn File name: LibNg112_TypesAndValues.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_held Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_held.ttcn Follows the naming convention: yes Module name: LibCommon_Sync Directory: ../ttcn File name: LibCommon_Sync.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryTemplates Directory: ../ttcn File name: LibItsHttp_BinaryTemplates.ttcn Follows the naming convention: yes  Module name: urn_ietf_params_xml_ns_common_policy Directory: ../ttcn File name: urn_ietf_params_xml_ns_common_policy.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn Follows the naming convention: yes Module name: LibSip_PIXITS Directory: ../ttcn File name: LibSip_PIXITS.ttcn Follows the naming convention: yes Module name: LibItsHttp_XMLTypes Directory: ../ttcn File name: LibItsHttp_XMLTypes.ttcn Follows the naming convention: yes Module name: LibSip_SIPTypesAndValues Directory: ../ttcn File name: LibSip_SIPTypesAndValues.ttcn Follows the naming convention: yes Module name: LibSip_Interface Directory: ../ttcn File name: LibSip_Interface.ttcn Follows the naming convention: yes Module name: LibCommon_VerdictControl Directory: ../ttcn File name: LibCommon_VerdictControl.ttcn Follows the naming convention: yes Module name: LibNg112_TestSystem Directory: ../ttcn File name: LibNg112_TestSystem.ttcn Follows the naming convention: yes  Module name: LibSip_XMLTypes Directory: ../ttcn File name: LibSip_XMLTypes.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_conf Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_conf.ttcn Follows the naming convention: yes Module name: LibNg112_Pics Directory: ../ttcn File name: LibNg112_Pics.ttcn  Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_pstn Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_reginfo Directory: ../ttcn File name: urn_ietf_params_xml_ns_reginfo.ttcn Follows the naming convention: yes Module name: NoTargetNamespace Directory: ../ttcn File name: NoTargetNamespace.ttcn Follows the naming convention: yes Module name: LibSip_Library Directory: ../ttcn File name: LibSip_Library.ttcn Follows the naming convention: yes Module name: LibItsHttp_Pics Directory: ../ttcn File name: LibItsHttp_Pics.ttcn Follows the naming convention: yes  Module name: urn_ietf_params_xml_ns_lost1 Directory: ../ttcn File name: urn_ietf_params_xml_ns_lost1.ttcn Follows the naming convention: yes Module name: LibNg112_Functions Directory: ../ttcn File name: LibNg112_Functions.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn Follows the naming convention: yes Module name: http_www_w3_org_XML_1998_namespace Directory: ../ttcn File name: http_www_w3_org_XML_1998_namespace.ttcn Follows the naming convention: yes Module name: LibSip_Steps Directory: ../ttcn File name: LibSip_Steps.ttcn Follows the naming convention: yes Module name: XSD Directory: ../ttcn File name: XSD.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryMessageBodyTypes Directory: ../ttcn File name: LibItsHttp_BinaryMessageBodyTypes.ttcn  Follows the naming convention: yes Module name: LibSip_MessageBodyTypes  Directory: ../ttcn File name: LibSip_MessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibNg112_EncdecDeclarations Directory: ../ttcn File name: LibNg112_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: urn_oma_xml_xdm_common_policy Directory: ../ttcn File name: urn_oma_xml_xdm_common_policy.ttcn Follows the naming convention: yes Module name: LibItsHttp_XmlTemplates Directory: ../ttcn File name: LibItsHttp_XmlTemplates.ttcn Follows the naming convention: yes Module name: UsefulTtcn3Types Directory: ../ttcn File name: UsefulTtcn3Types.ttcn Follows the naming convention: yes Module name: LibItsHttp_Templates Directory: ../ttcn File name: LibItsHttp_Templates.ttcn Follows the naming convention: yes Module name: LibSip_SMSFunctions Directory: ../ttcn File name: LibSip_SMSFunctions.ttcn Follows the naming convention: yes Module name: urn_3gpp_ns_cw_1_0 Directory: ../ttcn File name: urn_3gpp_ns_cw_1_0.ttcn Follows the naming convention: yes Module name: LibNg112_Pixits Directory: ../ttcn File name: LibNg112_Pixits.ttcn Follows the naming convention: yes Module name: LibItsHttp_TypesAndValues Directory: ../ttcn File name: LibItsHttp_TypesAndValues.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_held_id Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_held_id.ttcn Follows the naming convention: yes Module name: LibCommon_TextStrings Directory: ../ttcn File name: LibCommon_TextStrings.ttcn Follows the naming convention: yes Module name: http_www_opengis_net_gml Directory: ../ttcn File name: http_www_opengis_net_gml.ttcn Follows the naming convention: yes Module name: LibItsHttp_EncdecDeclarations Directory: ../ttcn  File name: LibItsHttp_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: LibCommon_AbstractData Directory: ../ttcn File name: LibCommon_AbstractData.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryTypes Directory: ../ttcn File name: LibItsHttp_BinaryTypes.ttcn Follows the naming convention: yes Module name: LibItsHttp_MessageBodyTypes Directory: ../ttcn File name: LibItsHttp_MessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibSip_SimpleMsgSummaryTypes Directory: ../ttcn File name: LibSip_SimpleMsgSummaryTypes.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_xcap Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn Follows the naming convention: yes Module name: LibSip_Common Directory: ../ttcn File name: LibSip_Common.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10 Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10.ttcn Follows the naming convention: yes Module name: AtsNg112_TestControl Directory: ../ttcn File name: AtsNg112_TestControl.ttcn Follows the naming convention: yes Module name: LibItsHttp_TestSystem Directory: ../ttcn File name: LibItsHttp_TestSystem.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_comm_div_info Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn Follows the naming convention: yes Module name: LibItsHttp_XmlMessageBodyTypes Directory: ../ttcn File name: LibItsHttp_XmlMessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibSip_Templates Directory: ../ttcn File name: LibSip_Templates.ttcn Follows the naming convention: yes Module name: LibCommon_Time Directory: ../ttcn File name: LibCommon_Time.ttcn Follows the naming convention: yes Module name: LibCommon_DataStrings Directory: ../ttcn File name: LibCommon_DataStrings.ttcn Follows the naming convention: yes Module name: LibSip_EncdecDeclarations Directory: ../ttcn File name: LibSip_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: LibSip_SMSTypesAndValues Directory: ../ttcn File name: LibSip_SMSTypesAndValues.ttcn Follows the naming convention: yes  Module name: urn_ietf_params_xml_ns_resource_lists Directory: ../ttcn File name: urn_ietf_params_xml_ns_resource_lists.ttcn Follows the naming convention: yes Module name: LibCommon_BasicTypesAndValues Directory: ../ttcn File name: LibCommon_BasicTypesAndValues.ttcn Follows the naming convention: yes Module name: AtsNg112_TestCases  Directory: ../ttcn File name: AtsNg112_TestCases.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_conference_info Directory: ../ttcn File name: urn_ietf_params_xml_ns_conference_info.ttcn Follows the naming convention: yes TTCN-3 preprocessing: no All local TTCN-3 modules follow the naming convention: no ASN.1 modules: (0 pcs.) All local ASN.1 modules follow the naming convention: yes User C/C++ modules: (28 pcs.) File prefix: LibItsHttp_Encdec Directory: ../src Source file: LibItsHttp_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibItsHttp_Encdec.o File prefix: HttpPort Directory: ../src Source file: HttpPort.cc Source file has .cc or .cpp suffix: yes Object file: HttpPort.o File prefix: LibSip_Templates_Encdec Directory: ../src Source file: LibSip_Templates_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Templates_Encdec.o File prefix: LibSip_SMSFunctions_Encdec Directory: ../src Source file: LibSip_SMSFunctions_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_SMSFunctions_Encdec.o File prefix: SipPort Directory: ../src Source file: SipPort.cc  Source file has .cc or .cpp suffix: yes Object file: SipPort.o File prefix: LibSip_Steps_Encdec Directory: ../src Source file: LibSip_Steps_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Steps_Encdec.o File prefix: LibSip_Encdec Directory: ../src Source file: LibSip_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Encdec.o File prefix: http_layer Directory: ../../../framework/src Source file: http_layer.cc Source file has .cc or .cpp suffix: yes Object file: http_layer.o File prefix: tcp_layer Directory: ../../../framework/src Source file: tcp_layer.cc Source file has .cc or .cpp suffix: yes Object file: tcp_layer.o File prefix: loggers Directory: ../../../framework/src Source file: loggers.cc Source file has .cc or .cpp suffix: yes Object file: loggers.o File prefix: held_codec Directory: ../../../framework/src Source file: held_codec.cc Source file has .cc or .cpp suffix: yes Object file: held_codec.o File prefix: pcap_layer Directory: ../../../framework/src Source file: pcap_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_layer.o File prefix: codec_stack_builder Directory: ../../../framework/src Source file: codec_stack_builder.cc Source file has .cc or .cpp suffix: yes Object file: codec_stack_builder.o File prefix: sip_codec_request Directory: ../../../framework/src Source file: sip_codec_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_request.o File prefix: Abstract_Socket Directory: ../../../framework/src Source file: Abstract_Socket.cc Source file has .cc or .cpp suffix: yes Object file: Abstract_Socket.o File prefix: pcap_linux_layer Directory: ../../../framework/src Source file: pcap_linux_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_linux_layer.o File prefix: layer_factory Directory: ../../../framework/src Source file: layer_factory.cc Source file has .cc or .cpp suffix: yes Object file: layer_factory.o File prefix: http_codec Directory: ../../../framework/src Source file: http_codec.cc Source file has .cc or .cpp suffix: yes Object file: http_codec.o File prefix: ethernet_layer Directory: ../../../framework/src Source file: ethernet_layer.cc Source file has .cc or .cpp suffix: yes  Object file: ethernet_layer.o File prefix: udp_layer Directory: ../../../framework/src Source file: udp_layer.cc Source file has .cc or .cpp suffix: yes Object file: udp_layer.o File prefix: sip_codec_register_request Directory: ../../../framework/src Source file: sip_codec_register_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_register_request.o File prefix: converter Directory: ../../../framework/src Source file: converter.cc Source file has .cc or .cpp suffix: yes Object file: converter.o File prefix: params Directory: ../../../framework/src Source file: params.cc Source file has .cc or .cpp suffix: yes  Object file: params.o File prefix: lost_codec Directory: ../../../framework/src Source file: lost_codec.cc Source file has .cc or .cpp suffix: yes Object file: lost_codec.o File prefix: sip_layer Directory: ../../../framework/src Source file: sip_layer.cc Source file has .cc or .cpp suffix: yes Object file: sip_layer.o File prefix: sip_codec_invite_request Directory: ../../../framework/src Source file: sip_codec_invite_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_invite_request.o File prefix: pcap_offline_layer  Directory: ../../../framework/src  Source file: pcap_offline_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_offline_layer.o File prefix: pcap_cygwin_layer Directory: ../../../framework/src Source file: pcap_cygwin_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_cygwin_layer.o All local C/C++ header files follow the naming convention: no All local C/C++ source files follow the naming convention: yes Other files: (2 pcs.) File name: ../etc/AtsNg112.cfg File name: Makefile Use pre-compiled files from central storage: no Working directory: /home/etsi/dev/etsi_emcom/src/AtsNg112/objs GNU make: yes Execution mode: parallel Name of executable: AtsNg112 Output file: Makefile Force overwrite: yes Use function test runtime: yes Use dynamic linking: no Code splitting mode: -U none Code coverage file: Generating Makefile skeleton... Makefile skeleton was generated. + '[' 0 == 1 ']' # Bug xsd2ttcn for i in ${XSD_FILES} do VARIANT='s/ variant (\[\-\]) ;//g' sed --in-place "${VARIANT}" $i done # Remove port skeletons to use src/ for i in `ls ../include/*.hh` do if [ -f ./`basename $i` ] then rm ./`basename $i` fi done ++ ls ../include/HttpPort.hh ../include/OperatorPort.hh ../include/SipPort.hh + for i in `ls ../include/*.hh` ++ basename ../include/HttpPort.hh + '[' -f ./HttpPort.hh ']' ++ basename ../include/HttpPort.hh + rm ./HttpPort.hh + for i in `ls ../include/*.hh` ++ basename ../include/OperatorPort.hh + '[' -f ./OperatorPort.hh ']' ++ basename ../include/OperatorPort.hh + rm ./OperatorPort.hh + for i in `ls ../include/*.hh` ++ basename ../include/SipPort.hh + '[' -f ./SipPort.hh ']' ++ basename ../include/SipPort.hh + rm ./SipPort.hh for i in `ls ../src/*.cc` do if [ -f ./`basename $i` ] then rm ./`basename $i` fi done ++ ls ../src/HttpPort.cc ../src/LibItsHttp_Encdec.cc ../src/LibSip_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc ../src/LibSip_Steps_Encdec.cc ../src/LibSip_Templates_Encdec.cc ../src/SipPort.cc + for i in `ls ../src/*.cc` ++ basename ../src/HttpPort.cc + '[' -f ./HttpPort.cc ']' ++ basename ../src/HttpPort.cc + rm ./HttpPort.cc + for i in `ls ../src/*.cc` ++ basename ../src/LibItsHttp_Encdec.cc + '[' -f ./LibItsHttp_Encdec.cc ']' + for i in `ls ../src/*.cc` ++ basename ../src/LibSip_Encdec.cc + '[' -f ./LibSip_Encdec.cc ']' + for i in `ls ../src/*.cc` ++ basename ../src/LibSip_SMSFunctions_Encdec.cc + '[' -f ./LibSip_SMSFunctions_Encdec.cc ']' + for i in `ls ../src/*.cc` ++ basename ../src/LibSip_Steps_Encdec.cc + '[' -f ./LibSip_Steps_Encdec.cc ']' + for i in `ls ../src/*.cc` ++ basename ../src/LibSip_Templates_Encdec.cc + '[' -f ./LibSip_Templates_Encdec.cc ']' + for i in `ls ../src/*.cc` ++ basename ../src/SipPort.cc + '[' -f ./SipPort.cc ']' ++ basename ../src/SipPort.cc + rm ./SipPort.cc  # Check if Makefile was generated if [ ! -f ./Makefile ] then f_exit "Failed to generate ATS source code" 8 fi + '[' '!' -f ./Makefile ']'  # Patch ATS generated files #./bin/patch.bash 2>&1 3>&1 | tee --append build.log # Add compiler/linker options # -DASN_DISABLE_OER_SUPPORT is required for CAMCodec and DENMCodec if [ "$1" == "prof" ] then if [ "${OSTYPE}" == "cygwin" ] then CXXFLAGS_DEBUG_MODE='s/-Wall/-pg -Wall -std=c++11 -fPIC -D_XOPEN_SOURCE=700 -DAS_USE_SSL -pthreads -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else CXXFLAGS_DEBUG_MODE='s/-Wall/-pg -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthreads -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -pg -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else if [ "${OSTYPE}" == "cygwin" ] then  CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -D_XOPEN_SOURCE=700 -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi + '[' '' == prof ']' + '[' linux-gnu == cygwin ']' + CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' + LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ADD_INCLUDE='/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' + ADD_INCLUDE='/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' ADD_LIBRARIES='s/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' + ADD_LIBRARIES='s/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' sed --in-place "${CXXFLAGS_DEBUG_MODE}" ./Makefile + sed --in-place 's/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ./Makefile sed --in-place "${LDFLAGS_DEBUG_MODE}" ./Makefile + sed --in-place 's/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ./Makefile sed --in-place "${ADD_INCLUDE}" ./Makefile + sed --in-place '/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' ./Makefile sed --in-place "${ADD_LIBRARIES}" ./Makefile + sed --in-place 's/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' ./Makefile # Update COMPILER_FLAGS COMPILER_FLAGS='s/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' + COMPILER_FLAGS='s/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' sed --in-place "${COMPILER_FLAGS}" ./Makefile + sed --in-place 's/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' ./Makefile # Update clean clause CLEAN_LINE='s/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' + CLEAN_LINE='s/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' sed --in-place "${CLEAN_LINE}" ./Makefile + sed --in-place 's/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' ./Makefile # Move binary file command EXECUTABLE=MyExample + EXECUTABLE=MyExample MV_CMD='s/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' + MV_CMD='s/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' sed --in-place "${MV_CMD}" ./Makefile + sed --in-place 's/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' ./Makefile # Add run command ADD_HOST='/PLATFORM = /aHOST=127.0.0.1' + ADD_HOST='/PLATFORM = /aHOST=127.0.0.1' ADD_PORT='/PLATFORM = /aPORT=12000' + ADD_PORT='/PLATFORM = /aPORT=12000' sed --in-place "${ADD_PORT}" ./Makefile + sed --in-place '/PLATFORM = /aPORT=12000' ./Makefile sed --in-place "${ADD_HOST}" ./Makefile + sed --in-place '/PLATFORM = /aHOST=127.0.0.1' ./Makefile ADD_RUN_LINE_1='$arun: all' + ADD_RUN_LINE_1='$arun: all' ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile ADD_RUN_LINE_1='$arun_d: all' + ADD_RUN_LINE_1='$arun_d: all' ADD_RUN_LINE_2='$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun_d: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile ADD_RUN_LINE_1='$arun_v: all' + ADD_RUN_LINE_1='$arun_v: all' ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun_v: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile # Add gendoc entry ADD_RUN_LINE_1='$agendoc: ../docs/o2.cfg' + ADD_RUN_LINE_1='$agendoc: ../docs/o2.cfg' ADD_RUN_LINE_2='$a\\tdoxygen ../docs/o2.cfg' + ADD_RUN_LINE_2='$a\\tdoxygen ../docs/o2.cfg' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$agendoc: ../docs/o2.cfg' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\tdoxygen ../docs/o2.cfg' ./Makefile  # Build all make all 2>&1 3>&1 | tee --append build.log + make all + tee --append build.log /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -e -O -L -R -U none -M ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn - ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_pidflo_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Sync.ttcn'... ../ttcn/LibCommon_Sync.ttcn:65.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SIPTypesAndValues.ttcn'... ../ttcn/LibSip_SIPTypesAndValues.ttcn:1702.21-29: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.39-48: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... ../ttcn/LibItsHttp_XmlTemplates.ttcn:250.31: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... ../ttcn/LibSip_Templates.ttcn:1431.38: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. ../ttcn/LibSip_Templates.ttcn:1539.35: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestCases.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf.ttcn'... ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn:84.6-13: warning: Keyword 'timestamp' is treated as an identifier. Activate compiler option '-I' to use real-time testing features. Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Checking modules... ../ttcn/http_www_opengis_net_gml.ttcn: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122.1-125.1: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122.6-125.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215.1-223.1: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215.6-223.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235.1-56: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285.1-53: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291.1-36: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298.1-301.1: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300.2-18: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn:439.1-444.1: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:442.2-14: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:620.1-20: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:626.1-635.1: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:634.2-18: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:663.1-43: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:670.1-673.1: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-47: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-29: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:909.1-914.1: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:911.2-38: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:646.1-651.1: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:646.6-651.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:459.1-55: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:459.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:480.1-24: In type definition `Polygon': ../ttcn/http_www_opengis_net_gml.ttcn:487.1-496.1: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:495.2-27: In record field `exterior': ../ttcn/http_www_opengis_net_gml.ttcn:513.1-38: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:520.1-523.1: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:522.2-16: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:587.1-591.1: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:589.2-22: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:507.1-42: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:507.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:754.1-763.1: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:762.2-22: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:967.1-971.1: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:969.2-38: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:783.1-788.1: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.16: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.2: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:786.3-33: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:938.1-943.1: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:940.2-38: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:774.1-777.1: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:774.6-777.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:865.1-53: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:865.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.5-41: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.5-41: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.5-41: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.5-41: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.5-41: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.5-41: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.5-41: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.5-41: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.5-41: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.5-43: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.5-43: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.5-43: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.5-43: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.5-43: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.5-43: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.5-43: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.5-43: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.5-43: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.5-43: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.5-43: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.5-43: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.5-43: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.5-43: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.5-43: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.5-43: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.5-43: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.5-43: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.5-43: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.5-43: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.5-43: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.5-43: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.5-43: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.5-43: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.5-43: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.5-43: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.5-43: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.5-48: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.5-48: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.5-48: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.5-48: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.5-48: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.5-48: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.5-48: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.5-48: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.5-48: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.5-51: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.5-51: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.5-51: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.5-51: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.5-51: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.5-51: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.5-51: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.5-51: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.5-51: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.5-51: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.5-51: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.5-51: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.5-51: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.5-51: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.5-51: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.5-51: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.5-51: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.5-51: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.5-51: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.5-51: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.5-51: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.5-51: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.5-51: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.5-51: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.5-23: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.5-23: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.5-23: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.5-23: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.5-23: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.5-23: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.5-23: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.5-23: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249.7-252.7: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251.11-56: In function instance: ../ttcn/LibCommon_Sync.ttcn:325.7-337.7: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330.9-335.9: In for statement: ../ttcn/LibCommon_Sync.ttcn:331.11-334.32: In function instance: ../ttcn/LibCommon_Sync.ttcn:698.7-703.7: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702.11-99: In function instance: ../ttcn/LibCommon_Sync.ttcn:718.7-806.7: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738.9-784.9: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740.15-746.15: In if statement: ../ttcn/LibCommon_Sync.ttcn:743.19-745.19: In if statement: ../ttcn/LibCommon_Sync.ttcn:744.23-113: In function instance: ../ttcn/LibCommon_Sync.ttcn:744.47-113: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744.74-112: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794.11-805.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:797.11-77: In function instance: ../ttcn/LibCommon_Sync.ttcn:797.35-77: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797.50-76: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385.7-394.7: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388.9-391.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:390.11-50: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113.7-1124.7: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116.9-1118.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134.7-1140.7: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118.11-1120.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150.7-1156.7: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121.9-1123.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122.13-58: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166.7-1171.7: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391.11-393.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:392.11-52: In function instance: ../ttcn/LibCommon_Sync.ttcn:875.7-886.7: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878.9-880.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:879.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:903.7-909.7: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:907.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880.11-882.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:881.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:928.7-934.7: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:932.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883.9-885.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:884.13-60: In function instance: ../ttcn/LibCommon_Sync.ttcn:951.7-956.7: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:955.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19.3-22.3: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32.3-42.3: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34.5-39: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35.5-40: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36.5-32: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37.5-33: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38.5-42: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39.5-43: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40.5-42: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41.5-27: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77.5-85.5: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81.7-84.7: In alt construct: ../ttcn/LibCommon_Time.ttcn:83.9-23: In else branch: ../ttcn/LibCommon_Time.ttcn:83.17-22: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45.1-48.1: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-29: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-19: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60.1-66.1: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63.2-35: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76.1-84.1: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.14: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.2: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-53: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-39: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480.9-493.9: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481.27-492.13: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482.24-491.17: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483.33-485.21: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484.54-108: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484.54-108: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn:1807.13-1812.13: In template definition `m_contentType': ../ttcn/LibSip_Templates.ttcn:1809.18-1812.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1814.13-1819.13: In template definition `mw_contentType': ../ttcn/LibSip_Templates.ttcn:1816.18-1819.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1823.17-1844.17: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1832.34-1843.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1834.33-63: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1834.39-63: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1834.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1834.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1826.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1953.17-1974.17: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1962.34-1973.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1964.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1964.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1964.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1964.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1956.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1976.17-1997.17: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:1985.34-1996.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1987.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1987.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1987.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1987.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1979.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1999.17-2023.17: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2009.34-2021.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2011.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2011.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2011.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2011.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2002.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2025.17-2065.17: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2037.34-2063.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2052.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2052.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2052.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2052.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2028.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2067.17-2094.17: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2079.34-2093.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2082.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2082.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2082.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2082.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2070.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2141.17-2162.17: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2150.34-2161.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2152.33-69: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2152.39-69: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2152.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2152.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2144.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2164.17-2202.17: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2175.34-2200.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2191.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2191.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2191.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2191.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2167.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3751.9-3770.9: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3755.32-3769.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3757.41-3768.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3772.9-3785.9: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3775.32-3784.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3777.41-3783.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3805.9-3824.9: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3809.32-3823.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3811.41-3822.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3826.9-3842.9: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3830.32-3841.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3832.41-3840.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3844.9-3860.9: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3848.32-3859.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3850.41-3858.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Steps.ttcn: In TTCN-3 module `LibSip_Steps': ../ttcn/LibSip_Steps.ttcn:4234.9-4243.9: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4242.13-88: In function instance: ../ttcn/LibSip_Steps.ttcn:4242.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4242.38-47: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4236.13-55: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibItsHttp_XmlTemplates.ttcn: In TTCN-3 module `LibItsHttp_XmlTemplates': ../ttcn/LibItsHttp_XmlTemplates.ttcn:378.5-382.5: In template definition `m_extension_point_notLost': ../ttcn/LibItsHttp_XmlTemplates.ttcn:380.68-382.5: warning: Field `elem' is missing from template for record type `@urn_ietf_params_xml_ns_lost1.ExtensionPoint' Notify: Generating code... Notify: File `AtsNg112_TestCases.cc' was updated. Notify: File `AtsNg112_TestControl.cc' was updated. Notify: File `LibCommon_AbstractData.hh' was updated. Notify: File `LibCommon_AbstractData.cc' was updated. Notify: File `LibCommon_BasicTypesAndValues.hh' was updated. Notify: File `LibCommon_BasicTypesAndValues.cc' was updated. Notify: File `LibCommon_DataStrings.hh' was updated. Notify: File `LibCommon_DataStrings.cc' was updated. Notify: File `LibCommon_Sync.hh' was updated. Notify: File `LibCommon_Sync.cc' was updated. Notify: File `LibCommon_TextStrings.hh' was updated. Notify: File `LibCommon_TextStrings.cc' was updated. Notify: File `LibCommon_Time.cc' was updated. Notify: File `LibCommon_VerdictControl.hh' was updated. Notify: File `LibCommon_VerdictControl.cc' was updated. Notify: File `LibItsHttp_BinaryMessageBodyTypes.hh' was updated. Notify: File `LibItsHttp_BinaryMessageBodyTypes.cc' was updated. Notify: File `LibItsHttp_BinaryTemplates.cc' was updated. Notify: File `LibItsHttp_BinaryTypes.cc' was updated. Notify: File `LibItsHttp_EncdecDeclarations.cc' was updated. Notify: File `LibItsHttp_Functions.hh' was updated. Notify: File `LibItsHttp_Functions.cc' was updated. Notify: File `LibItsHttp_MessageBodyTypes.hh' was updated. Notify: File `LibItsHttp_MessageBodyTypes.cc' was updated. Notify: File `LibItsHttp_Pics.cc' was updated. Notify: File `LibItsHttp_Templates.cc' was updated. Notify: File `LibItsHttp_TestSystem.cc' was updated. Notify: File `LibItsHttp_TypesAndValues.hh' was updated. Notify: File `LibItsHttp_TypesAndValues.cc' was updated. Notify: File `LibItsHttp_XMLTypes.cc' was updated. Notify: File `LibItsHttp_XmlMessageBodyTypes.hh' was updated. Notify: File `LibItsHttp_XmlMessageBodyTypes.cc' was updated. Notify: File `LibItsHttp_XmlTemplates.hh' was updated. Notify: File `LibItsHttp_XmlTemplates.cc' was updated. Notify: File `LibNg112_EncdecDeclarations.cc' was updated. Notify: File `LibNg112_Functions.cc' was updated. Notify: File `LibNg112_Pics.hh' was updated. Notify: File `LibNg112_Pics.cc' was updated. Notify: File `LibNg112_Pixits.cc' was updated. Notify: File `LibNg112_Templates.cc' was updated. Notify: File `LibNg112_TestSystem.cc' was updated. Notify: File `LibNg112_TypesAndValues.hh' was updated. Notify: File `LibNg112_TypesAndValues.cc' was updated. Notify: File `LibSip_Common.hh' was updated. Notify: File `LibSip_Common.cc' was updated. Notify: File `LibSip_EncdecDeclarations.cc' was updated. Notify: File `LibSip_Interface.hh' was updated. Notify: File `LibSip_Interface.cc' was updated. Notify: File `LibSip_Library.cc' was updated. Notify: File `LibSip_MessageBodyTypes.hh' was updated. Notify: File `LibSip_MessageBodyTypes.cc' was updated. Notify: File `LibSip_PIXITS.cc' was updated. Notify: File `LibSip_SDPTypes.hh' was updated. Notify: File `LibSip_SDPTypes.cc' was updated. Notify: File `LibSip_SIPTypesAndValues.hh' was updated. Notify: File `LibSip_SIPTypesAndValues.cc' was updated. Notify: File `LibSip_SMSFunctions.cc' was updated. Notify: File `LibSip_SMSTemplates.cc' was updated. Notify: File `LibSip_SMSTypesAndValues.hh' was updated. Notify: File `LibSip_SMSTypesAndValues.cc' was updated. Notify: File `LibSip_SimpleMsgSummaryTypes.hh' was updated. Notify: File `LibSip_SimpleMsgSummaryTypes.cc' was updated. Notify: File `LibSip_Steps.cc' was updated. Notify: File `LibSip_Templates.cc' was updated. Notify: File `LibSip_XMLTypes.hh' was updated. Notify: File `LibSip_XMLTypes.cc' was updated. Notify: File `NoTargetNamespace.hh' was updated. Notify: File `NoTargetNamespace.cc' was updated. Notify: File `UsefulTtcn3Types.hh' was updated. Notify: File `UsefulTtcn3Types.cc' was updated. Notify: File `XSD.hh' was updated. Notify: File `XSD.cc' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_comm_div_info.hh' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_comm_div_info.cc' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_mcid.hh' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_pstn.hh' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_xcap.hh' was updated. Notify: File `http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc' was updated. Notify: File `http_www_opengis_net_gml.hh' was updated. Notify: File `http_www_opengis_net_gml.cc' was updated. Notify: File `http_www_opengis_net_pidflo_1_0.hh' was updated. Notify: File `http_www_opengis_net_pidflo_1_0.cc' was updated. Notify: File `http_www_w3_org_XML_1998_namespace.hh' was updated. Notify: File `http_www_w3_org_XML_1998_namespace.cc' was updated. Notify: File `urn_3gpp_ns_cw_1_0.hh' was updated. Notify: File `urn_3gpp_ns_cw_1_0.cc' was updated. Notify: File `urn_ietf_params_xml_ns_common_policy.hh' was updated. Notify: File `urn_ietf_params_xml_ns_common_policy.cc' was updated. Notify: File `urn_ietf_params_xml_ns_conference_info.hh' was updated. Notify: File `urn_ietf_params_xml_ns_conference_info.cc' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_conf.hh' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_conf.cc' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_held.hh' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_held.cc' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_held_id.hh' was updated. Notify: File `urn_ietf_params_xml_ns_geopriv_held_id.cc' was updated. Notify: File `urn_ietf_params_xml_ns_lost1.hh' was updated. Notify: File `urn_ietf_params_xml_ns_lost1.cc' was updated. Notify: File `urn_ietf_params_xml_ns_pidf.hh' was updated. Notify: File `urn_ietf_params_xml_ns_pidf.cc' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10.hh' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10.cc' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.hh' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.hh' was updated. Notify: File `urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc' was updated. Notify: File `urn_ietf_params_xml_ns_reginfo.hh' was updated. Notify: File `urn_ietf_params_xml_ns_reginfo.cc' was updated. Notify: File `urn_ietf_params_xml_ns_resource_lists.hh' was updated. Notify: File `urn_ietf_params_xml_ns_resource_lists.cc' was updated. Notify: File `urn_oma_xml_xdm_common_policy.hh' was updated. Notify: File `urn_oma_xml_xdm_common_policy.cc' was updated. Notify: 114 files were updated. touch compile g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_www_opengis_net_pidflo_1_0.o http_www_opengis_net_pidflo_1_0.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_Functions.o LibItsHttp_Functions.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_Templates.o LibNg112_Templates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SMSTemplates.o LibSip_SMSTemplates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SDPTypes.o LibSip_SDPTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_TypesAndValues.o LibNg112_TypesAndValues.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_geopriv_held.o urn_ietf_params_xml_ns_geopriv_held.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_Sync.o LibCommon_Sync.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_BinaryTemplates.o LibItsHttp_BinaryTemplates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_common_policy.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_PIXITS.o LibSip_PIXITS.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_XMLTypes.o LibItsHttp_XMLTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SIPTypesAndValues.o LibSip_SIPTypesAndValues.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_Interface.o LibSip_Interface.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_VerdictControl.o LibCommon_VerdictControl.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_TestSystem.o LibNg112_TestSystem.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_XMLTypes.o LibSip_XMLTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_geopriv_conf.o urn_ietf_params_xml_ns_geopriv_conf.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_Pics.o LibNg112_Pics.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_reginfo.o urn_ietf_params_xml_ns_reginfo.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o NoTargetNamespace.o NoTargetNamespace.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_Library.o LibSip_Library.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_Pics.o LibItsHttp_Pics.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_lost1.o urn_ietf_params_xml_ns_lost1.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_Functions.o LibNg112_Functions.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_www_w3_org_XML_1998_namespace.o http_www_w3_org_XML_1998_namespace.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_Steps.o LibSip_Steps.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o XSD.o XSD.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_BinaryMessageBodyTypes.o LibItsHttp_BinaryMessageBodyTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_MessageBodyTypes.o LibSip_MessageBodyTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_EncdecDeclarations.o LibNg112_EncdecDeclarations.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_oma_xml_xdm_common_policy.o urn_oma_xml_xdm_common_policy.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_XmlTemplates.o LibItsHttp_XmlTemplates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o UsefulTtcn3Types.o UsefulTtcn3Types.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_Templates.o LibItsHttp_Templates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SMSFunctions.o LibSip_SMSFunctions.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_3gpp_ns_cw_1_0.o urn_3gpp_ns_cw_1_0.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_Pixits.o LibNg112_Pixits.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_TypesAndValues.o LibItsHttp_TypesAndValues.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_geopriv_held_id.o urn_ietf_params_xml_ns_geopriv_held_id.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_TextStrings.o LibCommon_TextStrings.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_www_opengis_net_gml.o http_www_opengis_net_gml.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_EncdecDeclarations.o LibItsHttp_EncdecDeclarations.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_AbstractData.o LibCommon_AbstractData.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_BinaryTypes.o LibItsHttp_BinaryTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_MessageBodyTypes.o LibItsHttp_MessageBodyTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SimpleMsgSummaryTypes.o LibSip_SimpleMsgSummaryTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_Common.o LibSip_Common.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_pidf_geopriv10.o urn_ietf_params_xml_ns_pidf_geopriv10.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112_TestControl.o AtsNg112_TestControl.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_TestSystem.o LibItsHttp_TestSystem.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o http_uri_etsi_org_ngn_params_xml_comm_div_info.o http_uri_etsi_org_ngn_params_xml_comm_div_info.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibItsHttp_XmlMessageBodyTypes.o LibItsHttp_XmlMessageBodyTypes.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_Templates.o LibSip_Templates.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_Time.o LibCommon_Time.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_DataStrings.o LibCommon_DataStrings.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_EncdecDeclarations.o LibSip_EncdecDeclarations.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibSip_SMSTypesAndValues.o LibSip_SMSTypesAndValues.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_resource_lists.o urn_ietf_params_xml_ns_resource_lists.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibCommon_BasicTypesAndValues.o LibCommon_BasicTypesAndValues.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112_TestCases.o AtsNg112_TestCases.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_pidf.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o urn_ietf_params_xml_ns_conference_info.o urn_ietf_params_xml_ns_conference_info.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/LibItsHttp_Encdec.o ../src/LibItsHttp_Encdec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/HttpPort.o ../src/HttpPort.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/LibSip_Templates_Encdec.o ../src/LibSip_Templates_Encdec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/LibSip_SMSFunctions_Encdec.o ../src/LibSip_SMSFunctions_Encdec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/SipPort.o ../src/SipPort.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Steps_Encdec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../src/LibSip_Encdec.o ../src/LibSip_Encdec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/http_layer.o ../../../framework/src/http_layer.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/tcp_layer.o ../../../framework/src/tcp_layer.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/loggers.o ../../../framework/src/loggers.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/held_codec.o ../../../framework/src/held_codec.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/pcap_layer.o ../../../framework/src/pcap_layer.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/codec_stack_builder.o ../../../framework/src/codec_stack_builder.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/titan.core/Install/include -DTITAN_RUNTIME_2 -I/usr/local/share -I/home/etsi/dev/etsi_emcom/include -I/home/etsi/dev/etsi_emcom/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I/home/etsi/frameworks/osip/include -I/home/etsi/include -I. -ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_request.o ../../../framework/src/sip_codec_request.cc ../../../framework/src/sip_codec_request.cc: In member function 'int sip_codec_request::encode_sip_url(const LibSip__SIPTypesAndValues::SipUrl&, osip_uri_t**)': ../../../framework/src/sip_codec_request.cc:283:56: warning: unused variable 't' [-Wunused-variable] const LibSip__SIPTypesAndValues::TelUriComponents& t = p_sip_uri.components().tel(); ^ ../../../framework/src/sip_codec_request.cc:286:56: warning: unused variable 'u' [-Wunused-variable] const LibSip__SIPTypesAndValues::UrnUriComponents& u = p_sip_uri.components().urn(); ^ ../../../framework/src/sip_codec_request.cc:299:10: warning: unused variable 'length' [-Wunused-variable] size_t length = 0; ^~~~~~ ../../../framework/src/sip_codec_request.cc: In member function 'int sip_codec_request::encode_authorization_header(const LibSip__SIPTypesAndValues::Authorization&, osip_authorization_t**)': ../../../framework/src/sip_codec_request.cc:437:51: warning: unused variable 'o' [-Wunused-variable] const LibSip__SIPTypesAndValues::OtherAuth& o = c.otherResponse(); ^ ../../../framework/src/sip_codec_request.cc: In member function 'int sip_codec_request::encode_contact_header(const LibSip__SIPTypesAndValues::Contact&, osip_contact_t**)': ../../../framework/src/sip_codec_request.cc:461:23: warning: unused variable 'wildcard' [-Wunused-variable] const CHARSTRING& wildcard = body.wildcard(); ^~~~~~~~ ../../../framework/src/sip_codec_request.cc: At global scope: ../../../framework/src/sip_codec_request.cc:1761:1: fatal error: error writing to /tmp/ccBXq5WH.s: No space left on device } // End of method decode_via_header ^ compilation terminated. Makefile:154: recipe for target '../../../framework/src/sip_codec_request.o' failed make: *** [../../../framework/src/sip_codec_request.o] Error 1 if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 9 fi + '[' 0 == 1 ']' export LD_LIBRARY_PATH=~/frameworks/osip/src/osipparser2/.libs:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=/home/etsi/frameworks/osip/src/osipparser2/.libs:/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib:/home/etsi/lib:/usr/local/lib: + LD_LIBRARY_PATH=/home/etsi/frameworks/osip/src/osipparser2/.libs:/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib:/home/etsi/lib:/usr/local/lib: ../bin/Ats${ATS_NAME} -v + ../bin/AtsNg112 -v ../bin/ng112_generate_makefile.bash: line 241: ../bin/AtsNg112: No such file or directory f_exit "Build done successfully" 0 + f_exit 'Build done successfully' 0 + cd + unset TTCN_FILES + unset CC_FILES + unset CFG_FILES + unset EXECUTABLE + echo Build done successfully Build done successfully + exit 0  ---> 163425d401f9 Removing intermediate container 73f9bc4f9b60 Successfully built 163425d401f9 Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest 163425d401f9 2 seconds ago 2.88GB 102893a39221 8 days ago 1.7GB 43d333b48c0e 8 days ago 1.7GB c7a162c72880 8 days ago 85.8MB 2fd1ddb9c9e5 8 days ago 85.8MB 024fddc8f51b 8 days ago 85.8MB 1a82161353e8 8 days ago 85.8MB cae71af7ed00 8 days ago 85.8MB openapivalidator latest fde06f0f899f 9 days ago 222MB 8bd6314e0df1 9 days ago 222MB b8fe714f1a85 9 days ago 222MB bf5bcfd41178 9 days ago 222MB b74c572fba49 9 days ago 222MB aa08a91c11f1 9 days ago 222MB 2a5bac4daa74 9 days ago 222MB 18bdc3cea6b0 11 days ago 2.65GB 1afb0b43b8d9 11 days ago 2.65GB sol006 latest 119f293654de 12 days ago 150MB e9a37971a55d 12 days ago 150MB 05bdda6fd6dd 12 days ago 150MB 1c74ff76b6d1 12 days ago 150MB f05a97034f47 3 weeks ago 222MB c94eb473a6f7 3 weeks ago 222MB 42d5eb6470d4 3 weeks ago 222MB 5c11e0e954d6 3 weeks ago 222MB 44e6c3ae79b0 3 weeks ago 222MB 0e32db7a01c5 3 weeks ago 222MB 9c3c407cec72 3 weeks ago 222MB b30960615413 3 weeks ago 222MB 54aac26bb2a4 3 weeks ago 220MB 1c04c8321f0a 3 weeks ago 150MB be5e0cd4508c 3 weeks ago 2.65GB 5758bd3361b3 3 weeks ago 1.72GB ba6ecd99c3b7 3 weeks ago 222MB daf2748d8b7d 3 weeks ago 222MB 5de7df7676c0 3 weeks ago 222MB 78113c5c238d 3 weeks ago 222MB 4d57729c60b0 3 weeks ago 222MB 7548b9c070d6 3 weeks ago 222MB 01eb90addc8c 3 weeks ago 222MB nfv-sol6 1.0 35fe25d9cdbe 3 weeks ago 460MB ea01d4e5bce3 3 weeks ago 460MB a7a99f797142 3 weeks ago 460MB fd5071b67334 3 weeks ago 460MB c227c06b04f7 3 weeks ago 453MB 8732c695181d 3 weeks ago 364MB 39f1e536290f 3 weeks ago 364MB ef8228e67de6 3 weeks ago 364MB 297c783ef30d 3 weeks ago 345MB d2c54fecff86 3 weeks ago 311MB c6590ec4dba8 3 weeks ago 218MB b758aa7c3d43 4 weeks ago 1.7GB ddb9767d9c77 4 weeks ago 1.7GB aa5a1e5a03da 4 weeks ago 1.7GB d5702f8bc815 4 weeks ago 1.69GB 942fa7526d74 4 weeks ago 1.69GB 60ea54ae02ec 4 weeks ago 1.69GB 9cc065a67f29 4 weeks ago 1.69GB 8f0d9ae8f918 4 weeks ago 220MB 9fa6db53d3aa 4 weeks ago 85.8MB ac21fdd971c5 4 weeks ago 85.8MB 02d8eacf418a 4 weeks ago 85.8MB 99516185b383 4 weeks ago 85.8MB 554fcdc46e06 4 weeks ago 222MB c6b0d4b8a4b9 4 weeks ago 222MB 764bc5d4e7ff 4 weeks ago 222MB 692d4dcb0c92 4 weeks ago 222MB 0748ba355ad1 4 weeks ago 222MB 3cf79c1aef61 4 weeks ago 222MB ceeb680ed4fb 4 weeks ago 222MB 0f2938b0d611 4 weeks ago 222MB b352741119b6 4 weeks ago 222MB 81367680be11 4 weeks ago 222MB fc46bfc0ca88 4 weeks ago 222MB 16516228bb7a 4 weeks ago 222MB 845b46c2c1dc 4 weeks ago 222MB 15b5c2a87a43 4 weeks ago 222MB 7871c2bfc3ea 4 weeks ago 222MB cbc3149e2130 4 weeks ago 220MB 360ceb237df9 4 weeks ago 212MB c9c3979202c1 4 weeks ago 188MB 6edcfc270195 4 weeks ago 188MB f790ef185743 4 weeks ago 173MB 3dcde753af30 4 weeks ago 157MB c2d720896593 4 weeks ago 153MB 82f7425307e6 4 weeks ago 151MB a00125cd64f2 4 weeks ago 150MB 99af8b969755 4 weeks ago 54.4MB 95fda2dffd97 4 weeks ago 40.7MB 002ade640a14 4 weeks ago 31.8MB 9984393d4ab7 4 weeks ago 8.68MB c93a8f8fceea 4 weeks ago 5.13MB 5aba9ace9175 4 weeks ago 4.03MB 9a72dd804e49 4 weeks ago 217MB 359dcc804220 4 weeks ago 217MB 6c08dbf57209 4 weeks ago 217MB e8705dbdcb3a 4 weeks ago 217MB 4469ae439fb4 4 weeks ago 217MB 92a1fdd5a199 4 weeks ago 217MB 698533a52c4d 4 weeks ago 217MB ubuntu 18.04 ea4c82dcd15a 5 weeks ago 85.8MB d7fb8cfc7500 6 weeks ago 234MB titan-bin latest b7a695f339aa 2 months ago 913MB 1f1480ce6e99 2 months ago 913MB 645d27e043d4 2 months ago 913MB fa322eb88f98 2 months ago 913MB 6d982f1afd9b 2 months ago 913MB e2ab5136a60c 2 months ago 913MB a8845b9bbf4c 2 months ago 913MB 4aaf05ed1dd6 2 months ago 813MB 674792b53145 2 months ago 813MB c0400b683205 2 months ago 789MB 4fcdc6b7dee9 2 months ago 679MB a9dd9a97e097 2 months ago 293MB 196d12cf6ab1 2 months ago 4.41MB alpine 3.6 94627dfbdf19 2 months ago 4.03MB fd01895b8e3f 2 months ago 200MB a1eabee0db8f 2 months ago 200MB 9db65cf2aec4 2 months ago 200MB 29ad31d1c202 2 months ago 200MB 3787c503db7e 2 months ago 200MB 75481933ad98 2 months ago 200MB 5182e96772bf 3 months ago 200MB 2767d2d28581 4 months ago 217MB 9181a86fdafd 4 months ago 217MB ec8ef1060736 4 months ago 217MB 1d7d15cf55cd 4 months ago 217MB defe9a4e85d9 4 months ago 217MB a8e40231dcc5 4 months ago 217MB 7f401be3fb9f 4 months ago 217MB 46618e25b412 4 months ago 217MB dfcffa881097 4 months ago 216MB 84533e5860c9 4 months ago 208MB de36501403e3 4 months ago 187MB 81a898805c9f 4 months ago 187MB 8b9cff333db2 4 months ago 173MB bff5534325c4 4 months ago 156MB 6b46498081cd 4 months ago 153MB ca2ccaf56683 4 months ago 151MB d7e1e0714341 4 months ago 150MB 07b91e8b8e53 4 months ago 54.3MB 615f95d9bef2 4 months ago 40.7MB 9644a010beb6 4 months ago 31.8MB ddd536927392 4 months ago 8.61MB e4bc3bfd196d 4 months ago 5.07MB 118f86344fe4 4 months ago 3.97MB 1106147ea781 4 months ago 81.2MB 09a11c672992 4 months ago 81.2MB 44bfef0f3992 4 months ago 81.2MB 4905aa1f1ba2 4 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 5 months ago 729MB 113a43faa138 5 months ago 81.2MB 37eec16f1872 13 months ago 3.97MB [ { "Id": "sha256:163425d401f9a547e40ec8e0d30b1c1a04407c49700c3643a393c165453ba58f", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Comment": "", "Created": "2018-11-24T19:28:21.961731401Z", "Container": "73f9bc4f9b600c2257118126ff014402dd435013de255f224b0147d522456926", "ContainerConfig": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/sh", "-c", "cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && find /home/etsi/dev/etsi_emcom -type f -name \"*.ttcn\" -exec grep timestamp {} \\; && ../bin/ng112_generate_makefile.bash" ], "ArgsEscaped": true, "Image": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "DockerVersion": "17.06.2-ce", "Author": "ETSI STF 549", "Config": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/bash" ], "ArgsEscaped": true, "Image": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 2876339664, "VirtualSize": 2876339664, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:102645f1cf722254bbfb7135b524db45fbbac400e79e4d54266c000a5f5bc400", "sha256:ae1f631f14b7667ca37dca207c631d64947c60d923995cf0d73ceb1b08c406bb", "sha256:2146d867acf390370d4d0c7b51951551e0e91fb600b69dbc8922d531b05b12bc", "sha256:76c033092e100f56899d7402823c5cb6ce345442b3382d7b240350ef4252187e", "sha256:f4aeae11c3d9c7319faa50cb6b169188b1a39b66e8cec112533d997309af59f5", "sha256:0905753b4949a5b45f5554b9b8e8d6b8868358c0207fcb26c2a67546733c1b94", "sha256:ec449402a1cb46d13aeb2c7d731dafbd256b1a626a75130686fca45b1313d940", "sha256:8fd91a7bf8aa15cd3a94edaedd4a5a5a0f0b06d1bcc9d0ac6d9878279eca2c3e", "sha256:d0371c57a0fbdc78bde7f9dd99e1d3a2c93aa8c06182268bb23f41304b1f0df8", "sha256:cd923c76805e1fa70d6d1772eb3d85b4e3c77ce3c7b42f209b847ade02e6970b", "sha256:04b651439831a5e9aba960b437e966a2f88ae27b35d9ee0ba93893406725ae2c", "sha256:c899107a39226ddcd6147ef9900bfca347c4ec15cb0416c204590859c64ad0d8", "sha256:c866fcea34a04680a46fbde26634050b9abd63071d5b1edd6144be61f433a342" ] } } ] # Usage: sudo ./update_emcom_project.bash # TODO Use git clone in temporary directory OLDPWD=`pwd` ++ pwd + OLDPWD=/home/etsi/dev/STF549_Ng112/scripts # Execution path RUN_PATH="${0%/*}" + RUN_PATH=. USER=`whoami` ++ whoami + USER=etsi CHOWN_USER_GROUP=${USER}:${USER} + CHOWN_USER_GROUP=etsi:etsi SRC_EMCOM_PATH=${HOME}/dev/STF549_Ng112 + SRC_EMCOM_PATH=/home/etsi/dev/STF549_Ng112 if [ "${PATH_DEV_EMCOM}" == "" ] then PATH_DEV_EMCOM=${HOME}/dev/etsi_emcom fi + '[' /home/etsi/dev/etsi_emcom == '' ']' if [ -d ${PATH_DEV_EMCOM} ] then if [ -f ${HOME}/tmp/emcom.tar.bz2 ] then mv ${HOME}/tmp/emcom.tar.bz2 ${HOME}/tmp/emcom.tar.`date +'%Y%m%d'`.bz2 fi find ${PATH_DEV_EMCOM} -name "*.o" -exec rm {} \; tar jcvf ${HOME}/tmp/emcom.tar.bz2 ${PATH_DEV_EMCOM} rm -fr ${PATH_DEV_EMCOM} fi + '[' -d /home/etsi/dev/etsi_emcom ']' + '[' -f /home/etsi/tmp/emcom.tar.bz2 ']' + find /home/etsi/dev/etsi_emcom -name '*.o' -exec rm '{}' ';' + tar jcvf /home/etsi/tmp/emcom.tar.bz2 /home/etsi/dev/etsi_emcom tar: Removing leading `/' from member names /home/etsi/dev/etsi_emcom/ /home/etsi/dev/etsi_emcom/bin/ /home/etsi/dev/etsi_emcom/docs/ /home/etsi/dev/etsi_emcom/src/ /home/etsi/dev/etsi_emcom/src/LibEmcom/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/docs/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC5222_lost.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC4119_geopriv10_basic_policy.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC5139_pdif_geopriv10_civic_address.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC7459_pidf_lo.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/xml.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC3863_pidf.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/geometryPrimitives.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC6155_held_id.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/measures.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/geometryBasic0d1d.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC5985_held.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/basicTypes.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/gmlBase.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/RFC4119_geopriv10.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/geometryBasic2d.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/GML-pidf-lo-shape.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd/xml_2001.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/ /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/NoTargetNamespace.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/XSD.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/UsefulTtcn3Types.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_gml.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ /home/etsi/dev/etsi_emcom/src/LibCommon/docs/ /home/etsi/dev/etsi_emcom/src/LibCommon/src/ /home/etsi/dev/etsi_emcom/src/LibCommon/include/ /home/etsi/dev/etsi_emcom/src/LibCommon/xsd/ /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/ /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ /home/etsi/dev/etsi_emcom/src/LibSip/docs/ /home/etsi/dev/etsi_emcom/src/LibSip/src/ /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/include/ /home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/xsd/ /home/etsi/dev/etsi_emcom/src/LibSip/xsd/PSTN.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/TIP-TIR.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/cug.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/CDIVN.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/pidf.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/geopriv10basic.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/pidf_lo.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/common-policy.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/CDIV.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/simservs.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/xml.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/cw.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/ResourceList.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/SupplementaryServices.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/OIP-OIR.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/xdm_commonPolicy-v1_0.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/Ims3gpp.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/ACR_CB.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/MCID.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/regInfo.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd/CONF.xsd /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/ /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SDPTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_PIXITS.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Interface.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Library.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Steps.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_oma_xml_xdm_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSFunctions.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_3gpp_ns_cw_1_0.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Common.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Templates.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ /home/etsi/dev/etsi_emcom/src/LibHttp/docs/ /home/etsi/dev/etsi_emcom/src/LibHttp/src/ /home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc /home/etsi/dev/etsi_emcom/src/LibHttp/include/ /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh /home/etsi/dev/etsi_emcom/src/LibHttp/xsd/ /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/ /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Functions.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Pics.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Templates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_MessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TestSystem.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ /home/etsi/dev/etsi_emcom/src/AtsNg112/bin/ /home/etsi/dev/etsi_emcom/src/AtsNg112/bin/ng112_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin/run_all.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin/run_mtc.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/docs/ /home/etsi/dev/etsi_emcom/src/AtsNg112/docs/o2.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/src/ /home/etsi/dev/etsi_emcom/src/AtsNg112/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/HttpPort.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/src/LibSip_Encdec.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/include/ /home/etsi/dev/etsi_emcom/src/AtsNg112/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/include/HttpPort.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/include/OperatorPort.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/etc/ /home/etsi/dev/etsi_emcom/src/AtsNg112/etc/AtsNg112.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/ /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_Functions.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_Templates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SMSTemplates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SDPTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_PIXITS.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_Interface.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_TestSystem.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_Pics.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/NoTargetNamespace.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_Library.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_Pics.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_Functions.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_Steps.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/XSD.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_oma_xml_xdm_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/UsefulTtcn3Types.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_Templates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SMSFunctions.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_3gpp_ns_cw_1_0.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibNg112_Pixits.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_www_opengis_net_gml.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_MessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_Common.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/AtsNg112_TestControl.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_TestSystem.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_Templates.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_Time.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_EncdecDeclarations.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/AtsNg112_TestCases.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/ /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_lost1.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSFunctions.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Library.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_oma_xml_xdm_common_policy.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_BasicTypesAndValues.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_BasicTypesAndValues.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Common.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Templates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_conf.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_EncdecDeclarations.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SimpleMsgSummaryTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_common_policy.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_conference_info.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_TypesAndValues.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_3gpp_ns_cw_1_0.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SDPTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Templates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_oma_xml_xdm_common_policy.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Pics.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Templates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryTemplates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_TestSystem.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_held.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Pixits.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_conf.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_lost1.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_XMLTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/AtsNg112_TestControl.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryTemplates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_EncdecDeclarations.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSFunctions.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Pics.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryMessageBodyTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SIPTypesAndValues.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_XMLTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Steps.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_TypesAndValues.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_reginfo.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_DataStrings.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Interface.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Functions.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/NoTargetNamespace.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/XSD.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/XSD.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_resource_lists.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_pstn.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_Time.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_AbstractData.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Pics.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XMLTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSTemplates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_DataStrings.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSTemplates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSTypesAndValues.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_held_id.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_held.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Templates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_TypesAndValues.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_MessageBodyTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Functions.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Functions.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_Sync.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_conference_info.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_reginfo.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_TextStrings.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/NoTargetNamespace.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_Templates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Functions.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_EncdecDeclarations.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_AbstractData.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XmlMessageBodyTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/Makefile /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Pixits.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SimpleMsgSummaryTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_PIXITS.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_w3_org_XML_1998_namespace.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_resource_lists.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/AtsNg112_TestCases.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/build.log /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_MessageBodyTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Common.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_EncdecDeclarations.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/UsefulTtcn3Types.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_opengis_net_gml.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_opengis_net_pidflo_1_0.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Templates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/UsefulTtcn3Types.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/AtsNg112_TestControl.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SDPTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_Pics.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_Sync.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Interface.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SIPTypesAndValues.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_TypesAndValues.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_mcid.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XMLTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_VerdictControl.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_xcap.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_TestSystem.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_SMSTypesAndValues.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XmlTemplates.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_PIXITS.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_comm_div_info.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_TestSystem.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_w3_org_XML_1998_namespace.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_Time.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XmlTemplates.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_TestSystem.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_comm_div_info.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_BinaryMessageBodyTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_XmlMessageBodyTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/AtsNg112_TestCases.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/OperatorPort.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibNg112_EncdecDeclarations.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/compile /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Steps.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_MessageBodyTypes.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_EncdecDeclarations.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibSip_Library.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibItsHttp_MessageBodyTypes.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_opengis_net_pidflo_1_0.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_geopriv_held_id.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_TextStrings.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/LibCommon_VerdictControl.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_www_opengis_net_gml.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_ietf_params_xml_ns_common_policy.hh /home/etsi/dev/etsi_emcom/src/AtsNg112/objs/urn_3gpp_ns_cw_1_0.cc /home/etsi/dev/etsi_emcom/src/AtsNg112/lib/ /home/etsi/dev/etsi_emcom/src/TestCodec/ /home/etsi/dev/etsi_emcom/src/TestCodec/bin/ /home/etsi/dev/etsi_emcom/src/TestCodec/bin/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin/testcodec_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin/run_all.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin/run_mtc.bash /home/etsi/dev/etsi_emcom/src/TestCodec/docs/ /home/etsi/dev/etsi_emcom/src/TestCodec/docs/o2.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/src/ /home/etsi/dev/etsi_emcom/src/TestCodec/include/ /home/etsi/dev/etsi_emcom/src/TestCodec/etc/ /home/etsi/dev/etsi_emcom/src/TestCodec/etc/TestCodec.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/ /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_HttpResponse.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_Register.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_TestAndSystem.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_HttpRequest.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_Invite.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn/TestCodec_HttpPort.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/objs/ /home/etsi/dev/etsi_emcom/src/TestCodec/lib/ /home/etsi/dev/etsi_emcom/framework/ /home/etsi/dev/etsi_emcom/framework/src/ /home/etsi/dev/etsi_emcom/framework/src/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_cygwin_layer.cc /home/etsi/dev/etsi_emcom/framework/include/ /home/etsi/dev/etsi_emcom/framework/include/layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/codec_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include/Abstract_Socket.hh /home/etsi/dev/etsi_emcom/framework/include/sip_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_cygwin_layer.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_offline_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_linux_layer.hh /home/etsi/dev/etsi_emcom/framework/include/http_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/layer_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include/loggers.hh /home/etsi/dev/etsi_emcom/framework/include/http_codec.hh /home/etsi/dev/etsi_emcom/framework/include/t_layer.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/codec.hh /home/etsi/dev/etsi_emcom/framework/include/sip_layer.hh /home/etsi/dev/etsi_emcom/framework/include/sip_codec_register_request.hh /home/etsi/dev/etsi_emcom/framework/include/ethernet_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/tcp_layer.hh /home/etsi/dev/etsi_emcom/framework/include/sip_codec_invite_request.hh /home/etsi/dev/etsi_emcom/framework/include/held_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include/held_codec.hh /home/etsi/dev/etsi_emcom/framework/include/tcp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_layer.hh /home/etsi/dev/etsi_emcom/framework/include/layer.hh /home/etsi/dev/etsi_emcom/framework/include/ethernet_layer.hh /home/etsi/dev/etsi_emcom/framework/include/udp_layer.hh /home/etsi/dev/etsi_emcom/framework/include/pcap_offline_layer.hh /home/etsi/dev/etsi_emcom/framework/include/sip_codec_request.hh /home/etsi/dev/etsi_emcom/framework/include/converter.hh /home/etsi/dev/etsi_emcom/framework/include/lost_codec.hh /home/etsi/dev/etsi_emcom/framework/include/params.hh /home/etsi/dev/etsi_emcom/framework/include/udp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include/lost_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include/http_layer.hh /home/etsi/dev/etsi_emcom/include/ /home/etsi/dev/etsi_emcom/xsd/ /home/etsi/dev/etsi_emcom/objs/ /home/etsi/dev/etsi_emcom/lib/ + rm -fr /home/etsi/dev/etsi_emcom # Check if target directory exist if [ ! -d ${PATH_DEV_EMCOM} ] then mkdir -p ${PATH_DEV_EMCOM}/xsd ${PATH_DEV_EMCOM}/framework ${PATH_DEV_EMCOM}/include ${PATH_DEV_EMCOM}/bin ${PATH_DEV_EMCOM}/lib ${PATH_DEV_EMCOM}/objs ${PATH_DEV_EMCOM}/src ${PATH_DEV_EMCOM}/docs fi + '[' '!' -d /home/etsi/dev/etsi_emcom ']' + mkdir -p /home/etsi/dev/etsi_emcom/xsd /home/etsi/dev/etsi_emcom/framework /home/etsi/dev/etsi_emcom/include /home/etsi/dev/etsi_emcom/bin /home/etsi/dev/etsi_emcom/lib /home/etsi/dev/etsi_emcom/objs /home/etsi/dev/etsi_emcom/src /home/etsi/dev/etsi_emcom/docs # Update XSD files echo 'Updating XSD files' + echo 'Updating XSD files' XSD_SRC_PATH=${SRC_EMCOM_PATH}/xsd + XSD_SRC_PATH=/home/etsi/dev/STF549_Ng112/xsd XSD_DST_PATH=${PATH_DEV_EMCOM}/xsd + XSD_DST_PATH=/home/etsi/dev/etsi_emcom/xsd cp ${XSD_SRC_PATH}/*.xsd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.xsd' /home/etsi/dev/etsi_emcom/xsd Updating XSD files cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.xsd': No such file or directory cp ${XSD_SRC_PATH}/*.dtd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.dtd' /home/etsi/dev/etsi_emcom/xsd cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.dtd': No such file or directory # Update ETSI Framework files echo 'Updating ETSI Framework files' Updating ETSI Framework files + echo 'Updating ETSI Framework files' FWK_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + FWK_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc FWK_DST_PATH=${PATH_DEV_EMCOM}/framework + FWK_DST_PATH=/home/etsi/dev/etsi_emcom/framework mkdir -p ${FWK_DST_PATH}/src ${FWK_DST_PATH}/include + mkdir -p /home/etsi/dev/etsi_emcom/framework/src /home/etsi/dev/etsi_emcom/framework/include chmod -R 775 ${FWK_DST_PATH} + chmod -R 775 /home/etsi/dev/etsi_emcom/framework # Create link to TITAN Abstract_Socket ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc ${FWK_DST_PATH}/src/Abstract_Socket.cc + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh ${FWK_DST_PATH}/include/Abstract_Socket.hh + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh /home/etsi/dev/etsi_emcom/framework/include/Abstract_Socket.hh FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh' FWK_DIR_LIST_THH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.t.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.t.h*' -type f + FWK_DIR_LIST_THH= FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Protocols/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc' FWK_DIR_LIST_L=`find ${FWK_SRC_PATH}/Protocols/ -name "*.l" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.l' -type f + FWK_DIR_LIST_L= FWK_DIR_LIST_Y=`find ${FWK_SRC_PATH}/Protocols/ -name "*.y" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.y' -type f + FWK_DIR_LIST_Y= for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_THH} do cp $i ${FWK_DST_PATH}/include done for i in ${FWK_DIR_LIST_CC} do cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src if [ "${FWK_DIR_LIST_L}" != "" ] then for i in ${FWK_DIR_LIST_L} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' if [ "${FWK_DIR_LIST_Y}" != "" ] then for i in ${FWK_DIR_LIST_Y} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Framework/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh' FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Framework/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc' for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_CC} do cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src # Update ATS TTCN-3 files echo 'Update TTCN-3 files' Update TTCN-3 files + echo 'Update TTCN-3 files' TTCN_3_ORG_PATH=${SRC_EMCOM_PATH}/ttcn + TTCN_3_ORG_PATH=/home/etsi/dev/STF549_Ng112/ttcn TTCN_3_DST_PATH=${PATH_DEV_EMCOM}/src + TTCN_3_DST_PATH=/home/etsi/dev/etsi_emcom/src CC_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + CC_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc TTCN_3_ATS_LIST='AtsNg112 TestCodec' + TTCN_3_ATS_LIST='AtsNg112 TestCodec' for i in ${TTCN_3_ATS_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then mkdir -p ${TTCN_3_DST_PATH}/$i/bin ${TTCN_3_DST_PATH}/$i/lib ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/objs ${TTCN_3_DST_PATH}/$i/etc ${TTCN_3_DST_PATH}/$i/docs chmod -R 775 ${TTCN_3_DST_PATH}/$i fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/../etc/$i/*.cfg ${TTCN_3_DST_PATH}/$i/etc cp ${TTCN_3_ORG_PATH}/../docs/$i/o2.cfg ${TTCN_3_DST_PATH}/$i/docs done + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/AtsNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/AtsNg112/bin /home/etsi/dev/etsi_emcom/src/AtsNg112/lib /home/etsi/dev/etsi_emcom/src/AtsNg112/src /home/etsi/dev/etsi_emcom/src/AtsNg112/include /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/objs /home/etsi/dev/etsi_emcom/src/AtsNg112/etc /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/AtsNg112 + cp /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestCases.ttcn /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestControl.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/AtsNg112/AtsNg112.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/AtsNg112/o2.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/TestCodec ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/TestCodec/bin /home/etsi/dev/etsi_emcom/src/TestCodec/lib /home/etsi/dev/etsi_emcom/src/TestCodec/src /home/etsi/dev/etsi_emcom/src/TestCodec/include /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/objs /home/etsi/dev/etsi_emcom/src/TestCodec/etc /home/etsi/dev/etsi_emcom/src/TestCodec/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/TestCodec + cp /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpPort.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpRequest.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpResponse.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Invite.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Register.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_TestAndSystem.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/TestCodec/TestCodec.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/TestCodec/o2.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/docs # Update libraries & CC files TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' + TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' for i in ${TTCN_3_LIB_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then mkdir -p ${TTCN_3_DST_PATH}/$i/docs ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/xsd fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Update files if [ "$i" == "LibEmcom/LibNg112" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src elif [ "$i" == "LibSip" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_sip_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibHttp" ] then cp ${TTCN_3_ORG_PATH}/LibIts/ttcn/Http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch due to svn/gitlab moving cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibCommon" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_common_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn fi done + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/docs /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn': No such file or directory + '[' LibEmcom/LibNg112 == LibEmcom/LibNg112 ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/GML-pidf-lo-shape.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC3863_pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10_basic_policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5139_pdif_geopriv10_civic_address.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5222_lost.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5985_held.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC6155_held_id.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC7459_pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/basicTypes.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic0d1d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic2d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryPrimitives.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/gmlBase.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/measures.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml_2001.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/XSD.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc': No such file or directory + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibHttp ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibHttp/docs /home/etsi/dev/etsi_emcom/src/LibHttp/src /home/etsi/dev/etsi_emcom/src/LibHttp/include /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn': No such file or directory + '[' LibHttp == LibEmcom/LibNg112 ']' + '[' LibHttp == LibSip ']' + '[' LibHttp == LibHttp ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.hh /home/etsi/dev/etsi_emcom/src/LibHttp/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh' /home/etsi/dev/etsi_emcom/src/LibHttp/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc' /home/etsi/dev/etsi_emcom/src/LibHttp/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibSip ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibSip/docs /home/etsi/dev/etsi_emcom/src/LibSip/src /home/etsi/dev/etsi_emcom/src/LibSip/include /home/etsi/dev/etsi_emcom/src/LibSip/ttcn /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn': No such file or directory + '[' LibSip == LibEmcom/LibNg112 ']' + '[' LibSip == LibSip ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Interface.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Library.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_PIXITS.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ACR_CB.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIV.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIVN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CONF.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/Ims3gpp.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/MCID.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/OIP-OIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/PSTN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ResourceList.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/SupplementaryServices.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/TIP-TIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/common-policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cug.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cw.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/geopriv10basic.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/regInfo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/simservs.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xdm_commonPolicy-v1_0.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xml.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/OperatorPort.hh /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh' /home/etsi/dev/etsi_emcom/src/LibSip/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc' /home/etsi/dev/etsi_emcom/src/LibSip/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibCommon ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibCommon/docs /home/etsi/dev/etsi_emcom/src/LibCommon/src /home/etsi/dev/etsi_emcom/src/LibCommon/include /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn': No such file or directory + '[' LibCommon == LibEmcom/LibNg112 ']' + '[' LibCommon == LibSip ']' + '[' LibCommon == LibHttp ']' + '[' LibCommon == LibCommon ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn # Generate Bison parsers is any #cd ${FWK_DST_PATH}/src #if [ "${FWK_DIR_LIST_Y}" != "" ] #then # for i in ${FWK_DIR_LIST_Y} # do # BASE_NAME=$(basename "$i" .y) # bison -dv -p${BASE_NAME}_ -b${BASE_NAME}_ ${BASE_NAME}.y #--defines=../include/${BASE_NAME}.h -o${BASE_NAME}.c # done #fi #if [ "${FWK_DIR_LIST_L}" != "" ] #then # for i in ${FWK_DIR_LIST_L} # do # BASE_NAME=$(basename "$i" .l) # flex -Cfr -8 -Bvpp -P${BASE_NAME}_ ${BASE_NAME}.l # -o${BASE_NAME}_flex.c ${BASE_NAME}.l # done # mv ${BASE_NAME}_.tab.h ../include #fi #cd - # Apply patches PATH_PATCHES=`pwd` ++ pwd + PATH_PATCHES=/home/etsi/dev/STF549_Ng112/scripts if [ -d ${PATH_PATCHES} ] then # Update Ng112 cp ${PATH_PATCHES}/ng112_generate_makefile.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin # Update TestCodec cp ${PATH_PATCHES}/testcodec_generate_makefile.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin fi + '[' -d /home/etsi/dev/STF549_Ng112/scripts ']' + cp /home/etsi/dev/STF549_Ng112/scripts/ng112_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/testcodec_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin # Set rights find ${PATH_DEV_EMCOM} -type f -exec chmod 664 {} \; + find /home/etsi/dev/etsi_emcom -type f -exec chmod 664 '{}' ';' find ${PATH_DEV_EMCOM} -name "*.bash" -type f -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -name '*.bash' -type f -exec chmod 775 '{}' ';' find ${PATH_DEV_EMCOM} -type d -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -type d -exec chmod 775 '{}' ';' chown -R ${CHOWN_USER_GROUP} ${PATH_DEV_EMCOM} + chown -R etsi:etsi /home/etsi/dev/etsi_emcom cd ${OLDPWD} + cd /home/etsi/dev/STF549_Ng112/scripts exit 0 + exit 0 rm: cannot remove '../logs/merged.log.*': No such file or directory make: *** No rule to make target 'run'. Stop. > cmtc: to create the MTC server > smtc [module_name[[.control]|.testcase_name|.*]: when MyExample is connected, run the TCs in [EXECUTE] section > emtc: Terminate MTC. ************************************************************************* * TTCN-3 Test Executor - Main Controller 2 * * Version: CRL 113 200/6 R4C * * Copyright (c) 2000-2018 Ericsson Telecom AB * * All rights reserved. This program and the accompanying materials * * are made available under the terms of the Eclipse Public License v2.0 * * which accompanies this distribution, and is available at * * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * ************************************************************************* Using configuration file: ../etc/AtsNg112.cfg Entering batch mode. Waiting for 1 HC to connect... MC@73e1b7218e73: Unix server socket created successfully. MC@73e1b7218e73: Listening on IP address 127.0.0.1 and TCP port 12000. mv: cannot stat '../logs/merged.log': No such file or directory Finished: SUCCESS