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 b090d150ae50d33a9955d946b706a444437a2dce # timeout=10 Checking out Revision b090d150ae50d33a9955d946b706a444437a2dce (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b090d150ae50d33a9955d946b706a444437a2dce Commit message: "Merge branch 'master' of https://forge.etsi.org/gitlab/emergency-communications/NG112" > git rev-list 155304208cea770b10a71a62155207299b609afa # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins2769502835193471382.sh Error response from daemon: No such container: stf549_ng112 Sending build context to Docker daemon 11.94MB Step 1/15 : FROM ubuntu:18.04 ---> 1d9c17228a9e Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> 52edb6aef676 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> d9765724ec25 Step 4/15 : ENV TERM xterm ---> Using cache ---> ad5aa0ecebd3 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 7fb81b91de9a 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 ---> 37d606d8aa1b 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 ---> d2104fabafce Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 16672ed81d6c Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> 218132531d54 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 ---> dee564ffbf23 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 89cff6074639 Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> fbe330b3d96a Step 13/15 : USER etsi ---> Using cache ---> d872a7ea1a63 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 ---> 731ef350006a Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash ---> Using cache ---> ef10de113a3a Successfully built ef10de113a3a Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf549_ng112 latest ef10de113a3a 2 weeks ago 2.67GB 731ef350006a 2 weeks ago 1.73GB d872a7ea1a63 2 weeks ago 1.71GB fbe330b3d96a 2 weeks ago 1.71GB 89cff6074639 2 weeks ago 1.7GB dee564ffbf23 2 weeks ago 1.69GB 218132531d54 2 weeks ago 1.69GB 16672ed81d6c 2 weeks ago 1.69GB d2104fabafce 2 weeks ago 1.69GB 37d606d8aa1b 2 weeks ago 221MB 52edb6aef676 2 weeks ago 86.7MB ad5aa0ecebd3 2 weeks ago 86.7MB d9765724ec25 2 weeks ago 86.7MB 7fb81b91de9a 2 weeks ago 86.7MB ubuntu 18.04 1d9c17228a9e 3 weeks ago 86.7MB 3116af85cd09 5 weeks ago 3.09GB c9b8d4ed3aeb 5 weeks ago 1.73GB 59d384ca5659 5 weeks ago 1.72GB 4132db491616 5 weeks ago 1.71GB 0eeac4597c55 5 weeks ago 1.72GB 2b99bacf4b98 5 weeks ago 1.7GB a6e5a0fe4523 5 weeks ago 1.7GB b368a8d96b71 5 weeks ago 1.7GB 30347a572130 5 weeks ago 1.7GB 4f2bec8a2115 5 weeks ago 220MB 98a0a65b1685 5 weeks ago 86.2MB 2594c1075c38 5 weeks ago 86.2MB ed541f6c3526 5 weeks ago 86.2MB 60c9454b86c7 5 weeks ago 86.2MB 163425d401f9 8 weeks ago 2.88GB 93fd78260bd1 2 months ago 86.2MB fde06f0f899f 2 months ago 222MB b8fe714f1a85 2 months ago 222MB 8bd6314e0df1 2 months ago 222MB bf5bcfd41178 2 months ago 222MB b74c572fba49 2 months ago 222MB aa08a91c11f1 2 months ago 222MB 2a5bac4daa74 2 months ago 222MB 18bdc3cea6b0 2 months ago 2.65GB 1afb0b43b8d9 2 months ago 2.65GB sol006 latest 119f293654de 2 months ago 150MB e9a37971a55d 2 months ago 150MB 05bdda6fd6dd 2 months ago 150MB 1c74ff76b6d1 2 months ago 150MB c94eb473a6f7 2 months ago 222MB f05a97034f47 2 months ago 222MB 42d5eb6470d4 2 months ago 222MB 44e6c3ae79b0 2 months ago 222MB 5c11e0e954d6 2 months ago 222MB 0e32db7a01c5 2 months ago 222MB b30960615413 2 months ago 222MB 9c3c407cec72 2 months ago 222MB 54aac26bb2a4 2 months ago 220MB 1c04c8321f0a 2 months ago 150MB be5e0cd4508c 2 months ago 2.65GB 5758bd3361b3 2 months ago 1.72GB daf2748d8b7d 2 months ago 222MB ba6ecd99c3b7 2 months ago 222MB 5de7df7676c0 2 months ago 222MB 78113c5c238d 2 months ago 222MB 4d57729c60b0 2 months ago 222MB 7548b9c070d6 2 months ago 222MB 01eb90addc8c 2 months ago 222MB nfv-sol6 1.0 35fe25d9cdbe 2 months ago 460MB a7a99f797142 2 months ago 460MB ea01d4e5bce3 2 months ago 460MB fd5071b67334 2 months ago 460MB c227c06b04f7 2 months ago 453MB 8732c695181d 2 months ago 364MB ef8228e67de6 2 months ago 364MB 39f1e536290f 2 months ago 364MB 297c783ef30d 2 months ago 345MB d2c54fecff86 2 months ago 311MB c6590ec4dba8 2 months ago 218MB aa5a1e5a03da 2 months ago 1.7GB b758aa7c3d43 2 months ago 1.7GB ddb9767d9c77 2 months ago 1.7GB d5702f8bc815 2 months ago 1.69GB 942fa7526d74 2 months ago 1.69GB 60ea54ae02ec 2 months ago 1.69GB 9cc065a67f29 2 months ago 1.69GB 8f0d9ae8f918 2 months ago 220MB 02d8eacf418a 2 months ago 85.8MB ac21fdd971c5 2 months ago 85.8MB 9fa6db53d3aa 2 months ago 85.8MB 99516185b383 2 months ago 85.8MB 554fcdc46e06 2 months ago 222MB c6b0d4b8a4b9 2 months ago 222MB 764bc5d4e7ff 2 months ago 222MB 692d4dcb0c92 2 months ago 222MB 0748ba355ad1 2 months ago 222MB 3cf79c1aef61 2 months ago 222MB ceeb680ed4fb 2 months ago 222MB openapivalidator latest 0f2938b0d611 2 months ago 222MB b352741119b6 2 months ago 222MB 81367680be11 2 months ago 222MB fc46bfc0ca88 2 months ago 222MB 16516228bb7a 2 months ago 222MB 845b46c2c1dc 2 months ago 222MB 15b5c2a87a43 2 months ago 222MB 7871c2bfc3ea 2 months ago 222MB cbc3149e2130 2 months ago 220MB 360ceb237df9 2 months ago 212MB c9c3979202c1 2 months ago 188MB 6edcfc270195 2 months ago 188MB f790ef185743 2 months ago 173MB 3dcde753af30 2 months ago 157MB c2d720896593 2 months ago 153MB 82f7425307e6 2 months ago 151MB a00125cd64f2 2 months ago 150MB 99af8b969755 2 months ago 54.4MB 95fda2dffd97 2 months ago 40.7MB 002ade640a14 2 months ago 31.8MB 9984393d4ab7 2 months ago 8.68MB c93a8f8fceea 2 months ago 5.13MB 5aba9ace9175 2 months ago 4.03MB 359dcc804220 2 months ago 217MB 9a72dd804e49 2 months ago 217MB 6c08dbf57209 2 months ago 217MB 4469ae439fb4 2 months ago 217MB 92a1fdd5a199 2 months ago 217MB e8705dbdcb3a 2 months ago 217MB 698533a52c4d 2 months ago 217MB ea4c82dcd15a 3 months ago 85.8MB d7fb8cfc7500 3 months ago 234MB titan-bin latest b7a695f339aa 4 months ago 913MB 645d27e043d4 4 months ago 913MB 1f1480ce6e99 4 months ago 913MB fa322eb88f98 4 months ago 913MB 6d982f1afd9b 4 months ago 913MB e2ab5136a60c 4 months ago 913MB a8845b9bbf4c 4 months ago 913MB 4aaf05ed1dd6 4 months ago 813MB 674792b53145 4 months ago 813MB c0400b683205 4 months ago 789MB 4fcdc6b7dee9 4 months ago 679MB a9dd9a97e097 4 months ago 293MB 196d12cf6ab1 4 months ago 4.41MB 94627dfbdf19 4 months ago 4.03MB fd01895b8e3f 4 months ago 200MB a1eabee0db8f 4 months ago 200MB 29ad31d1c202 4 months ago 200MB 9db65cf2aec4 4 months ago 200MB 3787c503db7e 4 months ago 200MB 75481933ad98 4 months ago 200MB 5182e96772bf 5 months ago 200MB 9181a86fdafd 6 months ago 217MB 2767d2d28581 6 months ago 217MB 1d7d15cf55cd 6 months ago 217MB ec8ef1060736 6 months ago 217MB a8e40231dcc5 6 months ago 217MB 7f401be3fb9f 6 months ago 217MB defe9a4e85d9 6 months ago 217MB 46618e25b412 6 months ago 217MB dfcffa881097 6 months ago 216MB 84533e5860c9 6 months ago 208MB de36501403e3 6 months ago 187MB 81a898805c9f 6 months ago 187MB 8b9cff333db2 6 months ago 173MB bff5534325c4 6 months ago 156MB 6b46498081cd 6 months ago 153MB ca2ccaf56683 6 months ago 151MB d7e1e0714341 6 months ago 150MB 07b91e8b8e53 6 months ago 54.3MB 615f95d9bef2 6 months ago 40.7MB 9644a010beb6 6 months ago 31.8MB ddd536927392 6 months ago 8.61MB e4bc3bfd196d 6 months ago 5.07MB 118f86344fe4 6 months ago 3.97MB 1106147ea781 6 months ago 81.2MB 09a11c672992 6 months ago 81.2MB 44bfef0f3992 6 months ago 81.2MB 4905aa1f1ba2 6 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 6 months ago 729MB 113a43faa138 7 months ago 81.2MB 37eec16f1872 15 months ago 3.97MB [ { "Id": "sha256:ef10de113a3abd44d1fe3674e23b9c9cefc7b5027e7f346bb3c3943ad73f7acc", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:731ef350006ab725a12b449d7fda23e5a503e0107963bed5b43220d44a194fd0", "Comment": "", "Created": "2019-01-03T13:13:20.18647958Z", "Container": "00b595a8cabd1e34ac155dbc78c9823c0b1b69c545d0a25126e75d4e5c85ab7a", "ContainerConfig": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/sh", "-c", "cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash" ], "ArgsEscaped": true, "Image": "sha256:731ef350006ab725a12b449d7fda23e5a503e0107963bed5b43220d44a194fd0", "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:731ef350006ab725a12b449d7fda23e5a503e0107963bed5b43220d44a194fd0", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 2671410240, "VirtualSize": 2671410240, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:2fb7bfc6145d0ad40334f1802707c2e2390bdcfc16ca636d9ed8a56c1101f5b9", "sha256:c8dbbe73b68c96e3252f8191226b700d4f4b284154624fa40a2e6a0c42712a0d", "sha256:1f6b6c7dc482cab1c16d3af058c5fa1782e231cac9aab4d9e06b3f7d77bb1a58", "sha256:2c77720cf318a4c7eaee757162e6bfc364c3ed83a96a525bc20c548e0f75f1af", "sha256:347c0d851427269f1a30369809936205ce6de181898241567a22c405e9db7474", "sha256:9dcef2a38fac386d95f252884f6e432f50ec828852cf77bf50fd57a7bb7e8eee", "sha256:868f87d0a7c83bd7aec0c19c180dc8b26cdebd42afd92a37ba772389054d78db", "sha256:c00fb07dffd07ab0b277fe8df7d483f413aa4e77e36cc6509a0d536b45036b9d", "sha256:e25a6a30480115f6260e359dbdd0922c7b1a57b241687024db57c2087979033f", "sha256:21f89646278e8bcd0f9d598305e53a60c3589abd648420f950af9dab490bd363", "sha256:15ff187a6b4c0e87ca30eae738b9e951bf123b6bfe1200c640486da5a14d870e", "sha256:6368404674a0efc3230dd41f408b4b64fb14787f304397739118239005cac2e4", "sha256:4e74c3e7a43c961b7f3c3c92a976300b96f24c0ff0a6c0a947f4e776a422a396" ] } } ] 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@bd1b9a9ef097: Unix server socket created successfully. MC@bd1b9a9ef097: 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/LibIms_Library.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn - ../ttcn/http_www_opengis_net_pidflo_1_0.ttcn ../ttcn/LibItsHttp_Functions.ttcn ../ttcn/LibNg112_Templates.ttcn ../ttcn/LibIms_Library.ttcn ../ttcn/LibSip_SMSTemplates.ttcn ../ttcn/LibSip_SDPTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ../ttcn/LibNg112_TypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn ../ttcn/LibCommon_Sync.ttcn ../ttcn/LibItsHttp_BinaryTemplates.ttcn ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ../ttcn/LibSip_PIXITS.ttcn ../ttcn/LibItsHttp_XMLTypes.ttcn ../ttcn/LibSip_SIPTypesAndValues.ttcn ../ttcn/LibSip_Interface.ttcn ../ttcn/LibCommon_VerdictControl.ttcn ../ttcn/LibNg112_TestSystem.ttcn ../ttcn/LibSip_XMLTypes.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn ../ttcn/LibNg112_Pics.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn ../ttcn/NoTargetNamespace.ttcn ../ttcn/LibIms_Steps.ttcn ../ttcn/LibSip_Library.ttcn ../ttcn/LibItsHttp_Pics.ttcn ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn ../ttcn/LibNg112_Steps.ttcn ../ttcn/LibNg112_Functions.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ../ttcn/http_www_w3_org_XML_1998_namespace.ttcn ../ttcn/LibSip_Steps.ttcn ../ttcn/XSD.ttcn ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn ../ttcn/LibSip_MessageBodyTypes.ttcn ../ttcn/LibNg112_EncdecDeclarations.ttcn ../ttcn/urn_oma_xml_xdm_common_policy.ttcn ../ttcn/LibItsHttp_XmlTemplates.ttcn ../ttcn/UsefulTtcn3Types.ttcn ../ttcn/LibItsHttp_Templates.ttcn ../ttcn/LibSip_SMSFunctions.ttcn ../ttcn/LibIms_Templates.ttcn ../ttcn/urn_3gpp_ns_cw_1_0.ttcn ../ttcn/LibIms_SIPTypesAndValues.ttcn ../ttcn/LibNg112_Pixits.ttcn ../ttcn/LibItsHttp_TypesAndValues.ttcn ../ttcn/LibIms_Interface.ttcn ../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ../ttcn/LibCommon_TextStrings.ttcn ../ttcn/http_www_opengis_net_gml.ttcn ../ttcn/LibItsHttp_EncdecDeclarations.ttcn ../ttcn/LibCommon_AbstractData.ttcn ../ttcn/LibItsHttp_BinaryTypes.ttcn ../ttcn/LibItsHttp_MessageBodyTypes.ttcn ../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ../ttcn/LibSip_Common.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ../ttcn/AtsNg112_TestControl.ttcn ../ttcn/LibItsHttp_TestSystem.ttcn ../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn ../ttcn/LibSip_Templates.ttcn ../ttcn/LibCommon_Time.ttcn ../ttcn/LibCommon_DataStrings.ttcn ../ttcn/LibSip_EncdecDeclarations.ttcn ../ttcn/LibSip_SMSTypesAndValues.ttcn ../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn ../ttcn/LibCommon_BasicTypesAndValues.ttcn ../ttcn/AtsNg112_TestCases.ttcn ../ttcn/urn_ietf_params_xml_ns_pidf.ttcn ../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_pidflo_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Sync.ttcn'... ../ttcn/LibCommon_Sync.ttcn:65.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_lost1.ttcn'... ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.39-48: In character string pattern: ../ttcn/urn_ietf_params_xml_ns_lost1.ttcn:425.45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/XSD.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_Templates.ttcn'... ../ttcn/LibIms_Templates.ttcn:31.63-88: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibIms_Interface.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_AbstractData.ttcn'... ../ttcn/LibCommon_AbstractData.ttcn:20.3-57: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestControl.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_Templates.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/AtsNg112_TestCases.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_pidf.ttcn'... Notify: Parsing TTCN-3 module `../ttcn/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Checking modules... ../ttcn/http_www_opengis_net_gml.ttcn: In TTCN-3 module `http_www_opengis_net_gml': ../ttcn/http_www_opengis_net_gml.ttcn:122.1-125.1: In type definition `AbstractGMLType': ../ttcn/http_www_opengis_net_gml.ttcn:122.6-125.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:215.1-223.1: In type definition `AbstractGeometryType': ../ttcn/http_www_opengis_net_gml.ttcn:215.6-223.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:235.1-56: In type definition `AbstractGeometricPrimitiveType': ../ttcn/http_www_opengis_net_gml.ttcn:235.6-25: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:285.1-53: In type definition `AbstractCurveType': ../ttcn/http_www_opengis_net_gml.ttcn:285.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:291.1-36: In type definition `CurveProperty': ../ttcn/http_www_opengis_net_gml.ttcn:298.1-301.1: In type definition `CurvePropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:300.2-18: In record field `curve': ../ttcn/http_www_opengis_net_gml.ttcn: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:623.1-20: In type definition `Curve': ../ttcn/http_www_opengis_net_gml.ttcn:629.1-638.1: In type definition `CurveType': ../ttcn/http_www_opengis_net_gml.ttcn:637.2-18: In record field `segments': ../ttcn/http_www_opengis_net_gml.ttcn:666.1-43: In type definition `Segments': ../ttcn/http_www_opengis_net_gml.ttcn:673.1-676.1: In type definition `CurveSegmentArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:675.2-47: In record field `curveSegment_list': ../ttcn/http_www_opengis_net_gml.ttcn:675.2-29: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:912.1-917.1: In type definition `CurveSegment_group': ../ttcn/http_www_opengis_net_gml.ttcn:914.2-38: In union field `curveSegment': ../ttcn/http_www_opengis_net_gml.ttcn:649.1-654.1: In type definition `AbstractCurveSegmentType': ../ttcn/http_www_opengis_net_gml.ttcn:649.6-654.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:486.1-495.1: In type definition `PolygonType': ../ttcn/http_www_opengis_net_gml.ttcn:494.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:590.1-594.1: In type definition `Ring_group': ../ttcn/http_www_opengis_net_gml.ttcn:592.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:757.1-766.1: In type definition `SurfaceType': ../ttcn/http_www_opengis_net_gml.ttcn:765.2-22: In record field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:970.1-974.1: In type definition `Patches_group': ../ttcn/http_www_opengis_net_gml.ttcn:972.2-38: In union field `patches': ../ttcn/http_www_opengis_net_gml.ttcn:786.1-791.1: In type definition `SurfacePatchArrayPropertyType': ../ttcn/http_www_opengis_net_gml.ttcn:788.2-790.16: In record field `sequence_list': ../ttcn/http_www_opengis_net_gml.ttcn:788.2-790.2: In embedded type of record of: ../ttcn/http_www_opengis_net_gml.ttcn:789.3-33: In record field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:941.1-946.1: In type definition `SurfacePatch_group': ../ttcn/http_www_opengis_net_gml.ttcn:943.2-38: In union field `surfacePatch': ../ttcn/http_www_opengis_net_gml.ttcn:777.1-780.1: In type definition `AbstractSurfacePatchType': ../ttcn/http_www_opengis_net_gml.ttcn:777.6-780.1: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/http_www_opengis_net_gml.ttcn:868.1-53: In type definition `AbstractSolidType': ../ttcn/http_www_opengis_net_gml.ttcn:868.6-35: warning: ABSTRACT and BLOCK only affects union fields. ../ttcn/LibCommon_BasicTypesAndValues.ttcn: In TTCN-3 module `LibCommon_BasicTypesAndValues': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.5-41: In type definition `UInt1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:64.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.5-41: In type definition `UInt2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:65.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.5-41: In type definition `UInt3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:66.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.5-41: In type definition `UInt4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:67.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.5-41: In type definition `UInt5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:68.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.5-41: In type definition `UInt6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:69.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.5-41: In type definition `UInt7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:70.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.5-41: In type definition `UInt8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:71.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.5-41: In type definition `UInt9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:72.49-72: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.5-43: In type definition `UInt10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:73.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.5-43: In type definition `UInt11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:74.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.5-43: In type definition `UInt12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:75.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.5-43: In type definition `UInt13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:76.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.5-43: In type definition `UInt14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:77.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.5-43: In type definition `UInt15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:78.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.5-43: In type definition `UInt16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:79.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.5-43: In type definition `UInt17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:80.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.5-43: In type definition `UInt18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:81.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.5-43: In type definition `UInt19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:82.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.5-43: In type definition `UInt20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:83.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.5-43: In type definition `UInt21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:84.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.5-43: In type definition `UInt22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:85.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.5-43: In type definition `UInt23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:86.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.5-43: In type definition `UInt24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:87.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.5-43: In type definition `UInt25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:88.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.5-43: In type definition `UInt26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:89.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.5-43: In type definition `UInt27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:90.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.5-43: In type definition `UInt28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:91.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.5-43: In type definition `UInt29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:92.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.5-43: In type definition `UInt30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:93.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.5-43: In type definition `UInt31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:94.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.5-43: In type definition `UInt32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:95.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.5-43: In type definition `UInt36': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:96.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.5-43: In type definition `UInt48': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:97.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.5-43: In type definition `UInt52': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:98.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.5-43: In type definition `UInt64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:99.51-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.5-48: In type definition `Int1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:177.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.5-48: In type definition `Int2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:178.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.5-48: In type definition `Int3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:179.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.5-48: In type definition `Int4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:180.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.5-48: In type definition `Int5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:181.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.5-48: In type definition `Int6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:182.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.5-48: In type definition `Int7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:183.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.5-48: In type definition `Int8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:184.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.5-48: In type definition `Int9': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:185.57-71: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.5-51: In type definition `Int10': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:186.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.5-51: In type definition `Int11': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:187.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.5-51: In type definition `Int12': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:188.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.5-51: In type definition `Int13': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:189.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.5-51: In type definition `Int14': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:190.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.5-51: In type definition `Int15': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:191.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.5-51: In type definition `Int16': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:192.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.5-51: In type definition `Int17': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:193.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.5-51: In type definition `Int18': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:194.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.5-51: In type definition `Int19': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:195.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.5-51: In type definition `Int20': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:196.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.5-51: In type definition `Int21': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:197.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.5-51: In type definition `Int22': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:198.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.5-51: In type definition `Int23': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:199.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.5-51: In type definition `Int24': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:200.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.5-51: In type definition `Int25': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:201.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.5-51: In type definition `Int26': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:202.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.5-51: In type definition `Int27': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:203.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.5-51: In type definition `Int28': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:204.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.5-51: In type definition `Int29': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:205.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.5-51: In type definition `Int30': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:206.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.5-51: In type definition `Int31': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:207.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.5-51: In type definition `Int32': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:208.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.5-51: In type definition `Int64': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:209.60-75: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.5-23: In type definition `Bool1': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:241.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.5-23: In type definition `Bool2': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:242.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.5-23: In type definition `Bool3': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:243.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.5-23: In type definition `Bool4': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:244.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.5-23: In type definition `Bool5': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:245.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.5-23: In type definition `Bool6': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:246.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.5-23: In type definition `Bool7': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:247.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.5-23: In type definition `Bool8': ../ttcn/LibCommon_BasicTypesAndValues.ttcn:248.32-46: warning: This variant does not belong to an encode ../ttcn/LibCommon_Sync.ttcn: In TTCN-3 module `LibCommon_Sync': ../ttcn/LibCommon_Sync.ttcn:249.7-252.7: In function definition `f_serverSync2ClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:251.11-56: In function instance: ../ttcn/LibCommon_Sync.ttcn:325.7-337.7: In function definition `f_serverSyncNClientsAndStop': ../ttcn/LibCommon_Sync.ttcn:330.9-335.9: In for statement: ../ttcn/LibCommon_Sync.ttcn:331.11-334.32: In function instance: ../ttcn/LibCommon_Sync.ttcn:698.7-703.7: In function definition `f_serverSyncClientsTimed': ../ttcn/LibCommon_Sync.ttcn:702.11-99: In function instance: ../ttcn/LibCommon_Sync.ttcn:718.7-806.7: In function definition `f_serverSyncClientsTimedIntermediateSync': ../ttcn/LibCommon_Sync.ttcn:738.9-784.9: In alt construct: ../ttcn/LibCommon_Sync.ttcn:740.15-746.15: In if statement: ../ttcn/LibCommon_Sync.ttcn:743.19-745.19: In if statement: ../ttcn/LibCommon_Sync.ttcn:744.23-113: In function instance: ../ttcn/LibCommon_Sync.ttcn:744.47-113: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:744.74-112: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:794.11-805.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:797.11-77: In function instance: ../ttcn/LibCommon_Sync.ttcn:797.35-77: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ../ttcn/LibCommon_Sync.ttcn:797.50-76: In parameter #2 for `p_syncCmd': ../ttcn/LibCommon_Sync.ttcn:1275.26-33: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ../ttcn/LibCommon_Sync.ttcn:1274.43-80: note: Referenced template parameter is here ../ttcn/LibCommon_Sync.ttcn:385.7-394.7: In function definition `f_selfOrClientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:388.9-391.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:390.11-50: In function instance: ../ttcn/LibCommon_Sync.ttcn:1113.7-1124.7: In function definition `f_selfSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:1116.9-1118.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1117.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1134.7-1140.7: In function definition `f_selfSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:1138.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1138.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1118.11-1120.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:1119.13-57: In function instance: ../ttcn/LibCommon_Sync.ttcn:1150.7-1156.7: In function definition `f_selfSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:1154.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1154.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:1121.9-1123.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:1122.13-58: In function instance: ../ttcn/LibCommon_Sync.ttcn:1166.7-1171.7: In function definition `f_selfSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:1170.9-34: In function instance: ../ttcn/LibCommon_Sync.ttcn:1170.9-34: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ../ttcn/LibCommon_Sync.ttcn:391.11-393.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:392.11-52: In function instance: ../ttcn/LibCommon_Sync.ttcn:875.7-886.7: In function definition `f_clientSyncAndVerdict': ../ttcn/LibCommon_Sync.ttcn:878.9-880.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:879.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:903.7-909.7: In function definition `f_clientSyncAndVerdictPreamble': ../ttcn/LibCommon_Sync.ttcn:907.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:907.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:880.11-882.9: In if statement: ../ttcn/LibCommon_Sync.ttcn:881.13-59: In function instance: ../ttcn/LibCommon_Sync.ttcn:928.7-934.7: In function definition `f_clientSyncAndVerdictTestBody': ../ttcn/LibCommon_Sync.ttcn:932.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:932.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibCommon_Sync.ttcn:883.9-885.9: In else statement: ../ttcn/LibCommon_Sync.ttcn:884.13-60: In function instance: ../ttcn/LibCommon_Sync.ttcn:951.7-956.7: In function definition `f_clientSyncAndVerdictPostamble': ../ttcn/LibCommon_Sync.ttcn:955.9-36: In function instance: ../ttcn/LibCommon_Sync.ttcn:955.9-36: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:19.3-22.3: In type definition `BinaryBody': ../ttcn/LibItsHttp_BinaryMessageBodyTypes.ttcn:23.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:32.3-46.3: In type definition `XmlBody': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:47.5-14: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:34.5-50: In union field `locationRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:35.5-51: In union field `locationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:36.5-43: In union field `presence': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:37.5-44: In union field `errorType': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:38.5-53: In union field `findServiceRequest': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:39.5-54: In union field `findServiceResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:40.5-47: In union field `listServices': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:41.5-55: In union field `listServicesResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:42.5-57: In union field `listServicesByLocation': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:43.5-65: In union field `listServicesByLocationResponse': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:44.5-53: In union field `exceptionContainer': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:45.5-38: In union field `raw': ../ttcn/LibItsHttp_XmlMessageBodyTypes.ttcn:51.3-12: warning: This variant does not belong to an encode ../ttcn/LibCommon_Time.ttcn: In TTCN-3 module `LibCommon_Time': ../ttcn/LibCommon_Time.ttcn:77.5-85.5: In function definition `f_sleepIgnoreDef': ../ttcn/LibCommon_Time.ttcn:81.7-84.7: In alt construct: ../ttcn/LibCommon_Time.ttcn:83.9-23: In else branch: ../ttcn/LibCommon_Time.ttcn:83.17-22: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:45.1-48.1: In type definition `Ruleset': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-29: In record field `rule_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:47.2-19: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:60.1-66.1: In type definition `RuleType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:63.2-35: In record field `conditions': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:76.1-84.1: In type definition `ConditionsType': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.14: In record field `choice_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:78.2-83.2: In embedded type of record of: ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-53: In union field `identity_list': ../ttcn/urn_ietf_params_xml_ns_common_policy.ttcn:79.3-39: warning: More than one alternative can be empty and has UNTAGGED ../ttcn/LibSip_Templates.ttcn: In TTCN-3 module `LibSip_Templates': ../ttcn/LibSip_Templates.ttcn:480.9-493.9: In template definition `mw_SipUrl_Anonymous': ../ttcn/LibSip_Templates.ttcn:481.27-492.13: In template for record field `components': ../ttcn/LibSip_Templates.ttcn:482.24-491.17: In template for union field `sip': ../ttcn/LibSip_Templates.ttcn:483.33-485.21: In template for record field `userInfo': ../ttcn/LibSip_Templates.ttcn:484.54-108: In template for record field `userOrTelephoneSubscriber': ../ttcn/LibSip_Templates.ttcn:484.54-108: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set. ../ttcn/LibSip_Templates.ttcn: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/LibIms_Templates.ttcn: In TTCN-3 module `LibIms_Templates': ../ttcn/LibIms_Templates.ttcn:771.13-781.13: In template definition `m_XmlBody_ACR_ICB': ../ttcn/LibIms_Templates.ttcn:774.29-780.17: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:774.29-780.17: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:783.13-793.13: In template definition `m_XmlBody_ACR_OCB': ../ttcn/LibIms_Templates.ttcn:786.29-792.17: In template for union field `simservs': ../ttcn/LibIms_Templates.ttcn:786.29-792.17: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ../ttcn/LibIms_Templates.ttcn:1660.17-1674.17: In template definition `m_BYE_Request_Reason_IMS': ../ttcn/LibIms_Templates.ttcn:1660.17-1674.17: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612.27-33: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609.13-37: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109.27-32: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106.13-36: note: Referenced template parameter is here ../ttcn/LibIms_Templates.ttcn:4322.17-4335.17: In template definition `m_Response_onINVITE_Reason': ../ttcn/LibIms_Templates.ttcn:4322.17-4335.17: While checking template restriction `value': ../ttcn/LibSip_Templates.ttcn:612.27-33: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:609.13-37: note: Referenced template parameter is here ../ttcn/LibSip_Templates.ttcn:1109.27-32: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Templates.ttcn:1106.13-36: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn: In TTCN-3 module `LibIms_Steps': ../ttcn/LibIms_Steps.ttcn:952.9-965.9: In function definition `f_IMS_preamble_withEmergencyRegistration': ../ttcn/LibIms_Steps.ttcn:961.13-94: In function instance: ../ttcn/LibIms_Steps.ttcn:961.27-94: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:961.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:954.13-48: warning: Passing an `in' parameter as another function's `out' parameter ../ttcn/LibIms_Steps.ttcn:961.38-47: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:954.13-48: note: Referenced template parameter is here ../ttcn/LibIms_Steps.ttcn:972.9-989.9: In function definition `f_IMS_preamble_withRegistration': ../ttcn/LibIms_Steps.ttcn:982.13-88: In function instance: ../ttcn/LibIms_Steps.ttcn:982.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:982.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:982.38-47: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:974.13-52: note: Referenced `out' template parameter is here ../ttcn/LibIms_Steps.ttcn:997.9-1011.9: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ../ttcn/LibIms_Steps.ttcn:1007.13-88: In function instance: ../ttcn/LibIms_Steps.ttcn:1007.27-88: In actual parameter list of function `@LibSip_Steps.f_Registration': ../ttcn/LibIms_Steps.ttcn:1007.38-47: In parameter #2 for `p_register': ../ttcn/LibIms_Steps.ttcn:1007.38-47: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ../ttcn/LibIms_Steps.ttcn:999.13-52: note: Referenced `out' template parameter is here ../ttcn/AtsNg112_TestCases.ttcn: In TTCN-3 module `AtsNg112_TestCases': ../ttcn/AtsNg112_TestCases.ttcn:106.5-211.5: In testcase definition `TC_LIS_HTTP_POST_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:124.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:124.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:124.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:124.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:124.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:216.5-321.5: In testcase definition `TC_LIS_HTTP_POST_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:234.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:234.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:234.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:234.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:234.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:326.5-391.5: In testcase definition `TC_LIS_HTTP_POST_BV_03': ../ttcn/AtsNg112_TestCases.ttcn:344.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:344.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:344.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:344.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:344.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:396.5-505.5: In testcase definition `TC_LIS_HTTP_POST_BV_04': ../ttcn/AtsNg112_TestCases.ttcn:414.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:414.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:414.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:414.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:414.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:510.5-568.5: In testcase definition `TC_LIS_HTTP_POST_BV_05': ../ttcn/AtsNg112_TestCases.ttcn:527.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:527.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:527.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:527.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:527.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:573.5-682.5: In testcase definition `TC_LIS_HTTP_POST_BV_06': ../ttcn/AtsNg112_TestCases.ttcn:591.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:591.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:591.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:591.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:591.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:687.5-748.5: In testcase definition `TC_LIS_HTTP_POST_BV_07': ../ttcn/AtsNg112_TestCases.ttcn:705.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:705.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:705.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:705.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:705.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:753.5-890.5: In testcase definition `TC_LIS_HTTP_GET_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:771.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:771.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:771.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:771.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:771.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:895.5-943.5: In testcase definition `TC_LIS_HTTP_GET_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:912.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:912.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:912.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:912.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:912.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:952.5-1024.5: In testcase definition `TC_ECRF_HTTP_POST_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:969.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:969.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:969.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:969.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:969.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1029.5-1101.5: In testcase definition `TC_ECRF_HTTP_POST_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:1046.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1046.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1046.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1046.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1046.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1106.5-1170.5: In testcase definition `TC_ECRF_HTTP_POST_BV_03': ../ttcn/AtsNg112_TestCases.ttcn:1123.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1123.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1123.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1123.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1123.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1175.5-1239.5: In testcase definition `TC_ECRF_HTTP_POST_BV_04': ../ttcn/AtsNg112_TestCases.ttcn:1192.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1192.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1192.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1192.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1192.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1244.5-1341.5: In testcase definition `TC_ECRF_HTTP_POST_BV_05': ../ttcn/AtsNg112_TestCases.ttcn:1262.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1262.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1262.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1262.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1262.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1346.5-1443.5: In testcase definition `TC_ECRF_HTTP_POST_BV_06': ../ttcn/AtsNg112_TestCases.ttcn:1364.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1364.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1364.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1364.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1364.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1448.5-1531.5: In testcase definition `TC_ECRF_HTTP_POST_BV_07': ../ttcn/AtsNg112_TestCases.ttcn:1466.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1466.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1466.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1466.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1466.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1536.5-1619.5: In testcase definition `TC_ECRF_HTTP_POST_BV_08': ../ttcn/AtsNg112_TestCases.ttcn:1554.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1554.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1554.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1554.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1554.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1624.5-1717.5: In testcase definition `TC_ECRF_HTTP_POST_BV_09': ../ttcn/AtsNg112_TestCases.ttcn:1642.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1642.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1642.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1642.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1642.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1722.5-1784.5: In testcase definition `TC_ECRF_HTTP_POST_BV_10': ../ttcn/AtsNg112_TestCases.ttcn:1740.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1740.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1740.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1740.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1740.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1789.5-1858.5: In testcase definition `TC_ECRF_HTTP_POST_BV_11': ../ttcn/AtsNg112_TestCases.ttcn:1807.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1807.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1807.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1807.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1807.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1863.5-1930.5: In testcase definition `TC_ECRF_HTTP_POST_BV_12': ../ttcn/AtsNg112_TestCases.ttcn:1881.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1881.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1881.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1881.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1881.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:1935.5-2002.5: In testcase definition `TC_ECRF_HTTP_POST_BV_13': ../ttcn/AtsNg112_TestCases.ttcn:1953.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:1953.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:1953.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:1953.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:1953.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:2011.5-2042.5: In testcase definition `TC_ESRP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:2034.9-55: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2046.7-2096.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ecrf': ../ttcn/AtsNg112_TestCases.ttcn:2059.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2059.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:2059.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:2059.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:2059.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:2035.30-80: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2098.7-2131.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ue': ../ttcn/AtsNg112_TestCases.ttcn:2107.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2107.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2115.9-2122.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2115.21-2122.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2115.22-2122.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2115.48-2122.49: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_noBody_UE': ../ttcn/AtsNg112_TestCases.ttcn:2116.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2116.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2121.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2121.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2036.30-84: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2133.7-2159.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_psap': ../ttcn/AtsNg112_TestCases.ttcn:2140.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2140.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2166.5-2197.5: In testcase definition `TC_ESRP_SIP_INVITE_BV_02': ../ttcn/AtsNg112_TestCases.ttcn:2189.9-55: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2201.7-2251.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_ecrf': ../ttcn/AtsNg112_TestCases.ttcn:2214.9-46: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2214.36-46: In actual parameter list of function `@LibItsHttp_Functions.f_init_default_headers_list': ../ttcn/AtsNg112_TestCases.ttcn:2214.36-46: error: Too few parameters: 3 was expected instead of 1 ../ttcn/AtsNg112_TestCases.ttcn:2214.37-45: In parameter #1 for `p_header_content_type': ../ttcn/AtsNg112_TestCases.ttcn:2214.37-45: error: Type mismatch: a value of type `charstring' was expected instead of `@LibItsHttp_TypesAndValues.HeaderLines' ../ttcn/AtsNg112_TestCases.ttcn:2190.30-80: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2253.7-2286.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_ue': ../ttcn/AtsNg112_TestCases.ttcn:2262.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2262.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2270.9-2277.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2270.21-2277.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2270.22-2277.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2270.48-2277.49: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_noBody_UE': ../ttcn/AtsNg112_TestCases.ttcn:2271.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2271.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2276.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2276.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2191.30-84: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2288.7-2314.7: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_psap': ../ttcn/AtsNg112_TestCases.ttcn:2295.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2295.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2325.5-2354.5: In testcase definition `TC_PSAP_SIP_INVITE_BV_01': ../ttcn/AtsNg112_TestCases.ttcn:2347.30-80: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2358.7-2391.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_ue': ../ttcn/AtsNg112_TestCases.ttcn:2367.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2367.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used ../ttcn/AtsNg112_TestCases.ttcn:2375.9-2382.50: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2375.21-2382.50: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ../ttcn/AtsNg112_TestCases.ttcn:2375.22-2382.49: In parameter #1 for `p_request': ../ttcn/AtsNg112_TestCases.ttcn:2375.48-2382.49: In actual parameter list of template `@LibIms_Templates.m_INVITE_Request_noBody_UE': ../ttcn/AtsNg112_TestCases.ttcn:2376.49-57: In parameter #2 for `p_callId': ../ttcn/AtsNg112_TestCases.ttcn:2376.49-57: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:112.35-61: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2381.49-58: In parameter #7 for `p_contact': ../ttcn/AtsNg112_TestCases.ttcn:2381.49-58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ../ttcn/LibSip_Interface.ttcn:132.36-45: note: Referenced template variable is here ../ttcn/AtsNg112_TestCases.ttcn:2348.30-86: In start test component statement: ../ttcn/AtsNg112_TestCases.ttcn:2393.7-2419.7: In function definition `f_TC_PSAP_SIP_INVITE_BV_01_taker': ../ttcn/AtsNg112_TestCases.ttcn:2400.9-48: In function instance: ../ttcn/AtsNg112_TestCases.ttcn:2400.9-48: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used Notify: Errors found in the input modules. Code will not be generated. Makefile:166: recipe for target 'compile' failed make: *** [compile] Error 1 mv: cannot stat '../logs/merged.log': No such file or directory total 0 Finished: SUCCESS