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 8f1f03cbe8987c81bd153b4459a9cbb1b88ab537 # timeout=10 Checking out Revision 8f1f03cbe8987c81bd153b4459a9cbb1b88ab537 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8f1f03cbe8987c81bd153b4459a9cbb1b88ab537 Commit message: "Update run-container.sh" > git rev-list 17216670986be50ce92dfd98fa8c70e2aa15d566 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins1671812957380110732.sh Sending build context to Docker daemon 8.968MB Step 1/15 : FROM ubuntu:18.04 ---> ea4c82dcd15a Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> 99516185b383 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> ac21fdd971c5 Step 4/15 : ENV TERM xterm ---> Using cache ---> 9fa6db53d3aa Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 02d8eacf418a Step 6/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y ---> Using cache ---> 8f0d9ae8f918 Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y autoconf bison build-essential cmake curl dos2unix doxygen emacs expect flex g++-8 gcc-8 gdb git-core gnutls-bin graphviz inetutils-ping libglib2.0-dev libpcap-dev libgcrypt-dev libncurses5-dev libssl-dev libtool-bin libtool libwireshark-dev libxml2-dev lsof ntp openssh-server pkg-config qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev subversion sudo sshpass tcpdump texlive-font-utils tshark tzdata valgrind vim vsftpd xutils-dev tree unzip wget xsltproc && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 9cc065a67f29 Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 60ea54ae02ec Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> d5702f8bc815 Step 10/15 : RUN cd /home/etsi && echo "" >> /home/etsi/.bashrc && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_emcom/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc && echo "cd /home/etsi" >> /home/etsi/.bashrc && echo ". ./devenv.bash" >> /home/etsi/.bashrc && . /home/etsi/.bashrc && mkdir -p bin lib include tmp frameworks docs man dev && chown etsi:etsi bin lib include tmp frameworks docs man dev && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> 942fa7526d74 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> aa5a1e5a03da Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> b758aa7c3d43 Step 13/15 : USER etsi ---> Using cache ---> ddb9767d9c77 Step 14/15 : RUN cd /home/etsi/frameworks && git clone https://git.savannah.gnu.org/git/osip.git ./osip && cd osip && ./autogen.sh && ./configure --prefix=/home/etsi && make && make install ---> Using cache ---> 5758bd3361b3 Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && find $HOME -name "*" && cd /home/etsi/dev/STF549_Ng112 && ls && 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/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 ---> Using cache ---> be5e0cd4508c Successfully built be5e0cd4508c Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest be5e0cd4508c 18 hours ago 2.65GB 5758bd3361b3 18 hours ago 1.72GB openapivalidator latest ba6ecd99c3b7 24 hours ago 222MB daf2748d8b7d 24 hours ago 222MB 5de7df7676c0 24 hours ago 222MB 78113c5c238d 24 hours ago 222MB 4d57729c60b0 24 hours ago 222MB 7548b9c070d6 24 hours ago 222MB 01eb90addc8c 24 hours ago 222MB nfv-sol6 1.0 35fe25d9cdbe 2 days ago 460MB ea01d4e5bce3 2 days ago 460MB forge-pyang latest a7a99f797142 2 days ago 460MB fd5071b67334 2 days ago 460MB c227c06b04f7 2 days ago 453MB 8732c695181d 2 days ago 364MB ef8228e67de6 2 days ago 364MB 39f1e536290f 2 days ago 364MB 297c783ef30d 2 days ago 345MB d2c54fecff86 2 days ago 311MB c6590ec4dba8 2 days ago 218MB stf525_its latest 2823ca95ef2e 6 days ago 2.95GB 90e0ec8bad89 6 days ago 2.95GB 27dc529e7aa6 6 days ago 1.69GB f53c94170bfa 6 days ago 1.69GB dae2cab08aa8 6 days ago 85.8MB 862d437817aa 6 days ago 85.8MB d716418e866c 6 days ago 85.8MB ba89989ada82 6 days ago 85.8MB 95fb62cc5315 6 days ago 85.8MB aa5a1e5a03da 6 days ago 1.7GB b758aa7c3d43 6 days ago 1.7GB ddb9767d9c77 6 days ago 1.7GB d5702f8bc815 6 days ago 1.69GB 942fa7526d74 6 days ago 1.69GB 60ea54ae02ec 6 days ago 1.69GB 9cc065a67f29 6 days ago 1.69GB 8f0d9ae8f918 6 days ago 220MB 02d8eacf418a 6 days ago 85.8MB 9fa6db53d3aa 6 days ago 85.8MB ac21fdd971c5 6 days ago 85.8MB 99516185b383 6 days ago 85.8MB c6b0d4b8a4b9 6 days ago 222MB 554fcdc46e06 6 days ago 222MB 692d4dcb0c92 6 days ago 222MB 764bc5d4e7ff 6 days ago 222MB 0748ba355ad1 6 days ago 222MB ceeb680ed4fb 6 days ago 222MB 3cf79c1aef61 6 days ago 222MB b352741119b6 6 days ago 222MB 0f2938b0d611 6 days ago 222MB fc46bfc0ca88 6 days ago 222MB 81367680be11 6 days ago 222MB 15b5c2a87a43 6 days ago 222MB 16516228bb7a 6 days ago 222MB 845b46c2c1dc 6 days ago 222MB 7871c2bfc3ea 6 days ago 222MB cbc3149e2130 6 days ago 220MB 360ceb237df9 6 days ago 212MB c9c3979202c1 6 days ago 188MB 6edcfc270195 6 days ago 188MB f790ef185743 6 days ago 173MB 3dcde753af30 6 days ago 157MB c2d720896593 6 days ago 153MB 82f7425307e6 6 days ago 151MB a00125cd64f2 6 days ago 150MB 99af8b969755 6 days ago 54.4MB 95fda2dffd97 6 days ago 40.7MB 002ade640a14 6 days ago 31.8MB 9984393d4ab7 6 days ago 8.68MB c93a8f8fceea 6 days ago 5.13MB 5aba9ace9175 6 days ago 4.03MB 6c08dbf57209 7 days ago 217MB 9a72dd804e49 7 days ago 217MB 359dcc804220 7 days ago 217MB e8705dbdcb3a 7 days ago 217MB 92a1fdd5a199 7 days ago 217MB 4469ae439fb4 7 days ago 217MB 698533a52c4d 7 days ago 217MB ubuntu 18.04 ea4c82dcd15a 12 days ago 85.8MB d7fb8cfc7500 2 weeks ago 234MB titan-bin latest b7a695f339aa 6 weeks ago 913MB 645d27e043d4 6 weeks ago 913MB 1f1480ce6e99 6 weeks ago 913MB fa322eb88f98 6 weeks ago 913MB e2ab5136a60c 6 weeks ago 913MB 6d982f1afd9b 6 weeks ago 913MB a8845b9bbf4c 6 weeks ago 913MB 4aaf05ed1dd6 6 weeks ago 813MB 674792b53145 6 weeks ago 813MB c0400b683205 6 weeks ago 789MB 4fcdc6b7dee9 6 weeks ago 679MB a9dd9a97e097 6 weeks ago 293MB alpine 3.8 196d12cf6ab1 7 weeks ago 4.41MB alpine 3.6 94627dfbdf19 7 weeks ago 4.03MB fd01895b8e3f 7 weeks ago 200MB 9db65cf2aec4 7 weeks ago 200MB a1eabee0db8f 7 weeks ago 200MB 29ad31d1c202 7 weeks ago 200MB 75481933ad98 7 weeks ago 200MB 3787c503db7e 7 weeks ago 200MB 5182e96772bf 2 months ago 200MB 2767d2d28581 3 months ago 217MB 9181a86fdafd 3 months ago 217MB ec8ef1060736 3 months ago 217MB 1d7d15cf55cd 3 months ago 217MB a8e40231dcc5 3 months ago 217MB 7f401be3fb9f 3 months ago 217MB defe9a4e85d9 3 months ago 217MB 46618e25b412 3 months ago 217MB dfcffa881097 3 months ago 216MB 84533e5860c9 3 months ago 208MB de36501403e3 3 months ago 187MB 81a898805c9f 3 months ago 187MB 8b9cff333db2 3 months ago 173MB bff5534325c4 3 months ago 156MB 6b46498081cd 3 months ago 153MB ca2ccaf56683 3 months ago 151MB d7e1e0714341 3 months ago 150MB 07b91e8b8e53 3 months ago 54.3MB 615f95d9bef2 3 months ago 40.7MB 9644a010beb6 3 months ago 31.8MB ddd536927392 3 months ago 8.61MB e4bc3bfd196d 3 months ago 5.07MB 118f86344fe4 3 months ago 3.97MB 1106147ea781 3 months ago 81.2MB 09a11c672992 3 months ago 81.2MB 44bfef0f3992 3 months ago 81.2MB 4905aa1f1ba2 3 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 4 months ago 729MB 113a43faa138 4 months ago 81.2MB 37eec16f1872 12 months ago 3.97MB [ { "Id": "sha256:be5e0cd4508c2124d20c50e503f1f857662475787aa3e278a752d3ccdb8e3f1c", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Comment": "", "Created": "2018-10-30T17:03:27.668256794Z", "Container": "b0aeeef1d437c71d8fa836cb034c7d60558e2f017041aa54d65dc8584b4db076", "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 && find $HOME -name \"*\" && cd /home/etsi/dev/STF549_Ng112 && ls && 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/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" ], "ArgsEscaped": true, "Image": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "DockerVersion": "17.06.2-ce", "Author": "ETSI STF 549", "Config": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/bash" ], "ArgsEscaped": true, "Image": "sha256:5758bd3361b3dd32cc5b6eb439db768309b97cadc5370012be3a77644b2c82f6", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 2646893964, "VirtualSize": 2646893964, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:102645f1cf722254bbfb7135b524db45fbbac400e79e4d54266c000a5f5bc400", "sha256:ae1f631f14b7667ca37dca207c631d64947c60d923995cf0d73ceb1b08c406bb", "sha256:2146d867acf390370d4d0c7b51951551e0e91fb600b69dbc8922d531b05b12bc", "sha256:76c033092e100f56899d7402823c5cb6ce345442b3382d7b240350ef4252187e", "sha256:f4aeae11c3d9c7319faa50cb6b169188b1a39b66e8cec112533d997309af59f5", "sha256:0905753b4949a5b45f5554b9b8e8d6b8868358c0207fcb26c2a67546733c1b94", "sha256:ec449402a1cb46d13aeb2c7d731dafbd256b1a626a75130686fca45b1313d940", "sha256:8fd91a7bf8aa15cd3a94edaedd4a5a5a0f0b06d1bcc9d0ac6d9878279eca2c3e", "sha256:d0371c57a0fbdc78bde7f9dd99e1d3a2c93aa8c06182268bb23f41304b1f0df8", "sha256:cd923c76805e1fa70d6d1772eb3d85b4e3c77ce3c7b42f209b847ade02e6970b", "sha256:04b651439831a5e9aba960b437e966a2f88ae27b35d9ee0ba93893406725ae2c", "sha256:c899107a39226ddcd6147ef9900bfca347c4ec15cb0416c204590859c64ad0d8", "sha256:7bfeb338904d73b130afc27fc5e8384277541f49c57495d5bcbe5fa0e1eea1f1" ] } } ] # Usage: sudo ./update_emcom_project.bash # TODO Use git clone in temporary directory OLDPWD=`pwd` ++ pwd + OLDPWD=/home/etsi/dev/STF549_Ng112/scripts # Execution path RUN_PATH="${0%/*}" + RUN_PATH=. USER=`whoami` ++ whoami + USER=etsi CHOWN_USER_GROUP=${USER}:${USER} + CHOWN_USER_GROUP=etsi:etsi SRC_EMCOM_PATH=${HOME}/dev/STF549_Ng112 + SRC_EMCOM_PATH=/home/etsi/dev/STF549_Ng112 if [ "${PATH_DEV_EMCOM}" == "" ] then PATH_DEV_EMCOM=${HOME}/dev/etsi_emcom fi + '[' /home/etsi/dev/etsi_emcom == '' ']' if [ -d ${PATH_DEV_EMCOM} ] then if [ -f ${HOME}/tmp/emcom.tar.bz2 ] then mv ${HOME}/tmp/emcom.tar.bz2 ${HOME}/tmp/emcom.tar.`date +'%Y%m%d'`.bz2 fi find ${PATH_DEV_EMCOM} -name "*.o" -exec rm {} \; tar jcvf ${HOME}/tmp/emcom.tar.bz2 ${PATH_DEV_EMCOM} rm -fr ${PATH_DEV_EMCOM} fi + '[' -d /home/etsi/dev/etsi_emcom ']' # Check if target directory exist if [ ! -d ${PATH_DEV_EMCOM} ] then mkdir -p ${PATH_DEV_EMCOM}/xsd ${PATH_DEV_EMCOM}/framework ${PATH_DEV_EMCOM}/include ${PATH_DEV_EMCOM}/bin ${PATH_DEV_EMCOM}/lib ${PATH_DEV_EMCOM}/objs ${PATH_DEV_EMCOM}/src ${PATH_DEV_EMCOM}/docs fi + '[' '!' -d /home/etsi/dev/etsi_emcom ']' + mkdir -p /home/etsi/dev/etsi_emcom/xsd /home/etsi/dev/etsi_emcom/framework /home/etsi/dev/etsi_emcom/include /home/etsi/dev/etsi_emcom/bin /home/etsi/dev/etsi_emcom/lib /home/etsi/dev/etsi_emcom/objs /home/etsi/dev/etsi_emcom/src /home/etsi/dev/etsi_emcom/docs # Update XSD files echo 'Updating XSD files' Updating XSD files + echo 'Updating XSD files' XSD_SRC_PATH=${SRC_EMCOM_PATH}/xsd + XSD_SRC_PATH=/home/etsi/dev/STF549_Ng112/xsd XSD_DST_PATH=${PATH_DEV_EMCOM}/xsd + XSD_DST_PATH=/home/etsi/dev/etsi_emcom/xsd cp ${XSD_SRC_PATH}/*.xsd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.xsd' /home/etsi/dev/etsi_emcom/xsd cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.xsd': No such file or directory cp ${XSD_SRC_PATH}/*.dtd ${XSD_DST_PATH} + cp '/home/etsi/dev/STF549_Ng112/xsd/*.dtd' /home/etsi/dev/etsi_emcom/xsd cp: cannot stat '/home/etsi/dev/STF549_Ng112/xsd/*.dtd': No such file or directory # Update ETSI Framework files echo 'Updating ETSI Framework files' Updating ETSI Framework files + echo 'Updating ETSI Framework files' FWK_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + FWK_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc FWK_DST_PATH=${PATH_DEV_EMCOM}/framework + FWK_DST_PATH=/home/etsi/dev/etsi_emcom/framework mkdir -p ${FWK_DST_PATH}/src ${FWK_DST_PATH}/include + mkdir -p /home/etsi/dev/etsi_emcom/framework/src /home/etsi/dev/etsi_emcom/framework/include chmod -R 775 ${FWK_DST_PATH} + chmod -R 775 /home/etsi/dev/etsi_emcom/framework # Create link to TITAN Abstract_Socket ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc ${FWK_DST_PATH}/src/Abstract_Socket.cc + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc ln -sf $TOP/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh ${FWK_DST_PATH}/include/Abstract_Socket.hh + ln -sf /home/etsi/frameworks/titan/titan.core/../titan.TestPorts.Common_Components.Abstract_Socket/src/Abstract_Socket.hh /home/etsi/dev/etsi_emcom/framework/include/Abstract_Socket.hh FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh' FWK_DIR_LIST_THH=`find ${FWK_SRC_PATH}/Protocols/ -name "*.t.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.t.h*' -type f + FWK_DIR_LIST_THH= FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Protocols/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc' FWK_DIR_LIST_L=`find ${FWK_SRC_PATH}/Protocols/ -name "*.l" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.l' -type f + FWK_DIR_LIST_L= FWK_DIR_LIST_Y=`find ${FWK_SRC_PATH}/Protocols/ -name "*.y" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ -name '*.y' -type f + FWK_DIR_LIST_Y= for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_THH} do cp $i ${FWK_DST_PATH}/include done for i in ${FWK_DIR_LIST_CC} do cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/UDP/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/ETH/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Tcp/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Held/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Sip/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Http/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Protocols/Lost/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src if [ "${FWK_DIR_LIST_L}" != "" ] then for i in ${FWK_DIR_LIST_L} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' if [ "${FWK_DIR_LIST_Y}" != "" ] then for i in ${FWK_DIR_LIST_Y} do cp $i ${FWK_DST_PATH}/src done fi + '[' '' '!=' '' ']' FWK_DIR_LIST_HH=`find ${FWK_SRC_PATH}/Framework/ -name "*.h*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.h*' -type f + FWK_DIR_LIST_HH='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh' FWK_DIR_LIST_CC=`find ${FWK_SRC_PATH}/Framework/ -name "*.c*" -type f` ++ find /home/etsi/dev/STF549_Ng112/ccsrc/Framework/ -name '*.c*' -type f + FWK_DIR_LIST_CC='/home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc' for i in ${FWK_DIR_LIST_HH} do cp $i ${FWK_DST_PATH}/include done + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer_stack_builder.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/loggers.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/t_layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/codec_factory.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/layer.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/converter.hh /home/etsi/dev/etsi_emcom/framework/include + for i in ${FWK_DIR_LIST_HH} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/include/params.hh /home/etsi/dev/etsi_emcom/framework/include for i in ${FWK_DIR_LIST_CC} do cp $i ${FWK_DST_PATH}/src done + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src + for i in ${FWK_DIR_LIST_CC} + cp /home/etsi/dev/STF549_Ng112/ccsrc/Framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src # Update ATS TTCN-3 files echo 'Update TTCN-3 files' + echo 'Update TTCN-3 files' Update TTCN-3 files TTCN_3_ORG_PATH=${SRC_EMCOM_PATH}/ttcn + TTCN_3_ORG_PATH=/home/etsi/dev/STF549_Ng112/ttcn TTCN_3_DST_PATH=${PATH_DEV_EMCOM}/src + TTCN_3_DST_PATH=/home/etsi/dev/etsi_emcom/src CC_SRC_PATH=${SRC_EMCOM_PATH}/ccsrc + CC_SRC_PATH=/home/etsi/dev/STF549_Ng112/ccsrc TTCN_3_ATS_LIST='AtsNg112 TestCodec' + TTCN_3_ATS_LIST='AtsNg112 TestCodec' for i in ${TTCN_3_ATS_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then mkdir -p ${TTCN_3_DST_PATH}/$i/bin ${TTCN_3_DST_PATH}/$i/lib ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/objs ${TTCN_3_DST_PATH}/$i/etc ${TTCN_3_DST_PATH}/$i/docs chmod -R 775 ${TTCN_3_DST_PATH}/$i fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/../etc/$i/*.cfg ${TTCN_3_DST_PATH}/$i/etc cp ${TTCN_3_ORG_PATH}/../docs/$i/o2.cfg ${TTCN_3_DST_PATH}/$i/docs done + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/AtsNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/AtsNg112/bin /home/etsi/dev/etsi_emcom/src/AtsNg112/lib /home/etsi/dev/etsi_emcom/src/AtsNg112/src /home/etsi/dev/etsi_emcom/src/AtsNg112/include /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/objs /home/etsi/dev/etsi_emcom/src/AtsNg112/etc /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/AtsNg112 + cp /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestCases.ttcn /home/etsi/dev/STF549_Ng112/ttcn/AtsNg112/AtsNg112_TestControl.ttcn /home/etsi/dev/etsi_emcom/src/AtsNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/AtsNg112/AtsNg112.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/AtsNg112/o2.cfg /home/etsi/dev/etsi_emcom/src/AtsNg112/docs + for i in ${TTCN_3_ATS_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/TestCodec ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/TestCodec/bin /home/etsi/dev/etsi_emcom/src/TestCodec/lib /home/etsi/dev/etsi_emcom/src/TestCodec/src /home/etsi/dev/etsi_emcom/src/TestCodec/include /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/objs /home/etsi/dev/etsi_emcom/src/TestCodec/etc /home/etsi/dev/etsi_emcom/src/TestCodec/docs + chmod -R 775 /home/etsi/dev/etsi_emcom/src/TestCodec + cp /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpPort.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpRequest.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_HttpResponse.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Invite.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_Register.ttcn /home/etsi/dev/STF549_Ng112/ttcn/TestCodec/TestCodec_TestAndSystem.ttcn /home/etsi/dev/etsi_emcom/src/TestCodec/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/../etc/TestCodec/TestCodec.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/etc + cp /home/etsi/dev/STF549_Ng112/ttcn/../docs/TestCodec/o2.cfg /home/etsi/dev/etsi_emcom/src/TestCodec/docs # Update libraries & CC files TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' + TTCN_3_LIB_LIST='LibEmcom/LibNg112 LibHttp LibSip LibCommon' for i in ${TTCN_3_LIB_LIST} do if [ ! -d ${TTCN_3_DST_PATH}/$i ] then mkdir -p ${TTCN_3_DST_PATH}/$i/docs ${TTCN_3_DST_PATH}/$i/src ${TTCN_3_DST_PATH}/$i/include ${TTCN_3_DST_PATH}/$i/ttcn ${TTCN_3_DST_PATH}/$i/xsd fi cp ${TTCN_3_ORG_PATH}/$i/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Update files if [ "$i" == "LibEmcom/LibNg112" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src elif [ "$i" == "LibSip" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/xsd/*.xsd ${TTCN_3_DST_PATH}/$i/xsd cp ${TTCN_3_ORG_PATH}/$i/xsd/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_sip_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibHttp" ] then cp ${TTCN_3_ORG_PATH}/LibIts/ttcn/Http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${CC_SRC_PATH}/EncDec/$i/*_Encdec.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/Ports/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/Ports/$i/*.cc ${TTCN_3_DST_PATH}/$i/src cp ${CC_SRC_PATH}/include/$i/*.hh ${TTCN_3_DST_PATH}/$i/include cp ${CC_SRC_PATH}/src/$i/*.cc ${TTCN_3_DST_PATH}/$i/src # Patch due to svn/gitlab moving cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_http/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn elif [ "$i" == "LibCommon" ] then cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn cp ${TTCN_3_ORG_PATH}/$i/ttcn/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn # Patch TITAN due to issues in xsd2ttcn cp ${SRC_EMCOM_PATH}/ttcn/patch_lib_common_titan/*.ttcn ${TTCN_3_DST_PATH}/$i/ttcn fi done + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112 ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/docs /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/*.ttcn': No such file or directory + '[' LibEmcom/LibNg112 == LibEmcom/LibNg112 ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/GML-pidf-lo-shape.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC3863_pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC4119_geopriv10_basic_policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5139_pdif_geopriv10_civic_address.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5222_lost.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC5985_held.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC6155_held_id.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/RFC7459_pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/basicTypes.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic0d1d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryBasic2d.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/geometryPrimitives.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/gmlBase.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/measures.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/xml_2001.xsd /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/xsd + cp /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/XSD.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibEmcom/LibNg112/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc' /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibEmcom/LibNg112/*.cc': No such file or directory + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibHttp ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibHttp/docs /home/etsi/dev/etsi_emcom/src/LibHttp/src /home/etsi/dev/etsi_emcom/src/LibHttp/include /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibHttp/*.ttcn': No such file or directory + '[' LibHttp == LibEmcom/LibNg112 ']' + '[' LibHttp == LibSip ']' + '[' LibHttp == LibHttp ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Functions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Pics.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.hh /home/etsi/dev/etsi_emcom/src/LibHttp/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibHttp/HttpPort.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh' /home/etsi/dev/etsi_emcom/src/LibHttp/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibHttp/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc' /home/etsi/dev/etsi_emcom/src/LibHttp/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibHttp/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibSip ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibSip/docs /home/etsi/dev/etsi_emcom/src/LibSip/src /home/etsi/dev/etsi_emcom/src/LibSip/include /home/etsi/dev/etsi_emcom/src/LibSip/ttcn /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/*.ttcn': No such file or directory + '[' LibSip == LibEmcom/LibNg112 ']' + '[' LibSip == LibSip ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Interface.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Library.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_PIXITS.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibSip/ttcn/LibSip_XMLTypes.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ACR_CB.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIV.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CDIVN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/CONF.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/Ims3gpp.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/MCID.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/OIP-OIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/PSTN.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/ResourceList.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/SupplementaryServices.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/TIP-TIR.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/common-policy.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cug.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/cw.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/geopriv10basic.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/pidf_lo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/regInfo.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/simservs.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xdm_commonPolicy-v1_0.xsd /home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/xml.xsd /home/etsi/dev/etsi_emcom/src/LibSip/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibSip/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibSip/xsd/*.ttcn': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.cc /home/etsi/dev/STF549_Ng112/ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/OperatorPort.hh /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include + cp /home/etsi/dev/STF549_Ng112/ccsrc/Ports/LibSip/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src + cp '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh' /home/etsi/dev/etsi_emcom/src/LibSip/include cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/include/LibSip/*.hh': No such file or directory + cp '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc' /home/etsi/dev/etsi_emcom/src/LibSip/src cp: cannot stat '/home/etsi/dev/STF549_Ng112/ccsrc/src/LibSip/*.cc': No such file or directory + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Common.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Steps.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/LibSip_Templates.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn /home/etsi/dev/STF549_Ng112/ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn /home/etsi/dev/etsi_emcom/src/LibSip/ttcn + for i in ${TTCN_3_LIB_LIST} + '[' '!' -d /home/etsi/dev/etsi_emcom/src/LibCommon ']' + mkdir -p /home/etsi/dev/etsi_emcom/src/LibCommon/docs /home/etsi/dev/etsi_emcom/src/LibCommon/src /home/etsi/dev/etsi_emcom/src/LibCommon/include /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/xsd + cp '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn' /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn cp: cannot stat '/home/etsi/dev/STF549_Ng112/ttcn/LibCommon/*.ttcn': No such file or directory + '[' LibCommon == LibEmcom/LibNg112 ']' + '[' LibCommon == LibSip ']' + '[' LibCommon == LibHttp ']' + '[' LibCommon == LibCommon ']' + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_AbstractData.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_DataStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Sync.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_TextStrings.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_Time.ttcn /home/etsi/dev/STF549_Ng112/ttcn/LibCommon/ttcn/LibCommon_VerdictControl.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn + cp /home/etsi/dev/STF549_Ng112/ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn # Generate Bison parsers is any #cd ${FWK_DST_PATH}/src #if [ "${FWK_DIR_LIST_Y}" != "" ] #then # for i in ${FWK_DIR_LIST_Y} # do # BASE_NAME=$(basename "$i" .y) # bison -dv -p${BASE_NAME}_ -b${BASE_NAME}_ ${BASE_NAME}.y #--defines=../include/${BASE_NAME}.h -o${BASE_NAME}.c # done #fi #if [ "${FWK_DIR_LIST_L}" != "" ] #then # for i in ${FWK_DIR_LIST_L} # do # BASE_NAME=$(basename "$i" .l) # flex -Cfr -8 -Bvpp -P${BASE_NAME}_ ${BASE_NAME}.l # -o${BASE_NAME}_flex.c ${BASE_NAME}.l # done # mv ${BASE_NAME}_.tab.h ../include #fi #cd - # Apply patches PATH_PATCHES=`pwd` ++ pwd + PATH_PATCHES=/home/etsi/dev/STF549_Ng112/scripts if [ -d ${PATH_PATCHES} ] then # Update Ng112 cp ${PATH_PATCHES}/ng112_generate_makefile.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/AtsNg112/bin # Update TestCodec cp ${PATH_PATCHES}/testcodec_generate_makefile.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_mtc.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_ptcs.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin cp ${PATH_PATCHES}/run_all.bash ${PATH_DEV_EMCOM}/src/TestCodec/bin fi + '[' -d /home/etsi/dev/STF549_Ng112/scripts ']' + cp /home/etsi/dev/STF549_Ng112/scripts/ng112_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/AtsNg112/bin + cp /home/etsi/dev/STF549_Ng112/scripts/testcodec_generate_makefile.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_mtc.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_ptcs.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin + cp /home/etsi/dev/STF549_Ng112/scripts/run_all.bash /home/etsi/dev/etsi_emcom/src/TestCodec/bin # Set rights find ${PATH_DEV_EMCOM} -type f -exec chmod 664 {} \; + find /home/etsi/dev/etsi_emcom -type f -exec chmod 664 '{}' ';' find ${PATH_DEV_EMCOM} -name "*.bash" -type f -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -name '*.bash' -type f -exec chmod 775 '{}' ';' find ${PATH_DEV_EMCOM} -type d -exec chmod 775 {} \; + find /home/etsi/dev/etsi_emcom -type d -exec chmod 775 '{}' ';' chown -R ${CHOWN_USER_GROUP} ${PATH_DEV_EMCOM} + chown -R etsi:etsi /home/etsi/dev/etsi_emcom cd ${OLDPWD} + cd /home/etsi/dev/STF549_Ng112/scripts exit 0 + exit 0 function f_exit { cd ${CURPWD} unset TTCN_FILES unset CC_FILES unset CFG_FILES unset EXECUTABLE echo $1 exit $2 } function f_usage { echo "build.bash: This script import from External Disk the " echo "Optional arguments:" echo " prof: Generate a makefile including profiling options (e.g. ./build.bash prof)" exit 0 } clear + clear  if [ "$1" == "help" ] then f_usage fi + '[' '' == help ']' ATS_NAME=Ng112 + ATS_NAME=Ng112 #CURPWD=`pwd` if [ ! "${PWD##*/}" == "objs" ] then cd ../objs if [ ! $? == 0 ] then echo "Please move to PROJECT/obj directory" exit 1 fi fi + '[' '!' objs == objs ']' # Remove everything rm -fr ../objs/*.hh + rm -fr '../objs/*.hh' rm -fr ../objs/*.cc + rm -fr '../objs/*.cc' rm -fr ../objs/*.log + rm -fr '../objs/*.log' rm -fr ../objs/*.o + rm -fr '../objs/*.o' rm -fr ../objs/Makefile + rm -fr ../objs/Makefile # Remove useless files find .. -type f -name "*~" -exec rm {} \; + find .. -type f -name '*~' -exec rm '{}' ';' find .. -type f -name "*.bak" -exec rm {} \; + find .. -type f -name '*.bak' -exec rm '{}' ';' find .. -type f -name "*.log" -exec rm {} \; + find .. -type f -name '*.log' -exec rm '{}' ';' # Build XSD files if any and put them in objs directory #XSD_PATH=${PATH_DEV_EMCOM}/src/LibSip/xsd XSD_PATH=${PATH_DEV_EMCOM}/null # Do not use xsd2ttcn for now, need to fix issues first + XSD_PATH=/home/etsi/dev/etsi_emcom/null if [ -d ${XSD_PATH} ] then XSD_FILES=`find ${XSD_PATH} -name '*.xsd'` if [ "${OSTYPE}" == "cygwin" ] then xsd2ttcn.exe ${XSD_FILES} else xsd2ttcn ${XSD_FILES} fi if [ "$?" != "0" ] then f_exit "Failed to generate XSD source code" 2 fi XSD_FILES=`find . -name '*.ttcn'` fi + '[' -d /home/etsi/dev/etsi_emcom/null ']' REFERENCES="LibCommon LibHttp LibEmcom/LibNg112 LibSip" + REFERENCES='LibCommon LibHttp LibEmcom/LibNg112 LibSip' for i in ${REFERENCES} do # TTCN code for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"`; do ln -sf $j ../ttcn/`basename $j` done # Include source code files=`find ${PATH_DEV_EMCOM}/src/$i/include -type f` if [ "${files}" != " " ] then for j in ${files}; do ln -sf $j ../include/`basename $j` done fi # CC source code files=`find ${PATH_DEV_EMCOM}/src/$i/src -type f` if [ "${files}" != " " ] then for j in ${files}; do ln -sf $j ../src/`basename $j` done fi done + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Sync.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Sync.ttcn ../ttcn/LibCommon_Sync.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_VerdictControl.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibCommon_VerdictControl.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_TextStrings.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_TextStrings.ttcn ../ttcn/LibCommon_TextStrings.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_AbstractData.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibCommon_AbstractData.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Time.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_Time.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_DataStrings.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibCommon_DataStrings.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/include -type f + files= + '[' '' '!=' ' ' ']' ++ find /home/etsi/dev/etsi_emcom/src/LibCommon/src -type f + files= + '[' '' '!=' ' ' ']' + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Functions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibItsHttp_Functions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XMLTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Pics.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Pics.ttcn ../ttcn/LibItsHttp_Pics.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibItsHttp_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_MessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TestSystem.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/include -type f + files=/home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh + '[' /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/include/HttpPort.hh ../include/HttpPort.hh ++ find /home/etsi/dev/etsi_emcom/src/LibHttp/src -type f + files='/home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc' + '[' '/home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/src/LibItsHttp_Encdec.cc ../src/LibItsHttp_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibHttp/src/HttpPort.cc ../src/HttpPort.cc + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn ../ttcn/LibNg112_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibNg112_TestSystem.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn ../ttcn/LibNg112_Pics.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/NoTargetNamespace.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/NoTargetNamespace.ttcn ../ttcn/NoTargetNamespace.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn ../ttcn/LibNg112_Functions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/XSD.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/XSD.ttcn ../ttcn/XSD.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/UsefulTtcn3Types.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/UsefulTtcn3Types.ttcn ../ttcn/UsefulTtcn3Types.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn ../ttcn/LibNg112_Pixits.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_gml.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/http_www_opengis_net_gml.ttcn ../ttcn/http_www_opengis_net_gml.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/include -type f + files= + '[' '' '!=' ' ' ']' ++ find /home/etsi/dev/etsi_emcom/src/LibEmcom/LibNg112/src -type f + files= + '[' '' '!=' ' ' ']' + for i in ${REFERENCES} ++ find /home/etsi/dev/etsi_emcom/src/LibSip/ttcn -type f -name '*.ttcn' + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTemplates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SDPTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SDPTypes.ttcn ../ttcn/LibSip_SDPTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_PIXITS.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_PIXITS.ttcn ../ttcn/LibSip_PIXITS.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Interface.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Interface.ttcn ../ttcn/LibSip_Interface.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_XMLTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_XMLTypes.ttcn ../ttcn/LibSip_XMLTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Library.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Library.ttcn ../ttcn/LibSip_Library.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Steps.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Steps.ttcn ../ttcn/LibSip_Steps.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_oma_xml_xdm_common_policy.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSFunctions.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSFunctions.ttcn ../ttcn/LibSip_SMSFunctions.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_3gpp_ns_cw_1_0.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Common.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Common.ttcn ../ttcn/LibSip_Common.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Templates.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_Templates.ttcn ../ttcn/LibSip_Templates.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_EncdecDeclarations.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn + for j in `find ${PATH_DEV_EMCOM}/src/$i/ttcn -type f -name "*.ttcn"` ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ++ find /home/etsi/dev/etsi_emcom/src/LibSip/include -type f + files='/home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh' + '[' '/home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/include/SipPort.hh ../include/SipPort.hh + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/include/OperatorPort.hh ../include/OperatorPort.hh ++ find /home/etsi/dev/etsi_emcom/src/LibSip/src -type f + files='/home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc' + '[' '/home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc' '!=' ' ' ']' + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Templates_Encdec.cc ../src/LibSip_Templates_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_SMSFunctions_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/SipPort.cc ../src/SipPort.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Steps_Encdec.cc ../src/LibSip_Steps_Encdec.cc + for j in ${files} ++ basename /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc + ln -sf /home/etsi/dev/etsi_emcom/src/LibSip/src/LibSip_Encdec.cc ../src/LibSip_Encdec.cc # Generate the list of the TTCN-3 files TTCN_FILES=`find .. -name '*.ttcn*'` ++ find .. -name '*.ttcn*' + TTCN_FILES='../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn' # Start ATS generation - Step 1 if [ "${OSTYPE}" == "cygwin" ] then rm ../bin/*.exe ../lib/*.dll compiler.exe -e -f -g -l -L -M -n -O -t -R -U none ${TTCN_FILES} 2>&1 3>&1 | tee build.log if [ "$?" == "1" ] then f_exit "Failed to compile ATS" 4 fi else compiler -e -f -g -l -L -M -n -O -t -R -U none ${TTCN_FILES} 2>&1 3>&1 | tee build.log if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 6 fi fi + '[' linux-gnu == cygwin ']' + compiler -e -f -g -l -L -M -n -O -t -R -U none ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn + 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/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/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425:39: note: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425:45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... 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/LibItsHttp_TestSystem.ttcn: note: In TTCN-3 module `LibItsHttp_TestSystem': ../ttcn/LibItsHttp_TestSystem.ttcn:19:3: note: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:19:3: error: There is no module with identifier `LibItsCommon_TestSystem' ../ttcn/LibItsHttp_TestSystem.ttcn:20:3: note: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:20:3: error: There is no module with identifier `LibItsCommon_TypesAndValues' ../ttcn/LibItsHttp_TestSystem.ttcn:21:3: note: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:21:3: error: There is no module with identifier `LibItsExternal_TypesAndValues' ../ttcn/http_www_opengis_net_gml.ttcn: note: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122:1: note: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215:1: note: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235:1: note: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285:1: note: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291:1: note: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298:1: note: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300:2: note: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn:439:1: note: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:442:2: note: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:620:1: note: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:626:1: note: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:634:2: note: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:663:1: note: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:670:1: note: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:672:2: note: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:672:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:909:1: note: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:911:2: note: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:646:1: note: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:646:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:459:1: note: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:459:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:480:1: note: In type definition `Polygon': ../ttcn/http_www_opengis_net_gml.ttcn:487:1: note: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:495:2: note: In record field `exterior': ../ttcn/http_www_opengis_net_gml.ttcn:513:1: note: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:520:1: note: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:522:2: note: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:587:1: note: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:589:2: note: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:507:1: note: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:507:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:754:1: note: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:762:2: note: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:967:1: note: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:969:2: note: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:783:1: note: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:785:2: note: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:785:2: note: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:786:3: note: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:938:1: note: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:940:2: note: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:774:1: note: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:774:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:865:1: note: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:865:6: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: note: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64:5: note: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65:5: note: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66:5: note: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67:5: note: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68:5: note: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69:5: note: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70:5: note: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71:5: note: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72:5: note: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72:49: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73:5: note: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74:5: note: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75:5: note: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76:5: note: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77:5: note: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78:5: note: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79:5: note: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80:5: note: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81:5: note: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82:5: note: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83:5: note: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84:5: note: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85:5: note: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86:5: note: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87:5: note: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88:5: note: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89:5: note: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90:5: note: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91:5: note: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92:5: note: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93:5: note: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94:5: note: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95:5: note: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96:5: note: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97:5: note: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98:5: note: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99:5: note: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99:51: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177:5: note: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178:5: note: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179:5: note: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180:5: note: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181:5: note: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182:5: note: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183:5: note: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184:5: note: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185:5: note: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185:57: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186:5: note: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187:5: note: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188:5: note: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189:5: note: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190:5: note: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191:5: note: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192:5: note: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193:5: note: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194:5: note: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195:5: note: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196:5: note: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197:5: note: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198:5: note: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199:5: note: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200:5: note: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201:5: note: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202:5: note: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203:5: note: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204:5: note: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205:5: note: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206:5: note: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207:5: note: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208:5: note: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209:5: note: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209:60: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241:5: note: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242:5: note: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243:5: note: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244:5: note: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245:5: note: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246:5: note: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247:5: note: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248:5: note: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248:32: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: note: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249:7: note: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:325:7: note: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330:9: note: In for statement: ../ttcn/LibCommon_Sync.ttcn:331:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:698:7: note: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:718:7: note: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738:9: note: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740:15: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:743:19: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:744:23: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:744:47: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744:74: note: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794:11: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:797:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:797:35: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797:50: note: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385:7: note: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:390:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113:7: note: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134:7: note: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118:11: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150:7: note: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121:9: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166:7: note: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391:11: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:392:11: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:875:7: note: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878:9: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:879:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:903:7: note: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:907:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880:11: note: In if statement: ../ttcn/LibCommon_Sync.ttcn:881:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:928:7: note: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:932:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883:9: note: In else statement: ../ttcn/LibCommon_Sync.ttcn:884:13: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:951:7: note: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955:9: note: In function instance: ../ttcn/LibCommon_Sync.ttcn:955:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19:3: note: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23:5: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32:3: note: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34:5: note: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35:5: note: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36:5: note: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37:5: note: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38:5: note: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39:5: note: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47:3: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: note: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77:5: note: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81:7: note: In alt construct: ../ttcn/LibCommon_Time.ttcn:83:9: note: In else branch: ../ttcn/LibCommon_Time.ttcn:83:17: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: note: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45:1: note: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60:1: note: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63:2: note: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76:1: note: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: note: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: note: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480:9: note: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481:27: note: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482:24: note: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483:33: note: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484:54: note: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484:54: note: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn:1807:13: note: In template definition `m_contentType': ../ttcn/LibSip_Templates.ttcn:1809:18: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1814:13: note: In template definition `mw_contentType': ../ttcn/LibSip_Templates.ttcn:1816:18: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1823:17: note: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1832:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1834:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1834:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1834:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1834:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1826:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1953:17: note: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1962:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1964:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1964:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1964:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1964:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1956:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1976:17: note: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:1985:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1987:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1987:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1987:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1987:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1979:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1999:17: note: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2009:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2011:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2011:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2011:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2011:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2002:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2025:17: note: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2037:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2052:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2052:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2052:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2052:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2028:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2067:17: note: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2079:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2082:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2082:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2082:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2082:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2070:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2141:17: note: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2150:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2152:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2152:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2152:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2152:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2144:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2164:17: note: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2175:34: note: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2191:33: note: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2191:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2191:40: note: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2191:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2167:21: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3751:9: note: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3755:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3757:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3758:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3758:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3763:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3763:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3772:9: note: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3775:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3777:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3778:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3778:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3805:9: note: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3809:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3811:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3812:21: note: In component 1: ../ttcn/LibSip_Templates.ttcn:3812:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3817:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3817:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3826:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3830:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3832:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3834:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3834:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3844:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3848:32: note: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3850:41: note: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3852:21: note: In component 2: ../ttcn/LibSip_Templates.ttcn:3852:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Steps.ttcn: note: In TTCN-3 module `LibSip_Steps': ../ttcn/LibSip_Steps.ttcn:4234:9: note: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4242:13: note: In function instance: ../ttcn/LibSip_Steps.ttcn:4242:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4242:38: note: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4236:13: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibItsHttp_XmlTemplates.ttcn: note: In TTCN-3 module `LibItsHttp_XmlTemplates': ../ttcn/LibItsHttp_XmlTemplates.ttcn:378:5: note: In template definition `m_extension_point_notLost': ../ttcn/LibItsHttp_XmlTemplates.ttcn:380:68: warning: Field `elem' is missing from template for record type `@urn_ietf_params_xml_ns_lost1.ExtensionPoint' Notify: Errors found in the input modules. Code will not be generated. + '[' 0 == 1 ']' # Sart ATS generation - Step 2 # Create working variables CC_FILES=`find ../src -name '*.c*'` ++ find ../src -name '*.c*' + CC_FILES='../src/LibItsHttp_Encdec.cc ../src/HttpPort.cc ../src/LibSip_Templates_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc ../src/SipPort.cc ../src/LibSip_Steps_Encdec.cc ../src/LibSip_Encdec.cc' FWK_FILES=`find ${PATH_DEV_EMCOM}/framework/ -name '*.c*'` ++ find /home/etsi/dev/etsi_emcom/framework/ -name '*.c*' + FWK_FILES='/home/etsi/dev/etsi_emcom/framework/src/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_cygwin_layer.cc' CFG_FILES=`find ../etc -name '*.cfg'` ++ find ../etc -name '*.cfg' + CFG_FILES=../etc/AtsNg112.cfg # Sart ATS generation - Step 3 if [ "${OSTYPE}" == "cygwin" ] then ttcn3_makefilegen.exe -d -f -g -m -M -R -U none -e Ats${ATS_NAME} ${TTCN_FILES} ${CC_FILES} ${FWK_FILES} ${CFG_FILES} | tee --append build.log if [ "$?" == "1" ] then f_exit "Failed to compile ATS" 5 fi else ttcn3_makefilegen -d -f -g -m -M -R -U none -e Ats${ATS_NAME} ${TTCN_FILES} ${CC_FILES} ${FWK_FILES} ${CFG_FILES} | tee --append build.log if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 7 fi fi + '[' linux-gnu == cygwin ']' + tee --append build.log + ttcn3_makefilegen -d -f -g -m -M -R -U none -e AtsNg112 ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn ../src/LibItsHttp_Encdec.cc ../src/HttpPort.cc ../src/LibSip_Templates_Encdec.cc ../src/LibSip_SMSFunctions_Encdec.cc ../src/SipPort.cc ../src/LibSip_Steps_Encdec.cc ../src/LibSip_Encdec.cc /home/etsi/dev/etsi_emcom/framework/src/http_layer.cc /home/etsi/dev/etsi_emcom/framework/src/tcp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/loggers.cc /home/etsi/dev/etsi_emcom/framework/src/held_codec.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_layer.cc /home/etsi/dev/etsi_emcom/framework/src/codec_stack_builder.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_request.cc /home/etsi/dev/etsi_emcom/framework/src/Abstract_Socket.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_linux_layer.cc /home/etsi/dev/etsi_emcom/framework/src/layer_factory.cc /home/etsi/dev/etsi_emcom/framework/src/http_codec.cc /home/etsi/dev/etsi_emcom/framework/src/ethernet_layer.cc /home/etsi/dev/etsi_emcom/framework/src/udp_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_register_request.cc /home/etsi/dev/etsi_emcom/framework/src/converter.cc /home/etsi/dev/etsi_emcom/framework/src/params.cc /home/etsi/dev/etsi_emcom/framework/src/lost_codec.cc /home/etsi/dev/etsi_emcom/framework/src/sip_layer.cc /home/etsi/dev/etsi_emcom/framework/src/sip_codec_invite_request.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_offline_layer.cc /home/etsi/dev/etsi_emcom/framework/src/pcap_cygwin_layer.cc ../etc/AtsNg112.cfg Data used for Makefile generation: TTCN-3 project name: (null) TTCN-3 modules: (68 pcs.) Module name: http_www_opengis_net_pidflo_1_0 Directory: ../ttcn File name: http_www_opengis_net_pidflo_1_0.ttcn Follows the naming convention: yes Module name: LibItsHttp_Functions Directory: ../ttcn File name: LibItsHttp_Functions.ttcn Follows the naming convention: yes Module name: LibNg112_Templates Directory: ../ttcn File name: LibNg112_Templates.ttcn Follows the naming convention: yes Module name: LibSip_SMSTemplates Directory: ../ttcn File name: LibSip_SMSTemplates.ttcn Follows the naming convention: yes Module name: LibSip_SDPTypes Directory: ../ttcn File name: LibSip_SDPTypes.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_mcid Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn Follows the naming convention: yes Module name: LibNg112_TypesAndValues Directory: ../ttcn File name: LibNg112_TypesAndValues.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_held Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_held.ttcn Follows the naming convention: yes Module name: LibCommon_Sync Directory: ../ttcn File name: LibCommon_Sync.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryTemplates Directory: ../ttcn File name: LibItsHttp_BinaryTemplates.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_common_policy Directory: ../ttcn File name: urn_ietf_params_xml_ns_common_policy.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn Follows the naming convention: yes Module name: LibSip_PIXITS Directory: ../ttcn File name: LibSip_PIXITS.ttcn Follows the naming convention: yes Module name: LibItsHttp_XMLTypes Directory: ../ttcn File name: LibItsHttp_XMLTypes.ttcn Follows the naming convention: yes Module name: LibSip_SIPTypesAndValues Directory: ../ttcn File name: LibSip_SIPTypesAndValues.ttcn Follows the naming convention: yes Module name: LibSip_Interface Directory: ../ttcn File name: LibSip_Interface.ttcn Follows the naming convention: yes Module name: LibCommon_VerdictControl Directory: ../ttcn File name: LibCommon_VerdictControl.ttcn Follows the naming convention: yes Module name: LibNg112_TestSystem Directory: ../ttcn File name: LibNg112_TestSystem.ttcn Follows the naming convention: yes Module name: LibSip_XMLTypes Directory: ../ttcn File name: LibSip_XMLTypes.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_conf Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_conf.ttcn Follows the naming convention: yes Module name: LibNg112_Pics Directory: ../ttcn File name: LibNg112_Pics.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_pstn Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_reginfo Directory: ../ttcn File name: urn_ietf_params_xml_ns_reginfo.ttcn Follows the naming convention: yes Module name: NoTargetNamespace Directory: ../ttcn File name: NoTargetNamespace.ttcn Follows the naming convention: yes Module name: LibSip_Library Directory: ../ttcn File name: LibSip_Library.ttcn Follows the naming convention: yes Module name: LibItsHttp_Pics Directory: ../ttcn File name: LibItsHttp_Pics.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_lost1 Directory: ../ttcn File name: urn_ietf_params_xml_ns_lost1.ttcn Follows the naming convention: yes Module name: LibNg112_Functions Directory: ../ttcn File name: LibNg112_Functions.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn Follows the naming convention: yes Module name: http_www_w3_org_XML_1998_namespace Directory: ../ttcn File name: http_www_w3_org_XML_1998_namespace.ttcn Follows the naming convention: yes Module name: LibSip_Steps Directory: ../ttcn File name: LibSip_Steps.ttcn Follows the naming convention: yes Module name: XSD Directory: ../ttcn File name: XSD.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryMessageBodyTypes Directory: ../ttcn File name: LibItsHttp_BinaryMessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibSip_MessageBodyTypes Directory: ../ttcn File name: LibSip_MessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibNg112_EncdecDeclarations Directory: ../ttcn File name: LibNg112_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: urn_oma_xml_xdm_common_policy Directory: ../ttcn File name: urn_oma_xml_xdm_common_policy.ttcn Follows the naming convention: yes Module name: LibItsHttp_XmlTemplates Directory: ../ttcn File name: LibItsHttp_XmlTemplates.ttcn Follows the naming convention: yes Module name: UsefulTtcn3Types Directory: ../ttcn File name: UsefulTtcn3Types.ttcn Follows the naming convention: yes Module name: LibItsHttp_Templates Directory: ../ttcn File name: LibItsHttp_Templates.ttcn Follows the naming convention: yes Module name: LibSip_SMSFunctions Directory: ../ttcn File name: LibSip_SMSFunctions.ttcn Follows the naming convention: yes Module name: urn_3gpp_ns_cw_1_0 Directory: ../ttcn File name: urn_3gpp_ns_cw_1_0.ttcn Follows the naming convention: yes Module name: LibNg112_Pixits Directory: ../ttcn File name: LibNg112_Pixits.ttcn Follows the naming convention: yes Module name: LibItsHttp_TypesAndValues Directory: ../ttcn File name: LibItsHttp_TypesAndValues.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_geopriv_held_id Directory: ../ttcn File name: urn_ietf_params_xml_ns_geopriv_held_id.ttcn Follows the naming convention: yes Module name: LibCommon_TextStrings Directory: ../ttcn File name: LibCommon_TextStrings.ttcn Follows the naming convention: yes Module name: http_www_opengis_net_gml Directory: ../ttcn File name: http_www_opengis_net_gml.ttcn Follows the naming convention: yes Module name: LibItsHttp_EncdecDeclarations Directory: ../ttcn File name: LibItsHttp_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: LibCommon_AbstractData Directory: ../ttcn File name: LibCommon_AbstractData.ttcn Follows the naming convention: yes Module name: LibItsHttp_BinaryTypes Directory: ../ttcn File name: LibItsHttp_BinaryTypes.ttcn Follows the naming convention: yes Module name: LibItsHttp_MessageBodyTypes Directory: ../ttcn File name: LibItsHttp_MessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibSip_SimpleMsgSummaryTypes Directory: ../ttcn File name: LibSip_SimpleMsgSummaryTypes.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_simservs_xcap Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn Follows the naming convention: yes Module name: LibSip_Common Directory: ../ttcn File name: LibSip_Common.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf_geopriv10 Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf_geopriv10.ttcn Follows the naming convention: yes Module name: AtsNg112_TestControl Directory: ../ttcn File name: AtsNg112_TestControl.ttcn Follows the naming convention: yes Module name: LibItsHttp_TestSystem Directory: ../ttcn File name: LibItsHttp_TestSystem.ttcn Follows the naming convention: yes Module name: http_uri_etsi_org_ngn_params_xml_comm_div_info Directory: ../ttcn File name: http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn Follows the naming convention: yes Module name: LibItsHttp_XmlMessageBodyTypes Directory: ../ttcn File name: LibItsHttp_XmlMessageBodyTypes.ttcn Follows the naming convention: yes Module name: LibSip_Templates Directory: ../ttcn File name: LibSip_Templates.ttcn Follows the naming convention: yes Module name: LibCommon_Time Directory: ../ttcn File name: LibCommon_Time.ttcn Follows the naming convention: yes Module name: LibCommon_DataStrings Directory: ../ttcn File name: LibCommon_DataStrings.ttcn Follows the naming convention: yes Module name: LibSip_EncdecDeclarations Directory: ../ttcn File name: LibSip_EncdecDeclarations.ttcn Follows the naming convention: yes Module name: LibSip_SMSTypesAndValues Directory: ../ttcn File name: LibSip_SMSTypesAndValues.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_resource_lists Directory: ../ttcn File name: urn_ietf_params_xml_ns_resource_lists.ttcn Follows the naming convention: yes Module name: LibCommon_BasicTypesAndValues Directory: ../ttcn File name: LibCommon_BasicTypesAndValues.ttcn Follows the naming convention: yes Module name: AtsNg112_TestCases Directory: ../ttcn File name: AtsNg112_TestCases.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_pidf Directory: ../ttcn File name: urn_ietf_params_xml_ns_pidf.ttcn Follows the naming convention: yes Module name: urn_ietf_params_xml_ns_conference_info Directory: ../ttcn File name: urn_ietf_params_xml_ns_conference_info.ttcn Follows the naming convention: yes TTCN-3 preprocessing: no All local TTCN-3 modules follow the naming convention: no ASN.1 modules: (0 pcs.) All local ASN.1 modules follow the naming convention: yes User C/C++ modules: (28 pcs.) File prefix: LibItsHttp_Encdec Directory: ../src Source file: LibItsHttp_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibItsHttp_Encdec.o File prefix: HttpPort Directory: ../src Source file: HttpPort.cc Source file has .cc or .cpp suffix: yes Object file: HttpPort.o File prefix: LibSip_Templates_Encdec Directory: ../src Source file: LibSip_Templates_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Templates_Encdec.o File prefix: LibSip_SMSFunctions_Encdec Directory: ../src Source file: LibSip_SMSFunctions_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_SMSFunctions_Encdec.o File prefix: SipPort Directory: ../src Source file: SipPort.cc Source file has .cc or .cpp suffix: yes Object file: SipPort.o File prefix: LibSip_Steps_Encdec Directory: ../src Source file: LibSip_Steps_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Steps_Encdec.o File prefix: LibSip_Encdec Directory: ../src Source file: LibSip_Encdec.cc Source file has .cc or .cpp suffix: yes Object file: LibSip_Encdec.o File prefix: http_layer Directory: ../../../framework/src Source file: http_layer.cc Source file has .cc or .cpp suffix: yes Object file: http_layer.o File prefix: tcp_layer Directory: ../../../framework/src Source file: tcp_layer.cc Source file has .cc or .cpp suffix: yes Object file: tcp_layer.o File prefix: loggers Directory: ../../../framework/src Source file: loggers.cc Source file has .cc or .cpp suffix: yes Object file: loggers.o File prefix: held_codec Directory: ../../../framework/src Source file: held_codec.cc Source file has .cc or .cpp suffix: yes Object file: held_codec.o File prefix: pcap_layer Directory: ../../../framework/src Source file: pcap_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_layer.o File prefix: codec_stack_builder Directory: ../../../framework/src Source file: codec_stack_builder.cc Source file has .cc or .cpp suffix: yes Object file: codec_stack_builder.o File prefix: sip_codec_request Directory: ../../../framework/src Source file: sip_codec_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_request.o File prefix: Abstract_Socket Directory: ../../../framework/src Source file: Abstract_Socket.cc Source file has .cc or .cpp suffix: yes Object file: Abstract_Socket.o File prefix: pcap_linux_layer Directory: ../../../framework/src Source file: pcap_linux_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_linux_layer.o File prefix: layer_factory Directory: ../../../framework/src Source file: layer_factory.cc Source file has .cc or .cpp suffix: yes Object file: layer_factory.o File prefix: http_codec Directory: ../../../framework/src Source file: http_codec.cc Source file has .cc or .cpp suffix: yes Object file: http_codec.o File prefix: ethernet_layer Directory: ../../../framework/src Source file: ethernet_layer.cc Source file has .cc or .cpp suffix: yes Object file: ethernet_layer.o File prefix: udp_layer Directory: ../../../framework/src Source file: udp_layer.cc Source file has .cc or .cpp suffix: yes Object file: udp_layer.o File prefix: sip_codec_register_request Directory: ../../../framework/src Source file: sip_codec_register_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_register_request.o File prefix: converter Directory: ../../../framework/src Source file: converter.cc Source file has .cc or .cpp suffix: yes Object file: converter.o File prefix: params Directory: ../../../framework/src Source file: params.cc Source file has .cc or .cpp suffix: yes Object file: params.o File prefix: lost_codec Directory: ../../../framework/src Source file: lost_codec.cc Source file has .cc or .cpp suffix: yes Object file: lost_codec.o File prefix: sip_layer Directory: ../../../framework/src Source file: sip_layer.cc Source file has .cc or .cpp suffix: yes Object file: sip_layer.o File prefix: sip_codec_invite_request Directory: ../../../framework/src Source file: sip_codec_invite_request.cc Source file has .cc or .cpp suffix: yes Object file: sip_codec_invite_request.o File prefix: pcap_offline_layer Directory: ../../../framework/src Source file: pcap_offline_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_offline_layer.o File prefix: pcap_cygwin_layer Directory: ../../../framework/src Source file: pcap_cygwin_layer.cc Source file has .cc or .cpp suffix: yes Object file: pcap_cygwin_layer.o All local C/C++ header files follow the naming convention: no All local C/C++ source files follow the naming convention: yes Other files: (2 pcs.) File name: ../etc/AtsNg112.cfg File name: Makefile Use pre-compiled files from central storage: no Working directory: /home/etsi/dev/etsi_emcom/src/AtsNg112/objs GNU make: yes Execution mode: parallel Name of executable: AtsNg112 Output file: Makefile Force overwrite: yes Use function test runtime: yes Use dynamic linking: no Code splitting mode: -U none Code coverage file: Generating Makefile skeleton... Makefile skeleton was generated. + '[' 0 == 1 ']' # Bug xsd2ttcn for i in ${XSD_FILES} do VARIANT='s/ variant (\[\-\]) ;//g' sed --in-place "${VARIANT}" $i done # Remove port skeletons to use src/ for i in `ls ../include/*.hh` do if [ -f ./`basename $i` ] then rm ./`basename $i` fi done ++ ls ../include/HttpPort.hh ../include/OperatorPort.hh ../include/SipPort.hh + for i in `ls ../include/*.hh` ++ basename ../include/HttpPort.hh + '[' -f ./HttpPort.hh ']' + for i in `ls ../include/*.hh` ++ basename ../include/OperatorPort.hh + '[' -f ./OperatorPort.hh ']' + for i in `ls ../include/*.hh` ++ basename ../include/SipPort.hh + '[' -f ./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 ']' + 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 ']' # Check if Makefile was generated if [ ! -f ./Makefile ] then f_exit "Failed to generate ATS source code" 8 fi + '[' '!' -f ./Makefile ']' # Patch ATS generated files #./bin/patch.bash 2>&1 3>&1 | tee --append build.log # Add compiler/linker options # -DASN_DISABLE_OER_SUPPORT is required for CAMCodec and DENMCodec if [ "$1" == "prof" ] then if [ "${OSTYPE}" == "cygwin" ] then CXXFLAGS_DEBUG_MODE='s/-Wall/-pg -Wall -std=c++11 -fPIC -D_XOPEN_SOURCE=700 -DAS_USE_SSL -pthreads -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else CXXFLAGS_DEBUG_MODE='s/-Wall/-pg -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthreads -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -pg -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else if [ "${OSTYPE}" == "cygwin" ] then CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -D_XOPEN_SOURCE=700 -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' else CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' fi + '[' '' == prof ']' + '[' linux-gnu == cygwin ']' + CXXFLAGS_DEBUG_MODE='s/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' + LDFLAGS_DEBUG_MODE='s/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ADD_INCLUDE='/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' + ADD_INCLUDE='/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' ADD_LIBRARIES='s/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' + ADD_LIBRARIES='s/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' sed --in-place "${CXXFLAGS_DEBUG_MODE}" ./Makefile + sed --in-place 's/-Wall/-ggdb -O0 -Wall -std=c++11 -fPIC -DAS_USE_SSL -pthread -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ./Makefile sed --in-place "${LDFLAGS_DEBUG_MODE}" ./Makefile + sed --in-place 's/LDFLAGS = /LDFLAGS = -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer/g' ./Makefile sed --in-place "${ADD_INCLUDE}" ./Makefile + sed --in-place '/CPPFLAGS = /a\\CPPFLAGS += -I/usr/local/share -I$(PATH_DEV_EMCOM)/include -I$(PATH_DEV_EMCOM)/framework/include -I../include -I../../LibEmcom/Common/include -I../../LibEmcom/LibNg112/include -I$(HOME_FRAMEWORKS)/osip/include -I$(HOME_INC) -I.' ./Makefile sed --in-place "${ADD_LIBRARIES}" ./Makefile + sed --in-place 's/LINUX_LIBS = -lxml2/LINUX_LIBS = -lrt -lxml2 -lpcap -lstdc++fs -lssl -L\$\(HOME_FRAMEWORKS\)\/osip\/src\/osipparser2\/\.libs -losipparser2/g' ./Makefile # Update COMPILER_FLAGS COMPILER_FLAGS='s/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' + COMPILER_FLAGS='s/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' sed --in-place "${COMPILER_FLAGS}" ./Makefile + sed --in-place 's/COMPILER_FLAGS = /COMPILER_FLAGS = -e -O /g' ./Makefile # Update clean clause CLEAN_LINE='s/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' + CLEAN_LINE='s/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' sed --in-place "${CLEAN_LINE}" ./Makefile + sed --in-place 's/$(RM) $(EXECUTABLE)/$(RM) ..\/bin\/$(EXECUTABLE) ..\/src\/*.o/g' ./Makefile # Move binary file command EXECUTABLE=MyExample + EXECUTABLE=MyExample MV_CMD='s/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' + MV_CMD='s/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' sed --in-place "${MV_CMD}" ./Makefile + sed --in-place 's/all: $(TARGET) ;/all: $(TARGET) ; @if [ -f ..\/objs\/$(EXECUTABLE) ]; then mv ..\/objs\/$(EXECUTABLE) ..\/bin; fi ;/g' ./Makefile # Add run command ADD_HOST='/PLATFORM = /aHOST=127.0.0.1' + ADD_HOST='/PLATFORM = /aHOST=127.0.0.1' ADD_PORT='/PLATFORM = /aPORT=12000' + ADD_PORT='/PLATFORM = /aPORT=12000' sed --in-place "${ADD_PORT}" ./Makefile + sed --in-place '/PLATFORM = /aPORT=12000' ./Makefile sed --in-place "${ADD_HOST}" ./Makefile + sed --in-place '/PLATFORM = /aHOST=127.0.0.1' ./Makefile ADD_RUN_LINE_1='$arun: all' + ADD_RUN_LINE_1='$arun: all' ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile ADD_RUN_LINE_1='$arun_d: all' + ADD_RUN_LINE_1='$arun_d: all' ADD_RUN_LINE_2='$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun_d: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@gdb --args $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile ADD_RUN_LINE_1='$arun_v: all' + ADD_RUN_LINE_1='$arun_v: all' ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' + ADD_RUN_LINE_2='$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$arun_v: all' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\t@sudo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) valgrind -v --tool=memcheck --leak-check=yes --show-reachable=yes --track-fds=yes --run-cxx-freeres=yes $(PWD)/../bin/$(EXECUTABLE) $(HOST) $(PORT)' ./Makefile # Add gendoc entry ADD_RUN_LINE_1='$agendoc: ../docs/o2.cfg' + ADD_RUN_LINE_1='$agendoc: ../docs/o2.cfg' ADD_RUN_LINE_2='$a\\tdoxygen ../docs/o2.cfg' + ADD_RUN_LINE_2='$a\\tdoxygen ../docs/o2.cfg' sed --in-place "${ADD_RUN_LINE_1}" ./Makefile + sed --in-place '$agendoc: ../docs/o2.cfg' ./Makefile sed --in-place "${ADD_RUN_LINE_2}" ./Makefile + sed --in-place '$a\\tdoxygen ../docs/o2.cfg' ./Makefile # Build all make all 2>&1 3>&1 | tee --append build.log + make all + tee --append build.log /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -e -O -L -R -U none -M ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn - ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_pidflo_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Sync.ttcn'... ../ttcn/LibCommon_Sync.ttcn:65.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.39-48: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... 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/LibItsHttp_TestSystem.ttcn: In TTCN-3 module `LibItsHttp_TestSystem': ../ttcn/LibItsHttp_TestSystem.ttcn:19.3-41: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:19.3-41: error: There is no module with identifier `LibItsCommon_TestSystem' ../ttcn/LibItsHttp_TestSystem.ttcn:20.3-45: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:20.3-45: error: There is no module with identifier `LibItsCommon_TypesAndValues' ../ttcn/LibItsHttp_TestSystem.ttcn:21.3-47: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:21.3-47: error: There is no module with identifier `LibItsExternal_TypesAndValues' ../ttcn/http_www_opengis_net_gml.ttcn: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122.1-125.1: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122.6-125.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215.1-223.1: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215.6-223.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235.1-56: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285.1-53: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291.1-36: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298.1-301.1: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300.2-18: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn:439.1-444.1: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:442.2-14: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:620.1-20: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:626.1-635.1: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:634.2-18: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:663.1-43: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:670.1-673.1: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-47: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-29: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:909.1-914.1: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:911.2-38: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:646.1-651.1: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:646.6-651.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:459.1-55: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:459.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:480.1-24: In type definition `Polygon': ../ttcn/http_www_opengis_net_gml.ttcn:487.1-496.1: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:495.2-27: In record field `exterior': ../ttcn/http_www_opengis_net_gml.ttcn:513.1-38: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:520.1-523.1: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:522.2-16: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:587.1-591.1: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:589.2-22: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:507.1-42: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:507.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:754.1-763.1: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:762.2-22: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:967.1-971.1: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:969.2-38: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:783.1-788.1: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.16: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.2: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:786.3-33: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:938.1-943.1: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:940.2-38: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:774.1-777.1: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:774.6-777.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:865.1-53: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:865.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.5-41: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.5-41: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.5-41: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.5-41: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.5-41: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.5-41: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.5-41: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.5-41: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.5-41: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.5-43: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.5-43: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.5-43: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.5-43: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.5-43: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.5-43: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.5-43: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.5-43: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.5-43: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.5-43: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.5-43: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.5-43: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.5-43: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.5-43: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.5-43: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.5-43: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.5-43: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.5-43: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.5-43: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.5-43: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.5-43: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.5-43: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.5-43: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.5-43: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.5-43: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.5-43: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.5-43: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.5-48: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.5-48: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.5-48: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.5-48: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.5-48: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.5-48: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.5-48: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.5-48: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.5-48: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.5-51: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.5-51: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.5-51: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.5-51: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.5-51: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.5-51: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.5-51: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.5-51: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.5-51: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.5-51: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.5-51: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.5-51: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.5-51: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.5-51: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.5-51: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.5-51: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.5-51: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.5-51: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.5-51: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.5-51: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.5-51: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.5-51: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.5-51: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.5-51: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.5-23: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.5-23: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.5-23: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.5-23: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.5-23: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.5-23: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.5-23: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.5-23: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249.7-252.7: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251.11-56: In function instance: ../ttcn/LibCommon_Sync.ttcn:325.7-337.7: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330.9-335.9: In for statement: ../ttcn/LibCommon_Sync.ttcn:331.11-334.32: In function instance: ../ttcn/LibCommon_Sync.ttcn:698.7-703.7: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702.11-99: In function instance: ../ttcn/LibCommon_Sync.ttcn:718.7-806.7: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738.9-784.9: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740.15-746.15: In if statement: ../ttcn/LibCommon_Sync.ttcn:743.19-745.19: In if statement: ../ttcn/LibCommon_Sync.ttcn:744.23-113: In function instance: ../ttcn/LibCommon_Sync.ttcn:744.47-113: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744.74-112: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794.11-805.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:797.11-77: In function instance: ../ttcn/LibCommon_Sync.ttcn:797.35-77: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797.50-76: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385.7-394.7: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388.9-391.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:390.11-50: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113.7-1124.7: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116.9-1118.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134.7-1140.7: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118.11-1120.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150.7-1156.7: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121.9-1123.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122.13-58: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166.7-1171.7: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391.11-393.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:392.11-52: In function instance: ../ttcn/LibCommon_Sync.ttcn:875.7-886.7: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878.9-880.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:879.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:903.7-909.7: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:907.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880.11-882.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:881.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:928.7-934.7: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:932.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883.9-885.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:884.13-60: In function instance: ../ttcn/LibCommon_Sync.ttcn:951.7-956.7: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:955.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19.3-22.3: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32.3-42.3: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34.5-39: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35.5-40: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36.5-32: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37.5-33: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38.5-42: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39.5-43: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40.5-42: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41.5-27: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77.5-85.5: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81.7-84.7: In alt construct: ../ttcn/LibCommon_Time.ttcn:83.9-23: In else branch: ../ttcn/LibCommon_Time.ttcn:83.17-22: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45.1-48.1: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-29: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-19: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60.1-66.1: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63.2-35: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76.1-84.1: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.14: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.2: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-53: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-39: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480.9-493.9: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481.27-492.13: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482.24-491.17: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483.33-485.21: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484.54-108: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484.54-108: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn:1807.13-1812.13: In template definition `m_contentType': ../ttcn/LibSip_Templates.ttcn:1809.18-1812.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1814.13-1819.13: In template definition `mw_contentType': ../ttcn/LibSip_Templates.ttcn:1816.18-1819.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1823.17-1844.17: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1832.34-1843.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1834.33-63: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1834.39-63: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1834.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1834.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1826.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1953.17-1974.17: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1962.34-1973.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1964.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1964.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1964.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1964.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1956.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1976.17-1997.17: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:1985.34-1996.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1987.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1987.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1987.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1987.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1979.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1999.17-2023.17: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2009.34-2021.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2011.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2011.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2011.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2011.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2002.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2025.17-2065.17: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2037.34-2063.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2052.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2052.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2052.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2052.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2028.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2067.17-2094.17: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2079.34-2093.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2082.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2082.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2082.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2082.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2070.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2141.17-2162.17: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2150.34-2161.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2152.33-69: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2152.39-69: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2152.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2152.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2144.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2164.17-2202.17: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2175.34-2200.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2191.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2191.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2191.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2191.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2167.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3751.9-3770.9: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3755.32-3769.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3757.41-3768.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3772.9-3785.9: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3775.32-3784.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3777.41-3783.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3805.9-3824.9: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3809.32-3823.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3811.41-3822.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3826.9-3842.9: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3830.32-3841.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3832.41-3840.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3844.9-3860.9: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3848.32-3859.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3850.41-3858.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Steps.ttcn: In TTCN-3 module `LibSip_Steps': ../ttcn/LibSip_Steps.ttcn:4234.9-4243.9: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4242.13-88: In function instance: ../ttcn/LibSip_Steps.ttcn:4242.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4242.38-47: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4236.13-55: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibItsHttp_XmlTemplates.ttcn: In TTCN-3 module `LibItsHttp_XmlTemplates': ../ttcn/LibItsHttp_XmlTemplates.ttcn:378.5-382.5: In template definition `m_extension_point_notLost': ../ttcn/LibItsHttp_XmlTemplates.ttcn:380.68-382.5: warning: Field `elem' is missing from template for record type `@urn_ietf_params_xml_ns_lost1.ExtensionPoint' Notify: Errors found in the input modules. Code will not be generated. Makefile:162: recipe for target 'compile' failed make: *** [compile] Error 1 if [ "$?" == "1" ] then f_exit "Failed to generate ATS source code" 9 fi + '[' 0 == 1 ']' export LD_LIBRARY_PATH=~/frameworks/osip/src/osipparser2/.libs:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=/home/etsi/frameworks/osip/src/osipparser2/.libs:/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib + LD_LIBRARY_PATH=/home/etsi/frameworks/osip/src/osipparser2/.libs:/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib ../bin/Ats${ATS_NAME} -v + ../bin/AtsNg112 -v ../bin/ng112_generate_makefile.bash: line 241: ../bin/AtsNg112: No such file or directory Build done successfully 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 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 R5A * * 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@c1b6bab2d5c3: Unix server socket created successfully. MC@c1b6bab2d5c3: Listening on IP address 127.0.0.1 and TCP port 12000. /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -e -O -L -R -U none -M ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn - ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_pidflo_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Sync.ttcn'... ../ttcn/LibCommon_Sync.ttcn:65.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.39-48: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... 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/LibItsHttp_TestSystem.ttcn: In TTCN-3 module `LibItsHttp_TestSystem': ../ttcn/LibItsHttp_TestSystem.ttcn:19.3-41: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:19.3-41: error: There is no module with identifier `LibItsCommon_TestSystem' ../ttcn/LibItsHttp_TestSystem.ttcn:20.3-45: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:20.3-45: error: There is no module with identifier `LibItsCommon_TypesAndValues' ../ttcn/LibItsHttp_TestSystem.ttcn:21.3-47: In import definition: ../ttcn/LibItsHttp_TestSystem.ttcn:21.3-47: error: There is no module with identifier `LibItsExternal_TypesAndValues' ../ttcn/http_www_opengis_net_gml.ttcn: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122.1-125.1: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122.6-125.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215.1-223.1: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215.6-223.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235.1-56: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285.1-53: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291.1-36: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298.1-301.1: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300.2-18: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn:439.1-444.1: In type definition `Curve_group': ../ttcn/http_www_opengis_net_gml.ttcn:442.2-14: In union field `curve_1': ../ttcn/http_www_opengis_net_gml.ttcn:620.1-20: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:626.1-635.1: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:634.2-18: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:663.1-43: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:670.1-673.1: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-47: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:672.2-29: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:909.1-914.1: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:911.2-38: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:646.1-651.1: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:646.6-651.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:459.1-55: In type definition `AbstractSurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:459.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:480.1-24: In type definition `Polygon': ../ttcn/http_www_opengis_net_gml.ttcn:487.1-496.1: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:495.2-27: In record field `exterior': ../ttcn/http_www_opengis_net_gml.ttcn:513.1-38: In type definition `Exterior': ../ttcn/http_www_opengis_net_gml.ttcn:520.1-523.1: In type definition `AbstractRingPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:522.2-16: In record field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:587.1-591.1: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:589.2-22: In union field `ring': ../ttcn/http_www_opengis_net_gml.ttcn:507.1-42: In type definition `AbstractRingType': ../ttcn/http_www_opengis_net_gml.ttcn:507.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:754.1-763.1: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:762.2-22: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:967.1-971.1: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:969.2-38: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:783.1-788.1: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.16: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:785.2-787.2: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:786.3-33: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:938.1-943.1: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:940.2-38: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:774.1-777.1: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:774.6-777.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:865.1-53: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:865.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.5-41: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.5-41: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.5-41: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.5-41: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.5-41: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.5-41: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.5-41: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.5-41: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.5-41: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.5-43: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.5-43: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.5-43: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.5-43: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.5-43: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.5-43: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.5-43: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.5-43: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.5-43: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.5-43: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.5-43: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.5-43: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.5-43: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.5-43: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.5-43: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.5-43: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.5-43: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.5-43: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.5-43: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.5-43: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.5-43: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.5-43: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.5-43: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.5-43: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.5-43: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.5-43: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.5-43: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.5-48: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.5-48: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.5-48: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.5-48: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.5-48: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.5-48: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.5-48: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.5-48: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.5-48: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.5-51: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.5-51: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.5-51: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.5-51: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.5-51: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.5-51: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.5-51: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.5-51: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.5-51: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.5-51: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.5-51: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.5-51: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.5-51: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.5-51: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.5-51: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.5-51: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.5-51: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.5-51: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.5-51: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.5-51: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.5-51: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.5-51: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.5-51: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.5-51: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.5-23: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.5-23: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.5-23: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.5-23: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.5-23: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.5-23: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.5-23: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.5-23: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249.7-252.7: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251.11-56: In function instance: ../ttcn/LibCommon_Sync.ttcn:325.7-337.7: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330.9-335.9: In for statement: ../ttcn/LibCommon_Sync.ttcn:331.11-334.32: In function instance: ../ttcn/LibCommon_Sync.ttcn:698.7-703.7: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702.11-99: In function instance: ../ttcn/LibCommon_Sync.ttcn:718.7-806.7: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738.9-784.9: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740.15-746.15: In if statement: ../ttcn/LibCommon_Sync.ttcn:743.19-745.19: In if statement: ../ttcn/LibCommon_Sync.ttcn:744.23-113: In function instance: ../ttcn/LibCommon_Sync.ttcn:744.47-113: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744.74-112: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794.11-805.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:797.11-77: In function instance: ../ttcn/LibCommon_Sync.ttcn:797.35-77: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797.50-76: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385.7-394.7: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388.9-391.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:390.11-50: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113.7-1124.7: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116.9-1118.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134.7-1140.7: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118.11-1120.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150.7-1156.7: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121.9-1123.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122.13-58: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166.7-1171.7: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391.11-393.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:392.11-52: In function instance: ../ttcn/LibCommon_Sync.ttcn:875.7-886.7: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878.9-880.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:879.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:903.7-909.7: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:907.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880.11-882.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:881.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:928.7-934.7: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:932.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883.9-885.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:884.13-60: In function instance: ../ttcn/LibCommon_Sync.ttcn:951.7-956.7: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:955.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19.3-22.3: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32.3-42.3: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34.5-39: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35.5-40: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36.5-32: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37.5-33: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38.5-42: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39.5-43: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40.5-42: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41.5-27: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.3-12: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77.5-85.5: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81.7-84.7: In alt construct: ../ttcn/LibCommon_Time.ttcn:83.9-23: In else branch: ../ttcn/LibCommon_Time.ttcn:83.17-22: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45.1-48.1: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-29: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-19: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60.1-66.1: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63.2-35: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76.1-84.1: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.14: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.2: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-53: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-39: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480.9-493.9: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481.27-492.13: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482.24-491.17: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483.33-485.21: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484.54-108: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484.54-108: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn:1807.13-1812.13: In template definition `m_contentType': ../ttcn/LibSip_Templates.ttcn:1809.18-1812.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1814.13-1819.13: In template definition `mw_contentType': ../ttcn/LibSip_Templates.ttcn:1816.18-1819.13: warning: Field `mParams' is missing from template for record type `@LibSip_SIPTypesAndValues.ContentType' ../ttcn/LibSip_Templates.ttcn:1823.17-1844.17: In template definition `m_ACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:1832.34-1843.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1834.33-63: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1834.39-63: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1834.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1834.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1826.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1953.17-1974.17: In template definition `m_NOTIFY_Request_Base': ../ttcn/LibSip_Templates.ttcn:1962.34-1973.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1964.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1964.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1964.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1964.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1956.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1976.17-1997.17: In template definition `m_OPTIONS_Request_Base': ../ttcn/LibSip_Templates.ttcn:1985.34-1996.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:1987.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:1987.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:1987.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:1987.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1979.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1999.17-2023.17: In template definition `m_PRACK_Request_Base': ../ttcn/LibSip_Templates.ttcn:2009.34-2021.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2011.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2011.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2011.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2011.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2002.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2025.17-2065.17: In template definition `m_PUBLISH_Request_Base': ../ttcn/LibSip_Templates.ttcn:2037.34-2063.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2052.33-67: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2052.39-67: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2052.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2052.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2028.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2067.17-2094.17: In template definition `m_REFER_Request_Base': ../ttcn/LibSip_Templates.ttcn:2079.34-2093.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2082.33-65: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2082.39-65: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2082.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2082.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2070.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2141.17-2162.17: In template definition `m_SUBSCRIBE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2150.34-2161.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2152.33-69: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2152.39-69: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2152.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2152.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2144.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:2164.17-2202.17: In template definition `m_UPDATE_Request_Base': ../ttcn/LibSip_Templates.ttcn:2175.34-2200.21: In template for record field `msgHeader': ../ttcn/LibSip_Templates.ttcn:2191.33-66: In template for set field `cSeq': ../ttcn/LibSip_Templates.ttcn:2191.39-66: In actual parameter list of template `@LibSip_Templates.m_cSeq': ../ttcn/LibSip_Templates.ttcn:2191.40-55: In parameter #1 for `p_seqNumber': ../ttcn/LibSip_Templates.ttcn:2191.40-55: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:2167.21-54: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:3751.9-3770.9: In template definition `m_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3755.32-3769.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3757.41-3768.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3758.21-3762.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3763.21-3767.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3772.9-3785.9: In template definition `m_MBody_MIMESdpEncrypted': ../ttcn/LibSip_Templates.ttcn:3775.32-3784.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3777.41-3783.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3778.21-3782.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3805.9-3824.9: In template definition `mw_MBody_MIMESdpXml': ../ttcn/LibSip_Templates.ttcn:3809.32-3823.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3811.41-3822.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: In component 1: ../ttcn/LibSip_Templates.ttcn:3812.21-3816.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3817.21-3821.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3826.9-3842.9: In template definition `mw_MBody_MIME_Ims3gpp': ../ttcn/LibSip_Templates.ttcn:3830.32-3841.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3832.41-3840.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3834.21-3838.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Templates.ttcn:3844.9-3860.9: In template definition `mw_MBody_MIME_Ims3gppCW': ../ttcn/LibSip_Templates.ttcn:3848.32-3859.13: In template for union field `mimeMessageBody': ../ttcn/LibSip_Templates.ttcn:3850.41-3858.17: In template for record field `mimeEncapsulatedList': ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: In component 2: ../ttcn/LibSip_Templates.ttcn:3852.21-3856.21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ../ttcn/LibSip_Steps.ttcn: In TTCN-3 module `LibSip_Steps': ../ttcn/LibSip_Steps.ttcn:4234.9-4243.9: In function definition `f_SIP_preamble_withREG': ../ttcn/LibSip_Steps.ttcn:4242.13-88: In function instance: ../ttcn/LibSip_Steps.ttcn:4242.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibSip_Steps.ttcn:4242.38-47: In parameter #2 for `p_register': ../ttcn/LibSip_Steps.ttcn:4236.13-55: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibItsHttp_XmlTemplates.ttcn: In TTCN-3 module `LibItsHttp_XmlTemplates': ../ttcn/LibItsHttp_XmlTemplates.ttcn:378.5-382.5: In template definition `m_extension_point_notLost': ../ttcn/LibItsHttp_XmlTemplates.ttcn:380.68-382.5: warning: Field `elem' is missing from template for record type `@urn_ietf_params_xml_ns_lost1.ExtensionPoint' Notify: Errors found in the input modules. Code will not be generated. make: *** [compile] Error 1 Makefile:162: recipe for target 'compile' failed mv: cannot stat '../logs/merged.log': No such file or directory Finished: SUCCESS