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 8c4e7ca08bbb7cd66ae346ae3531005ce33dd247 # timeout=10 Checking out Revision 8c4e7ca08bbb7cd66ae346ae3531005ce33dd247 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c4e7ca08bbb7cd66ae346ae3531005ce33dd247 Commit message: "Remove usesless code (debug)" > git rev-list 1fbcf0ecac576d98dbd4e2e8289dc2cdbaabfbc0 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins4609726317147443602.sh Error response from daemon: No such container: stf549_ng112 Sending build context to Docker daemon 12.23MB Step 1/15 : FROM ubuntu:18.04 ---> 20bb25d32758 Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> d2c7b8789d65 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> 9bdbeb54bc44 Step 4/15 : ENV TERM xterm ---> Using cache ---> ca99d49fe5d2 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> e34f5b995749 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 ---> ddc55fede596 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 ---> 7168ce2945ef Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 87cbcbb0b40c Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> e16d3715bfda 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 ---> 1bbca818e6a9 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 099c34378fd0 Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> a9285d2454dd Step 13/15 : USER etsi ---> Using cache ---> 807a63fed454 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 ---> f025da555c3a 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 && ../bin/ng112_generate_makefile.bash ---> Running in b947e3400643 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 Jan 24 08:36 tmp drwxr-xr-x 2 etsi etsi 4096 Jan 24 08:36 man drwxr-xr-x 2 etsi etsi 4096 Jan 24 08:36 docs drwxr-xr-x 2 etsi etsi 4096 Jan 24 08:36 bin drwxr-xr-x 4 etsi etsi 4096 Jan 24 08:37 include drwxr-xr-x 3 etsi etsi 4096 Jan 24 08:37 share drwxr-xr-x 3 etsi etsi 4096 Jan 24 08:37 lib drwxr-xr-x 4 etsi etsi 4096 Jan 24 10:16 frameworks drwxr-xr-x 5 etsi etsi 4096 Jan 24 10:16 dev lrwxrwxrwx 1 etsi etsi 54 Jan 24 10:16 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: 94% (9568/10137) Checking out files: 95% (9631/10137) Checking out files: 96% (9732/10137) Checking out files: 97% (9833/10137) Checking out files: 98% (9935/10137) Checking out files: 99% (10036/10137) Checking out files: 100% (10137/10137) Checking out files: 100% (10137/10137), 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 Makefile:68: recipe for target 'clean' failed make[2]: [clean] Error 2 (ignored) 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 (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 MainController.cc: In static member function 'static boolean mctr::MainController::check_version(mctr::unknown_connection*)': MainController.cc:851:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned int j = 0; j < checksum_length; j++) { ~~^~~~~~~~~~~~~~~~~  (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/apply.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/decvalue_unichar.html info/default.html info/derefers.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/encvalue_unichar.html info/enum2int.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/int2enum.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/log2str.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/now.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/realtime.html info/receive.html info/record.html info/recursive.html info/refers.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/setencode.html info/setstate.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/timestamp.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 MyExample2.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 MyExample2.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 R5B * * 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@b947e3400643: Unix server socket created successfully. MC@b947e3400643: Listening on TCP port 45193. MC2> b947e3400643 is the default spawn ./MyExample b947e3400643 45193 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5B MC@b947e3400643: New HC connected from b947e3400643 [172.17.0.3]. b947e3400643: Linux 4.4.0-139-generic on x86_64. cmtc MC@b947e3400643: Downloading configuration file to all HCs. MC@b947e3400643: Configuration file was processed on all HCs. MC@b947e3400643: Creating MTC on host b947e3400643. MC@b947e3400643: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@b947e3400643: Execution of control part in module MyExample started. MTC@b947e3400643: Test case HelloW started. Hello, world! MTC@b947e3400643: Test case HelloW finished. Verdict: pass MTC@b947e3400643: Test case HelloW2 started. Hello, world! MTC@b947e3400643: Test case HelloW2 finished. Verdict: pass MTC@b947e3400643: Execution of control part in module MyExample finished. MC@b947e3400643: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@b947e3400643: Terminating MTC. MTC@b947e3400643: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@b947e3400643: Test execution summary: 2 test cases were executed. Overall verdict: pass MC@b947e3400643: MTC terminated. MC2> exit MC@b947e3400643: Shutting down session. MC@b947e3400643: 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 jchvf ${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' 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} Updating XSD files + 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_codec_subscribe_request.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_message_body.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_response.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_bye_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_headers.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_message_body.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_headers.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_subscribe_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_bye_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_response.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_codec_subscribe_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_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_message_body.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_response.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/Sip/sip_codec_bye_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_headers.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_message_body.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_headers.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_codec_subscribe_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_bye_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_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/Sip/sip_codec_response.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/base_time.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/base_time.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/base_time.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/base_time.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 + 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' Update TTCN-3 files 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 if [ -d ${TTCN_3_ORG_PATH}/../etc_simu ] then mkdir -p ${TTCN_3_ORG_PATH}/../etc_simu cp ${TTCN_3_ORG_PATH}/../etc_simu/$i/*.cfg ${TTCN_3_DST_PATH}/$i/etc_simu fi 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_Steps.ttcn /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 + '[' -d /home/etsi/dev/STF549_Ng112/ttcn/../etc_simu ']' + 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_Regexp.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Register.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Responses.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_TestAndSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Xsd.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 + '[' -d /home/etsi/dev/STF549_Ng112/ttcn/../etc_simu ']' + 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 LibIms LibCommon' + TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibIms 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" == "LibIms" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Patch TITAN cp ${SRC_EMCOM_PATH}/ttcn/patch_ims_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 # Patch TITAN due to TTCN-3 compiler issues 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_Steps.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 == LibIms ']' + '[' 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/LibSip_XMLTypes.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/LibIms ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibIms/docs /home/etsi/dev/etsi_emcom/src/LibIms/src /home/etsi/dev/etsi_emcom/src/LibIms/include /home/etsi/dev/etsi_emcom/src/LibIms/ttcn /home/etsi/dev/etsi_emcom/src/LibIms/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibIms/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibIms/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibIms/*.ttcn': No such file or directory + '[' LibIms == LibEmcom/LibNg112 ']' + '[' LibIms == LibSip ']' + '[' LibIms == LibIms ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibIms/ttcn/LibIms_Interface.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIms/ttcn/LibIms_Library.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIms/ttcn/LibIms_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIms/ttcn/LibIms_Templates.ttcn /home/etsi/dev/etsi_emcom/src/LibIms/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_ims_titan/LibIms_Templates.ttcn /home/etsi/dev/etsi_emcom/src/LibIms/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 == LibIms ']' + '[' 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/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 cp ${PATH_PATCHES}/run_*_simu.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/run_mtc_simu.bash /home/etsi/dev/STF549_Ng112/scripts/run_ptcs_simu.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  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 LibIms" + REFERENCES='LibCommon LibHttp LibEmcom/LibNg112 LibSip LibIms' 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_Steps.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn ../ttcn/LibNg112_Steps.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 + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibIms/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/LibIms/ttcn/LibIms_Library.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Library.ttcn ../ttcn/LibIms_Library.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Steps.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Steps.ttcn ../ttcn/LibIms_Steps.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Templates.ttcn ../ttcn/LibIms_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Interface.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibIms/ttcn/LibIms_Interface.ttcn ../ttcn/LibIms_Interface.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibIms/include -type f + files= + '[' '' '!=' ' ' ']' ++ find /home/etsi/dev/etsi_emcom/src/LibIms/src -type f + files= + '[' '' '!=' ' ' ']'  # 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/LibIms_Library.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/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.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/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/AtsNg112_Steps.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 ']' + 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/LibIms_Library.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/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.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/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/AtsNg112_Steps.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 + tee build.log 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/LibIms_Library.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'... 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/LibIms_Steps.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_Steps.ttcn'... 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'... 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/LibIms_Templates.ttcn'... ../ttcn/LibIms_Templates.ttcn:31:63: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_SIPTypesAndValues.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/LibIms_Interface.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/AtsNg112_Steps.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'... 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'... 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:440:1: note: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:443:2: note: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:624:1: note: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:630:1: note: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:638:2: note: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:667:1: note: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:674:1: note: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:676:2: note: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:676:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:913:1: note: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:915:2: note: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:650:1: note: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:650:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:460:1: note: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:460:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:481: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:514:1: note: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:521:1: note: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:523:2: note: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:591:1: note: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:593:2: note: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:508:1: note: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:508:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:758:1: note: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:766:2: note: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:971:1: note: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:973:2: note: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:787:1: note: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:789:2: note: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:789:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:790:3: note: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:942:1: note: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:944:2: note: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:778:1: note: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:778:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:869:1: note: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:869: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:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47: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:51: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:51: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:51: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:51: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:51: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:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `listServices': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `listServicesResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:42:5: note: In union field `listServicesByLocation': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: note: In union field `listServicesByLocationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:44:5: note: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:45:5: note: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51: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:1842:17: note: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1851:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1853:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1853:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1853:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1853: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:1845:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1972:17: note: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1981:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1983:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1983:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1983:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1983: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:1975:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1995:17: note: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:2004:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2006:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2006:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2006:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2006: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:1998:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2018:17: note: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2028:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2030:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2030:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2030:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2030: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:2021:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2044:17: note: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2056:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2071:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2071:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2071:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2071: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:2047:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2086:17: note: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2098:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2101:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2101:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2101:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2101: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:2089:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2160:17: note: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2169:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2171:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2171:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2171:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2171: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:2163:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2183:17: note: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2194:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2210:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2210:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2210:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2210: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:2186:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3770:9: note: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3774:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3776:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3777:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3777:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3782:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3782:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3791:9: note: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3794:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3796:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3797:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3797:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3824:9: note: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3828:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3830:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3831:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3831:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3836:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3836:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3845:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3849:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3851:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3853:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3853:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3863:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3867:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3869:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3871:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3871: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:4247:9: note: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4255:13: note: In function instance: ../ttcn/LibSip_Steps.ttcn:4255:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4255:38: note: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4249:13: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibIms_Templates.ttcn: note: In TTCN-3 module `LibIms_Templates': ../ttcn/LibIms_Templates.ttcn:776:13: note: In template definition `m_XmlBody_ACR_ICB': ../ttcn/LibIms_Templates.ttcn:779:29: note: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:779:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:788:13: note: In template definition `m_XmlBody_ACR_OCB': ../ttcn/LibIms_Templates.ttcn:791:29: note: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:791:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:1677:17: note: In template definition `m_BYE_Request_Reason_IMS': ../ttcn/LibIms_Templates.ttcn:1677:17: note: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here ../ttcn/LibIms_Templates.ttcn:4339:17: note: In template definition `m_Response_onINVITE_Reason': ../ttcn/LibIms_Templates.ttcn:4339:17: note: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn: note: In TTCN-3 module `LibIms_Steps': ../ttcn/LibIms_Steps.ttcn:952:9: note: In function definition `f_IMS_preamble_withEmergencyRegistration': ../ttcn/LibIms_Steps.ttcn:961:13: note: In function instance: ../ttcn/LibIms_Steps.ttcn:961:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:961:38: note: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:954:13: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibIms_Steps.ttcn:961:38: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:954:13: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn:972:9: note: In function definition `f_IMS_preamble_withRegistration': ../ttcn/LibIms_Steps.ttcn:982:13: note: In function instance: ../ttcn/LibIms_Steps.ttcn:982:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:982:38: note: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:982:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:974:13: note: Referenced `out' template parameter is here ../ttcn/LibIms_Steps.ttcn:997:9: note: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ../ttcn/LibIms_Steps.ttcn:1007:13: note: In function instance: ../ttcn/LibIms_Steps.ttcn:1007:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:1007:38: note: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:1007:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:999:13: note: Referenced `out' template parameter is here ../ttcn/AtsNg112_TestCases.ttcn: note: In TTCN-3 module `AtsNg112_TestCases': ../ttcn/AtsNg112_TestCases.ttcn:1909:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:1932:9: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:1944:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ecrf': ../ttcn/AtsNg112_TestCases.ttcn:1962:9: note: In alt construct: ../ttcn/AtsNg112_TestCases.ttcn:1985:13: note: In send statement: ../ttcn/AtsNg112_TestCases.ttcn:1986:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ../ttcn/AtsNg112_TestCases.ttcn:1987:43: note: In parameter #1 for `p_response': ../ttcn/AtsNg112_TestCases.ttcn:1987:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ../ttcn/AtsNg112_TestCases.ttcn:1988:62: note: In parameter #1 for `p_body': ../ttcn/AtsNg112_TestCases.ttcn:1988:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ../ttcn/AtsNg112_TestCases.ttcn:1989:86: note: In parameter #1 for `p_xml_body': ../ttcn/AtsNg112_TestCases.ttcn:1989:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response': ../ttcn/AtsNg112_TestCases.ttcn:1990:119: note: In parameter #1 for `p_findServiceResponse': ../ttcn/AtsNg112_TestCases.ttcn:1990:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response': ../ttcn/AtsNg112_TestCases.ttcn:1991:143: note: In parameter #1 for `p_mapping_list': ../ttcn/AtsNg112_TestCases.ttcn:1991:145: note: In component 1: ../ttcn/AtsNg112_TestCases.ttcn:1991:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping': ../ttcn/AtsNg112_TestCases.ttcn:1992:155: note: In parameter #1 for `p_expires': ../ttcn/LibItsHttp_XmlTemplates.ttcn:591:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime ../ttcn/LibItsHttp_XmlTemplates.ttcn:589:61: note: Referenced template parameter is here ../ttcn/AtsNg112_TestCases.ttcn:1933:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2024:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ue': ../ttcn/AtsNg112_TestCases.ttcn:2033:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2033:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2041:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2041:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2041:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2041:48: note: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_noBody_UE': ../ttcn/AtsNg112_TestCases.ttcn:2042:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2042:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2047:49: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2047:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:1934:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2060:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_psap': ../ttcn/AtsNg112_TestCases.ttcn:2067:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2067:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2097:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:2119:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2130:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_caller': ../ttcn/AtsNg112_TestCases.ttcn:2139:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2139:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2148:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2148:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2148:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2148:48: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2149:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2149:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2154:49: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2154:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2120:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2173:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2180:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2180:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2208:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:2230:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2241:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_02_caller': ../ttcn/AtsNg112_TestCases.ttcn:2250:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2250:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2259:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2259:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2259:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2259:48: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2260:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2260:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2265:49: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2265:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2231:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2284:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_02_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2291:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2291:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2319:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_03': ../ttcn/AtsNg112_TestCases.ttcn:2341:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2352:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_03_caller': ../ttcn/AtsNg112_TestCases.ttcn:2361:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2361:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2370:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2370:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2370:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2370:48: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2371:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2371:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2376:49: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2376:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2342:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2395:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_03_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2402:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2402:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2430:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_04': ../ttcn/AtsNg112_TestCases.ttcn:2452:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2463:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_04_caller': ../ttcn/AtsNg112_TestCases.ttcn:2472:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2472:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2481:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2481:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2481:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2481:47: note: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_Mime_IMS': ../ttcn/AtsNg112_TestCases.ttcn:2482:48: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2482:48: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2487:48: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2487:48: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2453:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2513:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_04_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2520:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2520:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2548:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_05': ../ttcn/AtsNg112_TestCases.ttcn:2570:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2581:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_05_caller': ../ttcn/AtsNg112_TestCases.ttcn:2590:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2590:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2599:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2599:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2599:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2599:47: note: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_Mime_IMS': ../ttcn/AtsNg112_TestCases.ttcn:2600:48: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2600:48: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2605:48: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2605:48: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2571:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2624:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_05_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2631:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2631:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2659:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_06': ../ttcn/AtsNg112_TestCases.ttcn:2681:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2692:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_06_caller': ../ttcn/AtsNg112_TestCases.ttcn:2701:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2701:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2710:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2710:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2710:22: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2710:48: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2711:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2711:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2716:49: note: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2716:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2682:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2735:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_06_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2742:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2742:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2770:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_07': ../ttcn/AtsNg112_TestCases.ttcn:2792:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2803:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_07_caller': ../ttcn/AtsNg112_TestCases.ttcn:2812:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2812:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2821:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2821:22: note: In actual parameter list of function `@LibSip_Steps.f_SendMESSAGE': ../ttcn/AtsNg112_TestCases.ttcn:2821:23: note: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2821:50: note: In actual parameter list of template `@LibNg112_Templates.m_MESSAGE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2822:49: note: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2822:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2793:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2842:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_07_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2849:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2849:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2874:5: note: In testcase definition `TC_PSAP_SIP_INVITE_BV_08': ../ttcn/AtsNg112_TestCases.ttcn:2896:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2907:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_08_caller': ../ttcn/AtsNg112_TestCases.ttcn:2916:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2916:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2897:34: note: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2942:7: note: In function definition `f_TC_PSAP_SIP_INVITE_BV_08_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2949:9: note: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2949:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used 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_Steps.hh' was generated. Notify: File `AtsNg112_Steps.cc' was generated. 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 `LibIms_Interface.hh' was generated. Notify: File `LibIms_Interface.cc' was generated. Notify: File `LibIms_Library.hh' was generated. Notify: File `LibIms_Library.cc' was generated. Notify: File `LibIms_SIPTypesAndValues.hh' was generated. Notify: File `LibIms_SIPTypesAndValues.cc' was generated. Notify: File `LibIms_Steps.hh' was generated. Notify: File `LibIms_Steps.cc' was generated. Notify: File `LibIms_Templates.hh' was generated. Notify: File `LibIms_Templates.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_Steps.hh' was generated. Notify: File `LibNg112_Steps.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: 150 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/sip_codec_message_body.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/base_time.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/sip_codec_headers.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/sip_codec_subscribe_request.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_bye_request.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/src/sip_codec_response.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/LibIms_Library.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/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.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/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/AtsNg112_Steps.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/sip_codec_message_body.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/base_time.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/sip_codec_headers.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/sip_codec_subscribe_request.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_bye_request.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/src/sip_codec_response.cc ../etc/AtsNg112.cfg Data used for Makefile generation: TTCN-3 project name: (null) TTCN-3 modules: (75 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: LibIms_Library Directory: ../ttcn File name: LibIms_Library.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: LibIms_Steps Directory: ../ttcn File name: LibIms_Steps.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_Steps Directory: ../ttcn File name: LibNg112_Steps.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: LibIms_Templates Directory: ../ttcn File name: LibIms_Templates.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: LibIms_SIPTypesAndValues Directory: ../ttcn File name: LibIms_SIPTypesAndValues.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: LibIms_Interface Directory: ../ttcn File name: LibIms_Interface.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: AtsNg112_Steps Directory: ../ttcn  File name: AtsNg112_Steps.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: (34 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: sip_codec_message_body Directory: ../../../framework/src Source file: sip_codec_message_body.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_message_body.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: base_time Directory: ../../../framework/src Source file: base_time.cc Source file has .cc or .cpp suffix: yes Object file: base_time.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: sip_codec_headers Directory: ../../../framework/src Source file: sip_codec_headers.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_headers.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: sip_codec_subscribe_request Directory: ../../../framework/src Source file: sip_codec_subscribe_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_subscribe_request.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_bye_request Directory: ../../../framework/src Source file: sip_codec_bye_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_bye_request.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 File prefix: sip_codec_response  Directory: ../../../framework/src Source file: sip_codec_response.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_response.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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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/LibIms_Library.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/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.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/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/AtsNg112_Steps.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/LibIms_Library.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/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.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/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/AtsNg112_Steps.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/LibIms_Library.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'... 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/LibIms_Steps.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_Steps.ttcn'... 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'... 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/LibIms_Templates.ttcn'... ../ttcn/LibIms_Templates.ttcn:31.63-88: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_SIPTypesAndValues.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/LibIms_Interface.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/AtsNg112_Steps.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'... 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'... 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:440.1-445.1: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:443.2-14: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:624.1-20: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:630.1-639.1: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:638.2-18: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:667.1-43: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:674.1-677.1: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:676.2-47: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:676.2-29: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:913.1-918.1: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:915.2-38: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:650.1-655.1: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:650.6-655.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:460.1-55: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:460.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:481.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:514.1-38: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:521.1-524.1: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:523.2-16: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:591.1-595.1: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:593.2-22: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:508.1-42: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:508.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:758.1-767.1: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:766.2-22: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:971.1-975.1: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:973.2-38: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:787.1-792.1: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:789.2-791.16: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:789.2-791.2: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:790.3-33: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:942.1-947.1: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:944.2-38: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:778.1-781.1: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:778.6-781.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:869.1-53: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:869.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-46.3: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34.5-50: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35.5-51: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36.5-43: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37.5-44: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38.5-53: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39.5-54: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40.5-47: In union field `listServices': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41.5-55: In union field `listServicesResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:42.5-57: In union field `listServicesByLocation': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43.5-65: In union field `listServicesByLocationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:44.5-53: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:45.5-38: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.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:1842.17-1863.17: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1851.34-1862.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1853.33-63: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1853.39-63: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1853.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1853.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:1845.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1972.17-1993.17: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1981.34-1992.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1983.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1983.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1983.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1983.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:1975.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1995.17-2016.17: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:2004.34-2015.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2006.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2006.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2006.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2006.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:1998.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2018.17-2042.17: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2028.34-2040.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2030.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2030.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2030.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2030.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:2021.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2044.17-2084.17: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2056.34-2082.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2071.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2071.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2071.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2071.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:2047.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2086.17-2113.17: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2098.34-2112.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2101.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2101.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2101.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2101.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:2089.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2160.17-2181.17: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2169.34-2180.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2171.33-69: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2171.39-69: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2171.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2171.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:2163.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2183.17-2221.17: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2194.34-2219.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2210.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2210.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2210.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2210.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:2186.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3770.9-3789.9: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3774.32-3788.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3776.41-3787.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3777.21-3781.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3777.21-3781.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3782.21-3786.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3782.21-3786.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3791.9-3804.9: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3794.32-3803.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3796.41-3802.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3797.21-3801.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3797.21-3801.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3824.9-3843.9: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3828.32-3842.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3830.41-3841.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3831.21-3835.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3831.21-3835.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3836.21-3840.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3836.21-3840.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3845.9-3861.9: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3849.32-3860.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3851.41-3859.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3853.21-3857.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3853.21-3857.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3863.9-3879.9: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3867.32-3878.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3869.41-3877.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3871.21-3875.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3871.21-3875.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:4247.9-4256.9: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4255.13-88: In function instance: ../ttcn/LibSip_Steps.ttcn:4255.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4255.38-47: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4249.13-55: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibIms_Templates.ttcn: In TTCN-3 module `LibIms_Templates': ../ttcn/LibIms_Templates.ttcn:776.13-786.13: In template definition `m_XmlBody_ACR_ICB': ../ttcn/LibIms_Templates.ttcn:779.29-785.17: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:779.29-785.17: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:788.13-798.13: In template definition `m_XmlBody_ACR_OCB': ../ttcn/LibIms_Templates.ttcn:791.29-797.17: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:791.29-797.17: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:1677.17-1691.17: In template definition `m_BYE_Request_Reason_IMS': ../ttcn/LibIms_Templates.ttcn:1677.17-1691.17: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612.27-33: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609.13-37: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109.27-32: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106.13-36: note: Referenced template parameter is here ../ttcn/LibIms_Templates.ttcn:4339.17-4352.17: In template definition `m_Response_onINVITE_Reason': ../ttcn/LibIms_Templates.ttcn:4339.17-4352.17: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612.27-33: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609.13-37: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109.27-32: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106.13-36: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn: In TTCN-3 module `LibIms_Steps': ../ttcn/LibIms_Steps.ttcn:952.9-965.9: In function definition `f_IMS_preamble_withEmergencyRegistration': ../ttcn/LibIms_Steps.ttcn:961.13-94: In function instance: ../ttcn/LibIms_Steps.ttcn:961.27-94: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:961.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:954.13-48: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibIms_Steps.ttcn:961.38-47: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:954.13-48: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn:972.9-989.9: In function definition `f_IMS_preamble_withRegistration': ../ttcn/LibIms_Steps.ttcn:982.13-88: In function instance: ../ttcn/LibIms_Steps.ttcn:982.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:982.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:982.38-47: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:974.13-52: note: Referenced `out' template parameter is here ../ttcn/LibIms_Steps.ttcn:997.9-1011.9: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ../ttcn/LibIms_Steps.ttcn:1007.13-88: In function instance: ../ttcn/LibIms_Steps.ttcn:1007.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:1007.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:1007.38-47: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:999.13-52: note: Referenced `out' template parameter is here ../ttcn/AtsNg112_TestCases.ttcn: In TTCN-3 module `AtsNg112_TestCases': ../ttcn/AtsNg112_TestCases.ttcn:1909.5-1940.5: In testcase definition `TC_ESRP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:1932.9-55: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:1944.7-2022.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ecrf': ../ttcn/AtsNg112_TestCases.ttcn:1962.9-2017.9: In alt construct: ../ttcn/AtsNg112_TestCases.ttcn:1985.13-2010.73: In send statement: ../ttcn/AtsNg112_TestCases.ttcn:1986.42-2010.72: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ../ttcn/AtsNg112_TestCases.ttcn:1987.43-2010.71: In parameter #1 for `p_response': ../ttcn/AtsNg112_TestCases.ttcn:1987.61-2010.71: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ../ttcn/AtsNg112_TestCases.ttcn:1988.62-2009.62: In parameter #1 for `p_body': ../ttcn/AtsNg112_TestCases.ttcn:1988.85-2009.62: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ../ttcn/AtsNg112_TestCases.ttcn:1989.86-2008.145: In parameter #1 for `p_xml_body': ../ttcn/AtsNg112_TestCases.ttcn:1989.118-2008.145: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response': ../ttcn/AtsNg112_TestCases.ttcn:1990.119-2008.144: In parameter #1 for `p_findServiceResponse': ../ttcn/AtsNg112_TestCases.ttcn:1990.142-2008.144: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response': ../ttcn/AtsNg112_TestCases.ttcn:1991.143-2001.144: In parameter #1 for `p_mapping_list': ../ttcn/AtsNg112_TestCases.ttcn:1991.145-2000.155: In component 1: ../ttcn/AtsNg112_TestCases.ttcn:1991.154-2000.155: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping': ../ttcn/AtsNg112_TestCases.ttcn:1992.155-191: In parameter #1 for `p_expires': ../ttcn/LibItsHttp_XmlTemplates.ttcn:591.19-29: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime ../ttcn/LibItsHttp_XmlTemplates.ttcn:589.61-108: note: Referenced template parameter is here ../ttcn/AtsNg112_TestCases.ttcn:1933.34-84: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2024.7-2058.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ue': ../ttcn/AtsNg112_TestCases.ttcn:2033.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2033.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2041.9-2048.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2041.21-2048.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2041.22-2048.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2041.48-2048.49: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_noBody_UE': ../ttcn/AtsNg112_TestCases.ttcn:2042.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2042.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2047.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2047.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:1934.34-88: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2060.7-2086.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_psap': ../ttcn/AtsNg112_TestCases.ttcn:2067.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2067.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2097.5-2126.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:2119.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2130.7-2171.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_caller': ../ttcn/AtsNg112_TestCases.ttcn:2139.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2139.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2148.9-2160.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2148.21-2160.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2148.22-2160.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2148.48-2160.49: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2149.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2149.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2154.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2154.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2120.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2173.7-2201.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2180.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2180.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2208.5-2237.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:2230.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2241.7-2282.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_02_caller': ../ttcn/AtsNg112_TestCases.ttcn:2250.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2250.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2259.9-2271.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2259.21-2271.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2259.22-2271.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2259.48-2271.49: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2260.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2260.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2265.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2265.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2231.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2284.7-2312.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_02_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2291.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2291.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2319.5-2348.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_03': ../ttcn/AtsNg112_TestCases.ttcn:2341.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2352.7-2393.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_03_caller': ../ttcn/AtsNg112_TestCases.ttcn:2361.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2361.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2370.9-2382.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2370.21-2382.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2370.22-2382.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2370.48-2382.49: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2371.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2371.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2376.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2376.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2342.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2395.7-2423.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_03_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2402.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2402.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2430.5-2459.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_04': ../ttcn/AtsNg112_TestCases.ttcn:2452.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2463.7-2511.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_04_caller': ../ttcn/AtsNg112_TestCases.ttcn:2472.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2472.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2481.9-2500.44: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2481.21-2500.44: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2481.22-2500.43: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2481.47-2500.43: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_Mime_IMS': ../ttcn/AtsNg112_TestCases.ttcn:2482.48-56: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2482.48-56: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2487.48-57: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2487.48-57: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2453.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2513.7-2541.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_04_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2520.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2520.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2548.5-2577.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_05': ../ttcn/AtsNg112_TestCases.ttcn:2570.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2581.7-2622.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_05_caller': ../ttcn/AtsNg112_TestCases.ttcn:2590.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2590.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2599.9-2611.44: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2599.21-2611.44: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2599.22-2611.43: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2599.47-2611.43: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_Mime_IMS': ../ttcn/AtsNg112_TestCases.ttcn:2600.48-56: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2600.48-56: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2605.48-57: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2605.48-57: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2571.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2624.7-2652.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_05_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2631.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2631.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2659.5-2688.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_06': ../ttcn/AtsNg112_TestCases.ttcn:2681.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2692.7-2733.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_06_caller': ../ttcn/AtsNg112_TestCases.ttcn:2701.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2701.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2710.9-2722.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2710.21-2722.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2710.22-2722.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2710.48-2722.49: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2711.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2711.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2716.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2716.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2682.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2735.7-2763.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_06_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2742.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2742.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2770.5-2799.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_07': ../ttcn/AtsNg112_TestCases.ttcn:2792.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2803.7-2840.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_07_caller': ../ttcn/AtsNg112_TestCases.ttcn:2812.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2812.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2821.9-2831.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2821.22-2831.50: In actual parameter list of function `@LibSip_Steps.f_SendMESSAGE': ../ttcn/AtsNg112_TestCases.ttcn:2821.23-2831.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2821.50-2831.49: In actual parameter list of template `@LibNg112_Templates.m_MESSAGE_Request_IMS_Ng112': ../ttcn/AtsNg112_TestCases.ttcn:2822.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2822.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2793.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2842.7-2867.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_07_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2849.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2849.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2874.5-2903.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_08': ../ttcn/AtsNg112_TestCases.ttcn:2896.34-92: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2907.7-2940.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_08_caller': ../ttcn/AtsNg112_TestCases.ttcn:2916.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2916.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2897.34-100: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2942.7-2967.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_08_call_taker': ../ttcn/AtsNg112_TestCases.ttcn:2949.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2949.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used Notify: Generating code... Notify: File `AtsNg112_Steps.hh' was updated. Notify: File `AtsNg112_Steps.cc' was updated. 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 `LibIms_Interface.cc' was updated. Notify: File `LibIms_Library.cc' was updated. Notify: File `LibIms_SIPTypesAndValues.hh' was updated. Notify: File `LibIms_SIPTypesAndValues.cc' was updated. Notify: File `LibIms_Steps.hh' was updated. Notify: File `LibIms_Steps.cc' was updated. Notify: File `LibIms_Templates.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_Steps.cc' was updated. Notify: File `LibNg112_Templates.hh' 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: 125 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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibIms_Library.o LibIms_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibIms_Steps.o LibIms_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibNg112_Steps.o LibNg112_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibIms_Templates.o LibIms_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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibIms_SIPTypesAndValues.o LibIms_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o LibIms_Interface.o LibIms_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112_Steps.o AtsNg112_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/sip_codec_message_body.cc In file included from /home/etsi/frameworks/osip/include/osipparser2/osip_headers.h:25:0, from /home/etsi/frameworks/osip/include/osipparser2/osip_message.h:25, from /home/etsi/frameworks/osip/include/osipparser2/osip_parser.h:24, from /home/etsi/dev/etsi_emcom/framework/include/sip_codec_message_body.hh:6, from ../../../framework/src/sip_codec_message_body.cc:4: ../../../framework/src/sip_codec_message_body.cc: In member function 'virtual int sip_codec_message_body::encode(const LibSip__MessageBodyTypes::MessageBody&, OCTETSTRING&)': ../../../framework/src/sip_codec_message_body.cc:19:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::encode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_message_body.cc:19:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::encode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_message_body.cc: In member function 'virtual int sip_codec_message_body::decode(const OCTETSTRING&, LibSip__MessageBodyTypes::MessageBody&, params*)': ../../../framework/src/sip_codec_message_body.cc:49:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::decode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_message_body.cc:49:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::decode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_message_body.cc: In member function 'int sip_codec_message_body::encode_sdp(const LibSip__SDPTypes::SDP__Message&, sdp_message_t**)': ../../../framework/src/sip_codec_message_body.cc:190:50: warning: unused variable 's' [-Wunused-variable] const LibSip__SDPTypes::SDP__typed__time& s = r.offsets()[k]; ^ 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 -DENABLE_TRACE -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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/base_time.o ../../../framework/src/base_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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 -DENABLE_TRACE -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 In file included from /home/etsi/frameworks/osip/include/osipparser2/osip_headers.h:25:0, from /home/etsi/frameworks/osip/include/osipparser2/osip_message.h:25, from /home/etsi/frameworks/osip/include/osipparser2/osip_parser.h:24, from /home/etsi/dev/etsi_emcom/framework/include/sip_codec_headers.hh:6, from /home/etsi/dev/etsi_emcom/framework/include/sip_codec_request.hh:6, from ../../../framework/src/sip_codec_request.cc:4: ../../../framework/src/sip_codec_request.cc: In member function 'virtual int sip_codec_request::encode(const LibSip__SIPTypesAndValues::Request&, OCTETSTRING&)': ../../../framework/src/sip_codec_request.cc:14:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::encode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_request.cc:14:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::encode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_request.cc: In member function 'virtual int sip_codec_request::decode(const OCTETSTRING&, LibSip__SIPTypesAndValues::Request&, params*)': ../../../framework/src/sip_codec_request.cc:53:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::decode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ ../../../framework/src/sip_codec_request.cc:53:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] OSIP_TRACE (osip_trace (__FILE__, __LINE__, OSIP_ERROR, NULL, ">>> sip_codec_request::decode\n")); ^ /home/etsi/frameworks/osip/include/osipparser2/osip_port.h:263:23: note: in definition of macro 'OSIP_TRACE' #define OSIP_TRACE(P) P ^ 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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/Abstract_Socket.o ../../../framework/src/Abstract_Socket.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/pcap_linux_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_headers.o ../../../framework/src/sip_codec_headers.cc ../../../framework/src/sip_codec_headers.cc: In member function 'virtual int sip_codec_headers::encode_sip_url(const LibSip__SIPTypesAndValues::SipUrl&, osip_uri_t**)': ../../../framework/src/sip_codec_headers.cc:582:56: warning: unused variable 't' [-Wunused-variable] const LibSip__SIPTypesAndValues::TelUriComponents& t = p_sip_uri.components().tel(); ^ ../../../framework/src/sip_codec_headers.cc:607:15: warning: unused variable 'length' [-Wunused-variable] std::size_t length = 0; ^~~~~~ ../../../framework/src/sip_codec_headers.cc: In member function 'virtual int sip_codec_headers::encode_authorization_header(const LibSip__SIPTypesAndValues::Authorization&, osip_authorization_t**)': ../../../framework/src/sip_codec_headers.cc:846:51: warning: unused variable 'o' [-Wunused-variable] const LibSip__SIPTypesAndValues::OtherAuth& o = c.otherResponse(); ^ ../../../framework/src/sip_codec_headers.cc: In member function 'virtual int sip_codec_headers::encode_contact_header(const LibSip__SIPTypesAndValues::Contact&, osip_contact_t**)': ../../../framework/src/sip_codec_headers.cc:870:23: warning: unused variable 'wildcard' [-Wunused-variable] const CHARSTRING& wildcard = body.wildcard(); ^~~~~~~~ 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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/layer_factory.o ../../../framework/src/layer_factory.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/http_codec.o ../../../framework/src/http_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/ethernet_layer.o ../../../framework/src/ethernet_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/udp_layer.o ../../../framework/src/udp_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/sip_codec_register_request.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/converter.o ../../../framework/src/converter.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/sip_codec_subscribe_request.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/params.o ../../../framework/src/params.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/lost_codec.o ../../../framework/src/lost_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_layer.o ../../../framework/src/sip_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_bye_request.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/sip_codec_invite_request.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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_offline_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/pcap_cygwin_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 -DENABLE_TRACE -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o ../../../framework/src/sip_codec_response.o ../../../framework/src/sip_codec_response.cc if g++ -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112 http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lttcn3-rt2-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lrt -lxml2 -lpcap -lstdc++fs -lssl -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2; \ then : ; else /home/etsi/frameworks/titan/titan.core/Install/bin/titanver http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o; exit 1; fi 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 TTCN-3 Host Controller (parallel mode) Product number: CRL 113 200/6 R5B Build date (Base Library): Jan 24 2019 10:25:43 Base Library was compiled with: GCC 7.3.0 Copyright (c) 2000-2018 Ericsson Telecom AB Module information: Module name Language Compilation time MD5 checksum Version --------------------------------------------------------------------------------------- AtsNg112_Steps TTCN-3 Jan 24 2019 10:30:18 dd52893affca5ecf409fe730b7d47765 AtsNg112_TestCases TTCN-3 Jan 24 2019 10:31:36 f7e89e28cfa76d5ff1a2e63f986ec998 AtsNg112_TestControl TTCN-3 Jan 24 2019 10:30:51 ec92d84ff30a01d8be411cb43f63df7c LibCommon_AbstractData TTCN-3 Jan 24 2019 10:30:36 9e47d90729f2592e178442bf2a5df4bb LibCommon_BasicTypesAndValues TTCN-3 Jan 24 2019 10:31:35 b79bbac7f1fb620f74368615b5a59b06 LibCommon_DataStrings TTCN-3 Jan 24 2019 10:31:22 b63590668390e5cd6d7e1db76344c7db LibCommon_Sync TTCN-3 Jan 24 2019 10:26:43 dc366256bdfd1467f14c0c08b1d2704d LibCommon_TextStrings TTCN-3 Jan 24 2019 10:30:18 12daba4db22042f9565bbf396697997d LibCommon_Time TTCN-3 Jan 24 2019 10:31:21 6e92b58c75bb94ba8e43c93acffbae2d LibCommon_VerdictControl TTCN-3 Jan 24 2019 10:28:03 7941d285947591c225748ad621369d01 LibIms_Interface TTCN-3 Jan 24 2019 10:30:13 0a34139a4a59bc790b3db9b38dab7b2a LibIms_Library TTCN-3 Jan 24 2019 10:26:20 edb55a06028b2bfd5a888545812a6b34 LibIms_SIPTypesAndValues TTCN-3 Jan 24 2019 10:30:09 02f2a0b250db40989eaebbcaa2197860 LibIms_Steps TTCN-3 Jan 24 2019 10:28:34 ced60c7c32eb71499c13654064523a49 LibIms_Templates TTCN-3 Jan 24 2019 10:30:03 cac07eb0b8238e0861141658272ae4a8 LibItsHttp_BinaryMessageBodyTypes TTCN-3 Jan 24 2019 10:29:48 1d7ac1f4f44619f4d8e526a0e28620a2 LibItsHttp_BinaryTemplates TTCN-3 Jan 24 2019 10:26:45 789ac3480057d060d6e672b25d6dffd2 LibItsHttp_BinaryTypes TTCN-3 Jan 24 2019 10:30:37 1d1fb80d6827223fd1b8f14482f3946a LibItsHttp_EncdecDeclarations TTCN-3 Jan 24 2019 10:30:35 b74e92cdbaa08c24317cd60d39ba74b4 LibItsHttp_Functions TTCN-3 Jan 24 2019 10:26:14 32bdd2d98384603a3ee5f41d221ac32f LibItsHttp_MessageBodyTypes TTCN-3 Jan 24 2019 10:30:38 77514b2f5b751e3e89ea7dce3d457ee3 LibItsHttp_Pics TTCN-3 Jan 24 2019 10:28:58 f30db9aa72cdee184062ae4939990453 LibItsHttp_Templates TTCN-3 Jan 24 2019 10:30:01 02dd537ff380e4b0dc6480a3e82b7188 LibItsHttp_TestSystem TTCN-3 Jan 24 2019 10:30:55 dc9096b0a6c5fd878f8bdef0557b636f LibItsHttp_TypesAndValues TTCN-3 Jan 24 2019 10:30:11 359706b99c115c7b61187611f409ce07 LibItsHttp_XMLTypes TTCN-3 Jan 24 2019 10:26:53 e8ba40af855dee0d156bfd99a0bdf6d5 LibItsHttp_XmlMessageBodyTypes TTCN-3 Jan 24 2019 10:31:03 b676669f90db63f0197d973b3da4cd46 LibItsHttp_XmlTemplates TTCN-3 Jan 24 2019 10:29:58 6ba3183efe334e8dcd0fb6362f9d2101 LibNg112_EncdecDeclarations TTCN-3 Jan 24 2019 10:29:54 e03abce8193e13f21cba8994e5986557 LibNg112_Functions TTCN-3 Jan 24 2019 10:29:17 6d21f3c483b3432cce8684a668a30d87 LibNg112_Pics TTCN-3 Jan 24 2019 10:28:19 07bc909c1d6f090dcc70d403c64193cd LibNg112_Pixits TTCN-3 Jan 24 2019 10:30:10 0fa537bd27d17e12dd3a364a0cb71771 LibNg112_Steps TTCN-3 Jan 24 2019 10:29:12 2e6926e3b9f78e4e00e81e8530463df8 LibNg112_Templates TTCN-3 Jan 24 2019 10:26:16 c59259e2c41697a8621de5f11e39b860 LibNg112_TestSystem TTCN-3 Jan 24 2019 10:28:04 5b31958f32be62ad8c0b5724aea30b2e LibNg112_TypesAndValues TTCN-3 Jan 24 2019 10:26:38 9264a017b508695042d9ebf817d7472d LibSip_Common TTCN-3 Jan 24 2019 10:30:47 58cda3d538c695ae2d96ec83abe82cff LibSip_EncdecDeclarations TTCN-3 Jan 24 2019 10:31:23 79160a44a5b3bafc8ab8139c0f75ee70 LibSip_Interface TTCN-3 Jan 24 2019 10:27:41 d7c1db149f23f78ebe04dc84b49728d8 LibSip_Library TTCN-3 Jan 24 2019 10:28:55 acea48cc92a23b348ded7c51177399a5 LibSip_MessageBodyTypes TTCN-3 Jan 24 2019 10:29:49 4945901d2d10f56c9641e2d0400f2a68 LibSip_PIXITS TTCN-3 Jan 24 2019 10:26:52 b6b11dbdc661843bb2da8c8a97df838d LibSip_SDPTypes TTCN-3 Jan 24 2019 10:26:24 78812abc41ce728494f257f0b9569ca7 LibSip_SIPTypesAndValues TTCN-3 Jan 24 2019 10:26:53 e800605c375facd88871f12ea333adca LibSip_SMSFunctions TTCN-3 Jan 24 2019 10:30:02 8738c2089922ad5a9393a33ea285f678 LibSip_SMSTemplates TTCN-3 Jan 24 2019 10:26:23 74bd2d8a9c7ca4f8958ace531dcca306 LibSip_SMSTypesAndValues TTCN-3 Jan 24 2019 10:31:26 172a71e315ba7a3f2b2f627409e94df7 LibSip_SimpleMsgSummaryTypes TTCN-3 Jan 24 2019 10:30:40 917b6bcee49549b095bb71a53ea6ec21 LibSip_Steps TTCN-3 Jan 24 2019 10:29:24 9c19356c62f656c964b5acb8fe8d2b59 LibSip_Templates TTCN-3 Jan 24 2019 10:31:07 feceaed5e9e90f27d3153d6fb5c0f668 LibSip_XMLTypes TTCN-3 Jan 24 2019 10:28:08 009783efc01170c5f40166c1c97cf3ed NoTargetNamespace TTCN-3 Jan 24 2019 10:28:31 2303d7534acbc0fe5bf39a6bd28410d4 PreGenRecordOf TTCN-3 Jan 24 2019 10:24:42 02ac6b4a4325302f71d8860c0c9d46cc TitanLoggerApi TTCN-3 Jan 24 2019 10:24:02 805e90bb86abcd6c76d5a1abdd26f701 UsefulTtcn3Types TTCN-3 Jan 24 2019 10:30:00 6fdcec558066e86a036173a615f8565d XSD TTCN-3 Jan 24 2019 10:29:47 d203b248b72d15cefa59c213ba6c7c76 http_uri_etsi_org_ngn_params_xml_comm_div_info TTCN-3 Jan 24 2019 10:30:57 22a07ee0a073dd77e53706820aa966aa http_uri_etsi_org_ngn_params_xml_simservs_mcid TTCN-3 Jan 24 2019 10:26:37 dec2ed9620cb7b05c93c56e217b21a24 http_uri_etsi_org_ngn_params_xml_simservs_pstn TTCN-3 Jan 24 2019 10:28:20 f4006fec388b84764f57b474c630eff7 http_uri_etsi_org_ngn_params_xml_simservs_xcap TTCN-3 Jan 24 2019 10:30:41 064114e1c00aab5c614c04b9b7b6ab9c http_www_opengis_net_gml TTCN-3 Jan 24 2019 10:30:24 3b592325529f096bb99a266c8f3ed343 http_www_opengis_net_pidflo_1_0 TTCN-3 Jan 24 2019 10:26:08 972036680829833f6f4b5baa785acb25 http_www_w3_org_XML_1998_namespace TTCN-3 Jan 24 2019 10:29:22 d2f67c0a42bf4abd1816bc6ef5f6230f urn_3gpp_ns_cw_1_0 TTCN-3 Jan 24 2019 10:30:08 b1a595cc73b1e7edb99edc2fcd9e66d6 urn_ietf_params_xml_ns_common_policy TTCN-3 Jan 24 2019 10:26:46 a6fee95a8cf291ac4202bd8bea6c3fcb urn_ietf_params_xml_ns_conference_info TTCN-3 Jan 24 2019 10:31:48 8627424efa38e5c8319c7a083debbf7a urn_ietf_params_xml_ns_geopriv_conf TTCN-3 Jan 24 2019 10:28:17 840cf6a554c9cd7d03ba0b72b455f200 urn_ietf_params_xml_ns_geopriv_held TTCN-3 Jan 24 2019 10:26:39 bc3191295d0fb99ea44439d81d52831a urn_ietf_params_xml_ns_geopriv_held_id TTCN-3 Jan 24 2019 10:30:17 3bf29aca3ee809fe7e5b2c305b6ce75c urn_ietf_params_xml_ns_lost1 TTCN-3 Jan 24 2019 10:28:59 a066b5b3fd845655490e2e418bae4c0f urn_ietf_params_xml_ns_pidf TTCN-3 Jan 24 2019 10:31:45 308a2f06c52509e55ca141cb2aef1846 urn_ietf_params_xml_ns_pidf_geopriv10 TTCN-3 Jan 24 2019 10:30:49 e01d856e677b7426ea61eba1e0bf2dac urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy TTCN-3 Jan 24 2019 10:26:51 6118244ab52d5f379f096fa06ecd679d urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr TTCN-3 Jan 24 2019 10:29:21 d7e8c2dd3623cf79df148db855e3d489 urn_ietf_params_xml_ns_reginfo TTCN-3 Jan 24 2019 10:28:28 b0bd2c0b37ae06ef541f38b1969475bb urn_ietf_params_xml_ns_resource_lists TTCN-3 Jan 24 2019 10:31:30 4fde5fcb90896e2d6ec6c6843dabcac0 urn_oma_xml_xdm_common_policy TTCN-3 Jan 24 2019 10:29:57 5e89e10faf0bee1fe880814f02c072c7 --------------------------------------------------------------------------------------- ==8058==LeakSanitizer has encountered a fatal error. ==8058==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==8058==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) 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 + exit 0 Build done successfully ---> 9701f2b39658 Removing intermediate container b947e3400643 Successfully built 9701f2b39658 Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest 9701f2b39658 1 second ago 3.09GB f025da555c3a 2 hours ago 1.73GB a9285d2454dd 2 hours ago 1.71GB 807a63fed454 2 hours ago 1.71GB 099c34378fd0 2 hours ago 1.7GB 1bbca818e6a9 2 hours ago 1.69GB e16d3715bfda 2 hours ago 1.69GB 87cbcbb0b40c 2 hours ago 1.69GB 7168ce2945ef 2 hours ago 1.69GB ddc55fede596 2 hours ago 222MB e34f5b995749 2 hours ago 87.5MB ca99d49fe5d2 2 hours ago 87.5MB d2c7b8789d65 2 hours ago 87.5MB 9bdbeb54bc44 2 hours ago 87.5MB ubuntu 18.04 20bb25d32758 36 hours ago 87.5MB ef10de113a3a 2 weeks ago 2.67GB 731ef350006a 2 weeks ago 1.73GB fbe330b3d96a 2 weeks ago 1.71GB d872a7ea1a63 2 weeks ago 1.71GB 89cff6074639 2 weeks ago 1.7GB dee564ffbf23 2 weeks ago 1.69GB 16672ed81d6c 2 weeks ago 1.69GB 218132531d54 2 weeks ago 1.69GB d2104fabafce 2 weeks ago 1.69GB 37d606d8aa1b 2 weeks ago 221MB 7fb81b91de9a 2 weeks ago 86.7MB 52edb6aef676 2 weeks ago 86.7MB d9765724ec25 2 weeks ago 86.7MB ad5aa0ecebd3 2 weeks ago 86.7MB 1d9c17228a9e 3 weeks ago 86.7MB 3116af85cd09 6 weeks ago 3.09GB c9b8d4ed3aeb 6 weeks ago 1.73GB 59d384ca5659 6 weeks ago 1.72GB 0eeac4597c55 6 weeks ago 1.72GB 4132db491616 6 weeks ago 1.71GB 2b99bacf4b98 6 weeks ago 1.7GB a6e5a0fe4523 6 weeks ago 1.7GB b368a8d96b71 6 weeks ago 1.7GB 30347a572130 6 weeks ago 1.7GB 4f2bec8a2115 6 weeks ago 220MB 98a0a65b1685 6 weeks ago 86.2MB 2594c1075c38 6 weeks ago 86.2MB ed541f6c3526 6 weeks ago 86.2MB 60c9454b86c7 6 weeks ago 86.2MB 163425d401f9 2 months ago 2.88GB 93fd78260bd1 2 months ago 86.2MB 8bd6314e0df1 2 months ago 222MB fde06f0f899f 2 months ago 222MB b8fe714f1a85 2 months ago 222MB b74c572fba49 2 months ago 222MB aa08a91c11f1 2 months ago 222MB bf5bcfd41178 2 months ago 222MB 2a5bac4daa74 2 months ago 222MB 18bdc3cea6b0 2 months ago 2.65GB 1afb0b43b8d9 2 months ago 2.65GB sol006 latest 119f293654de 2 months ago 150MB 1c74ff76b6d1 2 months ago 150MB 05bdda6fd6dd 2 months ago 150MB e9a37971a55d 2 months ago 150MB c94eb473a6f7 2 months ago 222MB f05a97034f47 2 months ago 222MB 42d5eb6470d4 2 months ago 222MB 0e32db7a01c5 2 months ago 222MB 44e6c3ae79b0 2 months ago 222MB 5c11e0e954d6 2 months ago 222MB b30960615413 2 months ago 222MB 9c3c407cec72 2 months ago 222MB 54aac26bb2a4 2 months ago 220MB 1c04c8321f0a 2 months ago 150MB be5e0cd4508c 2 months ago 2.65GB 5758bd3361b3 2 months ago 1.72GB ba6ecd99c3b7 2 months ago 222MB daf2748d8b7d 2 months ago 222MB 78113c5c238d 2 months ago 222MB 5de7df7676c0 2 months ago 222MB 4d57729c60b0 2 months ago 222MB 7548b9c070d6 2 months ago 222MB 01eb90addc8c 2 months ago 222MB nfv-sol6 1.0 35fe25d9cdbe 2 months ago 460MB a7a99f797142 2 months ago 460MB ea01d4e5bce3 2 months ago 460MB fd5071b67334 2 months ago 460MB c227c06b04f7 2 months ago 453MB 8732c695181d 2 months ago 364MB ef8228e67de6 2 months ago 364MB 39f1e536290f 2 months ago 364MB 297c783ef30d 2 months ago 345MB d2c54fecff86 2 months ago 311MB c6590ec4dba8 2 months ago 218MB aa5a1e5a03da 3 months ago 1.7GB ddb9767d9c77 3 months ago 1.7GB b758aa7c3d43 3 months ago 1.7GB d5702f8bc815 3 months ago 1.69GB 942fa7526d74 3 months ago 1.69GB 60ea54ae02ec 3 months ago 1.69GB 9cc065a67f29 3 months ago 1.69GB 8f0d9ae8f918 3 months ago 220MB 02d8eacf418a 3 months ago 85.8MB ac21fdd971c5 3 months ago 85.8MB 9fa6db53d3aa 3 months ago 85.8MB 99516185b383 3 months ago 85.8MB 554fcdc46e06 3 months ago 222MB c6b0d4b8a4b9 3 months ago 222MB 692d4dcb0c92 3 months ago 222MB 764bc5d4e7ff 3 months ago 222MB 0748ba355ad1 3 months ago 222MB ceeb680ed4fb 3 months ago 222MB 3cf79c1aef61 3 months ago 222MB b352741119b6 3 months ago 222MB openapivalidator latest 0f2938b0d611 3 months ago 222MB 81367680be11 3 months ago 222MB fc46bfc0ca88 3 months ago 222MB 845b46c2c1dc 3 months ago 222MB 16516228bb7a 3 months ago 222MB 15b5c2a87a43 3 months ago 222MB 7871c2bfc3ea 3 months ago 222MB cbc3149e2130 3 months ago 220MB 360ceb237df9 3 months ago 212MB c9c3979202c1 3 months ago 188MB 6edcfc270195 3 months ago 188MB f790ef185743 3 months ago 173MB 3dcde753af30 3 months ago 157MB c2d720896593 3 months ago 153MB 82f7425307e6 3 months ago 151MB a00125cd64f2 3 months ago 150MB 99af8b969755 3 months ago 54.4MB 95fda2dffd97 3 months ago 40.7MB 002ade640a14 3 months ago 31.8MB 9984393d4ab7 3 months ago 8.68MB c93a8f8fceea 3 months ago 5.13MB 5aba9ace9175 3 months ago 4.03MB 6c08dbf57209 3 months ago 217MB 359dcc804220 3 months ago 217MB 9a72dd804e49 3 months ago 217MB 4469ae439fb4 3 months ago 217MB 92a1fdd5a199 3 months ago 217MB e8705dbdcb3a 3 months ago 217MB 698533a52c4d 3 months ago 217MB ea4c82dcd15a 3 months ago 85.8MB d7fb8cfc7500 3 months ago 234MB titan-bin latest b7a695f339aa 4 months ago 913MB 645d27e043d4 4 months ago 913MB 1f1480ce6e99 4 months ago 913MB fa322eb88f98 4 months ago 913MB e2ab5136a60c 4 months ago 913MB 6d982f1afd9b 4 months ago 913MB a8845b9bbf4c 4 months ago 913MB 4aaf05ed1dd6 4 months ago 813MB 674792b53145 4 months ago 813MB c0400b683205 4 months ago 789MB 4fcdc6b7dee9 4 months ago 679MB a9dd9a97e097 4 months ago 293MB 196d12cf6ab1 4 months ago 4.41MB 94627dfbdf19 4 months ago 4.03MB fd01895b8e3f 4 months ago 200MB a1eabee0db8f 4 months ago 200MB 9db65cf2aec4 4 months ago 200MB 29ad31d1c202 4 months ago 200MB 3787c503db7e 4 months ago 200MB 75481933ad98 4 months ago 200MB 5182e96772bf 5 months ago 200MB 9181a86fdafd 6 months ago 217MB 2767d2d28581 6 months ago 217MB ec8ef1060736 6 months ago 217MB 1d7d15cf55cd 6 months ago 217MB 7f401be3fb9f 6 months ago 217MB a8e40231dcc5 6 months ago 217MB defe9a4e85d9 6 months ago 217MB 46618e25b412 6 months ago 217MB dfcffa881097 6 months ago 216MB 84533e5860c9 6 months ago 208MB de36501403e3 6 months ago 187MB 81a898805c9f 6 months ago 187MB 8b9cff333db2 6 months ago 173MB bff5534325c4 6 months ago 156MB 6b46498081cd 6 months ago 153MB ca2ccaf56683 6 months ago 151MB d7e1e0714341 6 months ago 150MB 07b91e8b8e53 6 months ago 54.3MB 615f95d9bef2 6 months ago 40.7MB 9644a010beb6 6 months ago 31.8MB ddd536927392 6 months ago 8.61MB e4bc3bfd196d 6 months ago 5.07MB 118f86344fe4 6 months ago 3.97MB 1106147ea781 6 months ago 81.2MB 09a11c672992 6 months ago 81.2MB 44bfef0f3992 6 months ago 81.2MB 4905aa1f1ba2 6 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 7 months ago 729MB 113a43faa138 7 months ago 81.2MB 37eec16f1872 15 months ago 3.97MB [ { "Id": "sha256:9701f2b396588cb42ba17a78a034d177d1610c59e5c998598ff898f952495e56", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "Comment": "", "Created": "2019-01-24T10:34:50.315918034Z", "Container": "b947e3400643183737be2e73ef41397e8156a116f8332005076b2e33947b6b28", "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 && ../bin/ng112_generate_makefile.bash" ], "ArgsEscaped": true, "Image": "sha256:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "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:f025da555c3aae70b29edb5ef4fef459173f52710eb4f8930d522650bfb7e46f", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 3092210130, "VirtualSize": 3092210130, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:adcb570ae9ac70d0f46badf9ee0ecd49fbec2ae0bc26254653f99afa60046a4e", "sha256:7604c8714555c5c681ce97ab9114c24d5b128e248724bd3e8389f3ccbe1f09a4", "sha256:9e9d3c3a74581b0bb947e9621526ccec317d3cae000bc3c5d7b7f892bc1b4baa", "sha256:27a216ffe82565764e05e8e0166a2505242bbf4c359a2eaf737e0a4b9d3c3000", "sha256:e73eb53af4fe166cfcd198bd966aa2ddbaa03afb2b20633ca9b259ce1aa422e6", "sha256:53ffce7c83662b8676e9ae6ddee729977cf2c6613b7f9bd3e9ca5e0fc09c41cc", "sha256:2f9b7800cb18354f83b11c4b72119acf6e1a885845adf68201e346832ea8f635", "sha256:2bd35258d3abd6d299261e9d9f0b4aac955d30801c48467e480148ae7d3540c7", "sha256:424c3503a6b1cc43d7be7cd3f90857973ce8663c4238e0297455b71b8d2b209e", "sha256:fbcd4965e479e65f7a4931e69f839cb4bb02076c9fe1bfee84b718aa60ce5565", "sha256:69dbfdcda6eb1304585ccc89db98525d948e7e464979d6c942bbad759f6744e2", "sha256:dd36ef10b3dd3f7c09d0615904006e1d279f0c89c5dfcefeddf3e8dad9dec40b", "sha256:c4c4b189f0f4cba6aadfb467d385ce8cfd3a883962e1f4c541e8c937ed38c157" ] } } ] rm: cannot remove '../logs/merged.log.*': No such file or directory > 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 R5B * * 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@d1c160200dfb: Unix server socket created successfully. MC@d1c160200dfb: Listening on IP address 127.0.0.1 and TCP port 12000. if g++ -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112 http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lttcn3-rt2-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lrt -lxml2 -lpcap -lstdc++fs -lssl -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2; \ then : ; else /home/etsi/frameworks/titan/titan.core/Install/bin/titanver http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o AtsNg112_Steps.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/sip_codec_message_body.o ../../../framework/src/held_codec.o ../../../framework/src/base_time.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/sip_codec_headers.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/sip_codec_subscribe_request.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_bye_request.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o; exit 1; fi TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5B The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. MC@d1c160200dfb: New HC connected from 127.0.0.1 [127.0.0.1]. d1c160200dfb: Linux 4.4.0-139-generic on x86_64. MC@d1c160200dfb: Downloading configuration file to all HCs. HC@d1c160200dfb: TTCN-3 Host Controller started on d1c160200dfb. Version: CRL 113 200/6 R5B. HC@d1c160200dfb: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=Yes; LogEventTypes:=Yes; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error HC@d1c160200dfb: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@d1c160200dfb: Warning: The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. HC@d1c160200dfb: The address of MC was set to 127.0.0.1:0. HC@d1c160200dfb: Connected to MC. HC@d1c160200dfb: This host supports UNIX domain sockets for local communication. HC@d1c160200dfb: Processing configuration data received from MC. HC@d1c160200dfb: Module LibCommon_Sync has the following parameters: { PX_TSYNC_TIME_LIMIT := 30.000000, PX_TSHUT_DOWN_TIME_LIMIT := 30.000000 } HC@d1c160200dfb: Module LibCommon_Time has the following parameters: { PX_TDONE := 120.000000, PX_TAC := 30.000000, PX_TNOAC := 10.000000, PX_TWAIT := 120.000000, PX_LOOP := 1.000000 } HC@d1c160200dfb: Module LibItsHttp_Pics has the following parameters: { PICS_HEADER_HOST := "lis.gridgears.io", PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8" } HC@d1c160200dfb: Module LibNg112_Pics has the following parameters: { PICS_LIS_IUT := false, PICS_ECRF_IUT := false, PICS_ESRP_IUT := false, PICS_PSAP_IUT := true, PICS_HTTP_GET_REQUEST := true, PICS_HTTP_POST_REQUEST := true, PICS_LOCATION_HELD := true, PICS_SERVICE_LOST := true, PICS_LIS_URI := "/api", PICS_ECRF_URI := "/api", PICS_ECRF_REQUEST_URIs := { "/t/0ahy0-1531830377/post" }, PICS_H_QRY_GEO1 := true, PICS_H_QRY_GEO2 := true, PICS_H_QRY_GEO3 := true, PICS_H_QRY_GEO4 := true, PICS_H_QRY_CIV1 := true, PICS_H_QRY_CIV2 := true, PICS_H_QRY_STR1 := true, PICS_H_QRY_ERR1 := true, PICS_H_QRY_ERR2 := true, PICS_H_DER_TOK1 := true, PICS_H_DER_TOK2 := true, PICS_H_GET_ERR1 := true, PICS_L_FIS_GEO1 := true, PICS_L_FIS_GEO2 := true, PICS_L_FIS_GEO3 := true, PICS_L_FIS_SBV1 := true, PICS_L_LST_GEO1 := true, PICS_L_LST_ALL1 := true, PICS_L_FIS_ERR1 := true, PICS_L_FIS_ERR2 := true, PICS_S_SIP_UDP1 := true, PICS_S_SIP_TCP1 := false, PICS_E_SIP_BSC1 := true, PICS_E_SIP_URN1 := true, PICS_E_SIP_URN2 := true, PICS_E_SIP_URN3 := true, PICS_B_SDP_ALA1 := true, PICS_B_SDP_ULA1 := true, PICS_S_SIP_OPT1 := true } HC@d1c160200dfb: Module LibNg112_Pixits has the following parameters: { PX_DOUBLE_CMP_EPSILON := 1.000000e-05, PX_DEVICE_URI_SIP := "sip:user@example.net;gr=kjh29x97us97d", PX_DEVICE_NUMBER := { "tel:+331234567890", "tel:+331234567891", "tel:+331234567892", "tel:+33000000000" }, PX_DEVICE_NUMBER_POINT := 0, PX_DEVICE_NUMBER_CIRCLE := 1, PX_DEVICE_NUMBER_CIVIC := 2, PX_UNKNOWN_DEVICE_NUMBER := 3, PX_UNKNOWN_DEVICE_URI := "sip:no_one@example.net;gr=kjh29x97us97d", PX_DEVICE_NUMBER_POINT_POS := { 43.616891, 7.053179 }, PX_CIRCLE_POS := { 43.617174, 7.052750 }, PX_CIRCLE_UOM := "urn:ogc:def:uom:EPSG::9001", PX_CIRCLE_RADIUS := 15.000000, PX_SRS_NAME := "urn:ogc:def:crs:EPSG::4326", PX_CIVIC_ADDR_COUNTRY := "AU", PX_CIVIC_ADDR_A1 := "NSW", PX_CIVIC_ADDR_A3 := "Wollongong", PX_CIVIC_ADDR_A4 := "Gwynneville", PX_CIVIC_ADDR_STS := "Northfield Avenue", PX_CIVIC_ADDR_LMK := "University of Wollongong", PX_LOCATION_ID := "6020688f1ce1896d", PX_V_POLICE_DISPLAY_NAME := "Vienna police", PX_E_POLICE_DISPLAY_NAME := "ETSI Police", PX_V_POLICE_SOURCE := "ecrf.gridgears", PX_V_POLICE_SOURCE_ID := "viennaPoliceId", PX_E_POLICE_SOURCE_ID := "etsiPoliceId", PX_E_POLICE_SERVICE_URN := "urn:service:sos.police", PX_V_POLICE_SERVICE_URN := "urn:service:sos.police", PX_E_POLICE_SIP_URI := "sip:police@etsi.com", PX_V_POLICE_PATH := "ecrf.gridgears.io", PX_V_POLICE_SIP_URI := "sip:police@vienna.com", PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 43.620230, 7.071032 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_RADIUS := 2.000000, PX_E_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SOURCE := "ecrf.gridgears", PX_V_FIRE_SOURCE_ID := "viennaFireId", PX_V_FIRE_DISPLAY_NAME := "Vienna Fire", PX_V_FIRE_SIP_URI := "sip:fire@vienna.com", PX_V_FIRE_PATH := "ecrf.gridgears.io", PX_POINT_IN_E_FIRE_SERVICE_BOUNDARY := { 48.205971, 16.221657 }, PX_POINT_IN_V_FIRE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_POS := { 48.302609, 16.351604 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_RADIUS := 5000.000000, PX_CIRCLE_IN_V_FIRE_SERVICE_BOUNDARY_POS := { 48.221920, 16.340100 }, PX_CIRCLE_IN_V_FIRE_SERVICE_BOUNDARY_RADIUS := 2.000000, PX_LOST_EXPIRES := "2019-08-30T08:48:17+00:00", PX_LOST_LAST_UPDATED := "2018-08-30T08:48:17+00:00", PX_E_UNKNOWN_SERVICE_URN := "urn:service:sos.unknown", PX_CHECK_CONVERSATION := false, PX_IMS_SUT_UE_IPADDR := "172.31.10.99", PX_IMS_SUT_UE_PORT := 5060, PX_IMS_SUT_PCSCF1_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF1_PORT := 5060, PX_IMS_SUT_PCSCF1_HOME_DOMAIN := "pcscf1.sut.net", PX_IMS_SUT_UE1_BEARER_IPADDR := "10.101.242.1", PX_IMS_SUT_UE1_HOME_DOMAIN := "huawei.com", PX_IMS_SUT_UE1_PUBLIC_USER := "8007", PX_IMS_SUT_UE1_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE1_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE1_QOP := "auth", PX_IMS_SUT_UE1_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_UE1_DISPLAY := "UE1@SUT", PX_IMS_SUT_PCSCF2_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF2_PORT := 5060, PX_IMS_SUT_PCSCF2_HOME_DOMAIN := "pcscf2.home.net", PX_IMS_SUT_UE2_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE2_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE2_PUBLIC_USER := "2910", PX_IMS_SUT_UE2_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE2_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE2_QOP := "auth", PX_IMS_SUT_UE2_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF3_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF3_PORT := 5060, PX_IMS_SUT_PCSCF3_HOME_DOMAIN := "pcscf3.home.net", PX_IMS_SUT_UE3_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE3_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE3_PUBLIC_USER := "2910", PX_IMS_SUT_UE3_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE3_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE3_QOP := "auth", PX_IMS_SUT_UE3_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF4_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF4_PORT := 5060, PX_IMS_SUT_PCSCF4_HOME_DOMAIN := "pcscf4.home.net", PX_IMS_SUT_UE4_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE4_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE4_PUBLIC_USER := "2910", PX_IMS_SUT_UE4_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE4_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE4_QOP := "auth", PX_IMS_SUT_UE4_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_unknownUE_PUBLIC_USER := "0007", PX_IMS_SUT_EMERGENCY_HOME_DOMAIN := "huawei.com", PX_IMS_SUT_EMERGENCY_SERVICE := "911", PX_IMS_SUT_EMERGENCY_SERVICE_INVALID := "service.sos.invalid", PX_IMS_SUT_IBCF1_IPADDR := "172.31.10.5", PX_IMS_SUT_IBCF1_PORT := 5060, PX_IMS_SUT_IBCF1_HOME_DOMAIN := "ibcf1.sut.net", PX_IMS_SUT_IBCF2_IPADDR := "172.31.10.6", PX_IMS_SUT_IBCF2_PORT := 5060, PX_IMS_SUT_IBCF2_HOME_DOMAIN := "ibcf2.sut.net", PX_IMS_SUT_PCSCF_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF_PORT := 5060, PX_IMS_SUT_PCSCF_HOME_DOMAIN := "pcscf.sut.net", PX_IMS_SUT_PCSCF_VisitedNetworkID := "sut token", PX_IMS_SUT_PCSCF_MinSE := "100", PX_IMS_SUT_SCSCF_IPADDR := "172.31.10.4", PX_IMS_SUT_SCSCF_PORT := 5060, PX_IMS_SUT_SCSCF_HOME_DOMAIN := "scscf.sut.net", PX_IMS_SUT_SCSCF_REALM := "realm.scscf", PX_IMS_SUT_ICSCF_IPADDR := "172.31.10.3", PX_IMS_SUT_ICSCF_PORT := 5060, PX_IMS_SUT_ICSCF_HOME_DOMAIN := "icscf.sut.net", PX_IMS_SUT_AS_IPADDR := "172.31.10.7", PX_IMS_SUT_AS_PORT := 5060, PX_IMS_SUT_AS_HOME_DOMAIN := "as.sut.net", PX_IMS_SUT_IMGCF_IPADDR := "172.31.10.10", PX_IMS_SUT_IMGCF_PORT := 5060, PX_IMS_SUT_IMGCF_HOME_DOMAIN := "imgcf.sut.net", PX_IMS_SUT_CONF_IPADDR := "172.31.10.10", PX_IMS_SUT_CONF_PORT := 5060, PX_IMS_SUT_CONF_HOME_DOMAIN := "conf.sut.net", PX_IMS_SUT_CONF_FACTORY_NAME := "factory.uri.name", PX_IMS_TS_UE1_IPADDR := "10.101.242.1", PX_IMS_TS_UE1_PORT := 5060, PX_IMS_TS_UE1_REGISTRAR := "registrar.ts.net" } HC@d1c160200dfb: Module LibSip_PIXITS has the following parameters: { PX_SIP_SDP_USER_NAME := "voicesession", PX_SIP_SDP_SESSION_ID := "30000", PX_SIP_SDP_DYN := "0", PX_SIP_SDP_B_MODIFIER := "AS", PX_SIP_SDP_B_BANDWIDTH := 64, PX_SIP_SDP_ENCODING := "PCMU", PX_SIP_SDP_CLOCKRATE := "8000", PX_MB_LENGTH_FROM_ENCVAL := true, PX_USE_FX_FOR_XML_LENGTH := false, PX_SIP_TRANSPORT := "UDP", PX_SIP_REGISTRATION := false, PX_AUTH_ALGORITHM := "AKAv1-MD5", PX_SIP_REGISTER_AUTHENTICATION_ENABLED := true, PX_SIP_INVITE_AUTHENTICATION_ENABLED := false, PX_SIP_TWAIT := 30.000000, PX_SIP_TACK := 8.000000, PX_SIP_TRESP := 15.000000, PX_SIP_TNOACT := 1.000000, PX_SIP_MIME_BOUNDARY := "boundary1" } HC@d1c160200dfb: Initializing module AtsNg112_Steps. HC@d1c160200dfb: Initializing module LibNg112_Steps. HC@d1c160200dfb: Initializing module LibIms_Steps. HC@d1c160200dfb: Initializing module LibIms_Templates. HC@d1c160200dfb: Initializing module LibSip_Steps. HC@d1c160200dfb: Initializing module LibSip_Templates. HC@d1c160200dfb: Initializing module LibSip_Interface. HC@d1c160200dfb: Initializing module LibCommon_Sync. HC@d1c160200dfb: Initializing module LibCommon_AbstractData. HC@d1c160200dfb: Initializing module LibCommon_BasicTypesAndValues. HC@d1c160200dfb: Initialization of module LibCommon_BasicTypesAndValues finished. HC@d1c160200dfb: Initialization of module LibCommon_AbstractData finished. HC@d1c160200dfb: Initializing module LibCommon_VerdictControl. HC@d1c160200dfb: Initialization of module LibCommon_VerdictControl finished. HC@d1c160200dfb: Initialization of module LibCommon_Sync finished. HC@d1c160200dfb: Initializing module LibSip_SIPTypesAndValues. HC@d1c160200dfb: Initializing module LibSip_MessageBodyTypes. HC@d1c160200dfb: Initializing module LibSip_SDPTypes. HC@d1c160200dfb: Initializing module LibSip_Common. HC@d1c160200dfb: Initialization of module LibSip_Common finished. HC@d1c160200dfb: Initialization of module LibSip_SDPTypes finished. HC@d1c160200dfb: Initializing module LibSip_SimpleMsgSummaryTypes. HC@d1c160200dfb: Initialization of module LibSip_SimpleMsgSummaryTypes finished. HC@d1c160200dfb: Initializing module LibSip_XMLTypes. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_resource_lists. HC@d1c160200dfb: Initializing module http_www_w3_org_XML_1998_namespace. HC@d1c160200dfb: Initializing module XSD. HC@d1c160200dfb: Initializing module UsefulTtcn3Types. HC@d1c160200dfb: Initialization of module UsefulTtcn3Types finished. HC@d1c160200dfb: Initialization of module XSD finished. HC@d1c160200dfb: Initialization of module http_www_w3_org_XML_1998_namespace finished. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_resource_lists finished. HC@d1c160200dfb: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_xcap. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_common_policy. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_common_policy finished. HC@d1c160200dfb: Initializing module urn_oma_xml_xdm_common_policy. HC@d1c160200dfb: Initialization of module urn_oma_xml_xdm_common_policy finished. HC@d1c160200dfb: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_xcap finished. HC@d1c160200dfb: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_mcid. HC@d1c160200dfb: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_mcid finished. HC@d1c160200dfb: Initializing module NoTargetNamespace. HC@d1c160200dfb: Initialization of module NoTargetNamespace finished. HC@d1c160200dfb: Initializing module urn_3gpp_ns_cw_1_0. HC@d1c160200dfb: Initialization of module urn_3gpp_ns_cw_1_0 finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_conference_info. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_conference_info finished. HC@d1c160200dfb: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_pstn. HC@d1c160200dfb: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_pstn finished. HC@d1c160200dfb: Initializing module http_uri_etsi_org_ngn_params_xml_comm_div_info. HC@d1c160200dfb: Initialization of module http_uri_etsi_org_ngn_params_xml_comm_div_info finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_reginfo. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_reginfo finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_pidf. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_pidf finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy finished. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10 finished. HC@d1c160200dfb: Initialization of module LibSip_XMLTypes finished. HC@d1c160200dfb: Initialization of module LibSip_MessageBodyTypes finished. HC@d1c160200dfb: Initialization of module LibSip_SIPTypesAndValues finished. HC@d1c160200dfb: Initializing module LibSip_PIXITS. HC@d1c160200dfb: Initializing module LibCommon_DataStrings. HC@d1c160200dfb: Initialization of module LibCommon_DataStrings finished. HC@d1c160200dfb: Initialization of module LibSip_PIXITS finished. HC@d1c160200dfb: Initialization of module LibSip_Interface finished. HC@d1c160200dfb: Initializing module LibSip_EncdecDeclarations. HC@d1c160200dfb: Initializing module LibSip_SMSTypesAndValues. HC@d1c160200dfb: Initialization of module LibSip_SMSTypesAndValues finished. HC@d1c160200dfb: Initialization of module LibSip_EncdecDeclarations finished. HC@d1c160200dfb: Initialization of module LibSip_Templates finished. HC@d1c160200dfb: Initialization of module LibSip_Steps finished. HC@d1c160200dfb: Initializing module LibIms_SIPTypesAndValues. HC@d1c160200dfb: Initialization of module LibIms_SIPTypesAndValues finished. HC@d1c160200dfb: Initialization of module LibIms_Templates finished. HC@d1c160200dfb: Initializing module LibIms_Interface. HC@d1c160200dfb: Initialization of module LibIms_Interface finished. HC@d1c160200dfb: Initialization of module LibIms_Steps finished. HC@d1c160200dfb: Initializing module LibNg112_Pixits. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_lost1. HC@d1c160200dfb: Initializing module http_www_opengis_net_pidflo_1_0. HC@d1c160200dfb: Initializing module http_www_opengis_net_gml. HC@d1c160200dfb: Initialization of module http_www_opengis_net_gml finished. HC@d1c160200dfb: Initialization of module http_www_opengis_net_pidflo_1_0 finished. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_lost1 finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr finished. HC@d1c160200dfb: Initializing module LibNg112_TypesAndValues. HC@d1c160200dfb: Initialization of module LibNg112_TypesAndValues finished. HC@d1c160200dfb: Initialization of module LibNg112_Pixits finished. HC@d1c160200dfb: Initialization of module LibNg112_Steps finished. HC@d1c160200dfb: Initialization of module AtsNg112_Steps finished. HC@d1c160200dfb: Initializing module AtsNg112_TestCases. HC@d1c160200dfb: Initializing module LibItsHttp_Functions. HC@d1c160200dfb: Initializing module LibItsHttp_Pics. HC@d1c160200dfb: Initialization of module LibItsHttp_Pics finished. HC@d1c160200dfb: Initializing module LibItsHttp_TestSystem. HC@d1c160200dfb: Initializing module LibCommon_Time. HC@d1c160200dfb: Initialization of module LibCommon_Time finished. HC@d1c160200dfb: Initializing module LibItsHttp_TypesAndValues. HC@d1c160200dfb: Initializing module LibItsHttp_MessageBodyTypes. HC@d1c160200dfb: Initializing module LibItsHttp_XmlMessageBodyTypes. HC@d1c160200dfb: Initializing module LibItsHttp_XMLTypes. HC@d1c160200dfb: Initialization of module LibItsHttp_XMLTypes finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_geopriv_held. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_geopriv_held finished. HC@d1c160200dfb: Initialization of module LibItsHttp_XmlMessageBodyTypes finished. HC@d1c160200dfb: Initializing module LibItsHttp_BinaryMessageBodyTypes. HC@d1c160200dfb: Initialization of module LibItsHttp_BinaryMessageBodyTypes finished. HC@d1c160200dfb: Initialization of module LibItsHttp_MessageBodyTypes finished. HC@d1c160200dfb: Initialization of module LibItsHttp_TypesAndValues finished. HC@d1c160200dfb: Initialization of module LibItsHttp_TestSystem finished. HC@d1c160200dfb: Initialization of module LibItsHttp_Functions finished. HC@d1c160200dfb: Initializing module LibNg112_Templates. HC@d1c160200dfb: Initialization of module LibNg112_Templates finished. HC@d1c160200dfb: Initializing module LibNg112_Functions. HC@d1c160200dfb: Initializing module LibItsHttp_Templates. HC@d1c160200dfb: Initialization of module LibItsHttp_Templates finished. HC@d1c160200dfb: Initializing module LibItsHttp_XmlTemplates. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_geopriv_held_id. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_geopriv_held_id finished. HC@d1c160200dfb: Initialization of module LibItsHttp_XmlTemplates finished. HC@d1c160200dfb: Initializing module LibNg112_TestSystem. HC@d1c160200dfb: Initialization of module LibNg112_TestSystem finished. HC@d1c160200dfb: Initialization of module LibNg112_Functions finished. HC@d1c160200dfb: Initializing module LibNg112_Pics. HC@d1c160200dfb: Initialization of module LibNg112_Pics finished. HC@d1c160200dfb: Initialization of module AtsNg112_TestCases finished. HC@d1c160200dfb: Initializing module AtsNg112_TestControl. HC@d1c160200dfb: Initialization of module AtsNg112_TestControl finished. HC@d1c160200dfb: Initializing module LibCommon_TextStrings. HC@d1c160200dfb: Initialization of module LibCommon_TextStrings finished. HC@d1c160200dfb: Initializing module LibIms_Library. HC@d1c160200dfb: Initialization of module LibIms_Library finished. HC@d1c160200dfb: Initializing module LibItsHttp_BinaryTemplates. HC@d1c160200dfb: Initialization of module LibItsHttp_BinaryTemplates finished. HC@d1c160200dfb: Initializing module LibItsHttp_BinaryTypes. HC@d1c160200dfb: Initialization of module LibItsHttp_BinaryTypes finished. HC@d1c160200dfb: Initializing module LibItsHttp_EncdecDeclarations. HC@d1c160200dfb: Initialization of module LibItsHttp_EncdecDeclarations finished. HC@d1c160200dfb: Initializing module LibNg112_EncdecDeclarations. HC@d1c160200dfb: Initialization of module LibNg112_EncdecDeclarations finished. HC@d1c160200dfb: Initializing module LibSip_Library. HC@d1c160200dfb: Initializing module LibSip_SMSTemplates. HC@d1c160200dfb: Initializing module LibSip_SMSFunctions. HC@d1c160200dfb: Initialization of module LibSip_SMSFunctions finished. HC@d1c160200dfb: Initialization of module LibSip_SMSTemplates finished. HC@d1c160200dfb: Initialization of module LibSip_Library finished. HC@d1c160200dfb: Initializing module PreGenRecordOf. HC@d1c160200dfb: Initialization of module PreGenRecordOf finished. HC@d1c160200dfb: Initializing module TitanLoggerApi. HC@d1c160200dfb: Initialization of module TitanLoggerApi finished. HC@d1c160200dfb: Initializing module urn_ietf_params_xml_ns_geopriv_conf. HC@d1c160200dfb: Initialization of module urn_ietf_params_xml_ns_geopriv_conf finished. MC@d1c160200dfb: Configuration file was processed on all HCs. MC@d1c160200dfb: Creating MTC on host 127.0.0.1. HC@d1c160200dfb: Configuration data was processed successfully. HC@d1c160200dfb: MTC was created. Process id: 31. MC@d1c160200dfb: MTC is created. MTC@d1c160200dfb: Executing control part of module AtsNg112_TestControl. MTC@d1c160200dfb: Execution of control part in module AtsNg112_TestControl started. MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_01 started. MTC@d1c160200dfb: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@d1c160200dfb: Port syncPort was started. MTC@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: >>> SipPort::user_start MTC@d1c160200dfb: Port SIPP was started. MTC@d1c160200dfb: Port opPort was started. MTC@d1c160200dfb: >>> HttpPort::user_start MTC@d1c160200dfb: Port httpPort was started. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@d1c160200dfb: PTC was created. Component reference: 3, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_01, process id: 32. Caller(3)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@d1c160200dfb: PTC was created. Component reference: 3, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. Caller(3)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@d1c160200dfb: Port syncPort was started. Caller(3)@d1c160200dfb: Port syncSendPort was started. Caller(3)@d1c160200dfb: >>> SipPort::user_start Caller(3)@d1c160200dfb: Port SIPP was started. Caller(3)@d1c160200dfb: Port opPort was started. Caller(3)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. HC@d1c160200dfb: PTC was created. Component reference: 4, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_01, process id: 33. CallTaker(4)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@d1c160200dfb: PTC was created. Component reference: 4, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@d1c160200dfb: Connecting ports Caller(3):syncPort and mtc:syncPort. CallTaker(4)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(4)@d1c160200dfb: Port syncPort was started. CallTaker(4)@d1c160200dfb: Port syncSendPort was started. CallTaker(4)@d1c160200dfb: >>> SipPort::user_start CallTaker(4)@d1c160200dfb: Port SIPP was started. CallTaker(4)@d1c160200dfb: Port opPort was started. CallTaker(4)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. MTC@d1c160200dfb: Port syncPort is waiting for connection from Caller(3):syncPort on UNIX pathname /tmp/ttcn3-portconn-825fa060. Caller(3)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from Caller(3):syncPort. MTC@d1c160200dfb: Connect operation on Caller(3):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Connecting ports CallTaker(4):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from CallTaker(4):syncPort on UNIX pathname /tmp/ttcn3-portconn-855fa060. MTC@d1c160200dfb: Port syncPort has accepted the connection from CallTaker(4):syncPort. CallTaker(4)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Connect operation on CallTaker(4):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Mapping port Caller(3):SIPP to system:httpPort. Caller(3)@d1c160200dfb: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(3)@d1c160200dfb: >>> SipPort::user_map: httpPort Caller(3)@d1c160200dfb: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@d1c160200dfb: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(3)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(3)@d1c160200dfb: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(3)@d1c160200dfb: <<< params::convert Caller(3)@d1c160200dfb: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(3)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(3)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(3)@d1c160200dfb: >>> sip_layer::sip_layer: SIP, Caller(3)@d1c160200dfb: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(3)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@d1c160200dfb: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@d1c160200dfb: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(3)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(3)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(3)@d1c160200dfb: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(3)@d1c160200dfb: <<< params::convert Caller(3)@d1c160200dfb: udp_layer::udp_layer: socket id: 7 Caller(3)@d1c160200dfb: >>> udp_layer::close: 7 Caller(3)@d1c160200dfb: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(3)@d1c160200dfb: setverdict(error): none -> error Caller(3)@d1c160200dfb: Performing error recovery. Caller(3)@d1c160200dfb: Error occurred on idle PTC. The component terminates. Caller(3)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. Caller(3)@d1c160200dfb: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@d1c160200dfb: Connection of port syncPort to Caller(3):syncPort was closed unexpectedly by the peer. MTC@d1c160200dfb: Port syncPort was disconnected from Caller(3):syncPort. Caller(3)@d1c160200dfb: Port syncPort was stopped. Caller(3)@d1c160200dfb: Port syncSendPort was stopped. Caller(3)@d1c160200dfb: >>> SipPort::user_stop Caller(3)@d1c160200dfb: Port SIPP was stopped. Caller(3)@d1c160200dfb: Port opPort was stopped. Caller(3)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. Caller(3)@d1c160200dfb: Final verdict of PTC: error MTC@d1c160200dfb: Dynamic test case error: Error message was received from MC: Establishment of port mapping 3:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@d1c160200dfb: setverdict(error): none -> error MTC@d1c160200dfb: Performing error recovery. MTC@d1c160200dfb: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@d1c160200dfb: Removing unterminated connection between port syncPort and CallTaker(4):syncPort. MTC@d1c160200dfb: Port syncPort was stopped. MTC@d1c160200dfb: Port syncSendPort was stopped. MTC@d1c160200dfb: >>> SipPort::user_stop MTC@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port opPort was stopped. MTC@d1c160200dfb: >>> HttpPort::user_stop MTC@d1c160200dfb: Port httpPort was stopped. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. MTC@d1c160200dfb: Waiting for PTCs to finish. CallTaker(4)@d1c160200dfb: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(4)@d1c160200dfb: Port syncPort was disconnected from mtc:syncPort. CallTaker(4)@d1c160200dfb: Kill was requested from MC. Terminating idle PTC. CallTaker(4)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. CallTaker(4)@d1c160200dfb: Port syncPort was stopped. CallTaker(4)@d1c160200dfb: Port syncSendPort was stopped. CallTaker(4)@d1c160200dfb: >>> SipPort::user_stop CallTaker(4)@d1c160200dfb: Port SIPP was stopped. CallTaker(4)@d1c160200dfb: Port opPort was stopped. CallTaker(4)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_01. CallTaker(4)@d1c160200dfb: Final verdict of PTC: none MTC@d1c160200dfb: Setting final verdict of the test case. MTC@d1c160200dfb: Local verdict of MTC: error MTC@d1c160200dfb: Local verdict of PTC Caller(3): error (error -> error) MTC@d1c160200dfb: Local verdict of PTC CallTaker(4): none (error -> error) MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_01 finished. Verdict: error MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_02 started. MTC@d1c160200dfb: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@d1c160200dfb: Port syncPort was started. MTC@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: >>> SipPort::user_start MTC@d1c160200dfb: Port SIPP was started. MTC@d1c160200dfb: Port opPort was started. MTC@d1c160200dfb: >>> HttpPort::user_start ==32==LeakSanitizer has encountered a fatal error. ==32==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==32==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) MTC@d1c160200dfb: Port httpPort was started. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@d1c160200dfb: PTC was created. Component reference: 5, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_02, process id: 35. Caller(5)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@d1c160200dfb: PTC was created. Component reference: 5, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. HC@d1c160200dfb: PTC Caller(3) finished. Process statistics: { process id: 32, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.008000 s, maximum resident set size: 41772, integral resident set size: 0, page faults not requiring physical I/O: 1729, page faults requiring physical I/O: 1, swaps: 0, block input operations: 8, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 7, involuntary context switches: 14 } Caller(5)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@d1c160200dfb: Port syncPort was started. Caller(5)@d1c160200dfb: Port syncSendPort was started. Caller(5)@d1c160200dfb: >>> SipPort::user_start Caller(5)@d1c160200dfb: Port SIPP was started. Caller(5)@d1c160200dfb: Port opPort was started. Caller(5)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. HC@d1c160200dfb: PTC was created. Component reference: 6, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_02, process id: 36. CallTaker(6)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@d1c160200dfb: PTC was created. Component reference: 6, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@d1c160200dfb: Connecting ports Caller(5):syncPort and mtc:syncPort. CallTaker(6)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(6)@d1c160200dfb: Port syncPort was started. CallTaker(6)@d1c160200dfb: Port syncSendPort was started. CallTaker(6)@d1c160200dfb: >>> SipPort::user_start CallTaker(6)@d1c160200dfb: Port SIPP was started. CallTaker(6)@d1c160200dfb: Port opPort was started. CallTaker(6)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. MTC@d1c160200dfb: Port syncPort is waiting for connection from Caller(5):syncPort on UNIX pathname /tmp/ttcn3-portconn-845fa060. Caller(5)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from Caller(5):syncPort. MTC@d1c160200dfb: Connect operation on Caller(5):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Connecting ports CallTaker(6):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from CallTaker(6):syncPort on UNIX pathname /tmp/ttcn3-portconn-875fa060. CallTaker(6)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from CallTaker(6):syncPort. MTC@d1c160200dfb: Connect operation on CallTaker(6):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Mapping port Caller(5):SIPP to system:httpPort. Caller(5)@d1c160200dfb: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(5)@d1c160200dfb: >>> SipPort::user_map: httpPort Caller(5)@d1c160200dfb: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@d1c160200dfb: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(5)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(5)@d1c160200dfb: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(5)@d1c160200dfb: <<< params::convert Caller(5)@d1c160200dfb: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(5)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(5)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(5)@d1c160200dfb: >>> sip_layer::sip_layer: SIP, Caller(5)@d1c160200dfb: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(5)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@d1c160200dfb: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@d1c160200dfb: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(5)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(5)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(5)@d1c160200dfb: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(5)@d1c160200dfb: <<< params::convert Caller(5)@d1c160200dfb: udp_layer::udp_layer: socket id: 7 Caller(5)@d1c160200dfb: >>> udp_layer::close: 7 Caller(5)@d1c160200dfb: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(5)@d1c160200dfb: setverdict(error): none -> error Caller(5)@d1c160200dfb: Performing error recovery. Caller(5)@d1c160200dfb: Error occurred on idle PTC. The component terminates. Caller(5)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. ==33==LeakSanitizer has encountered a fatal error. Caller(5)@d1c160200dfb: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@d1c160200dfb: Connection of port syncPort to Caller(5):syncPort was closed unexpectedly by the peer. ==33==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==33==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) MTC@d1c160200dfb: Port syncPort was disconnected from Caller(5):syncPort. Caller(5)@d1c160200dfb: Port syncPort was stopped. Caller(5)@d1c160200dfb: Port syncSendPort was stopped. Caller(5)@d1c160200dfb: >>> SipPort::user_stop Caller(5)@d1c160200dfb: Port SIPP was stopped. Caller(5)@d1c160200dfb: Port opPort was stopped. Caller(5)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@d1c160200dfb: Dynamic test case error: Error message was received from MC: Establishment of port mapping 5:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@d1c160200dfb: setverdict(error): none -> error MTC@d1c160200dfb: Performing error recovery. MTC@d1c160200dfb: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@d1c160200dfb: Removing unterminated connection between port syncPort and CallTaker(6):syncPort. MTC@d1c160200dfb: Port syncPort was stopped. MTC@d1c160200dfb: Port syncSendPort was stopped. MTC@d1c160200dfb: >>> SipPort::user_stop MTC@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port opPort was stopped. MTC@d1c160200dfb: >>> HttpPort::user_stop MTC@d1c160200dfb: Port httpPort was stopped. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. MTC@d1c160200dfb: Waiting for PTCs to finish. Caller(5)@d1c160200dfb: Final verdict of PTC: error CallTaker(6)@d1c160200dfb: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(6)@d1c160200dfb: Port syncPort was disconnected from mtc:syncPort. CallTaker(6)@d1c160200dfb: Kill was requested from MC. Terminating idle PTC. CallTaker(6)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. CallTaker(6)@d1c160200dfb: Port syncPort was stopped. CallTaker(6)@d1c160200dfb: Port syncSendPort was stopped. CallTaker(6)@d1c160200dfb: >>> SipPort::user_stop CallTaker(6)@d1c160200dfb: Port SIPP was stopped. CallTaker(6)@d1c160200dfb: Port opPort was stopped. CallTaker(6)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_02. CallTaker(6)@d1c160200dfb: Final verdict of PTC: none MTC@d1c160200dfb: Setting final verdict of the test case. MTC@d1c160200dfb: Local verdict of MTC: error MTC@d1c160200dfb: Local verdict of PTC Caller(5): error (error -> error) MTC@d1c160200dfb: Local verdict of PTC CallTaker(6): none (error -> error) MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_02 finished. Verdict: error MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_05 started. MTC@d1c160200dfb: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@d1c160200dfb: Port syncPort was started. MTC@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: >>> SipPort::user_start MTC@d1c160200dfb: Port SIPP was started. MTC@d1c160200dfb: Port opPort was started. MTC@d1c160200dfb: >>> HttpPort::user_start MTC@d1c160200dfb: Port httpPort was started. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@d1c160200dfb: PTC CallTaker(4) finished. Process statistics: { process id: 33, terminated normally, exit status: 1, user time: 0.004000 s, system time: 0.012000 s, maximum resident set size: 39552, integral resident set size: 0, page faults not requiring physical I/O: 1407, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 4, involuntary context switches: 96 } HC@d1c160200dfb: PTC was created. Component reference: 7, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_05, process id: 38. Caller(7)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@d1c160200dfb: PTC was created. Component reference: 7, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. Caller(7)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@d1c160200dfb: Port syncPort was started. Caller(7)@d1c160200dfb: Port syncSendPort was started. Caller(7)@d1c160200dfb: >>> SipPort::user_start Caller(7)@d1c160200dfb: Port SIPP was started. Caller(7)@d1c160200dfb: Port opPort was started. Caller(7)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. HC@d1c160200dfb: PTC was created. Component reference: 8, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_05, process id: 39. CallTaker(8)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@d1c160200dfb: PTC was created. Component reference: 8, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@d1c160200dfb: Connecting ports Caller(7):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from Caller(7):syncPort on UNIX pathname /tmp/ttcn3-portconn-865fa060. Caller(7)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from Caller(7):syncPort. MTC@d1c160200dfb: Connect operation on Caller(7):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Connecting ports CallTaker(8):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from CallTaker(8):syncPort on UNIX pathname /tmp/ttcn3-portconn-895fa060. CallTaker(8)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(8)@d1c160200dfb: Port syncPort was started. CallTaker(8)@d1c160200dfb: Port syncSendPort was started. CallTaker(8)@d1c160200dfb: >>> SipPort::user_start CallTaker(8)@d1c160200dfb: Port SIPP was started. CallTaker(8)@d1c160200dfb: Port opPort was started. CallTaker(8)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. MTC@d1c160200dfb: Port syncPort has accepted the connection from CallTaker(8):syncPort. CallTaker(8)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Connect operation on CallTaker(8):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Mapping port Caller(7):SIPP to system:httpPort. ==35==LeakSanitizer has encountered a fatal error. ==35==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==35==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(7)@d1c160200dfb: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(7)@d1c160200dfb: >>> SipPort::user_map: httpPort Caller(7)@d1c160200dfb: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@d1c160200dfb: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(7)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(7)@d1c160200dfb: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(7)@d1c160200dfb: <<< params::convert Caller(7)@d1c160200dfb: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(7)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(7)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(7)@d1c160200dfb: >>> sip_layer::sip_layer: SIP, Caller(7)@d1c160200dfb: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(7)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@d1c160200dfb: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(7)@d1c160200dfb: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 ==36==LeakSanitizer has encountered a fatal error. ==36==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==36==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(7)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(7)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(7)@d1c160200dfb: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(7)@d1c160200dfb: <<< params::convert Caller(7)@d1c160200dfb: udp_layer::udp_layer: socket id: 7 Caller(7)@d1c160200dfb: >>> udp_layer::close: 7 Caller(7)@d1c160200dfb: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(7)@d1c160200dfb: setverdict(error): none -> error Caller(7)@d1c160200dfb: Performing error recovery. Caller(7)@d1c160200dfb: Error occurred on idle PTC. The component terminates. Caller(7)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. Caller(7)@d1c160200dfb: Removing unterminated connection between port syncPort and mtc:syncPort. Caller(7)@d1c160200dfb: Port syncPort was stopped. Caller(7)@d1c160200dfb: Port syncSendPort was stopped. Caller(7)@d1c160200dfb: >>> SipPort::user_stop Caller(7)@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Connection of port syncPort to Caller(7):syncPort was closed unexpectedly by the peer. MTC@d1c160200dfb: Port syncPort was disconnected from Caller(7):syncPort. Caller(7)@d1c160200dfb: Port opPort was stopped. Caller(7)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. Caller(7)@d1c160200dfb: Final verdict of PTC: error MTC@d1c160200dfb: Dynamic test case error: Error message was received from MC: Establishment of port mapping 7:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@d1c160200dfb: setverdict(error): none -> error MTC@d1c160200dfb: Performing error recovery. MTC@d1c160200dfb: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@d1c160200dfb: Removing unterminated connection between port syncPort and CallTaker(8):syncPort. MTC@d1c160200dfb: Port syncPort was stopped. MTC@d1c160200dfb: Port syncSendPort was stopped. MTC@d1c160200dfb: >>> SipPort::user_stop MTC@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port opPort was stopped. MTC@d1c160200dfb: >>> HttpPort::user_stop MTC@d1c160200dfb: Port httpPort was stopped. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. MTC@d1c160200dfb: Waiting for PTCs to finish. CallTaker(8)@d1c160200dfb: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(8)@d1c160200dfb: Port syncPort was disconnected from mtc:syncPort. CallTaker(8)@d1c160200dfb: Kill was requested from MC. Terminating idle PTC. CallTaker(8)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. CallTaker(8)@d1c160200dfb: Port syncPort was stopped. CallTaker(8)@d1c160200dfb: Port syncSendPort was stopped. CallTaker(8)@d1c160200dfb: >>> SipPort::user_stop CallTaker(8)@d1c160200dfb: Port SIPP was stopped. CallTaker(8)@d1c160200dfb: Port opPort was stopped. CallTaker(8)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_05. CallTaker(8)@d1c160200dfb: Final verdict of PTC: none MTC@d1c160200dfb: Setting final verdict of the test case. MTC@d1c160200dfb: Local verdict of MTC: error MTC@d1c160200dfb: Local verdict of PTC Caller(7): error (error -> error) MTC@d1c160200dfb: Local verdict of PTC CallTaker(8): none (error -> error) MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_05 finished. Verdict: error MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_07 started. MTC@d1c160200dfb: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@d1c160200dfb: Port syncPort was started. MTC@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: >>> SipPort::user_start MTC@d1c160200dfb: Port SIPP was started. MTC@d1c160200dfb: Port opPort was started. MTC@d1c160200dfb: >>> HttpPort::user_start MTC@d1c160200dfb: Port httpPort was started. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was initialized. ==38==LeakSanitizer has encountered a fatal error. ==38==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. ==38==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==39==LeakSanitizer has encountered a fatal error. HC@d1c160200dfb: PTC Caller(5) finished. Process statistics: { process id: 35, terminated normally, exit status: 1, user time: 0.012000 s, system time: 0.004000 s, maximum resident set size: 41776, integral resident set size: 0, page faults not requiring physical I/O: 1719, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 5, involuntary context switches: 27 } ==39==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==39==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) HC@d1c160200dfb: PTC CallTaker(6) finished. Process statistics: { process id: 36, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39572, integral resident set size: 0, page faults not requiring physical I/O: 1405, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 11, involuntary context switches: 182 } HC@d1c160200dfb: PTC was created. Component reference: 9, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_07, process id: 44. Caller(9)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@d1c160200dfb: PTC was created. Component reference: 9, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. HC@d1c160200dfb: PTC Caller(7) finished. Process statistics: { process id: 38, terminated normally, exit status: 1, user time: 0.004000 s, system time: 0.012000 s, maximum resident set size: 41808, integral resident set size: 0, page faults not requiring physical I/O: 1724, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 9, involuntary context switches: 72 } HC@d1c160200dfb: PTC CallTaker(8) finished. Process statistics: { process id: 39, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39580, integral resident set size: 0, page faults not requiring physical I/O: 1403, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 6, involuntary context switches: 19 } Caller(9)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@d1c160200dfb: Port syncPort was started. Caller(9)@d1c160200dfb: Port syncSendPort was started. Caller(9)@d1c160200dfb: >>> SipPort::user_start Caller(9)@d1c160200dfb: Port SIPP was started. Caller(9)@d1c160200dfb: Port opPort was started. Caller(9)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. HC@d1c160200dfb: PTC was created. Component reference: 10, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_07, process id: 45. CallTaker(10)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@d1c160200dfb: PTC was created. Component reference: 10, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@d1c160200dfb: Connecting ports Caller(9):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from Caller(9):syncPort on UNIX pathname /tmp/ttcn3-portconn-885fa060. Caller(9)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from Caller(9):syncPort. MTC@d1c160200dfb: Connect operation on Caller(9):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Connecting ports CallTaker(10):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from CallTaker(10):syncPort on UNIX pathname /tmp/ttcn3-portconn-8b5fa060. CallTaker(10)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) CallTaker(10)@d1c160200dfb: Port syncPort was started. CallTaker(10)@d1c160200dfb: Port syncSendPort was started. CallTaker(10)@d1c160200dfb: >>> SipPort::user_start CallTaker(10)@d1c160200dfb: Port SIPP was started. CallTaker(10)@d1c160200dfb: Port opPort was started. CallTaker(10)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. CallTaker(10)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from CallTaker(10):syncPort. MTC@d1c160200dfb: Connect operation on CallTaker(10):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Mapping port Caller(9):SIPP to system:httpPort. Caller(9)@d1c160200dfb: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(9)@d1c160200dfb: >>> SipPort::user_map: httpPort Caller(9)@d1c160200dfb: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@d1c160200dfb: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(9)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(9)@d1c160200dfb: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(9)@d1c160200dfb: <<< params::convert Caller(9)@d1c160200dfb: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(9)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(9)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(9)@d1c160200dfb: >>> sip_layer::sip_layer: SIP, Caller(9)@d1c160200dfb: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(9)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@d1c160200dfb: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@d1c160200dfb: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(9)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(9)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(9)@d1c160200dfb: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(9)@d1c160200dfb: <<< params::convert Caller(9)@d1c160200dfb: udp_layer::udp_layer: socket id: 7 Caller(9)@d1c160200dfb: >>> udp_layer::close: 7 Caller(9)@d1c160200dfb: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(9)@d1c160200dfb: setverdict(error): none -> error Caller(9)@d1c160200dfb: Performing error recovery. Caller(9)@d1c160200dfb: Error occurred on idle PTC. The component terminates. Caller(9)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. Caller(9)@d1c160200dfb: Removing unterminated connection between port syncPort and mtc:syncPort. Caller(9)@d1c160200dfb: Port syncPort was stopped. Caller(9)@d1c160200dfb: Port syncSendPort was stopped. Caller(9)@d1c160200dfb: >>> SipPort::user_stop MTC@d1c160200dfb: Connection of port syncPort to Caller(9):syncPort was closed unexpectedly by the peer. Caller(9)@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port syncPort was disconnected from Caller(9):syncPort. Caller(9)@d1c160200dfb: Port opPort was stopped. Caller(9)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. Caller(9)@d1c160200dfb: Final verdict of PTC: error MTC@d1c160200dfb: Dynamic test case error: Error message was received from MC: Establishment of port mapping 9:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@d1c160200dfb: setverdict(error): none -> error MTC@d1c160200dfb: Performing error recovery. MTC@d1c160200dfb: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@d1c160200dfb: Removing unterminated connection between port syncPort and CallTaker(10):syncPort. MTC@d1c160200dfb: Port syncPort was stopped. CallTaker(10)@d1c160200dfb: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. MTC@d1c160200dfb: Port syncSendPort was stopped. MTC@d1c160200dfb: >>> SipPort::user_stop CallTaker(10)@d1c160200dfb: Port syncPort was disconnected from mtc:syncPort. MTC@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port opPort was stopped. MTC@d1c160200dfb: >>> HttpPort::user_stop MTC@d1c160200dfb: Port httpPort was stopped. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. MTC@d1c160200dfb: Waiting for PTCs to finish. CallTaker(10)@d1c160200dfb: Kill was requested from MC. Terminating idle PTC. CallTaker(10)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. CallTaker(10)@d1c160200dfb: Port syncPort was stopped. CallTaker(10)@d1c160200dfb: Port syncSendPort was stopped. CallTaker(10)@d1c160200dfb: >>> SipPort::user_stop CallTaker(10)@d1c160200dfb: Port SIPP was stopped. CallTaker(10)@d1c160200dfb: Port opPort was stopped. CallTaker(10)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_07. CallTaker(10)@d1c160200dfb: Final verdict of PTC: none MTC@d1c160200dfb: Setting final verdict of the test case. MTC@d1c160200dfb: Local verdict of MTC: error MTC@d1c160200dfb: Local verdict of PTC Caller(9): error (error -> error) MTC@d1c160200dfb: Local verdict of PTC CallTaker(10): none (error -> error) MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_07 finished. Verdict: error MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_08 started. MTC@d1c160200dfb: Initializing variables, timers and ports of component type LibNg112_TestSystem.HttpImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@d1c160200dfb: Port syncPort was started. MTC@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: >>> SipPort::user_start MTC@d1c160200dfb: Port SIPP was started. MTC@d1c160200dfb: Port opPort was started. MTC@d1c160200dfb: >>> HttpPort::user_start MTC@d1c160200dfb: Port httpPort was started. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was initialized. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: Caller. HC@d1c160200dfb: PTC was created. Component reference: 11, component type: LibIms_Interface.ImsComponent, component name: Caller, testcase name: TC_PSAP_SIP_INVITE_BV_08, process id: 46. Caller(11)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@d1c160200dfb: PTC was created. Component reference: 11, alive: yes, type: LibIms_Interface.ImsComponent, component name: Caller. MTC@d1c160200dfb: Creating new alive PTC with component type LibIms_Interface.ImsComponent, component name: CallTaker. Caller(11)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@d1c160200dfb: Port syncPort was started. Caller(11)@d1c160200dfb: Port syncSendPort was started. Caller(11)@d1c160200dfb: >>> SipPort::user_start Caller(11)@d1c160200dfb: Port SIPP was started. Caller(11)@d1c160200dfb: Port opPort was started. Caller(11)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. HC@d1c160200dfb: PTC was created. Component reference: 12, component type: LibIms_Interface.ImsComponent, component name: CallTaker, testcase name: TC_PSAP_SIP_INVITE_BV_08, process id: 47. CallTaker(12)@d1c160200dfb: Initializing variables, timers and ports of component type LibIms_Interface.ImsComponent inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@d1c160200dfb: PTC was created. Component reference: 12, alive: yes, type: LibIms_Interface.ImsComponent, component name: CallTaker. MTC@d1c160200dfb: Connecting ports Caller(11):syncPort and mtc:syncPort. MTC@d1c160200dfb: Port syncPort is waiting for connection from Caller(11):syncPort on UNIX pathname /tmp/ttcn3-portconn-8a5fa060. Caller(11)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from Caller(11):syncPort. MTC@d1c160200dfb: Connect operation on Caller(11):syncPort and mtc:syncPort finished. CallTaker(12)@d1c160200dfb: SipPort::set_parameter: params=SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060) MTC@d1c160200dfb: Connecting ports CallTaker(12):syncPort and mtc:syncPort. CallTaker(12)@d1c160200dfb: Port syncPort was started. CallTaker(12)@d1c160200dfb: Port syncSendPort was started. MTC@d1c160200dfb: Port syncPort is waiting for connection from CallTaker(12):syncPort on UNIX pathname /tmp/ttcn3-portconn-8d5fa060. CallTaker(12)@d1c160200dfb: >>> SipPort::user_start CallTaker(12)@d1c160200dfb: Port SIPP was started. ==44==LeakSanitizer has encountered a fatal error. CallTaker(12)@d1c160200dfb: Port opPort was started. CallTaker(12)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was initialized. ==44==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==44==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) CallTaker(12)@d1c160200dfb: Port syncPort has established the connection with mtc:syncPort using transport type UNIX. MTC@d1c160200dfb: Port syncPort has accepted the connection from CallTaker(12):syncPort. MTC@d1c160200dfb: Connect operation on CallTaker(12):syncPort and mtc:syncPort finished. MTC@d1c160200dfb: Mapping port Caller(11):SIPP to system:httpPort. Caller(11)@d1c160200dfb: SipPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) Caller(11)@d1c160200dfb: >>> SipPort::user_map: httpPort Caller(11)@d1c160200dfb: SipPort::user_map: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@d1c160200dfb: >>> params::convert: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) Caller(11)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(11)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(11)@d1c160200dfb: params::convert: 4 - src_port=5060) - src_port - 5060) - Caller(11)@d1c160200dfb: <<< params::convert Caller(11)@d1c160200dfb: >>> layer_stack_builder::create_layer_stack: SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) ==45==LeakSanitizer has encountered a fatal error. ==45==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==45==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Caller(11)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - SIP/ - SIP - - Caller(11)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer SIP, Caller(11)@d1c160200dfb: >>> sip_layer::sip_layer: SIP, Caller(11)@d1c160200dfb: layer_stack_builder::create_layer_stack: Setup layers for SIP Caller(11)@d1c160200dfb: layer_stack_builder::create_layer_stack: 5 - UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - UDP - (dst_ip=172.24.1.115,dst_port=5060,src_port=5060) - dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@d1c160200dfb: layer_stack_builder::create_layer_stack: Create layer UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@d1c160200dfb: >>> udp_layer::udp_layer: UDP, dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@d1c160200dfb: >>> params::convert: dst_ip=172.24.1.115,dst_port=5060,src_port=5060 Caller(11)@d1c160200dfb: params::convert: 4 - dst_ip=172.24.1.115, - dst_ip - 172.24.1.115 - , Caller(11)@d1c160200dfb: params::convert: 4 - dst_port=5060, - dst_port - 5060 - , Caller(11)@d1c160200dfb: params::convert: 4 - src_port=5060 - src_port - 5060 - Caller(11)@d1c160200dfb: <<< params::convert Caller(11)@d1c160200dfb: udp_layer::udp_layer: socket id: 7 Caller(11)@d1c160200dfb: >>> udp_layer::close: 7 Caller(11)@d1c160200dfb: Dynamic test case error: udp_layer::udp_layer: Failed to bind socket to  (No such device) Caller(11)@d1c160200dfb: setverdict(error): none -> error Caller(11)@d1c160200dfb: Performing error recovery. Caller(11)@d1c160200dfb: Error occurred on idle PTC. The component terminates. Caller(11)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. Caller(11)@d1c160200dfb: Removing unterminated connection between port syncPort and mtc:syncPort. MTC@d1c160200dfb: Connection of port syncPort to Caller(11):syncPort was closed unexpectedly by the peer. MTC@d1c160200dfb: Port syncPort was disconnected from Caller(11):syncPort. Caller(11)@d1c160200dfb: Port syncPort was stopped. Caller(11)@d1c160200dfb: Port syncSendPort was stopped. Caller(11)@d1c160200dfb: >>> SipPort::user_stop Caller(11)@d1c160200dfb: Port SIPP was stopped. Caller(11)@d1c160200dfb: Port opPort was stopped. Caller(11)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@d1c160200dfb: Dynamic test case error: Error message was received from MC: Establishment of port mapping 11:SIPP - system:httpPort failed because the test component endpoint has terminated. MTC@d1c160200dfb: setverdict(error): none -> error MTC@d1c160200dfb: Performing error recovery. MTC@d1c160200dfb: Terminating component type LibNg112_TestSystem.HttpImsComponent. MTC@d1c160200dfb: Removing unterminated connection between port syncPort and CallTaker(12):syncPort. MTC@d1c160200dfb: Port syncPort was stopped. CallTaker(12)@d1c160200dfb: Connection of port syncPort to mtc:syncPort was closed unexpectedly by the peer. CallTaker(12)@d1c160200dfb: Port syncPort was disconnected from mtc:syncPort. MTC@d1c160200dfb: Port syncSendPort was stopped. MTC@d1c160200dfb: >>> SipPort::user_stop MTC@d1c160200dfb: Port SIPP was stopped. MTC@d1c160200dfb: Port opPort was stopped. MTC@d1c160200dfb: >>> HttpPort::user_stop MTC@d1c160200dfb: Port httpPort was stopped. MTC@d1c160200dfb: Component type LibNg112_TestSystem.HttpImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. MTC@d1c160200dfb: Waiting for PTCs to finish. Caller(11)@d1c160200dfb: Final verdict of PTC: error CallTaker(12)@d1c160200dfb: Kill was requested from MC. Terminating idle PTC. CallTaker(12)@d1c160200dfb: Terminating component type LibIms_Interface.ImsComponent. CallTaker(12)@d1c160200dfb: Port syncPort was stopped. CallTaker(12)@d1c160200dfb: Port syncSendPort was stopped. CallTaker(12)@d1c160200dfb: >>> SipPort::user_stop CallTaker(12)@d1c160200dfb: Port SIPP was stopped. CallTaker(12)@d1c160200dfb: Port opPort was stopped. CallTaker(12)@d1c160200dfb: Component type LibIms_Interface.ImsComponent was shut down inside testcase TC_PSAP_SIP_INVITE_BV_08. CallTaker(12)@d1c160200dfb: Final verdict of PTC: none MTC@d1c160200dfb: Setting final verdict of the test case. MTC@d1c160200dfb: Local verdict of MTC: error MTC@d1c160200dfb: Local verdict of PTC Caller(11): error (error -> error) MTC@d1c160200dfb: Local verdict of PTC CallTaker(12): none (error -> error) MTC@d1c160200dfb: Test case TC_PSAP_SIP_INVITE_BV_08 finished. Verdict: error MTC@d1c160200dfb: Execution of control part in module AtsNg112_TestControl finished. MC@d1c160200dfb: Test execution finished. MC@d1c160200dfb: Terminating MTC. MTC@d1c160200dfb: Verdict statistics: 0 none (0.00 %), 0 pass (0.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 5 error (100.00 %). MTC@d1c160200dfb: Test execution summary: 5 test cases were executed. Overall verdict: error MTC@d1c160200dfb: Exit was requested from MC. Terminating MTC. MC@d1c160200dfb: MTC terminated. MC@d1c160200dfb: Shutting down session. HC@d1c160200dfb: PTC Caller(9) finished. Process statistics: { process id: 44, terminated normally, exit status: 1, user time: 0.012000 s, system time: 0.008000 s, maximum resident set size: 41828, integral resident set size: 0, page faults not requiring physical I/O: 1727, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 16, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 7, involuntary context switches: 110 } HC@d1c160200dfb: PTC CallTaker(10) finished. Process statistics: { process id: 45, terminated normally, exit status: 1, user time: 0.008000 s, system time: 0.004000 s, maximum resident set size: 39616, integral resident set size: 0, page faults not requiring physical I/O: 1406, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 8, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 8, involuntary context switches: 228 } HC@d1c160200dfb: Exit was requested from MC. Terminating HC. MC@d1c160200dfb: Shutdown complete. ==47==LeakSanitizer has encountered a fatal error. ==47==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==47==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==31==LeakSanitizer has encountered a fatal error. ==31==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==31==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==30==LeakSanitizer has encountered a fatal error. ==30==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==30==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==46==LeakSanitizer has encountered a fatal error. Makefile:198: recipe for target 'run' failed make: *** [run] Error 1 ==46==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==46==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) log files were merged into ../logs/merged.log total 320 -rw-r--r-- 1 root root 4453 Jan 24 10:35 AtsNg112.d1c160200dfb-3.log -rw-r--r-- 1 root root 2201 Jan 24 10:35 AtsNg112.d1c160200dfb-4.log -rw-r--r-- 1 root root 2201 Jan 24 10:35 AtsNg112.d1c160200dfb-6.log -rw-r--r-- 1 root root 4453 Jan 24 10:35 AtsNg112.d1c160200dfb-5.log -rw-r--r-- 1 root root 4453 Jan 24 10:35 AtsNg112.d1c160200dfb-7.log -rw-r--r-- 1 root root 2201 Jan 24 10:35 AtsNg112.d1c160200dfb-8.log -rw-r--r-- 1 root root 4453 Jan 24 10:35 AtsNg112.d1c160200dfb-9.log -rw-r--r-- 1 root root 2202 Jan 24 10:35 AtsNg112.d1c160200dfb-10.log -rw-r--r-- 1 root root 4454 Jan 24 10:35 AtsNg112.d1c160200dfb-11.log -rw-r--r-- 1 root root 56536 Jan 24 10:35 AtsNg112.d1c160200dfb-mtc.log -rw-r--r-- 1 root root 53804 Jan 24 10:35 AtsNg112.d1c160200dfb-hc.log -rw-r--r-- 1 root root 2202 Jan 24 10:35 AtsNg112.d1c160200dfb-12.log -rw-r--r-- 1 etsi etsi 147488 Jan 24 10:35 merged.log.2019012424 Finished: SUCCESS