Started by GitLab push by Michael Proestler [EnvInject] - Loading node environment variables. Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/NG112 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e > 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:emtel/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emtel/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emtel/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/ttf_t009^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 3bdb6b6ab1d903e3e821a28386a3c041a873a780 # timeout=10 Checking out Revision 3bdb6b6ab1d903e3e821a28386a3c041a873a780 (origin/ttf_t009) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bdb6b6ab1d903e3e821a28386a3c041a873a780 Commit message: "Add TC_ECRF_LOST_BV_09" > git rev-list --no-walk 38609b5dee132b171443ea480962f89016a2d8bd # timeout=10 [NG112] $ /bin/bash /tmp/jenkins8630021837646873186.sh #set -e cd $(dirname $0) dirname $0 ++ dirname .jenkins.sh + cd . run_dir=`pwd` pwd ++ pwd + run_dir=/home/jenkins/workspace/emergency-communications/NG112 # Docker version 2 cd virtualization/docker + cd virtualization/docker ./build.sh #--force-stfubuntu + ./build.sh # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -n `docker images -q stfubuntu` ]; then docker rmi --force `docker images -q stfubuntu` || exit 1 fi fi + '[' '' == --force-stfubuntu ']' # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi docker images -q stfubuntu ++ docker images -q stfubuntu + '[' -z 4bd2a5901559 ']' docker build --no-cache --tag ttf_t009_ng112 --force-rm . || ( echo "Docker build failed: $?"; exit 1 ) + docker build --no-cache --tag ttf_t009_ng112 --force-rm . Sending build context to Docker daemon 27.65kB Step 1/10 : FROM stfubuntu:18.04 ---> 4bd2a5901559 Step 2/10 : MAINTAINER ETSI NG112 ---> Running in 1e01a7a8b116 Removing intermediate container 1e01a7a8b116 ---> 628481aa8bd2 Step 3/10 : LABEL description="ETSI NG112 Docker Image" ---> Running in 273454108bf6 Removing intermediate container 273454108bf6 ---> ed1e6e734e4b Step 4/10 : ENV TERM=linux HOME=/home/etsi HOSTNAME=docker-etsi-ng112 ---> Running in 79dd297faca1 Removing intermediate container 79dd297faca1 ---> 329b0f507cfb Step 5/10 : COPY home /home/etsi ---> 5f04992da91f Step 6/10 : RUN /etc/init.d/ssh start ---> Running in fa96144afc14 * Starting OpenBSD Secure Shell server sshd ...done. Removing intermediate container fa96144afc14 ---> 2abe09f63eea Step 7/10 : RUN cd /home/etsi && chown -R etsi:etsi . && ls ./etc/init.d/*.sh | while read S; do chmod 0750 "$S" || exit 1; done ---> Running in c2a17d3c49e1 Removing intermediate container c2a17d3c49e1 ---> f966d79d04ab Step 8/10 : USER etsi ---> Running in 42b3d2d0e6ae Removing intermediate container 42b3d2d0e6ae ---> 44ae6da46568 Step 9/10 : RUN cd ${HOME} && ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 && export PATH=$HOME/bin:$PATH && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done && rm -fr ${HOME}/etc ---> Running in ee4c069f7d72 Enter passphrase (empty for no passphrase): Enter same passphrase again: Generating public/private ed25519 key pair. Created directory '/home/etsi/.ssh'. Your identification has been saved in /home/etsi/.ssh/id_ed25519. Your public key has been saved in /home/etsi/.ssh/id_ed25519.pub. The key fingerprint is: SHA256:9gjMuGvYSALKMPL3w34WlRiYLGrd3JzJvwyHPOQTx80 etsi@ee4c069f7d72 The key's randomart image is: +--[ED25519 256]--+ | . o | | . + . | | o + + * + | |= o .+o X = E | |*+ . ++S* | |o.o .. oOoo | | o =.o .B.. | | o o.+ o o | | ....+ | +----[SHA256]-----+ ***************************** * Install titan *****************************  echo -e "*****************************\n* Install titan\n*****************************\n" + echo -e '*****************************\n* Install titan\n*****************************\n' SRC_DIR=${HOME}/frameworks/titan/titan.core + SRC_DIR=/home/etsi/frameworks/titan/titan.core export TTCN3_DIR=$HOME/frameworks/titan/Install + export TTCN3_DIR=/home/etsi/frameworks/titan/Install + TTCN3_DIR=/home/etsi/frameworks/titan/Install [ -f /usr/bin/java ] && export JAVA_HOME=`readlink -f /usr/bin/java | sed "s:bin/java::"` + '[' -f /usr/bin/java ']' ++ readlink -f /usr/bin/java ++ sed s:bin/java:: + export JAVA_HOME=/usr/lib/jvm/java-17-oracle/ + JAVA_HOME=/usr/lib/jvm/java-17-oracle/ TITAN_REPO=`cat ${HOME}/etc/titan_repos.txt | grep 'titan\.core\.git' | head -n 1` ++ cat /home/etsi/etc/titan_repos.txt ++ grep 'titan\.core\.git' ++ head -n 1 + TITAN_REPO=https://gitlab.eclipse.org/eclipse/titan/titan.core.git export PATH=$PATH:$TTCN3_DIR/bin + export PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin + PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin mkdir -p "$SRC_DIR" + mkdir -p /home/etsi/frameworks/titan/titan.core cd "$SRC_DIR/.." || exit 1 + cd /home/etsi/frameworks/titan/titan.core/.. # Install titan core git clone --progress "$TITAN_REPO" || exit 1 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.core.git Cloning into 'titan.core'... remote: Enumerating objects: 75905, done. remote: Counting objects: 0% (1/950) remote: Counting objects: 1% (10/950) remote: Counting objects: 2% (19/950) remote: Counting objects: 3% (29/950) remote: Counting objects: 4% (38/950) remote: Counting objects: 5% (48/950) remote: Counting objects: 6% (57/950) remote: Counting objects: 7% (67/950) remote: Counting objects: 8% (76/950) remote: Counting objects: 9% (86/950) remote: Counting objects: 10% (95/950) remote: Counting objects: 11% (105/950) remote: Counting objects: 12% (114/950) remote: Counting objects: 13% (124/950) remote: Counting objects: 14% (133/950) remote: Counting objects: 15% (143/950) remote: Counting objects: 16% (152/950) remote: Counting objects: 17% (162/950) remote: Counting objects: 18% (171/950) remote: Counting objects: 19% (181/950) remote: Counting objects: 20% (190/950) remote: Counting objects: 21% (200/950) remote: Counting objects: 22% (209/950) remote: Counting objects: 23% (219/950) remote: Counting objects: 24% (228/950) remote: Counting objects: 25% (238/950) remote: Counting objects: 26% (247/950) remote: Counting objects: 27% (257/950) remote: Counting objects: 28% (266/950) remote: Counting objects: 29% (276/950) remote: Counting objects: 30% (285/950) remote: Counting objects: 31% (295/950) remote: Counting objects: 32% (304/950) remote: Counting objects: 33% (314/950) remote: Counting objects: 34% (323/950) remote: Counting objects: 35% (333/950) remote: Counting objects: 36% (342/950) remote: Counting objects: 37% (352/950) remote: Counting objects: 38% (361/950) remote: Counting objects: 39% (371/950) remote: Counting objects: 40% (380/950) remote: Counting objects: 41% (390/950) remote: Counting objects: 42% (399/950) remote: Counting objects: 43% (409/950) remote: Counting objects: 44% (418/950) remote: Counting objects: 45% (428/950) remote: Counting objects: 46% (437/950) remote: Counting objects: 47% (447/950) remote: Counting objects: 48% (456/950) remote: Counting objects: 49% (466/950) remote: Counting objects: 50% (475/950) remote: Counting objects: 51% (485/950) remote: Counting objects: 52% (494/950) remote: Counting objects: 53% (504/950) remote: Counting objects: 54% (513/950) remote: Counting objects: 55% (523/950) remote: Counting objects: 56% (532/950) remote: Counting objects: 57% (542/950) remote: Counting objects: 58% (551/950) remote: Counting objects: 59% (561/950) remote: Counting objects: 60% (570/950) remote: Counting objects: 61% (580/950) remote: Counting objects: 62% (589/950) remote: Counting objects: 63% (599/950) remote: Counting objects: 64% (608/950) remote: Counting objects: 65% (618/950) remote: Counting objects: 66% (627/950) remote: Counting objects: 67% (637/950) remote: Counting objects: 68% (646/950) remote: Counting objects: 69% (656/950) remote: Counting objects: 70% (665/950) remote: Counting objects: 71% (675/950) remote: Counting objects: 72% (684/950) remote: Counting objects: 73% (694/950) remote: Counting objects: 74% (703/950) remote: Counting objects: 75% (713/950) remote: Counting objects: 76% (722/950) remote: Counting objects: 77% (732/950) remote: Counting objects: 78% (741/950) remote: Counting objects: 79% (751/950) remote: Counting objects: 80% (760/950) remote: Counting objects: 81% (770/950) remote: Counting objects: 82% (779/950) remote: Counting objects: 83% (789/950) remote: Counting objects: 84% (798/950) remote: Counting objects: 85% (808/950) remote: Counting objects: 86% (817/950) remote: Counting objects: 87% (827/950) remote: Counting objects: 88% (836/950) remote: Counting objects: 89% (846/950) remote: Counting objects: 90% (855/950) remote: Counting objects: 91% (865/950) remote: Counting objects: 92% (874/950) remote: Counting objects: 93% (884/950) remote: Counting objects: 94% (893/950) remote: Counting objects: 95% (903/950) remote: Counting objects: 96% (912/950) remote: Counting objects: 97% (922/950) remote: Counting objects: 98% (931/950) remote: Counting objects: 99% (941/950) remote: Counting objects: 100% (950/950) remote: Counting objects: 100% (950/950), done. remote: Compressing objects: 0% (1/355) remote: Compressing objects: 1% (4/355) remote: Compressing objects: 2% (8/355) remote: Compressing objects: 3% (11/355) remote: Compressing objects: 4% (15/355) remote: Compressing objects: 5% (18/355) remote: Compressing objects: 6% (22/355) remote: Compressing objects: 7% (25/355) remote: Compressing objects: 8% (29/355) remote: Compressing objects: 9% (32/355) remote: Compressing objects: 10% (36/355) remote: Compressing objects: 11% (40/355) remote: Compressing objects: 12% (43/355) remote: Compressing objects: 13% (47/355) remote: Compressing objects: 14% (50/355) remote: Compressing objects: 15% (54/355) remote: Compressing objects: 16% (57/355) remote: Compressing objects: 17% (61/355) remote: Compressing objects: 18% (64/355) remote: Compressing objects: 19% (68/355) remote: Compressing objects: 20% (71/355) remote: Compressing objects: 21% (75/355) remote: Compressing objects: 22% (79/355) remote: Compressing objects: 23% (82/355) remote: Compressing objects: 24% (86/355) remote: Compressing objects: 25% (89/355) remote: Compressing objects: 26% (93/355) remote: Compressing objects: 27% (96/355) remote: Compressing objects: 28% (100/355) remote: Compressing objects: 29% (103/355) remote: Compressing objects: 30% (107/355) remote: Compressing objects: 31% (111/355) remote: Compressing objects: 32% (114/355) remote: Compressing objects: 33% (118/355) remote: Compressing objects: 34% (121/355) remote: Compressing objects: 35% (125/355) remote: Compressing objects: 36% (128/355) remote: Compressing objects: 37% (132/355) remote: Compressing objects: 38% (135/355) remote: Compressing objects: 39% (139/355) remote: Compressing objects: 40% (142/355) remote: Compressing objects: 41% (146/355) remote: Compressing objects: 42% (150/355) remote: Compressing objects: 43% (153/355) remote: Compressing objects: 44% (157/355) remote: Compressing objects: 45% (160/355) remote: Compressing objects: 46% (164/355) remote: Compressing objects: 47% (167/355) remote: Compressing objects: 48% (171/355) remote: Compressing objects: 49% (174/355) remote: Compressing objects: 50% (178/355) remote: Compressing objects: 51% (182/355) remote: Compressing objects: 52% (185/355) remote: Compressing objects: 53% (189/355) remote: Compressing objects: 54% (192/355) remote: Compressing objects: 55% (196/355) remote: Compressing objects: 56% (199/355) remote: Compressing objects: 57% (203/355) remote: Compressing objects: 58% (206/355) remote: Compressing objects: 59% (210/355) remote: Compressing objects: 60% (213/355) remote: Compressing objects: 61% (217/355) remote: Compressing objects: 62% (221/355) remote: Compressing objects: 63% (224/355) remote: Compressing objects: 64% (228/355) remote: Compressing objects: 65% (231/355) remote: Compressing objects: 66% (235/355) remote: Compressing objects: 67% (238/355) remote: Compressing objects: 68% (242/355) remote: Compressing objects: 69% (245/355) remote: Compressing objects: 70% (249/355) remote: Compressing objects: 71% (253/355) remote: Compressing objects: 72% (256/355) remote: Compressing objects: 73% (260/355) remote: Compressing objects: 74% (263/355) remote: Compressing objects: 75% (267/355) remote: Compressing objects: 76% (270/355) remote: Compressing objects: 77% (274/355) remote: Compressing objects: 78% (277/355) remote: Compressing objects: 79% (281/355) remote: Compressing objects: 80% (284/355) remote: Compressing objects: 81% (288/355) remote: Compressing objects: 82% (292/355) remote: Compressing objects: 83% (295/355) remote: Compressing objects: 84% (299/355) remote: Compressing objects: 85% (302/355) remote: Compressing objects: 86% (306/355) remote: Compressing objects: 87% (309/355) remote: Compressing objects: 88% (313/355) remote: Compressing objects: 89% (316/355) remote: Compressing objects: 90% (320/355) remote: Compressing objects: 91% (324/355) remote: Compressing objects: 92% (327/355) remote: Compressing objects: 93% (331/355) remote: Compressing objects: 94% (334/355) remote: Compressing objects: 95% (338/355) remote: Compressing objects: 96% (341/355) remote: Compressing objects: 97% (345/355) remote: Compressing objects: 98% (348/355) remote: Compressing objects: 99% (352/355) remote: Compressing objects: 100% (355/355) remote: Compressing objects: 100% (355/355), done. Receiving objects: 0% (1/75905) Receiving objects: 1% (760/75905) Receiving objects: 2% (1519/75905) Receiving objects: 3% (2278/75905) Receiving objects: 4% (3037/75905) Receiving objects: 5% (3796/75905) Receiving objects: 6% (4555/75905) Receiving objects: 7% (5314/75905) Receiving objects: 8% (6073/75905) Receiving objects: 9% (6832/75905) Receiving objects: 10% (7591/75905) Receiving objects: 11% (8350/75905) Receiving objects: 12% (9109/75905) Receiving objects: 13% (9868/75905) Receiving objects: 14% (10627/75905) Receiving objects: 15% (11386/75905) Receiving objects: 16% (12145/75905) Receiving objects: 17% (12904/75905) Receiving objects: 18% (13663/75905) Receiving objects: 19% (14422/75905) Receiving objects: 20% (15181/75905) Receiving objects: 21% (15941/75905) Receiving objects: 22% (16700/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 23% (17459/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 24% (18218/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 25% (18977/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 26% (19736/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 27% (20495/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 28% (21254/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 29% (22013/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 30% (22772/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 31% (23531/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 32% (24290/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 33% (25049/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 34% (25808/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 35% (26567/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 36% (27326/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 37% (28085/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 38% (28844/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 39% (29603/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 40% (30362/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 41% (31122/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 42% (31881/75905), 7.15 MiB | 14.29 MiB/s Receiving objects: 42% (32383/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 43% (32640/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 44% (33399/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 45% (34158/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 46% (34917/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 47% (35676/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 48% (36435/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 49% (37194/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 50% (37953/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 51% (38712/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 52% (39471/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 53% (40230/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 54% (40989/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 55% (41748/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 56% (42507/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 57% (43266/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 58% (44025/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 59% (44784/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 60% (45543/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 61% (46303/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 62% (47062/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 63% (47821/75905), 19.36 MiB | 19.35 MiB/s Receiving objects: 64% (48580/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 65% (49339/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 66% (50098/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 67% (50857/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 68% (51616/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 69% (52375/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 70% (53134/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 71% (53893/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 72% (54652/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 73% (55411/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 74% (56170/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 75% (56929/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 76% (57688/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 77% (58447/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 78% (59206/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 79% (59965/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 80% (60724/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 81% (61484/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 82% (62243/75905), 31.27 MiB | 20.84 MiB/s Receiving objects: 82% (62798/75905), 45.48 MiB | 22.74 MiB/s Receiving objects: 83% (63002/75905), 45.48 MiB | 22.74 MiB/s Receiving objects: 84% (63761/75905), 45.48 MiB | 22.74 MiB/s Receiving objects: 85% (64520/75905), 55.11 MiB | 22.04 MiB/s Receiving objects: 86% (65279/75905), 55.11 MiB | 22.04 MiB/s Receiving objects: 87% (66038/75905), 55.11 MiB | 22.04 MiB/s Receiving objects: 88% (66797/75905), 55.11 MiB | 22.04 MiB/s Receiving objects: 88% (67237/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 89% (67556/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 90% (68315/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 91% (69074/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 92% (69833/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 93% (70592/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 94% (71351/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 95% (72110/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 96% (72869/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 97% (73628/75905), 77.68 MiB | 25.89 MiB/s Receiving objects: 98% (74387/75905), 95.89 MiB | 27.40 MiB/s Receiving objects: 99% (75146/75905), 95.89 MiB | 27.40 MiB/s remote: Total 75905 (delta 592), reused 950 (delta 592), pack-reused 74955 Receiving objects: 100% (75905/75905), 95.89 MiB | 27.40 MiB/s Receiving objects: 100% (75905/75905), 104.74 MiB | 27.32 MiB/s, done. Resolving deltas: 0% (0/60514) Resolving deltas: 1% (824/60514) Resolving deltas: 2% (1234/60514) Resolving deltas: 3% (1829/60514) Resolving deltas: 4% (2421/60514) Resolving deltas: 5% (3028/60514) Resolving deltas: 6% (3679/60514) Resolving deltas: 7% (4251/60514) Resolving deltas: 8% (4842/60514) Resolving deltas: 9% (5449/60514) Resolving deltas: 10% (6053/60514) Resolving deltas: 11% (6658/60514) Resolving deltas: 12% (7262/60514) Resolving deltas: 13% (7878/60514) Resolving deltas: 14% (8482/60514) Resolving deltas: 15% (9079/60514) Resolving deltas: 16% (9694/60514) Resolving deltas: 17% (10289/60514) Resolving deltas: 18% (10927/60514) Resolving deltas: 19% (11689/60514) Resolving deltas: 20% (12158/60514) Resolving deltas: 21% (12709/60514) Resolving deltas: 22% (13336/60514) Resolving deltas: 23% (13926/60514) Resolving deltas: 24% (14528/60514) Resolving deltas: 25% (15134/60514) Resolving deltas: 26% (15770/60514) Resolving deltas: 27% (16367/60514) Resolving deltas: 28% (16946/60514) Resolving deltas: 29% (17552/60514) Resolving deltas: 30% (18162/60514) Resolving deltas: 31% (18807/60514) Resolving deltas: 32% (19375/60514) Resolving deltas: 33% (19982/60514) Resolving deltas: 34% (20575/60514) Resolving deltas: 35% (21396/60514) Resolving deltas: 36% (21845/60514) Resolving deltas: 37% (22392/60514) Resolving deltas: 38% (22997/60514) Resolving deltas: 39% (23609/60514) Resolving deltas: 39% (23835/60514) Resolving deltas: 40% (24219/60514) Resolving deltas: 41% (24817/60514) Resolving deltas: 42% (25453/60514) Resolving deltas: 43% (26050/60514) Resolving deltas: 44% (26639/60514) Resolving deltas: 45% (27235/60514) Resolving deltas: 46% (27859/60514) Resolving deltas: 47% (28458/60514) Resolving deltas: 48% (29059/60514) Resolving deltas: 49% (29673/60514) Resolving deltas: 50% (30260/60514) Resolving deltas: 51% (30863/60514) Resolving deltas: 52% (31479/60514) Resolving deltas: 53% (32096/60514) Resolving deltas: 54% (32812/60514) Resolving deltas: 55% (33302/60514) Resolving deltas: 56% (33888/60514) Resolving deltas: 57% (34525/60514) Resolving deltas: 58% (35141/60514) Resolving deltas: 59% (35707/60514) Resolving deltas: 60% (36328/60514) Resolving deltas: 61% (36928/60514) Resolving deltas: 62% (37529/60514) Resolving deltas: 63% (38128/60514) Resolving deltas: 64% (38764/60514) Resolving deltas: 65% (39336/60514) Resolving deltas: 66% (39943/60514) Resolving deltas: 67% (40554/60514) Resolving deltas: 68% (41150/60514) Resolving deltas: 69% (41768/60514) Resolving deltas: 70% (42408/60514) Resolving deltas: 70% (42660/60514) Resolving deltas: 71% (42965/60514) Resolving deltas: 72% (43577/60514) Resolving deltas: 73% (44236/60514) Resolving deltas: 74% (44796/60514) Resolving deltas: 75% (45454/60514) Resolving deltas: 76% (45991/60514) Resolving deltas: 77% (46619/60514) Resolving deltas: 78% (47220/60514) Resolving deltas: 79% (47856/60514) Resolving deltas: 80% (48600/60514) Resolving deltas: 81% (49018/60514) Resolving deltas: 82% (49662/60514) Resolving deltas: 83% (50230/60514) Resolving deltas: 84% (50837/60514) Resolving deltas: 85% (51449/60514) Resolving deltas: 86% (52194/60514) Resolving deltas: 87% (52670/60514) Resolving deltas: 88% (53253/60514) Resolving deltas: 89% (53858/60514) Resolving deltas: 90% (54464/60514) Resolving deltas: 91% (55079/60514) Resolving deltas: 92% (55674/60514) Resolving deltas: 93% (56295/60514) Resolving deltas: 94% (56888/60514) Resolving deltas: 95% (57497/60514) Resolving deltas: 96% (58099/60514) Resolving deltas: 97% (58702/60514) Resolving deltas: 98% (59307/60514) Resolving deltas: 98% (59830/60514) Resolving deltas: 99% (59983/60514) Resolving deltas: 100% (60514/60514) Resolving deltas: 100% (60514/60514), done. Checking out files: 60% (6453/10641) Checking out files: 61% (6492/10641) Checking out files: 62% (6598/10641) Checking out files: 63% (6704/10641) Checking out files: 64% (6811/10641) Checking out files: 65% (6917/10641) Checking out files: 66% (7024/10641) Checking out files: 67% (7130/10641) Checking out files: 68% (7236/10641) Checking out files: 69% (7343/10641) Checking out files: 70% (7449/10641) Checking out files: 71% (7556/10641) Checking out files: 72% (7662/10641) Checking out files: 73% (7768/10641) Checking out files: 74% (7875/10641) Checking out files: 75% (7981/10641) Checking out files: 76% (8088/10641) Checking out files: 77% (8194/10641) Checking out files: 78% (8300/10641) Checking out files: 79% (8407/10641) Checking out files: 80% (8513/10641) Checking out files: 81% (8620/10641) Checking out files: 82% (8726/10641) Checking out files: 83% (8833/10641) Checking out files: 84% (8939/10641) Checking out files: 85% (9045/10641) Checking out files: 86% (9152/10641) Checking out files: 87% (9258/10641) Checking out files: 88% (9365/10641) Checking out files: 89% (9471/10641) Checking out files: 90% (9577/10641) Checking out files: 91% (9684/10641) Checking out files: 92% (9790/10641) Checking out files: 93% (9897/10641) Checking out files: 94% (10003/10641) Checking out files: 95% (10109/10641) Checking out files: 96% (10216/10641) Checking out files: 97% (10322/10641) Checking out files: 98% (10429/10641) Checking out files: 99% (10535/10641) Checking out files: 100% (10641/10641) Checking out files: 100% (10641/10641), done.  cd titan.core || exit 1 + cd titan.core cat >Makefile.personal < 202 784 "Advanced Parameterization" ^^^^^^^^^^^^^^^^^ compiler.y:8613.7-22: warning: nonterminal useless in grammar: seqTypeActualPar [-Wother] '(' seqTypeActualPar optError ')' ^^^^^^^^^^^^^^^^ compiler.y:8618.12-24: warning: nonterminal useless in grammar: TypeActualPar [-Wother] optError TypeActualPar ^^^^^^^^^^^^^ compiler.y:5489.3-5494.3: warning: rule useless in grammar [-Wother]  FunctionRef '(' optFunctionActualParList ')' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler.y:8613.3-35: warning: rule useless in grammar [-Wother]  '(' seqTypeActualPar optError ')' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler.y:8614.3-15: warning: rule useless in grammar [-Wother] | '(' error ')' ^^^^^^^^^^^^^ compiler.y:8618.3-24: warning: rule useless in grammar [-Wother]  optError TypeActualPar ^^^^^^^^^^^^^^^^^^^^^^ compiler.y:8619.3-54: warning: rule useless in grammar [-Wother] | seqTypeActualPar optError ',' optError TypeActualPar ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler.y:8620.3-37: warning: rule useless in grammar [-Wother] | seqTypeActualPar optError ',' error ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ compiler.y:8624.3-27: warning: rule useless in grammar [-Wother]  Expression { delete $1; } ^^^^^^^^^^^^^^^^^^^^^^^^^  (dep) compiler.tab.cc flex -B -s -Cr -Cfe -Pttcn3_ -olex.ttcn3.cc compiler.l (dep) lex.ttcn3.cc (dep) OerAST.cc (dep) profiler.c (dep) Ttcn2Json.cc (dep) JsonAST.cc (dep) BerAST.cc (dep) signature.c (dep) port.c (dep) compiler.c (dep) Ttcnstuff.cc (dep) TextAST.cc (dep) Templatestuff.cc (dep) TtcnTemplate.cc (dep) Statement.cc (dep) RawAST.cc (dep) PatternString.cc (dep) ILT.cc (dep) Attributes.cc (dep) AST_ttcn3.cc (dep) ArrayDimensions.cc (C++) ArrayDimensions.cc (C++) AST_ttcn3.cc AST_ttcn3.cc: In member function 'virtual void Ttcn::Module::chk()': AST_ttcn3.cc:3350:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *tmp = "UNKNOWN"; ^~~~~~~~~ In file included from AST_ttcn3.cc:46:0: ../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define PATCH_LETTER "A" ^ ../../common/version_internal.h:123:59: note: in expansion of macro 'PATCH_LETTER' #define LEGACY_VERSION "/" MAJOR_SUFFIX " R" MINOR_NUMBER PATCH_LETTER \ ^~~~~~~~~~~~ ../../common/version_internal.h:126:63: note: in expansion of macro 'LEGACY_VERSION' #define LEGACY_CRL_PRODUCT_NUMBER LEGACY_CRL_PRODNR_EXECUTOR LEGACY_VERSION ^~~~~~~~~~~~~~ AST_ttcn3.cc:3353:22: note: in expansion of macro 'LEGACY_CRL_PRODUCT_NUMBER' tmp = LEGACY_CRL_PRODUCT_NUMBER; ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define PATCH_LETTER "A" ^ ../../common/version_internal.h:128:97: note: in expansion of macro 'PATCH_LETTER' #define LEGACY_CAX_PRODUCT_NUMBER MAJOR_SUFFIX "/" LEGACY_CAX_PRODNR_EXECUTOR " R" MINOR_NUMBER PATCH_LETTER \ ^~~~~~~~~~~~ AST_ttcn3.cc:3356:22: note: in expansion of macro 'LEGACY_CAX_PRODUCT_NUMBER' tmp = LEGACY_CAX_PRODUCT_NUMBER; ^~~~~~~~~~~~~~~~~~~~~~~~~ AST_ttcn3.cc:3359:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] tmp = PRODUCT_NUMBER; ^ ../../common/version_internal.h:40:68: note: in definition of macro 'GEN_VER3' # define GEN_VER3(major, minor, patchlevel) #major "." #minor "." #patchlevel ^~~~~~~~~~ ../../common/version_internal.h:43:25: note: in expansion of macro 'GEN_VER' # define VERSION_STRING GEN_VER(TTCN3_MAJOR, TTCN3_MINOR, TTCN3_PATCHLEVEL) ^~~~~~~ ../../common/version_internal.h:131:24: note: in expansion of macro 'VERSION_STRING' #define PRODUCT_NUMBER VERSION_STRING ^~~~~~~~~~~~~~ AST_ttcn3.cc:3359:22: note: in expansion of macro 'PRODUCT_NUMBER' tmp = PRODUCT_NUMBER; ^~~~~~~~~~~~~~  (C++) Attributes.cc (C++) ILT.cc (C++) PatternString.cc (C++) RawAST.cc (C++) Statement.cc (C++) TtcnTemplate.cc (C++) Templatestuff.cc (C++) TextAST.cc (C++) Ttcnstuff.cc (CC) compiler.c (CC) port.c (CC) signature.c (C++) BerAST.cc (C++) JsonAST.cc (C++) Ttcn2Json.cc (CC) profiler.c (C++) OerAST.cc (C++) lex.ttcn3.cc (C++) compiler.tab.cc (C++) lex.rawAST.cc (C++) rawAST.tab.cc (C++) charstring_la.cc (C++) pstring_la.cc (C++) comptype_attrib_la.cc (C++) coding_attrib_la.cc (C++) coding_attrib_p.cc (CC) ttcn3_preparser.lex.c ar -r libttcn3_compiler.a ArrayDimensions.o AST_ttcn3.o Attributes.o ILT.o PatternString.o RawAST.o Statement.o TtcnTemplate.o Templatestuff.o TextAST.o Ttcnstuff.o compiler.o port.o signature.o BerAST.o JsonAST.o Ttcn2Json.o profiler.o OerAST.o lex.ttcn3.o compiler.tab.o lex.rawAST.o rawAST.tab.o charstring_la.o pstring_la.o comptype_attrib_la.o coding_attrib_la.o coding_attrib_p.o ttcn3_preparser.lex.o ../../common/JSON_Tokenizer.o ar: creating libttcn3_compiler.a make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' (CC) encdec.c (CC) enum.c (CC) functionref.c (CC) record.c (CC) record_of.c (CC) union.c (C++) PredefFunc.cc (C++) AST.cc (C++) Code.cc (C++) Constraint.cc (C++) CompilerError.cc (C++) CompField.cc (C++) CompType.cc (C++) EnumItem.cc (C++) Identifier.cc (C++) Int.cc (C++) main.cc (C++) Real.cc (C++) Setting.cc (C++) SigParam.cc (C++) string.cc (C++) subtype.cc (C++) Stopwatch.cc (C++) Type.cc (C++) Type_chk.cc (C++) Type_codegen.cc Type_codegen.cc: In member function 'void Common::Type::generate_code_jsondescriptor(output_struct*)': Type_codegen.cc:1161:44: warning: 'def_val' may be used uninitialized in this function [-Wmaybe-uninitialized] target->source.global_vars = mputprintf(target->source.global_vars, ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ "const TTCN_JSONdescriptor_t %s_json_ = { %s, %s, %s, %s, %s, %s, %s, " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%d, %s, %s, %s };\n" ~~~~~~~~~~~~~~~~~~~~~ , get_genname_own().c_str() ~~~~~~~~~~~~~~~~~~~~~~~~~~~ , jsonattrib->omit_as_null ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , alias ? alias : "NULL" ~~~~~~~~~~~~~~~~~~~~~~~~ , (jsonattrib->as_value || jsonattrib->tag_list != NULL) ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , def_val ~~~~~~~~~ , jsonattrib->metainfo_unbound ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , jsonattrib->as_number ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , as_map ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~ , static_cast(jsonattrib->enum_texts.size()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , enum_texts_name ~~~~~~~~~~~~~~~~~ , jsonattrib->use_null ? "TRUE" : "FALSE" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , jsonattrib->get_escaping_gen_str()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  (C++) TypeCompat.cc (C++) Typestuff.cc (C++) ustring.cc (C++) Value.cc Value.cc: In static member function 'static bool Common::Value::chk_expr_self_ref_templ(Ttcn::Template*, Common::Assignment*, namedbool)': Value.cc:12067:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch] switch (t->get_templatetype()) { ^ Value.cc:12067:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch] Value.cc:12067:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]  (C++) Valuestuff.cc (C++) XerAttributes.cc (C++) subtypestuff.cc (C++) CodeGenHelper.cc (C++) DebuggerStuff.cc (C++) XSD_Types.cc g++ -fPIC -o compiler encdec.o enum.o functionref.o record.o record_of.o union.o PredefFunc.o AST.o Code.o Constraint.o CompilerError.o CompField.o CompType.o EnumItem.o Identifier.o Int.o main.o Real.o Setting.o SigParam.o string.o subtype.o Stopwatch.o Type.o Type_chk.o Type_codegen.o TypeCompat.o Typestuff.o ustring.o Value.o Valuestuff.o XerAttributes.o subtypestuff.o CodeGenHelper.o DebuggerStuff.o XSD_Types.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/git_version.o ../common/new.o ../common/pattern_la.o ../common/pattern_p.o ../common/pattern_uni.o ../common/Quadruple.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/openssl_version.o \ asn1/libasn1_compiler.a ttcn3/libttcn3_compiler.a \ -lcrypto (CC) makefile.c makefile.c: In function 'print_splitted_file_names.isra.9': makefile.c:1902:32: warning: '.cc' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.cc", i); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c: In function 'generate_makefile.constprop': makefile.c:3081:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3104:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3127:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3149:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3191:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3214:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3237:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3260:44: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3315:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3339:50: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3362:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3384:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.so", slice); ^~~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3446:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3469:48: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3492:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makefile.c:3514:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(buffer, "_part_%i.o", slice); ^~ In file included from /usr/include/stdio.h:862:0, from makefile.c:31: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  (C++) xpather.cc (C++) ProjectGenHelper.cc g++ -fPIC -o ttcn3_makefilegen makefile.o xpather.o ProjectGenHelper.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ttcn3/ttcn3_preparser.lex.o asn1/asn1_preparser.lex.o -lxml2 (C++) tcov2lcov.cc g++ -fPIC -o tcov2lcov tcov2lcov.o ../common/memory.o -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen' flex -B -s -Cr -Cfe -oparser.c parser.l (dep) parser.c flex -B -s -Cr -Cfe -ologformat.c logformat.l (dep) logformat.c (dep) repgen.c (dep) logmerge.c (dep) logfilter.c (CC) logmerge.c gcc -fPIC -o ttcn3_logmerge logmerge.o ../common/memory.o (CC) logfilter.c gcc -fPIC -o ttcn3_logfilter logfilter.o ../common/memory.o (CC) logformat.c gcc -fPIC -o ttcn3_logformat logformat.o ../common/memory.o (CC) parser.c (CC) repgen.c repgen.c: In function 'WriteCode': repgen.c:202:34: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( fullname, "%s/%s.ttcn", code_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'WriteLog': repgen.c:336:33: warning: '%s' directive writing up to 2047 bytes into a region of size 2042 [-Wformat-overflow=] sprintf ( oldname, "%s/temp/%s", log_dstdir, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:337:30: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( newname, "%s/%s.ttcnlog", log_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'WriteDump': repgen.c:396:27: warning: '.dump' directive writing 5 bytes into a region of size between 1 and 2048 [-Wformat-overflow=] sprintf ( fullname, "%s.dump", tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 2053 bytes into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:409:31: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( fullname, "%s/%s.dump", dump_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c: In function 'Genhtml': repgen.c:470:21: warning: '%s' directive writing up to 2047 bytes into a region of size 1023 [-Wformat-overflow=] sprintf ( buf, "\"%s\", ", tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 5 and 2052 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:473:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname ); ^~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:474:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.short\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 2061) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:478:29: warning: '.long' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.long", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:479:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.long\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:483:29: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcn", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:484:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.ttcn\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:488:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:489:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.ttcnlog\", ", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 2063) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:493:29: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.dump", data_dstdir, tclist->tcname ); ^~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:494:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=] sprintf ( buf, "\"./%s/%s.dump\",\n", dirname, tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:612:58: warning: '%s' directive writing up to 2047 bytes into a region of size 986 [-Wformat-overflow=] sprintf ( buf, "mywin.document.writeln(\"  %s  ", tclist->tcname ); ^~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 54 and 2101 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:615:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname ); ^~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repgen.c:636:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=] sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname ); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from repgen.c:15: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -fPIC -o ttcn3_repgen parser.o repgen.o ../common/memory.o make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' (dep) Constant.cc (dep) Mstring.cc (dep) GeneralFunctions.cc (dep) PredefinedModules.cc (dep) ImportStatement.cc (dep) Annotation.cc (dep) ComplexType.cc (dep) AttributeType.cc (dep) SimpleType.cc (dep) RootType.cc (dep) TTCN3ModuleInventory.cc (dep) TTCN3Module.cc (dep) XMLParser.cc (dep) converter.cc (C++) converter.cc (C++) XMLParser.cc (C++) TTCN3Module.cc (C++) TTCN3ModuleInventory.cc (C++) RootType.cc (C++) SimpleType.cc (C++) AttributeType.cc (C++) ComplexType.cc (C++) Annotation.cc (C++) ImportStatement.cc (C++) PredefinedModules.cc (C++) GeneralFunctions.cc (C++) Mstring.cc (C++) Constant.cc g++ -fPIC -o xsd2ttcn converter.o XMLParser.o TTCN3Module.o TTCN3ModuleInventory.o RootType.o SimpleType.o AttributeType.o ComplexType.o Annotation.o ImportStatement.o PredefinedModules.o GeneralFunctions.o Mstring.o Constant.o ../common/new.o ../common/memory.o -lxml2 -lcrypto make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' bison -d -o config_read.tab.cc -p config_read_ config_read.y (dep) config_read.tab.cc flex -B -s -Cr -Cfe -Pconfig_read_ -oconfig_read.lex.cc config_read.l (dep) config_read.lex.cc (dep) Cli.cc (C++) Cli.cc (C++) config_read.lex.cc (C++) config_read.tab.cc ar -r libcli.a Cli.o config_read.lex.o config_read.tab.o ar: creating libcli.a make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' (dep) Cli_main.cc (dep) config_data.cc (dep) UserInterface.cc (dep) MainController.cc (dep) MctrError.cc (C++) Cli_main.cc (C++) MctrError.cc (C++) MainController.cc MainController.cc: In static member function 'static boolean mctr::MainController::check_version(mctr::unknown_connection*)': MainController.cc:859:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned int j = 0; j < checksum_length; j++) { ~~^~~~~~~~~~~~~~~~~  (C++) UserInterface.cc (C++) config_data.cc cd ../../core/ && make RInt.o make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' gcc -Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I. -IRT1 -I/usr/include/libxml2 -I../common -fPIC \ gccversion.c -o gccversion ./gccversion > cversion.h.tmp if [ -f cversion.h ] ; then \ if diff cversion.h.tmp cversion.h >/dev/null ; then \ rm cversion.h.tmp ; \ else \ mv cversion.h.tmp cversion.h ; \ fi \ else \ mv cversion.h.tmp cversion.h ; \ fi (dep) OER.cc (dep) DebuggerUI.cc In file included from DebuggerUI.cc:16:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Debugger.cc In file included from Debugger.cc:14:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ProfMerge_main.cc (dep) ProfilerTools.cc (dep) Profiler.cc (dep) JSON.cc (dep) TCov.cc mkdir -p RT1 ../compiler2/compiler -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/TitanLoggerControl.hh' was generated. Notify: File `RT1/TitanLoggerControl.cc' was generated. Notify: 2 files were updated. touch RT1/TitanLoggerControl.cc.compiled (dep) TitanLoggerControlImpl.cc In file included from RT1/TitanLoggerControl.hh:19:0, from TitanLoggerControlImpl.cc:15: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) XmlReader.cc (dep) XER.cc (dep) Verdicttype.cc (dep) Universal_charstring.cc (dep) Param_Types.cc In file included from Param_Types.cc:37:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Timer.cc (dep) Textbuf.cc (dep) TEXT.cc (dep) Template.cc (dep) Struct_of.cc (dep) Snapshot.cc (dep) Single_main.cc Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Runtime.cc (dep) RAW.cc (dep) Port.cc Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Parallel_main.cc (dep) Octetstring.cc (dep) Objid.cc (dep) Module_list.cc In file included from Module_list.cc:40:0: Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory #include "RT1/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggingBits.cc (dep) LegacyLogger.cc In file included from ILoggerPlugin.hh:21:0, from LegacyLogger.hh:19, from LegacyLogger.cc:20: TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggerPluginManager.cc In file included from LoggerPluginManager.cc:20:0: LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) LoggerPlugin.cc LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Logger.cc In file included from Logger.cc:41:0: LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Integer.cc (dep) RInt.cc (dep) Hexstring.cc (dep) Float.cc (dep) Error.cc Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Encdec.cc (dep) Default.cc Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Component.cc (dep) Communication.cc Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory #include "TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) Charstring.cc (dep) Boolean.cc (dep) Bitstring.cc (dep) BER.cc (dep) Basetype.cc (dep) ASN_Null.cc (dep) ASN_External.cc (dep) ASN_EmbeddedPDV.cc (dep) ASN_CharacterString.cc (dep) ASN_Any.cc (dep) Array.cc (dep) Addfunc.cc Addfunc.cc:37:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT1 ../compiler2/compiler -F -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/PreGenRecordOf.hh' was generated. Notify: File `RT1/PreGenRecordOf.cc' was generated. Notify: 2 files were updated. touch RT1/PreGenRecordOf.cc.compiled (dep) RT1/PreGenRecordOf.cc In file included from RT1/PreGenRecordOf.hh:19:0, from RT1/PreGenRecordOf.cc:11: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. flex -B -s -Cr -Cfe -Pconfig_process_ --header-file=config_process.lex.hh \ -oconfig_process.lex.cc config_process.l bison -d -o config_process.tab.cc -p config_process_ config_process.y (dep) config_process.tab.cc In file included from RT1/PreGenRecordOf.hh:19:0, from Debugger.hh:23, from config_process.y:59: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) config_process.lex.cc (dep) RT1/TitanLoggerControl.cc In file included from RT1/TitanLoggerControl.hh:19:0, from RT1/TitanLoggerControl.cc:11: ./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory #include "RT1/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ../xsdconvert/xsd2ttcn -p TitanLoggerApi.xsd Notify: Checking documents... Notify: Parsing XML schema document `TitanLoggerApi.xsd'... Notify: Generating TTCN-3 modules... Notify: File 'TitanLoggerApi.ttcn' was generated. sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_ mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn mkdir -p RT1 if ../compiler2/compiler -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT1/TitanLoggerApi.hh' was generated. Notify: File `RT1/TitanLoggerApi.cc' was generated. Notify: 2 files were updated. perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh touch RT1/TitanLoggerApi.cc.compiled (dep) RT1/TitanLoggerApi.cc (dep) DebuggerUI.cc (dep) Debugger.cc (dep) TitanLoggerControlImpl.cc (dep) Param_Types.cc (dep) Single_main.cc (dep) Port.cc (dep) Module_list.cc (dep) LegacyLogger.cc (dep) LoggerPluginManager.cc (dep) LoggerPlugin.cc (dep) Logger.cc (dep) Error.cc (dep) Default.cc (dep) Communication.cc (dep) Addfunc.cc (dep) RT1/PreGenRecordOf.cc (dep) config_process.tab.cc (dep) RT1/TitanLoggerControl.cc (C++) RInt.cc make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' cd ../../core/ && make Textbuf.o make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' (C++) Textbuf.cc make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' g++ -fPIC -o mctr_cli Cli_main.o MctrError.o MainController.o UserInterface.o config_data.o ../../common/memory.o ../../common/config_preproc.o ../../common/config_preproc_la.o ../../common/config_preproc_p.tab.o ../../common/path.o ../../common/NetworkHandler.o ../../common/Path2.o ../../common/openssl_version.o ../../core/RInt.o ../../core/Textbuf.o ../cli/libcli.a \ -lcrypto -lncurses -ledit -lpthread make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' (C++) RT1/TitanLoggerApi.cc (C++) RT1/TitanLoggerControl.cc (C++) config_process.lex.cc (C++) config_process.tab.cc (C++) RT1/PreGenRecordOf.cc (C++) Addfunc.cc (C++) Array.cc (C++) ASN_Any.cc (C++) ASN_CharacterString.cc (C++) ASN_EmbeddedPDV.cc (C++) ASN_External.cc ASN_External.cc:382:11: warning: 'boolean {anonymous}::EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t&, const ASN_BER_TLV_t&)' defined but not used [-Wunused-function] boolean EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv) ^~~~~~~~~~~~~~~~~~~~~~~~~ ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function] EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value) ^~~~~~~~~~~~~~~~~~~~~~~~~  (C++) ASN_Null.cc (C++) Basetype.cc (C++) BER.cc (C++) Bitstring.cc (C++) Boolean.cc (C++) Charstring.cc (C++) Communication.cc (C++) Component.cc (C++) Default.cc (C++) Encdec.cc (C++) Error.cc (C++) Float.cc (C++) Hexstring.cc (C++) Integer.cc (C++) Logger.cc In file included from Logger.cc:41:0: LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) LoggerPlugin.cc (C++) LoggerPluginManager.cc In file included from LoggerPluginManager.cc:20:0: LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) LegacyLogger.cc (C++) LoggingBits.cc (C++) Module_list.cc (C++) Objid.cc (C++) Octetstring.cc (C++) Port.cc (C++) RAW.cc (C++) Runtime.cc (C++) Snapshot.cc (C++) Struct_of.cc (C++) Template.cc (C++) TEXT.cc (C++) Timer.cc (C++) Param_Types.cc (C++) Universal_charstring.cc (C++) Verdicttype.cc (C++) XER.cc (C++) XmlReader.cc In file included from Encdec.hh:23:0, from XmlReader.cc:24: Types.h:42:0: warning: "FALSE" redefined #define FALSE false In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from XmlReader.cc:20: /usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition # define FALSE 0 In file included from Encdec.hh:23:0, from XmlReader.cc:24: Types.h:43:0: warning: "TRUE" redefined #define TRUE true In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from XmlReader.cc:20: /usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition # define TRUE 1  (C++) TitanLoggerControlImpl.cc (C++) TCov.cc (C++) JSON.cc (C++) Profiler.cc (C++) ProfilerTools.cc (C++) Debugger.cc (C++) DebuggerUI.cc (C++) OER.cc (C++) LoggerPlugin_static.cc (C++) Single_main.cc ar -r libttcn3.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Single_main.o ar: creating libttcn3.a  (C++) Parallel_main.cc ar -r libttcn3-parallel.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Parallel_main.o ar: creating libttcn3-parallel.a  (C++) LoggerPlugin_dynamic.cc g++ -shared -fPIC -o libttcn3-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2 g++ -shared -fPIC -o libttcn3-parallel-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2 (C++) ProfMerge_main.cc (C++) ProfilerTools.cc g++ -fPIC -o ttcn3_profmerge ProfMerge_main.o ProfilerTools.profmerge.o ../common/JSON_Tokenizer.o ../common/memory.o -lxml2 g++ -fPIC -o single libttcn3.a -lcrypto -lxml2 g++ -fPIC -o parallel libttcn3-parallel.a -lcrypto -lxml2 g++ -fPIC -o single-dynamic Single_main.o libttcn3-dynamic.so -lcrypto -lxml2 g++ -fPIC -o parallel-dynamic Parallel_main.o libttcn3-parallel-dynamic.so -lcrypto -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' (dep) Basetype2.cc Basetype2.cc:37:10: fatal error: PreGenRecordOf.hh: No such file or directory #include "PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/OER.cc (dep) ../core/DebuggerUI.cc In file included from ../core/DebuggerUI.cc:16:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Debugger.cc In file included from ../core/Debugger.cc:14:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/ProfMerge_main.cc (dep) ../core/ProfilerTools.cc (dep) ../core/Profiler.cc (dep) ../core/JSON.cc (dep) ../core/TCov.cc mkdir -p RT2 ../compiler2/compiler -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/TitanLoggerControl.hh' was generated. Notify: File `RT2/TitanLoggerControl.cc' was generated. Notify: 2 files were updated. touch RT2/TitanLoggerControl.cc.compiled (dep) ../core/TitanLoggerControlImpl.cc In file included from RT2/TitanLoggerControl.hh:19:0, from ../core/TitanLoggerControlImpl.cc:15: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/XmlReader.cc (dep) ../core/XER.cc (dep) ../core/Verdicttype.cc (dep) ../core/Universal_charstring.cc (dep) ../core/Param_Types.cc In file included from ../core/Param_Types.cc:37:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Timer.cc (dep) ../core/Textbuf.cc (dep) ../core/TEXT.cc (dep) ../core/Template.cc (dep) ../core/Struct_of.cc (dep) ../core/Snapshot.cc (dep) ../core/Single_main.cc ../core/Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Runtime.cc (dep) ../core/RAW.cc (dep) ../core/Port.cc ../core/Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Parallel_main.cc (dep) ../core/Octetstring.cc (dep) ../core/Objid.cc (dep) ../core/Module_list.cc In file included from ../core/Module_list.cc:40:0: ../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory #include "RT2/PreGenRecordOf.hh" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggingBits.cc (dep) ../core/LegacyLogger.cc In file included from ../core/ILoggerPlugin.hh:21:0, from ../core/LegacyLogger.hh:19, from ../core/LegacyLogger.cc:20: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggerPluginManager.cc In file included from ../core/LoggerPluginManager.cc:20:0: ../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/LoggerPlugin.cc ../core/LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Logger.cc In file included from ../core/Logger.cc:41:0: ../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Integer.cc (dep) ../core/RInt.cc (dep) ../core/Hexstring.cc (dep) ../core/Float.cc (dep) ../core/Error.cc ../core/Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Encdec.cc (dep) ../core/Default.cc ../core/Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Component.cc (dep) ../core/Communication.cc ../core/Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory #include "TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/Charstring.cc (dep) ../core/Boolean.cc (dep) ../core/Bitstring.cc (dep) ../core/BER.cc (dep) ../core/Basetype.cc (dep) ../core/ASN_Null.cc (dep) ../core/ASN_External.cc (dep) ../core/ASN_EmbeddedPDV.cc (dep) ../core/ASN_CharacterString.cc (dep) ../core/ASN_Any.cc (dep) ../core/Array.cc (dep) ../core/Addfunc.cc ../core/Addfunc.cc:37:10: fatal error: TitanLoggerApi.hh: No such file or directory #include "TitanLoggerApi.hh" ^~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT2 ../compiler2/compiler -F -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/PreGenRecordOf.hh' was generated. Notify: File `RT2/PreGenRecordOf.cc' was generated. Notify: 2 files were updated. touch RT2/PreGenRecordOf.cc.compiled (dep) RT2/PreGenRecordOf.cc In file included from RT2/PreGenRecordOf.hh:19:0, from RT2/PreGenRecordOf.cc:11: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/config_process.tab.cc In file included from ./RT2/PreGenRecordOf.hh:19:0, from ../core/Debugger.hh:21, from config_process.y:59: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.  (dep) ../core/config_process.lex.cc (dep) RT2/TitanLoggerControl.cc In file included from RT2/TitanLoggerControl.hh:19:0, from RT2/TitanLoggerControl.cc:11: ../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory #include "RT2/TitanLoggerApiSimple.hh" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. mkdir -p RT2 if ../compiler2/compiler -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `RT2/TitanLoggerApi.hh' was generated. Notify: File `RT2/TitanLoggerApi.cc' was generated. Notify: 2 files were updated. perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh touch RT2/TitanLoggerApi.cc.compiled (dep) RT2/TitanLoggerApi.cc (dep) Basetype2.cc (dep) ../core/DebuggerUI.cc (dep) ../core/Debugger.cc (dep) ../core/TitanLoggerControlImpl.cc (dep) ../core/Param_Types.cc (dep) ../core/Single_main.cc (dep) ../core/Port.cc (dep) ../core/Module_list.cc (dep) ../core/LegacyLogger.cc (dep) ../core/LoggerPluginManager.cc (dep) ../core/LoggerPlugin.cc (dep) ../core/Logger.cc (dep) ../core/Error.cc (dep) ../core/Default.cc (dep) ../core/Communication.cc (dep) ../core/Addfunc.cc (dep) RT2/PreGenRecordOf.cc (dep) ../core/config_process.tab.cc (dep) RT2/TitanLoggerControl.cc (C++) RT2/TitanLoggerApi.cc (C++) RT2/TitanLoggerControl.cc (C++) ../core/config_process.lex.cc (C++) ../core/config_process.tab.cc (C++) RT2/PreGenRecordOf.cc (C++) ../core/Addfunc.cc (C++) ../core/Array.cc (C++) ../core/ASN_Any.cc (C++) ../core/ASN_CharacterString.cc (C++) ../core/ASN_EmbeddedPDV.cc (C++) ../core/ASN_External.cc ../core/ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function] EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value) ^~~~~~~~~~~~~~~~~~~~~~~~~  (C++) ../core/ASN_Null.cc (C++) ../core/Basetype.cc (C++) ../core/BER.cc (C++) ../core/Bitstring.cc (C++) ../core/Boolean.cc (C++) ../core/Charstring.cc (C++) ../core/Communication.cc (C++) ../core/Component.cc (C++) ../core/Default.cc (C++) ../core/Encdec.cc (C++) ../core/Error.cc (C++) ../core/Float.cc (C++) ../core/Hexstring.cc (C++) ../core/RInt.cc (C++) ../core/Integer.cc (C++) ../core/Logger.cc In file included from ../core/Logger.cc:41:0: ../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': ../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) ../core/LoggerPlugin.cc (C++) ../core/LoggerPluginManager.cc In file included from ../core/LoggerPluginManager.cc:20:0: ../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()': ../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast((void*)&event_); ^  (C++) ../core/LegacyLogger.cc (C++) ../core/LoggingBits.cc (C++) ../core/Module_list.cc (C++) ../core/Objid.cc (C++) ../core/Octetstring.cc (C++) ../core/Port.cc (C++) ../core/RAW.cc (C++) ../core/Runtime.cc (C++) ../core/Snapshot.cc (C++) ../core/Struct_of.cc (C++) ../core/Template.cc ../core/Template.cc: In member function 'int Set_Of_Template::n_elem() const': ../core/Template.cc:2166:10: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch] switch (template_selection) { ^ ../core/Template.cc:2166:10: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch] ../core/Template.cc:2166:10: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch] ../core/Template.cc: In member function 'virtual boolean Empty_Record_Template::matchv(const Base_Type*, boolean) const': ../core/Template.cc:3736:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned int i = 0; i < value_list.n_values; i++) { ~~^~~~~~~~~~~~~~~~~~~~~  (C++) ../core/TEXT.cc (C++) ../core/Textbuf.cc (C++) ../core/Timer.cc (C++) ../core/Param_Types.cc (C++) ../core/Universal_charstring.cc (C++) ../core/Verdicttype.cc (C++) ../core/XER.cc (C++) ../core/XmlReader.cc In file included from ../core/Encdec.hh:23:0, from ../core/XmlReader.cc:24: ../core/Types.h:42:0: warning: "FALSE" redefined #define FALSE false In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from ../core/XmlReader.cc:20: /usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition # define FALSE 0 In file included from ../core/Encdec.hh:23:0, from ../core/XmlReader.cc:24: ../core/Types.h:43:0: warning: "TRUE" redefined #define TRUE true In file included from /usr/include/unicode/utypes.h:38:0, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from /usr/include/libxml2/libxml/globals.h:18, from /usr/include/libxml2/libxml/threads.h:35, from /usr/include/libxml2/libxml/xmlmemory.h:218, from /usr/include/libxml2/libxml/tree.h:1307, from /usr/include/libxml2/libxml/xmlreader.h:14, from ../core/XmlReader.cc:20: /usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition # define TRUE 1  (C++) ../core/TitanLoggerControlImpl.cc (C++) ../core/TCov.cc (C++) ../core/JSON.cc (C++) ../core/Profiler.cc (C++) ../core/ProfilerTools.cc (C++) ../core/Debugger.cc (C++) ../core/DebuggerUI.cc (C++) ../core/OER.cc (C++) Basetype2.cc (C++) ../core/LoggerPlugin_static.cc (C++) ../core/Single_main.cc ar -r libttcn3-rt2.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Single_main.o ar: creating libttcn3-rt2.a  (C++) ../core/Parallel_main.cc ar -r libttcn3-rt2-parallel.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Parallel_main.o ar: creating libttcn3-rt2-parallel.a  (C++) ../core/LoggerPlugin_dynamic.cc g++ -shared -fPIC -o libttcn3-rt2-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2 g++ -shared -fPIC -o libttcn3-rt2-parallel-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2 g++ -fPIC -o single-rt2 libttcn3-rt2.a -lcrypto -lxml2 g++ -fPIC -o parallel-rt2 libttcn3-rt2-parallel.a -lcrypto -lxml2 g++ -fPIC -o single-rt2-dynamic Single_main.o libttcn3-rt2-dynamic.so -lcrypto -lxml2 g++ -fPIC -o parallel-rt2-dynamic Parallel_main.o libttcn3-rt2-parallel-dynamic.so -lcrypto -lxml2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d all || exit 1; done make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger.cc g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wl,-soname,libjunitlogger.so.0 -o libjunitlogger.so.0.0 JUnitLogger.o -lttcn3-dynamic -shared ln -sf libjunitlogger.so.0.0 libjunitlogger.so.0 ln -sf libjunitlogger.so.0 libjunitlogger.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wl,-soname,libjunitlogger-parallel.so.0 -o libjunitlogger-parallel.so.0.0 JUnitLogger.o -lttcn3-parallel-dynamic -shared ln -sf libjunitlogger-parallel.so.0.0 libjunitlogger-parallel.so.0 ln -sf libjunitlogger-parallel.so.0 libjunitlogger-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger.cc -o FT/JUnitLogger.o g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-rt2.so.0 -o libjunitlogger-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-dynamic -shared ln -sf libjunitlogger-rt2.so.0.0 libjunitlogger-rt2.so.0 ln -sf libjunitlogger-rt2.so.0 libjunitlogger-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-parallel-rt2.so.0 -o libjunitlogger-parallel-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libjunitlogger-parallel-rt2.so.0.0 libjunitlogger-parallel-rt2.so.0 ln -sf libjunitlogger-parallel-rt2.so.0 libjunitlogger-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -c TSTLogger.cc g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wl,-soname,libtstlogger.so.1 -o libtstlogger.so.1.0 TSTLogger.o -lttcn3-dynamic -shared ln -sf libtstlogger.so.1.0 libtstlogger.so.1 ln -sf libtstlogger.so.1 libtstlogger.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wl,-soname,libtstlogger-parallel.so.1 -o libtstlogger-parallel.so.1.0 TSTLogger.o -lttcn3-parallel-dynamic -shared ln -sf libtstlogger-parallel.so.1.0 libtstlogger-parallel.so.1 ln -sf libtstlogger-parallel.so.1 libtstlogger-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c TSTLogger.cc -o FT/TSTLogger.o g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-rt2.so.1 -o libtstlogger-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-dynamic -shared ln -sf libtstlogger-rt2.so.1.0 libtstlogger-rt2.so.1 ln -sf libtstlogger-rt2.so.1 libtstlogger-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-parallel-rt2.so.1 -o libtstlogger-parallel-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libtstlogger-parallel-rt2.so.1.0 libtstlogger-parallel-rt2.so.1 ln -sf libtstlogger-parallel-rt2.so.1 libtstlogger-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger2.cc g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wl,-soname,libjunitlogger2.so.0 -o libjunitlogger2.so.0.0 JUnitLogger2.o -lttcn3-dynamic -shared ln -sf libjunitlogger2.so.0.0 libjunitlogger2.so.0 ln -sf libjunitlogger2.so.0 libjunitlogger2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wl,-soname,libjunitlogger2-parallel.so.0 -o libjunitlogger2-parallel.so.0.0 JUnitLogger2.o -lttcn3-parallel-dynamic -shared ln -sf libjunitlogger2-parallel.so.0.0 libjunitlogger2-parallel.so.0 ln -sf libjunitlogger2-parallel.so.0 libjunitlogger2-parallel.so mkdir -p FT g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -c JUnitLogger2.cc -o FT/JUnitLogger2.o g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-rt2.so.0 -o libjunitlogger2-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-dynamic -shared ln -sf libjunitlogger2-rt2.so.0.0 libjunitlogger2-rt2.so.0 ln -sf libjunitlogger2-rt2.so.0 libjunitlogger2-rt2.so g++ -DYY_NO_INPUT -DNDEBUG -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-parallel-rt2.so.0 -o libjunitlogger2-parallel-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-parallel-dynamic -shared ln -sf libjunitlogger2-parallel-rt2.so.0.0 libjunitlogger2-parallel-rt2.so.0 ln -sf libjunitlogger2-parallel-rt2.so.0 libjunitlogger2-parallel-rt2.so make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide' + make install if test -h /home/etsi/frameworks/titan/Install; then \ echo /home/etsi/frameworks/titan/Install is a symlink, you cannot be serious; exit 1; fi rm -rf /home/etsi/frameworks/titan/Install make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common' mkdir -p /home/etsi/frameworks/titan/Install/include cp version.h memory.h platform.h ttcn3float.hh pattern.hh CharCoding.hh JSON_Tokenizer.hh /home/etsi/frameworks/titan/Install/include make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2' make -C asn1 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1' make -C ttcn3 make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3' strip compiler ttcn3_makefilegen tcov2lcov mkdir -p /home/etsi/frameworks/titan/Install/bin cp compiler ttcn3_makefilegen tcov2lcov /home/etsi/frameworks/titan/Install/bin cp tcov.xsd tcov.xsl /home/etsi/frameworks/titan/Install/include cp titanver /home/etsi/frameworks/titan/Install/bin chmod a+x /home/etsi/frameworks/titan/Install/bin/titanver rm -f /home/etsi/frameworks/titan/Install/bin/ttcn3_compiler \ /home/etsi/frameworks/titan/Install/bin/asn1_compiler /home/etsi/frameworks/titan/Install/bin/makefilegen ln -s compiler /home/etsi/frameworks/titan/Install/bin/ttcn3_compiler ln -s compiler /home/etsi/frameworks/titan/Install/bin/asn1_compiler ln -s ttcn3_makefilegen /home/etsi/frameworks/titan/Install/bin/makefilegen mkdir -p /home/etsi/frameworks/titan/Install/man/man1 cp compiler.1 ttcn3_makefilegen.1 /home/etsi/frameworks/titan/Install/man/man1 rm -f /home/etsi/frameworks/titan/Install/man/man1/ttcn3_compiler.1 /home/etsi/frameworks/titan/Install/man/man1/asn1_compiler.1 \ /home/etsi/frameworks/titan/Install/man/man1/makefilegen.1 ln -s compiler.1 /home/etsi/frameworks/titan/Install/man/man1/ttcn3_compiler.1 ln -s compiler.1 /home/etsi/frameworks/titan/Install/man/man1/asn1_compiler.1 ln -s ttcn3_makefilegen.1 /home/etsi/frameworks/titan/Install/man/man1/makefilegen.1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen' strip ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen mkdir -p /home/etsi/frameworks/titan/Install/bin cp ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen /home/etsi/frameworks/titan/Install/bin rm -f /home/etsi/frameworks/titan/Install/bin/logformat /home/etsi/frameworks/titan/Install/bin/repgen ln -s ttcn3_logformat /home/etsi/frameworks/titan/Install/bin/logformat ln -s ttcn3_repgen /home/etsi/frameworks/titan/Install/bin/repgen cp ttcn3_logmerge.1 ttcn3_logfilter.1 ttcn3_logformat.1 /home/etsi/frameworks/titan/Install/man/man1 rm -f /home/etsi/frameworks/titan/Install/man/man1/logformat.1 ln -s ttcn3_logformat.1 /home/etsi/frameworks/titan/Install/man/man1/logformat.1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' mkdir -p /home/etsi/frameworks/titan/Install/bin cp -f xsd2ttcn /home/etsi/frameworks/titan/Install/bin make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' cd mctr && make install make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' strip mctr_cli mkdir -p /home/etsi/frameworks/titan/Install/bin cp mctr_cli /home/etsi/frameworks/titan/Install/bin ln -s mctr_cli /home/etsi/frameworks/titan/Install/bin/mctr cp ttcn3_start /home/etsi/frameworks/titan/Install/bin chmod +x /home/etsi/frameworks/titan/Install/bin/ttcn3_start make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 ../compiler2/compiler -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT1/TitanLoggerControl.cc.compiled make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 ../compiler2/compiler -F -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT1/PreGenRecordOf.cc.compiled make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core' mkdir -p RT1 if ../compiler2/compiler -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh touch RT1/TitanLoggerApi.cc.compiled make[4]: 'RT1/TitanLoggerApi.cc.compiled' is up to date. make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[3]: 'RT1/PreGenRecordOf.cc.compiled' is up to date. make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[2]: 'RT1/TitanLoggerControl.cc.compiled' is up to date. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' strip libttcn3-dynamic.so libttcn3-parallel-dynamic.so mkdir -p /home/etsi/frameworks/titan/Install/lib cp libttcn3.a libttcn3-parallel.a libttcn3-dynamic.so libttcn3-parallel-dynamic.so cversion.h /home/etsi/frameworks/titan/Install/lib mkdir -p /home/etsi/frameworks/titan/Install/include cp TTCN3.hh Types.h Param_Types.hh Basetype.hh Template.hh RInt.hh Integer.hh Float.hh Boolean.hh Objid.hh Verdicttype.hh Bitstring.hh Hexstring.hh Octetstring.hh Charstring.hh Universal_charstring.hh Component.hh Logger.hh ILoggerPlugin.hh Error.hh Timer.hh Runtime.hh Snapshot.hh Default.hh Port.hh Event_Handler.hh Struct_of.hh Array.hh Optional.hh Textbuf.hh Encdec.hh Module_list.hh Parameters.h Addfunc.hh RAW.hh BER.hh TEXT.hh ASN_Null.hh ASN_Any.hh ASN_External.hh ASN_EmbeddedPDV.hh ASN_CharacterString.hh XER.hh XmlReader.hh cversion.h TitanLoggerControl.ttcn TitanLoggerApi.xsd Vector.hh JSON.hh Profiler.hh RefdIndex.hh ProfilerTools.hh Debugger.hh DebugCommands.hh DebuggerUI.hh OER.hh OOP.hh /home/etsi/frameworks/titan/Install/include mkdir -p /home/etsi/frameworks/titan/Install/bin cp ttcn3_profmerge /home/etsi/frameworks/titan/Install/bin mkdir -p /home/etsi/frameworks/titan/Install/man/man1 cp ttcn3_profmerge.1 /home/etsi/frameworks/titan/Install/man/man1 mkdir -p /home/etsi/frameworks/titan/Install/include/RT1 cp RT1/TitanLoggerApi*.hh /home/etsi/frameworks/titan/Install/include/RT1 cp RT1/PreGenRecordOf.hh /home/etsi/frameworks/titan/Install/include/RT1 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 ../compiler2/compiler -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT2/TitanLoggerControl.cc.compiled make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 ../compiler2/compiler -F -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. touch RT2/PreGenRecordOf.cc.compiled make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2' mkdir -p RT2 if ../compiler2/compiler -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: None of the files needed update. perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh touch RT2/TitanLoggerApi.cc.compiled make[4]: 'RT2/TitanLoggerApi.cc.compiled' is up to date. make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[3]: 'RT2/PreGenRecordOf.cc.compiled' is up to date. make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[2]: 'RT2/TitanLoggerControl.cc.compiled' is up to date. make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' strip libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so mkdir -p /home/etsi/frameworks/titan/Install/lib cp libttcn3-rt2.a libttcn3-rt2-parallel.a libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so /home/etsi/frameworks/titan/Install/lib mkdir -p /home/etsi/frameworks/titan/Install/include/RT2 cp RT2/TitanLoggerApi*.hh /home/etsi/frameworks/titan/Install/include/RT2 cp RT2/PreGenRecordOf.hh /home/etsi/frameworks/titan/Install/include/RT2 make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d install || exit 1; done make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' mkdir -p /home/etsi/frameworks/titan/Install/lib cp libjunitlogger.so* libjunitlogger-rt2.so* libjunitlogger-parallel.so* libjunitlogger-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' mkdir -p /home/etsi/frameworks/titan/Install/lib cp libtstlogger.so* libtstlogger-rt2.so* libtstlogger-parallel.so* libtstlogger-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger' make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' mkdir -p /home/etsi/frameworks/titan/Install/lib cp libjunitlogger2.so* libjunitlogger2-rt2.so* libjunitlogger2-parallel.so* libjunitlogger2-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/etc' mkdir -p /home/etsi/frameworks/titan/Install/etc/xsd cp xsd/TPD.xsd /home/etsi/frameworks/titan/Install/etc/xsd mkdir -p /home/etsi/frameworks/titan/Install/etc/asciiart mkdir -p /home/etsi/frameworks/titan/Install/etc/scripts cp scripts/*.py /home/etsi/frameworks/titan/Install/etc/scripts cp CaseFolding.txt /home/etsi/frameworks/titan/Install/etc make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/etc' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/help' mkdir -p /home/etsi/frameworks/titan/Install/bin cp ttcn3_help /home/etsi/frameworks/titan/Install/bin chmod +x /home/etsi/frameworks/titan/Install/bin/ttcn3_help mkdir -p /home/etsi/frameworks/titan/Install/help cp titan_main.html titan_index.html /home/etsi/frameworks/titan/Install/help mkdir -p /home/etsi/frameworks/titan/Install/help/info cp info/BNF.html info/action.html info/activate.html info/address.html info/alive.html info/all.html info/alt.html info/altstep.html info/and.html info/and4b.html info/any.html info/anytype.html info/apply.html info/bit2hex.html info/bit2int.html info/bit2oct.html info/bit2str.html info/bitstring.html info/boolean.html info/break.html info/call.html info/case.html info/catch.html info/char.html info/char2int.html info/char2oct.html info/charstring.html info/check.html info/clear.html info/complement.html info/component.html info/connect.html info/const.html info/continue.html info/control.html info/create.html info/deactivate.html info/decode_base64.html info/decvalue.html info/decvalue_unichar.html info/default.html info/derefers.html info/disconnect.html info/display.html info/do.html info/done.html info/else.html info/encode.html info/encode_base64.html info/encvalue.html info/encvalue_unichar.html info/enum2int.html info/enumerated.html info/error.html info/except.html info/exception.html info/execute.html info/extension.html info/external.html info/fail.html info/false.html info/float.html info/float2int.html info/float2str.html info/for.html info/from.html info/function.html info/friend.html info/get_stringencoding.html info/getcall.html info/getreply.html info/getverdict.html info/goto.html info/group.html info/hex2bit.html info/hex2int.html info/hex2oct.html info/hex2str.html info/hexstring.html info/if.html info/ifpresent.html info/import.html info/in.html info/inconc.html info/infinity.html info/inout.html info/int2bit.html info/int2char.html info/int2enum.html info/int2float.html info/int2hex.html info/int2oct.html info/int2str.html info/int2unichar.html info/integer.html info/interleave.html info/isbound.html info/ischosen.html info/ispresent.html info/isvalue.html info/kill.html info/killed.html info/label.html info/language.html info/length.html info/lengthof.html info/log.html info/log2str.html info/map.html info/match.html info/message.html info/mixed.html info/mod.html info/modifies.html info/module.html info/modulepar.html info/mtc.html info/noblock.html info/none.html info/not.html info/not4b.html info/now.html info/nowait.html info/null.html info/objid.html info/oct2bit.html info/oct2char.html info/oct2hex.html info/oct2int.html info/oct2str.html info/oct2unichar.html info/octetstring.html info/of.html info/omit.html info/on.html info/operators.html info/optional.html info/or.html info/or4b.html info/out.html info/override.html info/param.html info/pass.html info/pattern.html info/permutation.html info/port.html info/public.html info/private.html info/procedure.html info/raise.html info/read.html info/realtime.html info/receive.html info/record.html info/recursive.html info/refers.html info/regexp.html info/rem.html info/remove_bom.html info/repeat.html info/replace.html info/reply.html info/return.html info/rnd.html info/running.html info/runs.html info/select.html info/self.html info/send.html info/sender.html info/set.html info/setencode.html info/setstate.html info/setverdict.html info/signature.html info/sizeof.html info/start.html info/stop.html info/str2bit.html info/str2float.html info/str2hex.html info/str2int.html info/str2oct.html info/subset.html info/substr.html info/superset.html info/system.html info/template.html info/testcase.html info/testcasename.html info/timeout.html info/timer.html info/timestamp.html info/to.html info/trigger.html info/true.html info/type.html info/unichar2char.html info/unichar2int.html info/unichar2oct.html info/union.html info/universal.html info/unmap.html info/value.html info/valueof.html info/var.html info/variant.html info/verdicttype.html info/while.html info/with.html info/xor.html info/xor4b.html info/profiler.html /home/etsi/frameworks/titan/Install/help/info mkdir -p /home/etsi/frameworks/titan/Install/help/images cp images/ao.jpg images/left.jpg images/right.jpg images/up.jpg images/titan_transparent.gif /home/etsi/frameworks/titan/Install/help/images mkdir -p /home/etsi/frameworks/titan/Install/help/docs cp docs/naming.pdf /home/etsi/frameworks/titan/Install/help/docs make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/help' make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/hello' mkdir -p /home/etsi/frameworks/titan/Install/demo cp MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg /home/etsi/frameworks/titan/Install/demo cd /home/etsi/frameworks/titan/Install/demo && /home/etsi/frameworks/titan/Install/bin/ttcn3_makefilegen -g MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg && \ make CXX='g++' CXXFLAGS='-Wall -Wno-long-long -O2 -fPIC' LDFLAGS=' -fPIC' && \ (sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start -ip "127.0.0.1" MyExample MyExample.cfg && \ logformat -o MyExample_merged.log *.log Generating Makefile skeleton... Makefile skeleton was generated. make[2]: Entering directory '/home/etsi/frameworks/titan/Install/demo' /home/etsi/frameworks/titan/Install/bin/compiler -L MyExample.ttcn hello_world.ttcn - MyExample.ttcn hello_world.ttcn Notify: Parsing TTCN-3 module `MyExample.ttcn'... Notify: Parsing TTCN-3 module `hello_world.ttcn'... Notify: Checking modules... Notify: Generating code... Notify: File `MyExample.hh' was generated. Notify: File `MyExample.cc' was generated. Notify: File `hello_world.hh' was generated. Notify: File `hello_world.cc' was generated. Notify: 4 files were updated. touch compile Creating dependency file for hello_world.cc Creating dependency file for MyExample.cc Creating dependency file for PCOType.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o MyExample.o MyExample.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o hello_world.o hello_world.cc g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o PCOType.o PCOType.cc if g++ -fPIC -o MyExample MyExample.o hello_world.o PCOType.o \ -L/home/etsi/frameworks/titan/Install/lib -lttcn3-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/Install/lib -lxml2; \ then : ; else /home/etsi/frameworks/titan/Install/bin/titanver MyExample.o hello_world.o PCOType.o; exit 1; fi make[2]: Leaving directory '/home/etsi/frameworks/titan/Install/demo' ttcn3_start: Starting the test suite spawn /home/etsi/frameworks/titan/Install/bin/mctr_cli MyExample.cfg ************************************************************************* * TTCN-3 Test Executor - Main Controller 2 * * Version: 8.1.0 * * Copyright (c) 2000-2021 Ericsson Telecom AB * * All rights reserved. This program and the accompanying materials * * are made available under the terms of the Eclipse Public License v2.0 * * which accompanies this distribution, and is available at * * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * ************************************************************************* Using configuration file: MyExample.cfg MC@ee4c069f7d72: Unix server socket created successfully. MC@ee4c069f7d72: Listening on TCP port 35982. MC2> >>> Branch 1 spawn ./MyExample 127.0.0.1 35982 TTCN-3 Host Controller (parallel mode), version 8.1.0 The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. MC@ee4c069f7d72: New HC connected from 127.0.0.1 [127.0.0.1]. ee4c069f7d72: Linux 4.4.0-210-generic on x86_64. cmtc MC@ee4c069f7d72: Downloading configuration file to all HCs. MC@ee4c069f7d72: Configuration file was processed on all HCs. MC@ee4c069f7d72: Creating MTC on host 127.0.0.1. MC@ee4c069f7d72: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@ee4c069f7d72: Execution of control part in module MyExample started. MTC@ee4c069f7d72: Test case HelloW started. Hello, world! MTC@ee4c069f7d72: Test case HelloW finished. Verdict: pass MTC@ee4c069f7d72: Test case HelloW2 started. Hello, world! MTC@ee4c069f7d72: Test case HelloW2 finished. Verdict: pass MTC@ee4c069f7d72: Execution of control part in module MyExample finished. MC@ee4c069f7d72: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@ee4c069f7d72: Terminating MTC. MTC@ee4c069f7d72: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@ee4c069f7d72: Test execution summary: 2 test cases were executed. Overall verdict: pass MC@ee4c069f7d72: MTC terminated. MC2> exit MC@ee4c069f7d72: Shutting down session. MC@ee4c069f7d72: Shutdown complete. cd /home/etsi/frameworks/titan/Install/demo && make clean make[2]: Entering directory '/home/etsi/frameworks/titan/Install/demo' rm -f MyExample libMyExample.a MyExample.o hello_world.o PCOType.o rm -f MyExample.hh hello_world.hh rm -f MyExample.cc hello_world.cc rm -f compile PCOType.d MyExample.d hello_world.d rm -f tags *.log make[2]: Leaving directory '/home/etsi/frameworks/titan/Install/demo' make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/hello' chmod -R +r,go-w /home/etsi/frameworks/titan/Install *********************************** Installation successfully completed ***********************************  # To be compiant with build_ttcn3.bash # TODO Refactor build_ttcn3.bash & devenv.bash mv ${TTCN3_DIR} ${SRC_DIR} + mv /home/etsi/frameworks/titan/Install /home/etsi/frameworks/titan/titan.core export TTCN3_DIR=${SRC_DIR}/Install + export TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install + TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install  echo "export TTCN3_DIR=$TTCN3_DIR" >> $HOME/.bashrc + echo 'export TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install' echo "export PATH=\$PATH:\$TTCN3_DIR/bin" >> $HOME/.bashrc + echo 'export PATH=$PATH:$TTCN3_DIR/bin' # Install other repos cd $SRC_DIR/.. || exit 1 + cd /home/etsi/frameworks/titan/titan.core/.. cat ${HOME}/etc/titan_repos.txt | grep -v -e '^\s*#' -e 'titan\.core' | while read REPO; do [ -z $ $REPO ] && continue WS=`echo $REPO | sed -e 's|.*/||g' -e 's|\.git||g'` if git clone --progress "${REPO}" "${WS}"; then [ -f "$WS/Makefile" ] && make -C "$WS"  fi done + cat /home/etsi/etc/titan_repos.txt + read REPO + grep -v -e '^\s*#' -e 'titan\.core' + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.Common_Components.Abstract_Socket + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git titan.TestPorts.Common_Components.Abstract_Socket Cloning into 'titan.TestPorts.Common_Components.Abstract_Socket'... remote: Enumerating objects: 122, done. remote: Counting objects: 2% (1/46) remote: Counting objects: 4% (2/46) remote: Counting objects: 6% (3/46) remote: Counting objects: 8% (4/46) remote: Counting objects: 10% (5/46) remote: Counting objects: 13% (6/46) remote: Counting objects: 15% (7/46) remote: Counting objects: 17% (8/46) remote: Counting objects: 19% (9/46) remote: Counting objects: 21% (10/46) remote: Counting objects: 23% (11/46) remote: Counting objects: 26% (12/46) remote: Counting objects: 28% (13/46) remote: Counting objects: 30% (14/46) remote: Counting objects: 32% (15/46) remote: Counting objects: 34% (16/46) remote: Counting objects: 36% (17/46) remote: Counting objects: 39% (18/46) remote: Counting objects: 41% (19/46) remote: Counting objects: 43% (20/46) remote: Counting objects: 45% (21/46) remote: Counting objects: 47% (22/46) remote: Counting objects: 50% (23/46) remote: Counting objects: 52% (24/46) remote: Counting objects: 54% (25/46) remote: Counting objects: 56% (26/46) remote: Counting objects: 58% (27/46) remote: Counting objects: 60% (28/46) remote: Counting objects: 63% (29/46) remote: Counting objects: 65% (30/46) remote: Counting objects: 67% (31/46) remote: Counting objects: 69% (32/46) remote: Counting objects: 71% (33/46) remote: Counting objects: 73% (34/46) remote: Counting objects: 76% (35/46) remote: Counting objects: 78% (36/46) remote: Counting objects: 80% (37/46) remote: Counting objects: 82% (38/46) remote: Counting objects: 84% (39/46) remote: Counting objects: 86% (40/46) remote: Counting objects: 89% (41/46) remote: Counting objects: 91% (42/46) remote: Counting objects: 93% (43/46) remote: Counting objects: 95% (44/46) remote: Counting objects: 97% (45/46) remote: Counting objects: 100% (46/46) remote: Counting objects: 100% (46/46), done. remote: Compressing objects: 3% (1/29) remote: Compressing objects: 6% (2/29) remote: Compressing objects: 10% (3/29) remote: Compressing objects: 13% (4/29) remote: Compressing objects: 17% (5/29) remote: Compressing objects: 20% (6/29) remote: Compressing objects: 24% (7/29) remote: Compressing objects: 27% (8/29) remote: Compressing objects: 31% (9/29) remote: Compressing objects: 34% (10/29) remote: Compressing objects: 37% (11/29) remote: Compressing objects: 41% (12/29) remote: Compressing objects: 44% (13/29) remote: Compressing objects: 48% (14/29) remote: Compressing objects: 51% (15/29) remote: Compressing objects: 55% (16/29) remote: Compressing objects: 58% (17/29) remote: Compressing objects: 62% (18/29) remote: Compressing objects: 65% (19/29) remote: Compressing objects: 68% (20/29) remote: Compressing objects: 72% (21/29) remote: Compressing objects: 75% (22/29) remote: Compressing objects: 79% (23/29) remote: Compressing objects: 82% (24/29) remote: Compressing objects: 86% (25/29) remote: Compressing objects: 89% (26/29) remote: Compressing objects: 93% (27/29) remote: Compressing objects: 96% (28/29) remote: Compressing objects: 100% (29/29) remote: Compressing objects: 100% (29/29), done. Receiving objects: 0% (1/122) Receiving objects: 1% (2/122) Receiving objects: 2% (3/122) Receiving objects: 3% (4/122) Receiving objects: 4% (5/122) Receiving objects: 5% (7/122) Receiving objects: 6% (8/122) Receiving objects: 7% (9/122) Receiving objects: 8% (10/122) Receiving objects: 9% (11/122) Receiving objects: 10% (13/122) Receiving objects: 11% (14/122) Receiving objects: 12% (15/122) Receiving objects: 13% (16/122) Receiving objects: 14% (18/122) Receiving objects: 15% (19/122) Receiving objects: 16% (20/122) Receiving objects: 17% (21/122) Receiving objects: 18% (22/122) Receiving objects: 19% (24/122) Receiving objects: 20% (25/122) Receiving objects: 21% (26/122) Receiving objects: 22% (27/122) Receiving objects: 23% (29/122) Receiving objects: 24% (30/122) Receiving objects: 25% (31/122) Receiving objects: 26% (32/122) Receiving objects: 27% (33/122) Receiving objects: 28% (35/122) Receiving objects: 29% (36/122) Receiving objects: 30% (37/122) Receiving objects: 31% (38/122) Receiving objects: 32% (40/122) Receiving objects: 33% (41/122) Receiving objects: 34% (42/122) Receiving objects: 35% (43/122) Receiving objects: 36% (44/122) Receiving objects: 37% (46/122) Receiving objects: 38% (47/122) Receiving objects: 39% (48/122) Receiving objects: 40% (49/122) Receiving objects: 41% (51/122) Receiving objects: 42% (52/122) Receiving objects: 43% (53/122) Receiving objects: 44% (54/122) Receiving objects: 45% (55/122) Receiving objects: 46% (57/122) Receiving objects: 47% (58/122) Receiving objects: 48% (59/122) Receiving objects: 49% (60/122) Receiving objects: 50% (61/122) Receiving objects: 51% (63/122) Receiving objects: 52% (64/122) Receiving objects: 53% (65/122) Receiving objects: 54% (66/122) Receiving objects: 55% (68/122) Receiving objects: 56% (69/122) Receiving objects: 57% (70/122) Receiving objects: 58% (71/122) Receiving objects: 59% (72/122) remote: Total 122 (delta 8), reused 46 (delta 8), pack-reused 76 Receiving objects: 60% (74/122) Receiving objects: 61% (75/122) Receiving objects: 62% (76/122) Receiving objects: 63% (77/122) Receiving objects: 64% (79/122) Receiving objects: 65% (80/122) Receiving objects: 66% (81/122) Receiving objects: 67% (82/122) Receiving objects: 68% (83/122) Receiving objects: 69% (85/122) Receiving objects: 70% (86/122) Receiving objects: 71% (87/122) Receiving objects: 72% (88/122) Receiving objects: 73% (90/122) Receiving objects: 74% (91/122) Receiving objects: 75% (92/122) Receiving objects: 76% (93/122) Receiving objects: 77% (94/122) Receiving objects: 78% (96/122) Receiving objects: 79% (97/122) Receiving objects: 80% (98/122) Receiving objects: 81% (99/122) Receiving objects: 82% (101/122) Receiving objects: 83% (102/122) Receiving objects: 84% (103/122) Receiving objects: 85% (104/122) Receiving objects: 86% (105/122) Receiving objects: 87% (107/122) Receiving objects: 88% (108/122) Receiving objects: 89% (109/122) Receiving objects: 90% (110/122) Receiving objects: 91% (112/122) Receiving objects: 92% (113/122) Receiving objects: 93% (114/122) Receiving objects: 94% (115/122) Receiving objects: 95% (116/122) Receiving objects: 96% (118/122) Receiving objects: 97% (119/122) Receiving objects: 98% (120/122) Receiving objects: 99% (121/122) Receiving objects: 100% (122/122) Receiving objects: 100% (122/122), 339.75 KiB | 2.78 MiB/s, done. Resolving deltas: 0% (0/42) Resolving deltas: 2% (1/42) Resolving deltas: 7% (3/42) Resolving deltas: 14% (6/42) Resolving deltas: 23% (10/42) Resolving deltas: 26% (11/42) Resolving deltas: 28% (12/42) Resolving deltas: 33% (14/42) Resolving deltas: 45% (19/42) Resolving deltas: 61% (26/42) Resolving deltas: 69% (29/42) Resolving deltas: 80% (34/42) Resolving deltas: 83% (35/42) Resolving deltas: 90% (38/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. + '[' -f titan.TestPorts.Common_Components.Abstract_Socket/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.HTTPmsg + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git titan.TestPorts.HTTPmsg Cloning into 'titan.TestPorts.HTTPmsg'... remote: Enumerating objects: 132, done. remote: Counting objects: 5% (1/20) remote: Counting objects: 10% (2/20) remote: Counting objects: 15% (3/20) remote: Counting objects: 20% (4/20) remote: Counting objects: 25% (5/20) remote: Counting objects: 30% (6/20) remote: Counting objects: 35% (7/20) remote: Counting objects: 40% (8/20) remote: Counting objects: 45% (9/20) remote: Counting objects: 50% (10/20) remote: Counting objects: 55% (11/20) remote: Counting objects: 60% (12/20) remote: Counting objects: 65% (13/20) remote: Counting objects: 70% (14/20) remote: Counting objects: 75% (15/20) remote: Counting objects: 80% (16/20) remote: Counting objects: 85% (17/20) remote: Counting objects: 90% (18/20) remote: Counting objects: 95% (19/20) remote: Counting objects: 100% (20/20) remote: Counting objects: 100% (20/20), done. remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. Receiving objects: 0% (1/132) Receiving objects: 1% (2/132) Receiving objects: 2% (3/132) Receiving objects: 3% (4/132) Receiving objects: 4% (6/132) Receiving objects: 5% (7/132) Receiving objects: 6% (8/132) Receiving objects: 7% (10/132) Receiving objects: 8% (11/132) Receiving objects: 9% (12/132) Receiving objects: 10% (14/132) Receiving objects: 11% (15/132) Receiving objects: 12% (16/132) Receiving objects: 13% (18/132) Receiving objects: 14% (19/132) Receiving objects: 15% (20/132) Receiving objects: 16% (22/132) Receiving objects: 17% (23/132) Receiving objects: 18% (24/132) Receiving objects: 19% (26/132) Receiving objects: 20% (27/132) Receiving objects: 21% (28/132) Receiving objects: 22% (30/132) Receiving objects: 23% (31/132) Receiving objects: 24% (32/132) Receiving objects: 25% (33/132) Receiving objects: 26% (35/132) Receiving objects: 27% (36/132) Receiving objects: 28% (37/132) Receiving objects: 29% (39/132) Receiving objects: 30% (40/132) Receiving objects: 31% (41/132) Receiving objects: 32% (43/132) Receiving objects: 33% (44/132) Receiving objects: 34% (45/132) Receiving objects: 35% (47/132) Receiving objects: 36% (48/132) Receiving objects: 37% (49/132) Receiving objects: 38% (51/132) Receiving objects: 39% (52/132) Receiving objects: 40% (53/132) Receiving objects: 41% (55/132) Receiving objects: 42% (56/132) Receiving objects: 43% (57/132) Receiving objects: 44% (59/132) Receiving objects: 45% (60/132) Receiving objects: 46% (61/132) Receiving objects: 47% (63/132) Receiving objects: 48% (64/132) Receiving objects: 49% (65/132) Receiving objects: 50% (66/132) Receiving objects: 51% (68/132) Receiving objects: 52% (69/132) Receiving objects: 53% (70/132) Receiving objects: 54% (72/132) Receiving objects: 55% (73/132) Receiving objects: 56% (74/132) Receiving objects: 57% (76/132) Receiving objects: 58% (77/132) Receiving objects: 59% (78/132) Receiving objects: 60% (80/132) Receiving objects: 61% (81/132) Receiving objects: 62% (82/132) Receiving objects: 63% (84/132) Receiving objects: 64% (85/132) Receiving objects: 65% (86/132) Receiving objects: 66% (88/132) Receiving objects: 67% (89/132) Receiving objects: 68% (90/132) Receiving objects: 69% (92/132) Receiving objects: 70% (93/132) Receiving objects: 71% (94/132) Receiving objects: 72% (96/132) Receiving objects: 73% (97/132) Receiving objects: 74% (98/132) Receiving objects: 75% (99/132) Receiving objects: 76% (101/132) Receiving objects: 77% (102/132) Receiving objects: 78% (103/132) Receiving objects: 79% (105/132) Receiving objects: 80% (106/132) Receiving objects: 81% (107/132) Receiving objects: 82% (109/132) Receiving objects: 83% (110/132) Receiving objects: 84% (111/132) remote: Total 132 (delta 2), reused 20 (delta 2), pack-reused 112 Receiving objects: 85% (113/132) Receiving objects: 86% (114/132) Receiving objects: 87% (115/132) Receiving objects: 88% (117/132) Receiving objects: 89% (118/132) Receiving objects: 90% (119/132) Receiving objects: 91% (121/132) Receiving objects: 92% (122/132) Receiving objects: 93% (123/132) Receiving objects: 94% (125/132) Receiving objects: 95% (126/132) Receiving objects: 96% (127/132) Receiving objects: 97% (129/132) Receiving objects: 98% (130/132) Receiving objects: 99% (131/132) Receiving objects: 100% (132/132) Receiving objects: 100% (132/132), 608.27 KiB | 5.07 MiB/s, done. Resolving deltas: 0% (0/54) Resolving deltas: 1% (1/54) Resolving deltas: 9% (5/54) Resolving deltas: 12% (7/54) Resolving deltas: 22% (12/54) Resolving deltas: 25% (14/54) Resolving deltas: 29% (16/54) Resolving deltas: 33% (18/54) Resolving deltas: 53% (29/54) Resolving deltas: 64% (35/54) Resolving deltas: 74% (40/54) Resolving deltas: 79% (43/54) Resolving deltas: 85% (46/54) Resolving deltas: 90% (49/54) Resolving deltas: 92% (50/54) Resolving deltas: 94% (51/54) Resolving deltas: 98% (53/54) Resolving deltas: 100% (54/54) Resolving deltas: 100% (54/54), done. + '[' -f titan.TestPorts.HTTPmsg/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git + WS=titan.TestPorts.LANL2asp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git titan.TestPorts.LANL2asp Cloning into 'titan.TestPorts.LANL2asp'... remote: Enumerating objects: 81, done. remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81 + '[' -f titan.TestPorts.LANL2asp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.PCAPasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git titan.TestPorts.PCAPasp Cloning into 'titan.TestPorts.PCAPasp'... remote: Enumerating objects: 53, done. remote: Total 53 (delta 0), reused 0 (delta 0), pack-reused 53 + '[' -f titan.TestPorts.PCAPasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git + WS=titan.TestPorts.PIPEasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git titan.TestPorts.PIPEasp Cloning into 'titan.TestPorts.PIPEasp'... remote: Enumerating objects: 93, done. remote: Total 93 (delta 0), reused 0 (delta 0), pack-reused 93 + '[' -f titan.TestPorts.PIPEasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git + WS=titan.TestPorts.SCTPasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git titan.TestPorts.SCTPasp Cloning into 'titan.TestPorts.SCTPasp'... remote: Enumerating objects: 90, done. remote: Counting objects: 6% (1/16) remote: Counting objects: 12% (2/16) remote: Counting objects: 18% (3/16) remote: Counting objects: 25% (4/16) remote: Counting objects: 31% (5/16) remote: Counting objects: 37% (6/16) remote: Counting objects: 43% (7/16) remote: Counting objects: 50% (8/16) remote: Counting objects: 56% (9/16) remote: Counting objects: 62% (10/16) remote: Counting objects: 68% (11/16) remote: Counting objects: 75% (12/16) remote: Counting objects: 81% (13/16) remote: Counting objects: 87% (14/16) remote: Counting objects: 93% (15/16) remote: Counting objects: 100% (16/16) remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. remote: Total 90 (delta 9), reused 16 (delta 9), pack-reused 74 + '[' -f titan.TestPorts.SCTPasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.SIPmsg + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git titan.TestPorts.SIPmsg Cloning into 'titan.TestPorts.SIPmsg'... remote: Enumerating objects: 132, done. Receiving objects: 0% (1/132) Receiving objects: 1% (2/132) Receiving objects: 2% (3/132) Receiving objects: 3% (4/132) Receiving objects: 4% (6/132) Receiving objects: 5% (7/132) Receiving objects: 6% (8/132) Receiving objects: 7% (10/132) Receiving objects: 8% (11/132) Receiving objects: 9% (12/132) Receiving objects: 10% (14/132) Receiving objects: 11% (15/132) Receiving objects: 12% (16/132) Receiving objects: 13% (18/132) Receiving objects: 14% (19/132) Receiving objects: 15% (20/132) Receiving objects: 16% (22/132) Receiving objects: 17% (23/132) Receiving objects: 18% (24/132) Receiving objects: 19% (26/132) Receiving objects: 20% (27/132) Receiving objects: 21% (28/132) Receiving objects: 22% (30/132) Receiving objects: 23% (31/132) Receiving objects: 24% (32/132) Receiving objects: 25% (33/132) Receiving objects: 26% (35/132) Receiving objects: 27% (36/132) Receiving objects: 28% (37/132) Receiving objects: 29% (39/132) Receiving objects: 30% (40/132) Receiving objects: 31% (41/132) Receiving objects: 32% (43/132) Receiving objects: 33% (44/132) Receiving objects: 34% (45/132) Receiving objects: 35% (47/132) Receiving objects: 36% (48/132) Receiving objects: 37% (49/132) Receiving objects: 38% (51/132) Receiving objects: 39% (52/132) Receiving objects: 40% (53/132) Receiving objects: 41% (55/132) Receiving objects: 42% (56/132) Receiving objects: 43% (57/132) Receiving objects: 44% (59/132) Receiving objects: 45% (60/132) Receiving objects: 46% (61/132) Receiving objects: 47% (63/132) Receiving objects: 48% (64/132) Receiving objects: 49% (65/132) Receiving objects: 50% (66/132) Receiving objects: 51% (68/132) Receiving objects: 52% (69/132) Receiving objects: 53% (70/132) Receiving objects: 54% (72/132) Receiving objects: 55% (73/132) Receiving objects: 56% (74/132) Receiving objects: 57% (76/132) Receiving objects: 58% (77/132) Receiving objects: 59% (78/132) Receiving objects: 60% (80/132) Receiving objects: 61% (81/132) Receiving objects: 62% (82/132) Receiving objects: 63% (84/132) Receiving objects: 64% (85/132) Receiving objects: 65% (86/132) Receiving objects: 66% (88/132) Receiving objects: 67% (89/132) Receiving objects: 68% (90/132) Receiving objects: 69% (92/132) Receiving objects: 70% (93/132) Receiving objects: 71% (94/132) Receiving objects: 72% (96/132) Receiving objects: 73% (97/132) Receiving objects: 74% (98/132) Receiving objects: 75% (99/132) Receiving objects: 76% (101/132) Receiving objects: 77% (102/132) Receiving objects: 78% (103/132) Receiving objects: 79% (105/132) Receiving objects: 80% (106/132) Receiving objects: 81% (107/132) Receiving objects: 82% (109/132) Receiving objects: 83% (110/132) Receiving objects: 84% (111/132) Receiving objects: 85% (113/132) Receiving objects: 86% (114/132) Receiving objects: 87% (115/132) Receiving objects: 88% (117/132) Receiving objects: 89% (118/132) remote: Total 132 (delta 0), reused 0 (delta 0), pack-reused 132 Receiving objects: 90% (119/132) Receiving objects: 91% (121/132) Receiving objects: 92% (122/132) Receiving objects: 93% (123/132) Receiving objects: 94% (125/132) Receiving objects: 95% (126/132) Receiving objects: 96% (127/132) Receiving objects: 97% (129/132) Receiving objects: 98% (130/132) Receiving objects: 99% (131/132) Receiving objects: 100% (132/132) Receiving objects: 100% (132/132), 1.71 MiB | 7.11 MiB/s, done. Resolving deltas: 0% (0/74) Resolving deltas: 1% (1/74) Resolving deltas: 2% (2/74) Resolving deltas: 4% (3/74) Resolving deltas: 6% (5/74) Resolving deltas: 8% (6/74) Resolving deltas: 16% (12/74) Resolving deltas: 20% (15/74) Resolving deltas: 22% (17/74) Resolving deltas: 24% (18/74) Resolving deltas: 32% (24/74) Resolving deltas: 45% (34/74) Resolving deltas: 47% (35/74) Resolving deltas: 48% (36/74) Resolving deltas: 50% (37/74) Resolving deltas: 63% (47/74) Resolving deltas: 64% (48/74) Resolving deltas: 74% (55/74) Resolving deltas: 77% (57/74) Resolving deltas: 83% (62/74) Resolving deltas: 86% (64/74) Resolving deltas: 90% (67/74) Resolving deltas: 93% (69/74) Resolving deltas: 100% (74/74) Resolving deltas: 100% (74/74), done. + '[' -f titan.TestPorts.SIPmsg/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.SQLasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git titan.TestPorts.SQLasp Cloning into 'titan.TestPorts.SQLasp'... remote: Enumerating objects: 132, done. Receiving objects: 0% (1/132) Receiving objects: 1% (2/132) Receiving objects: 2% (3/132) Receiving objects: 3% (4/132) Receiving objects: 4% (6/132) Receiving objects: 5% (7/132) Receiving objects: 6% (8/132) Receiving objects: 7% (10/132) Receiving objects: 8% (11/132) Receiving objects: 9% (12/132) Receiving objects: 10% (14/132) Receiving objects: 11% (15/132) Receiving objects: 12% (16/132) Receiving objects: 13% (18/132) Receiving objects: 14% (19/132) Receiving objects: 15% (20/132) Receiving objects: 16% (22/132) Receiving objects: 17% (23/132) Receiving objects: 18% (24/132) Receiving objects: 19% (26/132) Receiving objects: 20% (27/132) Receiving objects: 21% (28/132) Receiving objects: 22% (30/132) Receiving objects: 23% (31/132) Receiving objects: 24% (32/132) Receiving objects: 25% (33/132) Receiving objects: 26% (35/132) Receiving objects: 27% (36/132) Receiving objects: 28% (37/132) Receiving objects: 29% (39/132) Receiving objects: 30% (40/132) Receiving objects: 31% (41/132) Receiving objects: 32% (43/132) Receiving objects: 33% (44/132) Receiving objects: 34% (45/132) Receiving objects: 35% (47/132) Receiving objects: 36% (48/132) Receiving objects: 37% (49/132) Receiving objects: 38% (51/132) Receiving objects: 39% (52/132) Receiving objects: 40% (53/132) Receiving objects: 41% (55/132) Receiving objects: 42% (56/132) Receiving objects: 43% (57/132) Receiving objects: 44% (59/132) Receiving objects: 45% (60/132) Receiving objects: 46% (61/132) Receiving objects: 47% (63/132) Receiving objects: 48% (64/132) Receiving objects: 49% (65/132) Receiving objects: 50% (66/132) Receiving objects: 51% (68/132) Receiving objects: 52% (69/132) Receiving objects: 53% (70/132) Receiving objects: 54% (72/132) Receiving objects: 55% (73/132) Receiving objects: 56% (74/132) Receiving objects: 57% (76/132) Receiving objects: 58% (77/132) Receiving objects: 59% (78/132) Receiving objects: 60% (80/132) Receiving objects: 61% (81/132) Receiving objects: 62% (82/132) Receiving objects: 63% (84/132) Receiving objects: 64% (85/132) Receiving objects: 65% (86/132) Receiving objects: 66% (88/132) Receiving objects: 67% (89/132) Receiving objects: 68% (90/132) Receiving objects: 69% (92/132) Receiving objects: 70% (93/132) Receiving objects: 71% (94/132) Receiving objects: 72% (96/132) Receiving objects: 73% (97/132) Receiving objects: 74% (98/132) Receiving objects: 75% (99/132) Receiving objects: 76% (101/132) Receiving objects: 77% (102/132) Receiving objects: 78% (103/132) Receiving objects: 79% (105/132) Receiving objects: 80% (106/132) Receiving objects: 81% (107/132) Receiving objects: 82% (109/132) Receiving objects: 83% (110/132) Receiving objects: 84% (111/132) Receiving objects: 85% (113/132) Receiving objects: 86% (114/132) Receiving objects: 87% (115/132) Receiving objects: 88% (117/132) Receiving objects: 89% (118/132) Receiving objects: 90% (119/132) Receiving objects: 91% (121/132) Receiving objects: 92% (122/132) Receiving objects: 93% (123/132) Receiving objects: 94% (125/132) Receiving objects: 95% (126/132) Receiving objects: 96% (127/132) Receiving objects: 97% (129/132) Receiving objects: 98% (130/132) remote: Total 132 (delta 0), reused 0 (delta 0), pack-reused 132 Receiving objects: 99% (131/132) Receiving objects: 100% (132/132) Receiving objects: 100% (132/132), 307.94 KiB | 2.37 MiB/s, done. Resolving deltas: 0% (0/71) Resolving deltas: 1% (1/71) Resolving deltas: 5% (4/71) Resolving deltas: 11% (8/71) Resolving deltas: 12% (9/71) Resolving deltas: 14% (10/71) Resolving deltas: 15% (11/71) Resolving deltas: 16% (12/71) Resolving deltas: 22% (16/71) Resolving deltas: 28% (20/71) Resolving deltas: 35% (25/71) Resolving deltas: 40% (29/71) Resolving deltas: 46% (33/71) Resolving deltas: 52% (37/71) Resolving deltas: 57% (41/71) Resolving deltas: 63% (45/71) Resolving deltas: 69% (49/71) Resolving deltas: 74% (53/71) Resolving deltas: 80% (57/71) Resolving deltas: 83% (59/71) Resolving deltas: 88% (63/71) Resolving deltas: 92% (66/71) Resolving deltas: 94% (67/71) Resolving deltas: 98% (70/71) Resolving deltas: 100% (71/71) Resolving deltas: 100% (71/71), done. + '[' -f titan.TestPorts.SQLasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.TCPasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git titan.TestPorts.TCPasp Cloning into 'titan.TestPorts.TCPasp'... remote: Enumerating objects: 95, done. remote: Total 95 (delta 0), reused 0 (delta 0), pack-reused 95 + '[' -f titan.TestPorts.TCPasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.TELNETasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git titan.TestPorts.TELNETasp Cloning into 'titan.TestPorts.TELNETasp'... remote: Enumerating objects: 84, done. remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84 + '[' -f titan.TestPorts.TELNETasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.UDPasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git titan.TestPorts.UDPasp Cloning into 'titan.TestPorts.UDPasp'... remote: Enumerating objects: 83, done. remote: Total 83 (delta 0), reused 0 (delta 0), pack-reused 83 + '[' -f titan.TestPorts.UDPasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.COMMON + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git titan.ProtocolModules.COMMON Cloning into 'titan.ProtocolModules.COMMON'... remote: Enumerating objects: 82, done. remote: Total 82 (delta 0), reused 0 (delta 0), pack-reused 82 + '[' -f titan.ProtocolModules.COMMON/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.DHCP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git titan.ProtocolModules.DHCP Cloning into 'titan.ProtocolModules.DHCP'... remote: Enumerating objects: 78, done. remote: Total 78 (delta 0), reused 0 (delta 0), pack-reused 78 + '[' -f titan.ProtocolModules.DHCP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.DHCPv6 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git titan.ProtocolModules.DHCPv6 Cloning into 'titan.ProtocolModules.DHCPv6'... remote: Enumerating objects: 51, done. remote: Total 51 (delta 0), reused 0 (delta 0), pack-reused 51 + '[' -f titan.ProtocolModules.DHCPv6/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.DIAMETER_ProtocolModule_Generator + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git titan.ProtocolModules.DIAMETER_ProtocolModule_Generator Cloning into 'titan.ProtocolModules.DIAMETER_ProtocolModule_Generator'... remote: Enumerating objects: 861, done. Receiving objects: 0% (1/861) Receiving objects: 1% (9/861) Receiving objects: 2% (18/861) Receiving objects: 3% (26/861) Receiving objects: 4% (35/861) Receiving objects: 5% (44/861) Receiving objects: 6% (52/861) Receiving objects: 7% (61/861) Receiving objects: 8% (69/861) Receiving objects: 9% (78/861) Receiving objects: 10% (87/861) Receiving objects: 11% (95/861) Receiving objects: 12% (104/861) Receiving objects: 13% (112/861) Receiving objects: 14% (121/861) Receiving objects: 15% (130/861) Receiving objects: 16% (138/861) Receiving objects: 17% (147/861) Receiving objects: 18% (155/861) Receiving objects: 19% (164/861) Receiving objects: 20% (173/861) Receiving objects: 21% (181/861) Receiving objects: 22% (190/861) Receiving objects: 23% (199/861) Receiving objects: 24% (207/861) Receiving objects: 25% (216/861) Receiving objects: 26% (224/861) Receiving objects: 27% (233/861) Receiving objects: 28% (242/861) Receiving objects: 29% (250/861) Receiving objects: 30% (259/861) Receiving objects: 31% (267/861) Receiving objects: 32% (276/861) Receiving objects: 33% (285/861) Receiving objects: 34% (293/861) Receiving objects: 35% (302/861) Receiving objects: 36% (310/861) Receiving objects: 37% (319/861) Receiving objects: 38% (328/861) Receiving objects: 39% (336/861) Receiving objects: 40% (345/861) Receiving objects: 41% (354/861) Receiving objects: 42% (362/861) Receiving objects: 43% (371/861) Receiving objects: 44% (379/861) Receiving objects: 45% (388/861) Receiving objects: 46% (397/861) Receiving objects: 47% (405/861) Receiving objects: 48% (414/861) Receiving objects: 49% (422/861) Receiving objects: 50% (431/861) Receiving objects: 51% (440/861) Receiving objects: 52% (448/861) Receiving objects: 53% (457/861) Receiving objects: 54% (465/861) Receiving objects: 55% (474/861) Receiving objects: 56% (483/861) Receiving objects: 57% (491/861) Receiving objects: 58% (500/861) Receiving objects: 59% (508/861) Receiving objects: 60% (517/861) Receiving objects: 61% (526/861) Receiving objects: 62% (534/861) Receiving objects: 63% (543/861) Receiving objects: 64% (552/861) Receiving objects: 65% (560/861) Receiving objects: 66% (569/861) Receiving objects: 67% (577/861) Receiving objects: 68% (586/861) Receiving objects: 69% (595/861) Receiving objects: 70% (603/861) Receiving objects: 71% (612/861) Receiving objects: 72% (620/861) Receiving objects: 73% (629/861) Receiving objects: 74% (638/861) Receiving objects: 75% (646/861) Receiving objects: 76% (655/861) Receiving objects: 77% (663/861) Receiving objects: 78% (672/861) Receiving objects: 79% (681/861) Receiving objects: 80% (689/861) Receiving objects: 81% (698/861) Receiving objects: 82% (707/861) Receiving objects: 83% (715/861) Receiving objects: 84% (724/861) Receiving objects: 85% (732/861) Receiving objects: 86% (741/861) Receiving objects: 87% (750/861) Receiving objects: 88% (758/861) Receiving objects: 89% (767/861) Receiving objects: 90% (775/861) Receiving objects: 91% (784/861) Receiving objects: 92% (793/861) Receiving objects: 93% (801/861) Receiving objects: 94% (810/861) Receiving objects: 95% (818/861) remote: Total 861 (delta 0), reused 0 (delta 0), pack-reused 861 Receiving objects: 96% (827/861) Receiving objects: 97% (836/861) Receiving objects: 98% (844/861) Receiving objects: 99% (853/861) Receiving objects: 100% (861/861) Receiving objects: 100% (861/861), 1015.88 KiB | 5.16 MiB/s, done. Resolving deltas: 0% (0/733) Resolving deltas: 1% (9/733) Resolving deltas: 2% (16/733) Resolving deltas: 3% (27/733) Resolving deltas: 4% (31/733) Resolving deltas: 5% (37/733) Resolving deltas: 7% (55/733) Resolving deltas: 9% (69/733) Resolving deltas: 11% (85/733) Resolving deltas: 12% (90/733) Resolving deltas: 13% (96/733) Resolving deltas: 14% (105/733) Resolving deltas: 15% (114/733) Resolving deltas: 16% (124/733) Resolving deltas: 17% (126/733) Resolving deltas: 19% (145/733) Resolving deltas: 21% (161/733) Resolving deltas: 23% (173/733) Resolving deltas: 25% (184/733) Resolving deltas: 27% (198/733) Resolving deltas: 28% (206/733) Resolving deltas: 29% (213/733) Resolving deltas: 30% (227/733) Resolving deltas: 32% (237/733) Resolving deltas: 34% (250/733) Resolving deltas: 35% (257/733) Resolving deltas: 37% (273/733) Resolving deltas: 38% (280/733) Resolving deltas: 39% (286/733) Resolving deltas: 40% (294/733) Resolving deltas: 42% (314/733) Resolving deltas: 43% (316/733) Resolving deltas: 45% (331/733) Resolving deltas: 47% (346/733) Resolving deltas: 54% (403/733) Resolving deltas: 56% (416/733) Resolving deltas: 58% (428/733) Resolving deltas: 63% (465/733) Resolving deltas: 64% (470/733) Resolving deltas: 66% (484/733) Resolving deltas: 67% (497/733) Resolving deltas: 68% (501/733) Resolving deltas: 70% (518/733) Resolving deltas: 72% (530/733) Resolving deltas: 73% (537/733) Resolving deltas: 75% (553/733) Resolving deltas: 77% (566/733) Resolving deltas: 78% (578/733) Resolving deltas: 79% (585/733) Resolving deltas: 81% (598/733) Resolving deltas: 82% (607/733) Resolving deltas: 83% (613/733) Resolving deltas: 84% (618/733) Resolving deltas: 86% (632/733) Resolving deltas: 87% (642/733) Resolving deltas: 88% (647/733) Resolving deltas: 89% (655/733) Resolving deltas: 90% (661/733) Resolving deltas: 95% (699/733) Resolving deltas: 96% (705/733) Resolving deltas: 97% (714/733) Resolving deltas: 98% (720/733) Resolving deltas: 99% (727/733) Resolving deltas: 100% (733/733) Resolving deltas: 100% (733/733), done. + '[' -f titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.DNS + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git titan.ProtocolModules.DNS Cloning into 'titan.ProtocolModules.DNS'... remote: Enumerating objects: 83, done. remote: Total 83 (delta 0), reused 0 (delta 0), pack-reused 83 + '[' -f titan.ProtocolModules.DNS/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.ICMP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git titan.ProtocolModules.ICMP Cloning into 'titan.ProtocolModules.ICMP'... remote: Enumerating objects: 47, done. remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47 + '[' -f titan.ProtocolModules.ICMP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.ICMPv6 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git titan.ProtocolModules.ICMPv6 Cloning into 'titan.ProtocolModules.ICMPv6'... remote: Enumerating objects: 47, done. remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47 + '[' -f titan.ProtocolModules.ICMPv6/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.IP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git titan.ProtocolModules.IP Cloning into 'titan.ProtocolModules.IP'... remote: Enumerating objects: 67, done. remote: Total 67 (delta 0), reused 0 (delta 0), pack-reused 67 + '[' -f titan.ProtocolModules.IP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git + WS=titan.ProtocolModules.RTP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git titan.ProtocolModules.RTP Cloning into 'titan.ProtocolModules.RTP'... remote: Enumerating objects: 102, done. Receiving objects: 0% (1/102) Receiving objects: 1% (2/102) Receiving objects: 2% (3/102) Receiving objects: 3% (4/102) Receiving objects: 4% (5/102) Receiving objects: 5% (6/102) Receiving objects: 6% (7/102) Receiving objects: 7% (8/102) Receiving objects: 8% (9/102) Receiving objects: 9% (10/102) Receiving objects: 10% (11/102) Receiving objects: 11% (12/102) Receiving objects: 12% (13/102) Receiving objects: 13% (14/102) Receiving objects: 14% (15/102) Receiving objects: 15% (16/102) Receiving objects: 16% (17/102) Receiving objects: 17% (18/102) Receiving objects: 18% (19/102) Receiving objects: 19% (20/102) Receiving objects: 20% (21/102) Receiving objects: 21% (22/102) Receiving objects: 22% (23/102) Receiving objects: 23% (24/102) Receiving objects: 24% (25/102) Receiving objects: 25% (26/102) Receiving objects: 26% (27/102) Receiving objects: 27% (28/102) Receiving objects: 28% (29/102) Receiving objects: 29% (30/102) Receiving objects: 30% (31/102) Receiving objects: 31% (32/102) Receiving objects: 32% (33/102) Receiving objects: 33% (34/102) Receiving objects: 34% (35/102) Receiving objects: 35% (36/102) Receiving objects: 36% (37/102) Receiving objects: 37% (38/102) Receiving objects: 38% (39/102) Receiving objects: 39% (40/102) Receiving objects: 40% (41/102) Receiving objects: 41% (42/102) Receiving objects: 42% (43/102) Receiving objects: 43% (44/102) Receiving objects: 44% (45/102) Receiving objects: 45% (46/102) Receiving objects: 46% (47/102) Receiving objects: 47% (48/102) Receiving objects: 48% (49/102) Receiving objects: 49% (50/102) Receiving objects: 50% (51/102) Receiving objects: 51% (53/102) Receiving objects: 52% (54/102) Receiving objects: 53% (55/102) Receiving objects: 54% (56/102) Receiving objects: 55% (57/102) Receiving objects: 56% (58/102) Receiving objects: 57% (59/102) Receiving objects: 58% (60/102) Receiving objects: 59% (61/102) Receiving objects: 60% (62/102) Receiving objects: 61% (63/102) Receiving objects: 62% (64/102) Receiving objects: 63% (65/102) Receiving objects: 64% (66/102) Receiving objects: 65% (67/102) Receiving objects: 66% (68/102) Receiving objects: 67% (69/102) Receiving objects: 68% (70/102) Receiving objects: 69% (71/102) Receiving objects: 70% (72/102) Receiving objects: 71% (73/102) remote: Total 102 (delta 0), reused 0 (delta 0), pack-reused 102 Receiving objects: 72% (74/102) Receiving objects: 73% (75/102) Receiving objects: 74% (76/102) Receiving objects: 75% (77/102) Receiving objects: 76% (78/102) Receiving objects: 77% (79/102) Receiving objects: 78% (80/102) Receiving objects: 79% (81/102) Receiving objects: 80% (82/102) Receiving objects: 81% (83/102) Receiving objects: 82% (84/102) Receiving objects: 83% (85/102) Receiving objects: 84% (86/102) Receiving objects: 85% (87/102) Receiving objects: 86% (88/102) Receiving objects: 87% (89/102) Receiving objects: 88% (90/102) Receiving objects: 89% (91/102) Receiving objects: 90% (92/102) Receiving objects: 91% (93/102) Receiving objects: 92% (94/102) Receiving objects: 93% (95/102) Receiving objects: 94% (96/102) Receiving objects: 95% (97/102) Receiving objects: 96% (98/102) Receiving objects: 97% (99/102) Receiving objects: 98% (100/102) Receiving objects: 99% (101/102) Receiving objects: 100% (102/102) Receiving objects: 100% (102/102), 201.98 KiB | 1.66 MiB/s, done. Resolving deltas: 0% (0/55) Resolving deltas: 1% (1/55) Resolving deltas: 9% (5/55) Resolving deltas: 10% (6/55) Resolving deltas: 16% (9/55) Resolving deltas: 21% (12/55) Resolving deltas: 25% (14/55) Resolving deltas: 30% (17/55) Resolving deltas: 36% (20/55) Resolving deltas: 41% (23/55) Resolving deltas: 45% (25/55) Resolving deltas: 52% (29/55) Resolving deltas: 61% (34/55) Resolving deltas: 69% (38/55) Resolving deltas: 70% (39/55) Resolving deltas: 80% (44/55) Resolving deltas: 81% (45/55) Resolving deltas: 89% (49/55) Resolving deltas: 92% (51/55) Resolving deltas: 94% (52/55) Resolving deltas: 100% (55/55) Resolving deltas: 100% (55/55), done. + '[' -f titan.ProtocolModules.RTP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.RTSP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git titan.ProtocolModules.RTSP Cloning into 'titan.ProtocolModules.RTSP'... remote: Enumerating objects: 57, done. remote: Total 57 (delta 0), reused 0 (delta 0), pack-reused 57 + '[' -f titan.ProtocolModules.RTSP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.SMPP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git titan.ProtocolModules.SMPP Cloning into 'titan.ProtocolModules.SMPP'... remote: Enumerating objects: 41, done. remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41 + '[' -f titan.ProtocolModules.SMPP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.SMTP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git titan.ProtocolModules.SMTP Cloning into 'titan.ProtocolModules.SMTP'... remote: Enumerating objects: 62, done. remote: Total 62 (delta 0), reused 0 (delta 0), pack-reused 62 + '[' -f titan.ProtocolModules.SMTP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.SNMP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git titan.ProtocolModules.SNMP Cloning into 'titan.ProtocolModules.SNMP'... remote: Enumerating objects: 62, done. remote: Total 62 (delta 0), reused 0 (delta 0), pack-reused 62 + '[' -f titan.ProtocolModules.SNMP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.TCP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git titan.ProtocolModules.TCP Cloning into 'titan.ProtocolModules.TCP'... remote: Enumerating objects: 59, done. remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59 + '[' -f titan.ProtocolModules.TCP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.UDP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git titan.ProtocolModules.UDP Cloning into 'titan.ProtocolModules.UDP'... remote: Enumerating objects: 46, done. remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46 + '[' -f titan.ProtocolModules.UDP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.XMPP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git titan.ProtocolModules.XMPP Cloning into 'titan.ProtocolModules.XMPP'... remote: Enumerating objects: 109, done. Receiving objects: 0% (1/109) Receiving objects: 1% (2/109) Receiving objects: 2% (3/109) Receiving objects: 3% (4/109) Receiving objects: 4% (5/109) Receiving objects: 5% (6/109) Receiving objects: 6% (7/109) Receiving objects: 7% (8/109) Receiving objects: 8% (9/109) Receiving objects: 9% (10/109) Receiving objects: 10% (11/109) Receiving objects: 11% (12/109) Receiving objects: 12% (14/109) Receiving objects: 13% (15/109) Receiving objects: 14% (16/109) Receiving objects: 15% (17/109) Receiving objects: 16% (18/109) Receiving objects: 17% (19/109) Receiving objects: 18% (20/109) Receiving objects: 19% (21/109) Receiving objects: 20% (22/109) Receiving objects: 21% (23/109) Receiving objects: 22% (24/109) Receiving objects: 23% (26/109) Receiving objects: 24% (27/109) Receiving objects: 25% (28/109) Receiving objects: 26% (29/109) Receiving objects: 27% (30/109) Receiving objects: 28% (31/109) Receiving objects: 29% (32/109) Receiving objects: 30% (33/109) Receiving objects: 31% (34/109) Receiving objects: 32% (35/109) Receiving objects: 33% (36/109) Receiving objects: 34% (38/109) Receiving objects: 35% (39/109) Receiving objects: 36% (40/109) Receiving objects: 37% (41/109) Receiving objects: 38% (42/109) Receiving objects: 39% (43/109) Receiving objects: 40% (44/109) Receiving objects: 41% (45/109) Receiving objects: 42% (46/109) Receiving objects: 43% (47/109) Receiving objects: 44% (48/109) Receiving objects: 45% (50/109) Receiving objects: 46% (51/109) Receiving objects: 47% (52/109) Receiving objects: 48% (53/109) Receiving objects: 49% (54/109) Receiving objects: 50% (55/109) Receiving objects: 51% (56/109) Receiving objects: 52% (57/109) Receiving objects: 53% (58/109) Receiving objects: 54% (59/109) Receiving objects: 55% (60/109) Receiving objects: 56% (62/109) Receiving objects: 57% (63/109) Receiving objects: 58% (64/109) Receiving objects: 59% (65/109) Receiving objects: 60% (66/109) Receiving objects: 61% (67/109) Receiving objects: 62% (68/109) Receiving objects: 63% (69/109) Receiving objects: 64% (70/109) Receiving objects: 65% (71/109) Receiving objects: 66% (72/109) Receiving objects: 67% (74/109) Receiving objects: 68% (75/109) Receiving objects: 69% (76/109) remote: Total 109 (delta 0), reused 0 (delta 0), pack-reused 109 Receiving objects: 70% (77/109) Receiving objects: 71% (78/109) Receiving objects: 72% (79/109) Receiving objects: 73% (80/109) Receiving objects: 74% (81/109) Receiving objects: 75% (82/109) Receiving objects: 76% (83/109) Receiving objects: 77% (84/109) Receiving objects: 78% (86/109) Receiving objects: 79% (87/109) Receiving objects: 80% (88/109) Receiving objects: 81% (89/109) Receiving objects: 82% (90/109) Receiving objects: 83% (91/109) Receiving objects: 84% (92/109) Receiving objects: 85% (93/109) Receiving objects: 86% (94/109) Receiving objects: 87% (95/109) Receiving objects: 88% (96/109) Receiving objects: 89% (98/109) Receiving objects: 90% (99/109) Receiving objects: 91% (100/109) Receiving objects: 92% (101/109) Receiving objects: 93% (102/109) Receiving objects: 94% (103/109) Receiving objects: 95% (104/109) Receiving objects: 96% (105/109) Receiving objects: 97% (106/109) Receiving objects: 98% (107/109) Receiving objects: 99% (108/109) Receiving objects: 100% (109/109) Receiving objects: 100% (109/109), 100.60 KiB | 1.20 MiB/s, done. Resolving deltas: 0% (0/75) Resolving deltas: 2% (2/75) Resolving deltas: 4% (3/75) Resolving deltas: 6% (5/75) Resolving deltas: 10% (8/75) Resolving deltas: 13% (10/75) Resolving deltas: 24% (18/75) Resolving deltas: 30% (23/75) Resolving deltas: 49% (37/75) Resolving deltas: 61% (46/75) Resolving deltas: 65% (49/75) Resolving deltas: 76% (57/75) Resolving deltas: 78% (59/75) Resolving deltas: 100% (75/75) Resolving deltas: 100% (75/75), done. + '[' -f titan.ProtocolModules.XMPP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.misc.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.misc.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.misc + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.misc.git titan.misc Cloning into 'titan.misc'... remote: Enumerating objects: 2416, done. remote: Counting objects: 0% (1/993) remote: Counting objects: 1% (10/993) remote: Counting objects: 2% (20/993) remote: Counting objects: 3% (30/993) remote: Counting objects: 4% (40/993) remote: Counting objects: 5% (50/993) remote: Counting objects: 6% (60/993) remote: Counting objects: 7% (70/993) remote: Counting objects: 8% (80/993) remote: Counting objects: 9% (90/993) remote: Counting objects: 10% (100/993) remote: Counting objects: 11% (110/993) remote: Counting objects: 12% (120/993) remote: Counting objects: 13% (130/993) remote: Counting objects: 14% (140/993) remote: Counting objects: 15% (149/993) remote: Counting objects: 16% (159/993) remote: Counting objects: 17% (169/993) remote: Counting objects: 18% (179/993) remote: Counting objects: 19% (189/993) remote: Counting objects: 20% (199/993) remote: Counting objects: 21% (209/993) remote: Counting objects: 22% (219/993) remote: Counting objects: 23% (229/993) remote: Counting objects: 24% (239/993) remote: Counting objects: 25% (249/993) remote: Counting objects: 26% (259/993) remote: Counting objects: 27% (269/993) remote: Counting objects: 28% (279/993) remote: Counting objects: 29% (288/993) remote: Counting objects: 30% (298/993) remote: Counting objects: 31% (308/993) remote: Counting objects: 32% (318/993) remote: Counting objects: 33% (328/993) remote: Counting objects: 34% (338/993) remote: Counting objects: 35% (348/993) remote: Counting objects: 36% (358/993) remote: Counting objects: 37% (368/993) remote: Counting objects: 38% (378/993) remote: Counting objects: 39% (388/993) remote: Counting objects: 40% (398/993) remote: Counting objects: 41% (408/993) remote: Counting objects: 42% (418/993) remote: Counting objects: 43% (427/993) remote: Counting objects: 44% (437/993) remote: Counting objects: 45% (447/993) remote: Counting objects: 46% (457/993) remote: Counting objects: 47% (467/993) remote: Counting objects: 48% (477/993) remote: Counting objects: 49% (487/993) remote: Counting objects: 50% (497/993) remote: Counting objects: 51% (507/993) remote: Counting objects: 52% (517/993) remote: Counting objects: 53% (527/993) remote: Counting objects: 54% (537/993) remote: Counting objects: 55% (547/993) remote: Counting objects: 56% (557/993) remote: Counting objects: 57% (567/993) remote: Counting objects: 58% (576/993) remote: Counting objects: 59% (586/993) remote: Counting objects: 60% (596/993) remote: Counting objects: 61% (606/993) remote: Counting objects: 62% (616/993) remote: Counting objects: 63% (626/993) remote: Counting objects: 64% (636/993) remote: Counting objects: 65% (646/993) remote: Counting objects: 66% (656/993) remote: Counting objects: 67% (666/993) remote: Counting objects: 68% (676/993) remote: Counting objects: 69% (686/993) remote: Counting objects: 70% (696/993) remote: Counting objects: 71% (706/993) remote: Counting objects: 72% (715/993) remote: Counting objects: 73% (725/993) remote: Counting objects: 74% (735/993) remote: Counting objects: 75% (745/993) remote: Counting objects: 76% (755/993) remote: Counting objects: 77% (765/993) remote: Counting objects: 78% (775/993) remote: Counting objects: 79% (785/993) remote: Counting objects: 80% (795/993) remote: Counting objects: 81% (805/993) remote: Counting objects: 82% (815/993) remote: Counting objects: 83% (825/993) remote: Counting objects: 84% (835/993) remote: Counting objects: 85% (845/993) remote: Counting objects: 86% (854/993) remote: Counting objects: 87% (864/993) remote: Counting objects: 88% (874/993) remote: Counting objects: 89% (884/993) remote: Counting objects: 90% (894/993) remote: Counting objects: 91% (904/993) remote: Counting objects: 92% (914/993) remote: Counting objects: 93% (924/993) remote: Counting objects: 94% (934/993) remote: Counting objects: 95% (944/993) remote: Counting objects: 96% (954/993) remote: Counting objects: 97% (964/993) remote: Counting objects: 98% (974/993) remote: Counting objects: 99% (984/993) remote: Counting objects: 100% (993/993) remote: Counting objects: 100% (993/993), done. remote: Compressing objects: 0% (1/283) remote: Compressing objects: 1% (3/283) remote: Compressing objects: 2% (6/283) remote: Compressing objects: 3% (9/283) remote: Compressing objects: 4% (12/283) remote: Compressing objects: 5% (15/283) remote: Compressing objects: 6% (17/283) remote: Compressing objects: 7% (20/283) remote: Compressing objects: 8% (23/283) remote: Compressing objects: 9% (26/283) remote: Compressing objects: 10% (29/283) remote: Compressing objects: 11% (32/283) remote: Compressing objects: 12% (34/283) remote: Compressing objects: 13% (37/283) remote: Compressing objects: 14% (40/283) remote: Compressing objects: 15% (43/283) remote: Compressing objects: 16% (46/283) remote: Compressing objects: 17% (49/283) remote: Compressing objects: 18% (51/283) remote: Compressing objects: 19% (54/283) remote: Compressing objects: 20% (57/283) remote: Compressing objects: 21% (60/283) remote: Compressing objects: 22% (63/283) remote: Compressing objects: 23% (66/283) remote: Compressing objects: 24% (68/283) remote: Compressing objects: 25% (71/283) remote: Compressing objects: 26% (74/283) remote: Compressing objects: 27% (77/283) remote: Compressing objects: 28% (80/283) remote: Compressing objects: 29% (83/283) remote: Compressing objects: 30% (85/283) remote: Compressing objects: 31% (88/283) remote: Compressing objects: 32% (91/283) remote: Compressing objects: 33% (94/283) remote: Compressing objects: 34% (97/283) remote: Compressing objects: 35% (100/283) remote: Compressing objects: 36% (102/283) remote: Compressing objects: 37% (105/283) remote: Compressing objects: 38% (108/283) remote: Compressing objects: 39% (111/283) remote: Compressing objects: 40% (114/283) remote: Compressing objects: 41% (117/283) remote: Compressing objects: 42% (119/283) remote: Compressing objects: 43% (122/283) remote: Compressing objects: 44% (125/283) remote: Compressing objects: 45% (128/283) remote: Compressing objects: 46% (131/283) remote: Compressing objects: 47% (134/283) remote: Compressing objects: 48% (136/283) remote: Compressing objects: 49% (139/283) remote: Compressing objects: 50% (142/283) remote: Compressing objects: 51% (145/283) remote: Compressing objects: 52% (148/283) remote: Compressing objects: 53% (150/283) remote: Compressing objects: 54% (153/283) remote: Compressing objects: 55% (156/283) remote: Compressing objects: 56% (159/283) remote: Compressing objects: 57% (162/283) remote: Compressing objects: 58% (165/283) remote: Compressing objects: 59% (167/283) remote: Compressing objects: 60% (170/283) remote: Compressing objects: 61% (173/283) remote: Compressing objects: 62% (176/283) remote: Compressing objects: 63% (179/283) remote: Compressing objects: 64% (182/283) remote: Compressing objects: 65% (184/283) remote: Compressing objects: 66% (187/283) remote: Compressing objects: 67% (190/283) remote: Compressing objects: 68% (193/283) remote: Compressing objects: 69% (196/283) remote: Compressing objects: 70% (199/283) remote: Compressing objects: 71% (201/283) remote: Compressing objects: 72% (204/283) remote: Compressing objects: 73% (207/283) remote: Compressing objects: 74% (210/283) remote: Compressing objects: 75% (213/283) remote: Compressing objects: 76% (216/283) remote: Compressing objects: 77% (218/283) remote: Compressing objects: 78% (221/283) remote: Compressing objects: 79% (224/283) remote: Compressing objects: 80% (227/283) remote: Compressing objects: 81% (230/283) remote: Compressing objects: 82% (233/283) remote: Compressing objects: 83% (235/283) remote: Compressing objects: 84% (238/283) remote: Compressing objects: 85% (241/283) remote: Compressing objects: 86% (244/283) remote: Compressing objects: 87% (247/283) remote: Compressing objects: 88% (250/283) remote: Compressing objects: 89% (252/283) remote: Compressing objects: 90% (255/283) remote: Compressing objects: 91% (258/283) remote: Compressing objects: 92% (261/283) remote: Compressing objects: 93% (264/283) remote: Compressing objects: 94% (267/283) remote: Compressing objects: 95% (269/283) remote: Compressing objects: 96% (272/283) remote: Compressing objects: 97% (275/283) remote: Compressing objects: 98% (278/283) remote: Compressing objects: 99% (281/283) remote: Compressing objects: 100% (283/283) remote: Compressing objects: 100% (283/283), done. Receiving objects: 0% (1/2416) Receiving objects: 1% (25/2416) Receiving objects: 2% (49/2416) Receiving objects: 3% (73/2416) Receiving objects: 4% (97/2416) Receiving objects: 5% (121/2416) Receiving objects: 6% (145/2416) Receiving objects: 7% (170/2416) Receiving objects: 8% (194/2416) Receiving objects: 9% (218/2416) Receiving objects: 10% (242/2416) Receiving objects: 11% (266/2416) Receiving objects: 12% (290/2416) Receiving objects: 13% (315/2416) Receiving objects: 14% (339/2416) Receiving objects: 15% (363/2416) Receiving objects: 16% (387/2416) Receiving objects: 17% (411/2416) Receiving objects: 18% (435/2416) Receiving objects: 19% (460/2416) Receiving objects: 20% (484/2416) Receiving objects: 21% (508/2416) Receiving objects: 22% (532/2416) Receiving objects: 23% (556/2416) Receiving objects: 24% (580/2416) Receiving objects: 25% (604/2416) Receiving objects: 26% (629/2416) Receiving objects: 27% (653/2416) Receiving objects: 28% (677/2416) Receiving objects: 29% (701/2416) Receiving objects: 30% (725/2416) Receiving objects: 31% (749/2416) Receiving objects: 32% (774/2416) Receiving objects: 33% (798/2416) Receiving objects: 34% (822/2416) Receiving objects: 35% (846/2416) Receiving objects: 36% (870/2416) Receiving objects: 37% (894/2416) Receiving objects: 38% (919/2416) Receiving objects: 39% (943/2416) Receiving objects: 40% (967/2416) Receiving objects: 41% (991/2416) Receiving objects: 42% (1015/2416) Receiving objects: 43% (1039/2416) Receiving objects: 44% (1064/2416) Receiving objects: 45% (1088/2416) Receiving objects: 46% (1112/2416) Receiving objects: 47% (1136/2416) Receiving objects: 48% (1160/2416) Receiving objects: 49% (1184/2416) Receiving objects: 50% (1208/2416) Receiving objects: 51% (1233/2416) Receiving objects: 52% (1257/2416) Receiving objects: 53% (1281/2416) Receiving objects: 54% (1305/2416) Receiving objects: 55% (1329/2416) Receiving objects: 56% (1353/2416) Receiving objects: 57% (1378/2416) Receiving objects: 58% (1402/2416) Receiving objects: 59% (1426/2416) Receiving objects: 60% (1450/2416) Receiving objects: 61% (1474/2416) Receiving objects: 62% (1498/2416) Receiving objects: 63% (1523/2416) Receiving objects: 64% (1547/2416) Receiving objects: 65% (1571/2416) Receiving objects: 66% (1595/2416) Receiving objects: 67% (1619/2416) Receiving objects: 68% (1643/2416) remote: Total 2416 (delta 395), reused 993 (delta 395), pack-reused 1423 Receiving objects: 69% (1668/2416) Receiving objects: 70% (1692/2416) Receiving objects: 71% (1716/2416) Receiving objects: 72% (1740/2416) Receiving objects: 73% (1764/2416) Receiving objects: 74% (1788/2416) Receiving objects: 75% (1812/2416) Receiving objects: 76% (1837/2416) Receiving objects: 77% (1861/2416) Receiving objects: 78% (1885/2416) Receiving objects: 79% (1909/2416) Receiving objects: 80% (1933/2416) Receiving objects: 81% (1957/2416) Receiving objects: 82% (1982/2416) Receiving objects: 83% (2006/2416) Receiving objects: 84% (2030/2416) Receiving objects: 85% (2054/2416) Receiving objects: 86% (2078/2416) Receiving objects: 87% (2102/2416) Receiving objects: 88% (2127/2416) Receiving objects: 89% (2151/2416) Receiving objects: 90% (2175/2416) Receiving objects: 91% (2199/2416) Receiving objects: 92% (2223/2416) Receiving objects: 93% (2247/2416) Receiving objects: 94% (2272/2416) Receiving objects: 95% (2296/2416) Receiving objects: 96% (2320/2416) Receiving objects: 97% (2344/2416) Receiving objects: 98% (2368/2416) Receiving objects: 99% (2392/2416) Receiving objects: 100% (2416/2416) Receiving objects: 100% (2416/2416), 8.66 MiB | 19.67 MiB/s, done. Resolving deltas: 0% (0/989) Resolving deltas: 1% (12/989) Resolving deltas: 2% (24/989) Resolving deltas: 3% (30/989) Resolving deltas: 4% (40/989) Resolving deltas: 5% (51/989) Resolving deltas: 6% (60/989) Resolving deltas: 7% (70/989) Resolving deltas: 8% (80/989) Resolving deltas: 9% (94/989) Resolving deltas: 10% (99/989) Resolving deltas: 11% (109/989) Resolving deltas: 12% (120/989) Resolving deltas: 13% (130/989) Resolving deltas: 14% (141/989) Resolving deltas: 15% (150/989) Resolving deltas: 16% (160/989) Resolving deltas: 17% (171/989) Resolving deltas: 18% (180/989) Resolving deltas: 19% (189/989) Resolving deltas: 20% (206/989) Resolving deltas: 21% (212/989) Resolving deltas: 22% (219/989) Resolving deltas: 23% (228/989) Resolving deltas: 24% (240/989) Resolving deltas: 25% (256/989) Resolving deltas: 26% (260/989) Resolving deltas: 27% (268/989) Resolving deltas: 29% (288/989) Resolving deltas: 30% (298/989) Resolving deltas: 32% (317/989) Resolving deltas: 33% (328/989) Resolving deltas: 34% (337/989) Resolving deltas: 36% (357/989) Resolving deltas: 37% (366/989) Resolving deltas: 38% (381/989) Resolving deltas: 39% (387/989) Resolving deltas: 40% (402/989) Resolving deltas: 41% (407/989) Resolving deltas: 42% (417/989) Resolving deltas: 43% (428/989) Resolving deltas: 44% (440/989) Resolving deltas: 46% (455/989) Resolving deltas: 47% (467/989) Resolving deltas: 48% (477/989) Resolving deltas: 49% (491/989) Resolving deltas: 50% (498/989) Resolving deltas: 51% (505/989) Resolving deltas: 52% (521/989) Resolving deltas: 53% (529/989) Resolving deltas: 54% (535/989) Resolving deltas: 55% (547/989) Resolving deltas: 56% (559/989) Resolving deltas: 57% (573/989) Resolving deltas: 58% (583/989) Resolving deltas: 59% (584/989) Resolving deltas: 60% (597/989) Resolving deltas: 61% (606/989) Resolving deltas: 62% (615/989) Resolving deltas: 63% (632/989) Resolving deltas: 66% (653/989) Resolving deltas: 74% (733/989) Resolving deltas: 75% (743/989) Resolving deltas: 79% (785/989) Resolving deltas: 80% (799/989) Resolving deltas: 82% (816/989) Resolving deltas: 84% (835/989) Resolving deltas: 85% (847/989) Resolving deltas: 88% (875/989) Resolving deltas: 92% (914/989) Resolving deltas: 93% (927/989) Resolving deltas: 94% (930/989) Resolving deltas: 100% (989/989) Resolving deltas: 100% (989/989), done. + '[' -f titan.misc/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.LDAPasp_RFC4511 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git titan.TestPorts.LDAPasp_RFC4511 Cloning into 'titan.TestPorts.LDAPasp_RFC4511'... remote: Enumerating objects: 104, done. Receiving objects: 0% (1/104) Receiving objects: 1% (2/104) Receiving objects: 2% (3/104) Receiving objects: 3% (4/104) Receiving objects: 4% (5/104) Receiving objects: 5% (6/104) Receiving objects: 6% (7/104) Receiving objects: 7% (8/104) Receiving objects: 8% (9/104) Receiving objects: 9% (10/104) Receiving objects: 10% (11/104) Receiving objects: 11% (12/104) Receiving objects: 12% (13/104) Receiving objects: 13% (14/104) Receiving objects: 14% (15/104) Receiving objects: 15% (16/104) Receiving objects: 16% (17/104) Receiving objects: 17% (18/104) Receiving objects: 18% (19/104) Receiving objects: 19% (20/104) Receiving objects: 20% (21/104) Receiving objects: 21% (22/104) Receiving objects: 22% (23/104) Receiving objects: 23% (24/104) Receiving objects: 24% (25/104) Receiving objects: 25% (26/104) Receiving objects: 26% (28/104) Receiving objects: 27% (29/104) Receiving objects: 28% (30/104) Receiving objects: 29% (31/104) Receiving objects: 30% (32/104) Receiving objects: 31% (33/104) Receiving objects: 32% (34/104) Receiving objects: 33% (35/104) Receiving objects: 34% (36/104) Receiving objects: 35% (37/104) Receiving objects: 36% (38/104) Receiving objects: 37% (39/104) Receiving objects: 38% (40/104) Receiving objects: 39% (41/104) Receiving objects: 40% (42/104) Receiving objects: 41% (43/104) Receiving objects: 42% (44/104) Receiving objects: 43% (45/104) Receiving objects: 44% (46/104) Receiving objects: 45% (47/104) Receiving objects: 46% (48/104) Receiving objects: 47% (49/104) Receiving objects: 48% (50/104) Receiving objects: 49% (51/104) Receiving objects: 50% (52/104) Receiving objects: 51% (54/104) Receiving objects: 52% (55/104) Receiving objects: 53% (56/104) Receiving objects: 54% (57/104) Receiving objects: 55% (58/104) Receiving objects: 56% (59/104) Receiving objects: 57% (60/104) Receiving objects: 58% (61/104) Receiving objects: 59% (62/104) Receiving objects: 60% (63/104) Receiving objects: 61% (64/104) Receiving objects: 62% (65/104) Receiving objects: 63% (66/104) Receiving objects: 64% (67/104) Receiving objects: 65% (68/104) Receiving objects: 66% (69/104) Receiving objects: 67% (70/104) Receiving objects: 68% (71/104) Receiving objects: 69% (72/104) Receiving objects: 70% (73/104) Receiving objects: 71% (74/104) Receiving objects: 72% (75/104) Receiving objects: 73% (76/104) Receiving objects: 74% (77/104) Receiving objects: 75% (78/104) Receiving objects: 76% (80/104) Receiving objects: 77% (81/104) Receiving objects: 78% (82/104) Receiving objects: 79% (83/104) Receiving objects: 80% (84/104) Receiving objects: 81% (85/104) Receiving objects: 82% (86/104) Receiving objects: 83% (87/104) Receiving objects: 84% (88/104) Receiving objects: 85% (89/104) Receiving objects: 86% (90/104) Receiving objects: 87% (91/104) Receiving objects: 88% (92/104) Receiving objects: 89% (93/104) Receiving objects: 90% (94/104) Receiving objects: 91% (95/104) Receiving objects: 92% (96/104) Receiving objects: 93% (97/104) Receiving objects: 94% (98/104) Receiving objects: 95% (99/104) Receiving objects: 96% (100/104) Receiving objects: 97% (101/104) remote: Total 104 (delta 0), reused 0 (delta 0), pack-reused 104 Receiving objects: 98% (102/104) Receiving objects: 99% (103/104) Receiving objects: 100% (104/104) Receiving objects: 100% (104/104), 619.05 KiB | 4.18 MiB/s, done. Resolving deltas: 0% (0/57) Resolving deltas: 3% (2/57) Resolving deltas: 8% (5/57) Resolving deltas: 14% (8/57) Resolving deltas: 15% (9/57) Resolving deltas: 19% (11/57) Resolving deltas: 38% (22/57) Resolving deltas: 40% (23/57) Resolving deltas: 49% (28/57) Resolving deltas: 57% (33/57) Resolving deltas: 59% (34/57) Resolving deltas: 66% (38/57) Resolving deltas: 71% (41/57) Resolving deltas: 73% (42/57) Resolving deltas: 80% (46/57) Resolving deltas: 84% (48/57) Resolving deltas: 89% (51/57) Resolving deltas: 94% (54/57) Resolving deltas: 100% (57/57) Resolving deltas: 100% (57/57), done. + '[' -f titan.TestPorts.LDAPasp_RFC4511/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.LDAPmsg + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git titan.TestPorts.LDAPmsg Cloning into 'titan.TestPorts.LDAPmsg'... remote: Enumerating objects: 98, done. remote: Total 98 (delta 0), reused 0 (delta 0), pack-reused 98 + '[' -f titan.TestPorts.LDAPmsg/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.Common_Components.Socket-API + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git titan.TestPorts.Common_Components.Socket-API Cloning into 'titan.TestPorts.Common_Components.Socket-API'... remote: Enumerating objects: 56, done. remote: Total 56 (delta 0), reused 0 (delta 0), pack-reused 56 + '[' -f titan.TestPorts.Common_Components.Socket-API/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.SSHCLIENTasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git titan.TestPorts.SSHCLIENTasp Cloning into 'titan.TestPorts.SSHCLIENTasp'... remote: Enumerating objects: 105, done. Receiving objects: 0% (1/105) Receiving objects: 1% (2/105) Receiving objects: 2% (3/105) Receiving objects: 3% (4/105) Receiving objects: 4% (5/105) Receiving objects: 5% (6/105) Receiving objects: 6% (7/105) Receiving objects: 7% (8/105) Receiving objects: 8% (9/105) Receiving objects: 9% (10/105) Receiving objects: 10% (11/105) Receiving objects: 11% (12/105) Receiving objects: 12% (13/105) Receiving objects: 13% (14/105) Receiving objects: 14% (15/105) Receiving objects: 15% (16/105) Receiving objects: 16% (17/105) Receiving objects: 17% (18/105) Receiving objects: 18% (19/105) Receiving objects: 19% (20/105) Receiving objects: 20% (21/105) Receiving objects: 21% (23/105) Receiving objects: 22% (24/105) Receiving objects: 23% (25/105) Receiving objects: 24% (26/105) Receiving objects: 25% (27/105) Receiving objects: 26% (28/105) Receiving objects: 27% (29/105) Receiving objects: 28% (30/105) Receiving objects: 29% (31/105) Receiving objects: 30% (32/105) Receiving objects: 31% (33/105) Receiving objects: 32% (34/105) Receiving objects: 33% (35/105) Receiving objects: 34% (36/105) Receiving objects: 35% (37/105) Receiving objects: 36% (38/105) Receiving objects: 37% (39/105) Receiving objects: 38% (40/105) Receiving objects: 39% (41/105) Receiving objects: 40% (42/105) Receiving objects: 41% (44/105) Receiving objects: 42% (45/105) Receiving objects: 43% (46/105) Receiving objects: 44% (47/105) Receiving objects: 45% (48/105) Receiving objects: 46% (49/105) Receiving objects: 47% (50/105) Receiving objects: 48% (51/105) Receiving objects: 49% (52/105) Receiving objects: 50% (53/105) Receiving objects: 51% (54/105) Receiving objects: 52% (55/105) Receiving objects: 53% (56/105) Receiving objects: 54% (57/105) Receiving objects: 55% (58/105) Receiving objects: 56% (59/105) Receiving objects: 57% (60/105) Receiving objects: 58% (61/105) Receiving objects: 59% (62/105) Receiving objects: 60% (63/105) Receiving objects: 61% (65/105) Receiving objects: 62% (66/105) Receiving objects: 63% (67/105) Receiving objects: 64% (68/105) Receiving objects: 65% (69/105) Receiving objects: 66% (70/105) Receiving objects: 67% (71/105) Receiving objects: 68% (72/105) Receiving objects: 69% (73/105) Receiving objects: 70% (74/105) Receiving objects: 71% (75/105) Receiving objects: 72% (76/105) Receiving objects: 73% (77/105) Receiving objects: 74% (78/105) Receiving objects: 75% (79/105) Receiving objects: 76% (80/105) Receiving objects: 77% (81/105) Receiving objects: 78% (82/105) Receiving objects: 79% (83/105) Receiving objects: 80% (84/105) Receiving objects: 81% (86/105) Receiving objects: 82% (87/105) Receiving objects: 83% (88/105) Receiving objects: 84% (89/105) Receiving objects: 85% (90/105) Receiving objects: 86% (91/105) Receiving objects: 87% (92/105) Receiving objects: 88% (93/105) Receiving objects: 89% (94/105) Receiving objects: 90% (95/105) Receiving objects: 91% (96/105) Receiving objects: 92% (97/105) Receiving objects: 93% (98/105) Receiving objects: 94% (99/105) Receiving objects: 95% (100/105) Receiving objects: 96% (101/105) Receiving objects: 97% (102/105) Receiving objects: 98% (103/105) remote: Total 105 (delta 0), reused 0 (delta 0), pack-reused 105 Receiving objects: 99% (104/105) Receiving objects: 100% (105/105) Receiving objects: 100% (105/105), 599.94 KiB | 3.90 MiB/s, done. Resolving deltas: 0% (0/52) Resolving deltas: 9% (5/52) Resolving deltas: 19% (10/52) Resolving deltas: 28% (15/52) Resolving deltas: 30% (16/52) Resolving deltas: 40% (21/52) Resolving deltas: 50% (26/52) Resolving deltas: 59% (31/52) Resolving deltas: 63% (33/52) Resolving deltas: 73% (38/52) Resolving deltas: 82% (43/52) Resolving deltas: 90% (47/52) Resolving deltas: 100% (52/52) Resolving deltas: 100% (52/52), done. + '[' -f titan.TestPorts.SSHCLIENTasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.STDINOUTmsg + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git titan.TestPorts.STDINOUTmsg Cloning into 'titan.TestPorts.STDINOUTmsg'... remote: Enumerating objects: 59, done. remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59 + '[' -f titan.TestPorts.STDINOUTmsg/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.SUNRPCasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git titan.TestPorts.SUNRPCasp Cloning into 'titan.TestPorts.SUNRPCasp'... remote: Enumerating objects: 69, done. remote: Total 69 (delta 0), reused 0 (delta 0), pack-reused 69 + '[' -f titan.TestPorts.SUNRPCasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.UNIX_DOMAIN_SOCKETasp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git titan.TestPorts.UNIX_DOMAIN_SOCKETasp Cloning into 'titan.TestPorts.UNIX_DOMAIN_SOCKETasp'... remote: Enumerating objects: 85, done. remote: Total 85 (delta 0), reused 0 (delta 0), pack-reused 85 + '[' -f titan.TestPorts.UNIX_DOMAIN_SOCKETasp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.TestPorts.IPL4asp + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git titan.TestPorts.IPL4asp Cloning into 'titan.TestPorts.IPL4asp'... remote: Enumerating objects: 473, done. remote: Counting objects: 2% (1/45) remote: Counting objects: 4% (2/45) remote: Counting objects: 6% (3/45) remote: Counting objects: 8% (4/45) remote: Counting objects: 11% (5/45) remote: Counting objects: 13% (6/45) remote: Counting objects: 15% (7/45) remote: Counting objects: 17% (8/45) remote: Counting objects: 20% (9/45) remote: Counting objects: 22% (10/45) remote: Counting objects: 24% (11/45) remote: Counting objects: 26% (12/45) remote: Counting objects: 28% (13/45) remote: Counting objects: 31% (14/45) remote: Counting objects: 33% (15/45) remote: Counting objects: 35% (16/45) remote: Counting objects: 37% (17/45) remote: Counting objects: 40% (18/45) remote: Counting objects: 42% (19/45) remote: Counting objects: 44% (20/45) remote: Counting objects: 46% (21/45) remote: Counting objects: 48% (22/45) remote: Counting objects: 51% (23/45) remote: Counting objects: 53% (24/45) remote: Counting objects: 55% (25/45) remote: Counting objects: 57% (26/45) remote: Counting objects: 60% (27/45) remote: Counting objects: 62% (28/45) remote: Counting objects: 64% (29/45) remote: Counting objects: 66% (30/45) remote: Counting objects: 68% (31/45) remote: Counting objects: 71% (32/45) remote: Counting objects: 73% (33/45) remote: Counting objects: 75% (34/45) remote: Counting objects: 77% (35/45) remote: Counting objects: 80% (36/45) remote: Counting objects: 82% (37/45) remote: Counting objects: 84% (38/45) remote: Counting objects: 86% (39/45) remote: Counting objects: 88% (40/45) remote: Counting objects: 91% (41/45) remote: Counting objects: 93% (42/45) remote: Counting objects: 95% (43/45) remote: Counting objects: 97% (44/45) remote: Counting objects: 100% (45/45) remote: Counting objects: 100% (45/45), done. remote: Compressing objects: 3% (1/29) remote: Compressing objects: 6% (2/29) remote: Compressing objects: 10% (3/29) remote: Compressing objects: 13% (4/29) remote: Compressing objects: 17% (5/29) remote: Compressing objects: 20% (6/29) remote: Compressing objects: 24% (7/29) remote: Compressing objects: 27% (8/29) remote: Compressing objects: 31% (9/29) remote: Compressing objects: 34% (10/29) remote: Compressing objects: 37% (11/29) remote: Compressing objects: 41% (12/29) remote: Compressing objects: 44% (13/29) remote: Compressing objects: 48% (14/29) remote: Compressing objects: 51% (15/29) remote: Compressing objects: 55% (16/29) remote: Compressing objects: 58% (17/29) remote: Compressing objects: 62% (18/29) remote: Compressing objects: 65% (19/29) remote: Compressing objects: 68% (20/29) remote: Compressing objects: 72% (21/29) remote: Compressing objects: 75% (22/29) remote: Compressing objects: 79% (23/29) remote: Compressing objects: 82% (24/29) remote: Compressing objects: 86% (25/29) remote: Compressing objects: 89% (26/29) remote: Compressing objects: 93% (27/29) remote: Compressing objects: 96% (28/29) remote: Compressing objects: 100% (29/29) remote: Compressing objects: 100% (29/29), done. Receiving objects: 0% (1/473) Receiving objects: 1% (5/473) Receiving objects: 2% (10/473) Receiving objects: 3% (15/473) Receiving objects: 4% (19/473) Receiving objects: 5% (24/473) Receiving objects: 6% (29/473) Receiving objects: 7% (34/473) Receiving objects: 8% (38/473) Receiving objects: 9% (43/473) Receiving objects: 10% (48/473) Receiving objects: 11% (53/473) Receiving objects: 12% (57/473) Receiving objects: 13% (62/473) Receiving objects: 14% (67/473) Receiving objects: 15% (71/473) Receiving objects: 16% (76/473) Receiving objects: 17% (81/473) Receiving objects: 18% (86/473) Receiving objects: 19% (90/473) Receiving objects: 20% (95/473) Receiving objects: 21% (100/473) Receiving objects: 22% (105/473) Receiving objects: 23% (109/473) Receiving objects: 24% (114/473) Receiving objects: 25% (119/473) Receiving objects: 26% (123/473) Receiving objects: 27% (128/473) Receiving objects: 28% (133/473) Receiving objects: 29% (138/473) Receiving objects: 30% (142/473) Receiving objects: 31% (147/473) Receiving objects: 32% (152/473) Receiving objects: 33% (157/473) Receiving objects: 34% (161/473) Receiving objects: 35% (166/473) Receiving objects: 36% (171/473) Receiving objects: 37% (176/473) Receiving objects: 38% (180/473) Receiving objects: 39% (185/473) Receiving objects: 40% (190/473) Receiving objects: 41% (194/473) Receiving objects: 42% (199/473) Receiving objects: 43% (204/473) Receiving objects: 44% (209/473) Receiving objects: 45% (213/473) Receiving objects: 46% (218/473) Receiving objects: 47% (223/473) Receiving objects: 48% (228/473) Receiving objects: 49% (232/473) Receiving objects: 50% (237/473) Receiving objects: 51% (242/473) Receiving objects: 52% (246/473) Receiving objects: 53% (251/473) Receiving objects: 54% (256/473) Receiving objects: 55% (261/473) Receiving objects: 56% (265/473) Receiving objects: 57% (270/473) Receiving objects: 58% (275/473) Receiving objects: 59% (280/473) Receiving objects: 60% (284/473) Receiving objects: 61% (289/473) Receiving objects: 62% (294/473) Receiving objects: 63% (298/473) Receiving objects: 64% (303/473) Receiving objects: 65% (308/473) Receiving objects: 66% (313/473) Receiving objects: 67% (317/473) Receiving objects: 68% (322/473) Receiving objects: 69% (327/473) Receiving objects: 70% (332/473) Receiving objects: 71% (336/473) Receiving objects: 72% (341/473) Receiving objects: 73% (346/473) Receiving objects: 74% (351/473) Receiving objects: 75% (355/473) Receiving objects: 76% (360/473) Receiving objects: 77% (365/473) Receiving objects: 78% (369/473) Receiving objects: 79% (374/473) Receiving objects: 80% (379/473) Receiving objects: 81% (384/473) Receiving objects: 82% (388/473) Receiving objects: 83% (393/473) Receiving objects: 84% (398/473) Receiving objects: 85% (403/473) Receiving objects: 86% (407/473) Receiving objects: 87% (412/473) Receiving objects: 88% (417/473) Receiving objects: 89% (421/473) Receiving objects: 90% (426/473) Receiving objects: 91% (431/473) Receiving objects: 92% (436/473) remote: Total 473 (delta 11), reused 45 (delta 11), pack-reused 428 Receiving objects: 93% (440/473) Receiving objects: 94% (445/473) Receiving objects: 95% (450/473) Receiving objects: 96% (455/473) Receiving objects: 97% (459/473) Receiving objects: 98% (464/473) Receiving objects: 99% (469/473) Receiving objects: 100% (473/473) Receiving objects: 100% (473/473), 899.81 KiB | 4.81 MiB/s, done. Resolving deltas: 0% (0/320) Resolving deltas: 1% (5/320) Resolving deltas: 2% (7/320) Resolving deltas: 3% (11/320) Resolving deltas: 4% (13/320) Resolving deltas: 11% (36/320) Resolving deltas: 15% (50/320) Resolving deltas: 23% (75/320) Resolving deltas: 24% (78/320) Resolving deltas: 25% (82/320) Resolving deltas: 36% (116/320) Resolving deltas: 39% (125/320) Resolving deltas: 41% (132/320) Resolving deltas: 49% (159/320) Resolving deltas: 54% (173/320) Resolving deltas: 55% (179/320) Resolving deltas: 60% (193/320) Resolving deltas: 63% (204/320) Resolving deltas: 69% (222/320) Resolving deltas: 75% (242/320) Resolving deltas: 79% (254/320) Resolving deltas: 82% (264/320) Resolving deltas: 86% (276/320) Resolving deltas: 92% (297/320) Resolving deltas: 94% (301/320) Resolving deltas: 95% (305/320) Resolving deltas: 96% (308/320) Resolving deltas: 97% (313/320) Resolving deltas: 98% (314/320) Resolving deltas: 99% (318/320) Resolving deltas: 100% (320/320) Resolving deltas: 100% (320/320), done. + '[' -f titan.TestPorts.IPL4asp/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.FrameRelay + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git titan.ProtocolModules.FrameRelay Cloning into 'titan.ProtocolModules.FrameRelay'... remote: Enumerating objects: 44, done. remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44 + '[' -f titan.ProtocolModules.FrameRelay/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.H248_v2 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git titan.ProtocolModules.H248_v2 Cloning into 'titan.ProtocolModules.H248_v2'... remote: Enumerating objects: 119, done. Receiving objects: 0% (1/119) Receiving objects: 1% (2/119) Receiving objects: 2% (3/119) Receiving objects: 3% (4/119) Receiving objects: 4% (5/119) Receiving objects: 5% (6/119) Receiving objects: 6% (8/119) Receiving objects: 7% (9/119) Receiving objects: 8% (10/119) Receiving objects: 9% (11/119) Receiving objects: 10% (12/119) Receiving objects: 11% (14/119) Receiving objects: 12% (15/119) Receiving objects: 13% (16/119) Receiving objects: 14% (17/119) Receiving objects: 15% (18/119) Receiving objects: 16% (20/119) Receiving objects: 17% (21/119) Receiving objects: 18% (22/119) Receiving objects: 19% (23/119) Receiving objects: 20% (24/119) Receiving objects: 21% (25/119) Receiving objects: 22% (27/119) Receiving objects: 23% (28/119) Receiving objects: 24% (29/119) Receiving objects: 25% (30/119) Receiving objects: 26% (31/119) Receiving objects: 27% (33/119) Receiving objects: 28% (34/119) Receiving objects: 29% (35/119) Receiving objects: 30% (36/119) Receiving objects: 31% (37/119) Receiving objects: 32% (39/119) Receiving objects: 33% (40/119) Receiving objects: 34% (41/119) Receiving objects: 35% (42/119) Receiving objects: 36% (43/119) Receiving objects: 37% (45/119) Receiving objects: 38% (46/119) Receiving objects: 39% (47/119) Receiving objects: 40% (48/119) Receiving objects: 41% (49/119) Receiving objects: 42% (50/119) Receiving objects: 43% (52/119) Receiving objects: 44% (53/119) Receiving objects: 45% (54/119) Receiving objects: 46% (55/119) Receiving objects: 47% (56/119) Receiving objects: 48% (58/119) Receiving objects: 49% (59/119) Receiving objects: 50% (60/119) Receiving objects: 51% (61/119) Receiving objects: 52% (62/119) Receiving objects: 53% (64/119) Receiving objects: 54% (65/119) Receiving objects: 55% (66/119) Receiving objects: 56% (67/119) Receiving objects: 57% (68/119) Receiving objects: 58% (70/119) Receiving objects: 59% (71/119) Receiving objects: 60% (72/119) Receiving objects: 61% (73/119) Receiving objects: 62% (74/119) Receiving objects: 63% (75/119) Receiving objects: 64% (77/119) Receiving objects: 65% (78/119) Receiving objects: 66% (79/119) Receiving objects: 67% (80/119) Receiving objects: 68% (81/119) Receiving objects: 69% (83/119) Receiving objects: 70% (84/119) Receiving objects: 71% (85/119) Receiving objects: 72% (86/119) Receiving objects: 73% (87/119) Receiving objects: 74% (89/119) Receiving objects: 75% (90/119) Receiving objects: 76% (91/119) Receiving objects: 77% (92/119) Receiving objects: 78% (93/119) Receiving objects: 79% (95/119) Receiving objects: 80% (96/119) Receiving objects: 81% (97/119) Receiving objects: 82% (98/119) remote: Total 119 (delta 0), reused 0 (delta 0), pack-reused 119 Receiving objects: 83% (99/119) Receiving objects: 84% (100/119) Receiving objects: 85% (102/119) Receiving objects: 86% (103/119) Receiving objects: 87% (104/119) Receiving objects: 88% (105/119) Receiving objects: 89% (106/119) Receiving objects: 90% (108/119) Receiving objects: 91% (109/119) Receiving objects: 92% (110/119) Receiving objects: 93% (111/119) Receiving objects: 94% (112/119) Receiving objects: 95% (114/119) Receiving objects: 96% (115/119) Receiving objects: 97% (116/119) Receiving objects: 98% (117/119) Receiving objects: 99% (118/119) Receiving objects: 100% (119/119) Receiving objects: 100% (119/119), 441.80 KiB | 2.74 MiB/s, done. Resolving deltas: 0% (0/70) Resolving deltas: 1% (1/70) Resolving deltas: 2% (2/70) Resolving deltas: 5% (4/70) Resolving deltas: 7% (5/70) Resolving deltas: 8% (6/70) Resolving deltas: 15% (11/70) Resolving deltas: 17% (12/70) Resolving deltas: 25% (18/70) Resolving deltas: 37% (26/70) Resolving deltas: 41% (29/70) Resolving deltas: 48% (34/70) Resolving deltas: 50% (35/70) Resolving deltas: 57% (40/70) Resolving deltas: 58% (41/70) Resolving deltas: 62% (44/70) Resolving deltas: 68% (48/70) Resolving deltas: 71% (50/70) Resolving deltas: 75% (53/70) Resolving deltas: 87% (61/70) Resolving deltas: 88% (62/70) Resolving deltas: 91% (64/70) Resolving deltas: 100% (70/70) Resolving deltas: 100% (70/70), done. + '[' -f titan.ProtocolModules.H248_v2/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.IMAP_4rev1 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git titan.ProtocolModules.IMAP_4rev1 Cloning into 'titan.ProtocolModules.IMAP_4rev1'... remote: Enumerating objects: 65, done. remote: Total 65 (delta 0), reused 0 (delta 0), pack-reused 65 + '[' -f titan.ProtocolModules.IMAP_4rev1/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.ICAP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git titan.ProtocolModules.ICAP Cloning into 'titan.ProtocolModules.ICAP'... remote: Enumerating objects: 61, done. remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61 + '[' -f titan.ProtocolModules.ICAP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.IKEv2 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git titan.ProtocolModules.IKEv2 Cloning into 'titan.ProtocolModules.IKEv2'... remote: Enumerating objects: 44, done. remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44 + '[' -f titan.ProtocolModules.IKEv2/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.IPsec + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git titan.ProtocolModules.IPsec Cloning into 'titan.ProtocolModules.IPsec'... remote: Enumerating objects: 44, done. remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44 + '[' -f titan.ProtocolModules.IPsec/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git + WS=titan.ProtocolModules.IUA + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git titan.ProtocolModules.IUA Cloning into 'titan.ProtocolModules.IUA'... remote: Enumerating objects: 45, done. remote: Total 45 (delta 0), reused 0 (delta 0), pack-reused 45 + '[' -f titan.ProtocolModules.IUA/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.JSON_v07_2006 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git titan.ProtocolModules.JSON_v07_2006 Cloning into 'titan.ProtocolModules.JSON_v07_2006'... remote: Enumerating objects: 50, done. remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50 + '[' -f titan.ProtocolModules.JSON_v07_2006/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.L2TP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git titan.ProtocolModules.L2TP Cloning into 'titan.ProtocolModules.L2TP'... remote: Enumerating objects: 45, done. remote: Total 45 (delta 0), reused 0 (delta 0), pack-reused 45 + '[' -f titan.ProtocolModules.L2TP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.M3UA + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git titan.ProtocolModules.M3UA Cloning into 'titan.ProtocolModules.M3UA'... remote: Enumerating objects: 50, done. remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50 + '[' -f titan.ProtocolModules.M3UA/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.MIME + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git titan.ProtocolModules.MIME Cloning into 'titan.ProtocolModules.MIME'... remote: Enumerating objects: 81, done. remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81 + '[' -f titan.ProtocolModules.MIME/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.MSRP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git titan.ProtocolModules.MSRP Cloning into 'titan.ProtocolModules.MSRP'... remote: Enumerating objects: 77, done. remote: Total 77 (delta 0), reused 0 (delta 0), pack-reused 77 + '[' -f titan.ProtocolModules.MSRP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.PPP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git titan.ProtocolModules.PPP Cloning into 'titan.ProtocolModules.PPP'... remote: Enumerating objects: 49, done. remote: Total 49 (delta 0), reused 0 (delta 0), pack-reused 49 + '[' -f titan.ProtocolModules.PPP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.ProtoBuff + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git titan.ProtocolModules.ProtoBuff Cloning into 'titan.ProtocolModules.ProtoBuff'... remote: Enumerating objects: 57, done. remote: Total 57 (delta 0), reused 0 (delta 0), pack-reused 57 + '[' -f titan.ProtocolModules.ProtoBuff/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.RADIUS_ProtocolModule_Generator + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git titan.ProtocolModules.RADIUS_ProtocolModule_Generator Cloning into 'titan.ProtocolModules.RADIUS_ProtocolModule_Generator'... remote: Enumerating objects: 183, done. Receiving objects: 0% (1/183) Receiving objects: 1% (2/183) Receiving objects: 2% (4/183) Receiving objects: 3% (6/183) Receiving objects: 4% (8/183) Receiving objects: 5% (10/183) Receiving objects: 6% (11/183) Receiving objects: 7% (13/183) Receiving objects: 8% (15/183) Receiving objects: 9% (17/183) Receiving objects: 10% (19/183) Receiving objects: 11% (21/183) Receiving objects: 12% (22/183) Receiving objects: 13% (24/183) Receiving objects: 14% (26/183) Receiving objects: 15% (28/183) Receiving objects: 16% (30/183) Receiving objects: 17% (32/183) Receiving objects: 18% (33/183) Receiving objects: 19% (35/183) Receiving objects: 20% (37/183) Receiving objects: 21% (39/183) Receiving objects: 22% (41/183) Receiving objects: 23% (43/183) Receiving objects: 24% (44/183) Receiving objects: 25% (46/183) Receiving objects: 26% (48/183) Receiving objects: 27% (50/183) Receiving objects: 28% (52/183) Receiving objects: 29% (54/183) Receiving objects: 30% (55/183) Receiving objects: 31% (57/183) Receiving objects: 32% (59/183) Receiving objects: 33% (61/183) Receiving objects: 34% (63/183) Receiving objects: 35% (65/183) Receiving objects: 36% (66/183) Receiving objects: 37% (68/183) Receiving objects: 38% (70/183) Receiving objects: 39% (72/183) Receiving objects: 40% (74/183) Receiving objects: 41% (76/183) Receiving objects: 42% (77/183) Receiving objects: 43% (79/183) Receiving objects: 44% (81/183) Receiving objects: 45% (83/183) Receiving objects: 46% (85/183) Receiving objects: 47% (87/183) Receiving objects: 48% (88/183) Receiving objects: 49% (90/183) Receiving objects: 50% (92/183) Receiving objects: 51% (94/183) Receiving objects: 52% (96/183) Receiving objects: 53% (97/183) Receiving objects: 54% (99/183) Receiving objects: 55% (101/183) Receiving objects: 56% (103/183) Receiving objects: 57% (105/183) Receiving objects: 58% (107/183) Receiving objects: 59% (108/183) Receiving objects: 60% (110/183) Receiving objects: 61% (112/183) Receiving objects: 62% (114/183) Receiving objects: 63% (116/183) Receiving objects: 64% (118/183) Receiving objects: 65% (119/183) Receiving objects: 66% (121/183) Receiving objects: 67% (123/183) Receiving objects: 68% (125/183) Receiving objects: 69% (127/183) Receiving objects: 70% (129/183) Receiving objects: 71% (130/183) Receiving objects: 72% (132/183) Receiving objects: 73% (134/183) Receiving objects: 74% (136/183) Receiving objects: 75% (138/183) Receiving objects: 76% (140/183) Receiving objects: 77% (141/183) Receiving objects: 78% (143/183) Receiving objects: 79% (145/183) Receiving objects: 80% (147/183) Receiving objects: 81% (149/183) Receiving objects: 82% (151/183) Receiving objects: 83% (152/183) Receiving objects: 84% (154/183) Receiving objects: 85% (156/183) Receiving objects: 86% (158/183) Receiving objects: 87% (160/183) Receiving objects: 88% (162/183) Receiving objects: 89% (163/183) Receiving objects: 90% (165/183) Receiving objects: 91% (167/183) Receiving objects: 92% (169/183) Receiving objects: 93% (171/183) Receiving objects: 94% (173/183) Receiving objects: 95% (174/183) Receiving objects: 96% (176/183) Receiving objects: 97% (178/183) remote: Total 183 (delta 0), reused 0 (delta 0), pack-reused 183 Receiving objects: 98% (180/183) Receiving objects: 99% (182/183) Receiving objects: 100% (183/183) Receiving objects: 100% (183/183), 348.05 KiB | 2.88 MiB/s, done. Resolving deltas: 0% (0/117) Resolving deltas: 3% (4/117) Resolving deltas: 5% (6/117) Resolving deltas: 6% (8/117) Resolving deltas: 8% (10/117) Resolving deltas: 20% (24/117) Resolving deltas: 24% (29/117) Resolving deltas: 26% (31/117) Resolving deltas: 28% (33/117) Resolving deltas: 31% (37/117) Resolving deltas: 35% (42/117) Resolving deltas: 38% (45/117) Resolving deltas: 41% (48/117) Resolving deltas: 43% (51/117) Resolving deltas: 45% (53/117) Resolving deltas: 51% (60/117) Resolving deltas: 52% (62/117) Resolving deltas: 54% (64/117) Resolving deltas: 57% (67/117) Resolving deltas: 58% (69/117) Resolving deltas: 62% (73/117) Resolving deltas: 67% (79/117) Resolving deltas: 69% (81/117) Resolving deltas: 70% (83/117) Resolving deltas: 75% (88/117) Resolving deltas: 76% (90/117) Resolving deltas: 79% (93/117) Resolving deltas: 82% (96/117) Resolving deltas: 84% (99/117) Resolving deltas: 87% (102/117) Resolving deltas: 89% (105/117) Resolving deltas: 93% (109/117) Resolving deltas: 94% (111/117) Resolving deltas: 100% (117/117) Resolving deltas: 100% (117/117), done. + '[' -f titan.ProtocolModules.RADIUS_ProtocolModule_Generator/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.SRTP + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git titan.ProtocolModules.SRTP Cloning into 'titan.ProtocolModules.SRTP'... remote: Enumerating objects: 42, done. remote: Total 42 (delta 0), reused 0 (delta 0), pack-reused 42 + '[' -f titan.ProtocolModules.SRTP/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.WebSocket + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git titan.ProtocolModules.WebSocket Cloning into 'titan.ProtocolModules.WebSocket'... remote: Enumerating objects: 46, done. remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46 + '[' -f titan.ProtocolModules.WebSocket/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.ProtocolModules.HTTP2.0 + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git titan.ProtocolModules.HTTP2.0 Cloning into 'titan.ProtocolModules.HTTP2.0'... remote: Enumerating objects: 74, done. remote: Total 74 (delta 0), reused 0 (delta 0), pack-reused 74 + '[' -f titan.ProtocolModules.HTTP2.0/Makefile ']' + read REPO + '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git ']' /home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + WS=titan.Libraries.TCCUsefulFunctions + git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git titan.Libraries.TCCUsefulFunctions Cloning into 'titan.Libraries.TCCUsefulFunctions'... remote: Enumerating objects: 683, done. Receiving objects: 0% (1/683) Receiving objects: 1% (7/683) Receiving objects: 2% (14/683) Receiving objects: 3% (21/683) Receiving objects: 4% (28/683) Receiving objects: 5% (35/683) Receiving objects: 6% (41/683) Receiving objects: 7% (48/683) Receiving objects: 8% (55/683) Receiving objects: 9% (62/683) Receiving objects: 10% (69/683) Receiving objects: 11% (76/683) Receiving objects: 12% (82/683) Receiving objects: 13% (89/683) Receiving objects: 14% (96/683) Receiving objects: 15% (103/683) Receiving objects: 16% (110/683) Receiving objects: 17% (117/683) Receiving objects: 18% (123/683) Receiving objects: 19% (130/683) Receiving objects: 20% (137/683) Receiving objects: 21% (144/683) Receiving objects: 22% (151/683) Receiving objects: 23% (158/683) Receiving objects: 24% (164/683) Receiving objects: 25% (171/683) Receiving objects: 26% (178/683) Receiving objects: 27% (185/683) Receiving objects: 28% (192/683) Receiving objects: 29% (199/683) Receiving objects: 30% (205/683) Receiving objects: 31% (212/683) Receiving objects: 32% (219/683) Receiving objects: 33% (226/683) Receiving objects: 34% (233/683) Receiving objects: 35% (240/683) Receiving objects: 36% (246/683) Receiving objects: 37% (253/683) Receiving objects: 38% (260/683) Receiving objects: 39% (267/683) Receiving objects: 40% (274/683) Receiving objects: 41% (281/683) Receiving objects: 42% (287/683) Receiving objects: 43% (294/683) Receiving objects: 44% (301/683) Receiving objects: 45% (308/683) Receiving objects: 46% (315/683) Receiving objects: 47% (322/683) Receiving objects: 48% (328/683) Receiving objects: 49% (335/683) Receiving objects: 50% (342/683) Receiving objects: 51% (349/683) Receiving objects: 52% (356/683) Receiving objects: 53% (362/683) Receiving objects: 54% (369/683) Receiving objects: 55% (376/683) Receiving objects: 56% (383/683) Receiving objects: 57% (390/683) Receiving objects: 58% (397/683) Receiving objects: 59% (403/683) Receiving objects: 60% (410/683) Receiving objects: 61% (417/683) Receiving objects: 62% (424/683) Receiving objects: 63% (431/683) Receiving objects: 64% (438/683) Receiving objects: 65% (444/683) Receiving objects: 66% (451/683) Receiving objects: 67% (458/683) Receiving objects: 68% (465/683) Receiving objects: 69% (472/683) Receiving objects: 70% (479/683) Receiving objects: 71% (485/683) Receiving objects: 72% (492/683) Receiving objects: 73% (499/683) Receiving objects: 74% (506/683) Receiving objects: 75% (513/683) Receiving objects: 76% (520/683) Receiving objects: 77% (526/683) Receiving objects: 78% (533/683) Receiving objects: 79% (540/683) Receiving objects: 80% (547/683) Receiving objects: 81% (554/683) Receiving objects: 82% (561/683) Receiving objects: 83% (567/683) Receiving objects: 84% (574/683) Receiving objects: 85% (581/683) Receiving objects: 86% (588/683) Receiving objects: 87% (595/683) Receiving objects: 88% (602/683) Receiving objects: 89% (608/683) Receiving objects: 90% (615/683) Receiving objects: 91% (622/683) Receiving objects: 92% (629/683) Receiving objects: 93% (636/683) Receiving objects: 94% (643/683) Receiving objects: 95% (649/683) Receiving objects: 96% (656/683) Receiving objects: 97% (663/683) Receiving objects: 98% (670/683) Receiving objects: 99% (677/683) remote: Total 683 (delta 0), reused 0 (delta 0), pack-reused 683 Receiving objects: 100% (683/683) Receiving objects: 100% (683/683), 1.10 MiB | 6.15 MiB/s, done. Resolving deltas: 0% (0/520) Resolving deltas: 1% (6/520) Resolving deltas: 2% (11/520) Resolving deltas: 3% (19/520) Resolving deltas: 5% (31/520) Resolving deltas: 6% (33/520) Resolving deltas: 11% (59/520) Resolving deltas: 13% (69/520) Resolving deltas: 14% (76/520) Resolving deltas: 16% (84/520) Resolving deltas: 19% (101/520) Resolving deltas: 20% (106/520) Resolving deltas: 21% (114/520) Resolving deltas: 22% (115/520) Resolving deltas: 23% (121/520) Resolving deltas: 24% (127/520) Resolving deltas: 26% (136/520) Resolving deltas: 30% (158/520) Resolving deltas: 32% (168/520) Resolving deltas: 35% (186/520) Resolving deltas: 36% (190/520) Resolving deltas: 37% (195/520) Resolving deltas: 39% (204/520) Resolving deltas: 40% (208/520) Resolving deltas: 41% (214/520) Resolving deltas: 45% (238/520) Resolving deltas: 47% (246/520) Resolving deltas: 48% (252/520) Resolving deltas: 50% (261/520) Resolving deltas: 51% (267/520) Resolving deltas: 52% (275/520) Resolving deltas: 53% (278/520) Resolving deltas: 54% (281/520) Resolving deltas: 55% (287/520) Resolving deltas: 57% (297/520) Resolving deltas: 58% (302/520) Resolving deltas: 59% (307/520) Resolving deltas: 60% (315/520) Resolving deltas: 61% (322/520) Resolving deltas: 62% (325/520) Resolving deltas: 64% (335/520) Resolving deltas: 66% (345/520) Resolving deltas: 68% (356/520) Resolving deltas: 69% (362/520) Resolving deltas: 71% (373/520) Resolving deltas: 72% (379/520) Resolving deltas: 74% (389/520) Resolving deltas: 75% (392/520) Resolving deltas: 76% (396/520) Resolving deltas: 77% (403/520) Resolving deltas: 78% (409/520) Resolving deltas: 80% (418/520) Resolving deltas: 82% (428/520) Resolving deltas: 84% (440/520) Resolving deltas: 86% (452/520) Resolving deltas: 88% (462/520) Resolving deltas: 89% (464/520) Resolving deltas: 90% (471/520) Resolving deltas: 91% (476/520) Resolving deltas: 92% (483/520) Resolving deltas: 93% (486/520) Resolving deltas: 94% (490/520) Resolving deltas: 95% (496/520) Resolving deltas: 96% (504/520) Resolving deltas: 97% (507/520) Resolving deltas: 98% (510/520) Resolving deltas: 99% (515/520) Resolving deltas: 100% (520/520) Resolving deltas: 100% (520/520), done. + '[' -f titan.Libraries.TCCUsefulFunctions/Makefile ']' + read REPO  cd $HOME + cd /home/etsi ***************************** * Install eclipse *****************************  echo -e "*****************************\n* Install eclipse\n*****************************\n" + echo -e '*****************************\n* Install eclipse\n*****************************\n' ECLIPSE_URL='http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz' + ECLIPSE_URL=http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz TITAN_URL='https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip' + TITAN_URL='https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip' mkdir -p ${HOME}/frameworks + mkdir -p /home/etsi/frameworks cd ${HOME}/frameworks || exit 1 + cd /home/etsi/frameworks wget --progress=dot:mega $ECLIPSE_URL -Oeclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz || exit 1 + wget --progress=dot:mega http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz -Oeclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz --2022-03-23 13:23:50-- http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz Resolving www.mirrorservice.org (www.mirrorservice.org)... 212.219.56.184, 2001:630:341:12::184 Connecting to www.mirrorservice.org (www.mirrorservice.org)|212.219.56.184|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 356088686 (340M) [application/x-gzip] Saving to: 'eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz'  0K ........ ........ ........ ........ ........ ........ 0% 13.0M 26s 3072K ........ ........ ........ ........ ........ ........ 1% 64.8M 15s 6144K ........ ........ ........ ........ ........ ........ 2% 93.1M 11s 9216K ........ ........ ........ ........ ........ ........ 3% 98.7M 9s 12288K ........ ........ ........ ........ ........ ........ 4% 89.8M 8s 15360K ........ ........ ........ ........ ........ ........ 5% 100M 7s 18432K ........ ........ ........ ........ ........ ........ 6% 25.9M 8s 21504K ........ ........ ........ ........ ........ ........ 7% 88.1M 7s 24576K ........ ........ ........ ........ ........ ........ 7% 57.6M 7s 27648K ........ ........ ........ ........ ........ ........ 8% 47.7M 7s 30720K ........ ........ ........ ........ ........ ........ 9% 47.5M 7s 33792K ........ ........ ........ ........ ........ ........ 10% 48.1M 7s 36864K ........ ........ ........ ........ ........ ........ 11% 43.8M 7s 39936K ........ ........ ........ ........ ........ ........ 12% 43.0M 7s 43008K ........ ........ ........ ........ ........ ........ 13% 47.5M 7s 46080K ........ ........ ........ ........ ........ ........ 14% 47.6M 6s 49152K ........ ........ ........ ........ ........ ........ 15% 47.3M 6s 52224K ........ ........ ........ ........ ........ ........ 15% 47.8M 6s 55296K ........ ........ ........ ........ ........ ........ 16% 48.3M 6s 58368K ........ ........ ........ ........ ........ ........ 17% 47.4M 6s 61440K ........ ........ ........ ........ ........ ........ 18% 47.2M 6s 64512K ........ ........ ........ ........ ........ ........ 19% 47.1M 6s 67584K ........ ........ ........ ........ ........ ........ 20% 34.8M 6s 70656K ........ ........ ........ ........ ........ ........ 21% 53.7M 6s 73728K ........ ........ ........ ........ ........ ........ 22% 47.1M 6s 76800K ........ ........ ........ ........ ........ ........ 22% 46.8M 6s 79872K ........ ........ ........ ........ ........ ........ 23% 47.9M 6s 82944K ........ ........ ........ ........ ........ ........ 24% 46.2M 6s 86016K ........ ........ ........ ........ ........ ........ 25% 47.8M 6s 89088K ........ ........ ........ ........ ........ ........ 26% 48.1M 5s 92160K ........ ........ ........ ........ ........ ........ 27% 46.5M 5s 95232K ........ ........ ........ ........ ........ ........ 28% 46.8M 5s 98304K ........ ........ ........ ........ ........ ........ 29% 47.7M 5s 101376K ........ ........ ........ ........ ........ ........ 30% 47.6M 5s 104448K ........ ........ ........ ........ ........ ........ 30% 47.0M 5s 107520K ........ ........ ........ ........ ........ ........ 31% 47.7M 5s 110592K ........ ........ ........ ........ ........ ........ 32% 46.3M 5s 113664K ........ ........ ........ ........ ........ ........ 33% 47.7M 5s 116736K ........ ........ ........ ........ ........ ........ 34% 47.7M 5s 119808K ........ ........ ........ ........ ........ ........ 35% 47.1M 5s 122880K ........ ........ ........ ........ ........ ........ 36% 46.8M 5s 125952K ........ ........ ........ ........ ........ ........ 37% 47.9M 5s 129024K ........ ........ ........ ........ ........ ........ 37% 46.8M 5s 132096K ........ ........ ........ ........ ........ ........ 38% 47.5M 4s 135168K ........ ........ ........ ........ ........ ........ 39% 46.6M 4s 138240K ........ ........ ........ ........ ........ ........ 40% 48.1M 4s 141312K ........ ........ ........ ........ ........ ........ 41% 46.8M 4s 144384K ........ ........ ........ ........ ........ ........ 42% 46.6M 4s 147456K ........ ........ ........ ........ ........ ........ 43% 47.9M 4s 150528K ........ ........ ........ ........ ........ ........ 44% 47.1M 4s 153600K ........ ........ ........ ........ ........ ........ 45% 46.8M 4s 156672K ........ ........ ........ ........ ........ ........ 45% 46.5M 4s 159744K ........ ........ ........ ........ ........ ........ 46% 47.9M 4s 162816K ........ ........ ........ ........ ........ ........ 47% 37.3M 4s 165888K ........ ........ ........ ........ ........ ........ 48% 57.2M 4s 168960K ........ ........ ........ ........ ........ ........ 49% 38.8M 4s 172032K ........ ........ ........ ........ ........ ........ 50% 47.2M 4s 175104K ........ ........ ........ ........ ........ ........ 51% 47.2M 4s 178176K ........ ........ ........ ........ ........ ........ 52% 43.6M 4s 181248K ........ ........ ........ ........ ........ ........ 53% 40.7M 3s 184320K ........ ........ ........ ........ ........ ........ 53% 46.8M 3s 187392K ........ ........ ........ ........ ........ ........ 54% 47.5M 3s 190464K ........ ........ ........ ........ ........ ........ 55% 46.0M 3s 193536K ........ ........ ........ ........ ........ ........ 56% 46.6M 3s 196608K ........ ........ ........ ........ ........ ........ 57% 47.2M 3s 199680K ........ ........ ........ ........ ........ ........ 58% 45.3M 3s 202752K ........ ........ ........ ........ ........ ........ 59% 47.0M 3s 205824K ........ ........ ........ ........ ........ ........ 60% 46.8M 3s 208896K ........ ........ ........ ........ ........ ........ 60% 33.9M 3s 211968K ........ ........ ........ ........ ........ ........ 61% 37.9M 3s 215040K ........ ........ ........ ........ ........ ........ 62% 36.5M 3s 218112K ........ ........ ........ ........ ........ ........ 63% 37.7M 3s 221184K ........ ........ ........ ........ ........ ........ 64% 39.7M 3s 224256K ........ ........ ........ ........ ........ ........ 65% 40.5M 3s 227328K ........ ........ ........ ........ ........ ........ 66% 37.9M 3s 230400K ........ ........ ........ ........ ........ ........ 67% 38.2M 2s 233472K ........ ........ ........ ........ ........ ........ 68% 38.0M 2s 236544K ........ ........ ........ ........ ........ ........ 68% 42.0M 2s 239616K ........ ........ ........ ........ ........ ........ 69% 39.9M 2s 242688K ........ ........ ........ ........ ........ ........ 70% 36.2M 2s 245760K ........ ........ ........ ........ ........ ........ 71% 39.1M 2s 248832K ........ ........ ........ ........ ........ ........ 72% 24.8M 2s 251904K ........ ........ ........ ........ ........ ........ 73% 28.6M 2s 254976K ........ ........ ........ ........ ........ ........ 74% 27.6M 2s 258048K ........ ........ ........ ........ ........ ........ 75% 27.5M 2s 261120K ........ ........ ........ ........ ........ ........ 75% 30.4M 2s 264192K ........ ........ ........ ........ ........ ........ 76% 29.2M 2s 267264K ........ ........ ........ ........ ........ ........ 77% 28.4M 2s 270336K ........ ........ ........ ........ ........ ........ 78% 30.5M 2s 273408K ........ ........ ........ ........ ........ ........ 79% 31.2M 2s 276480K ........ ........ ........ ........ ........ ........ 80% 20.6M 2s 279552K ........ ........ ........ ........ ........ ........ 81% 19.7M 2s 282624K ........ ........ ........ ........ ........ ........ 82% 21.5M 1s 285696K ........ ........ ........ ........ ........ ........ 83% 22.1M 1s 288768K ........ ........ ........ ........ ........ ........ 83% 22.2M 1s 291840K ........ ........ ........ ........ ........ ........ 84% 23.6M 1s 294912K ........ ........ ........ ........ ........ ........ 85% 22.3M 1s 297984K ........ ........ ........ ........ ........ ........ 86% 20.9M 1s 301056K ........ ........ ........ ........ ........ ........ 87% 15.9M 1s 304128K ........ ........ ........ ........ ........ ........ 88% 17.0M 1s 307200K ........ ........ ........ ........ ........ ........ 89% 16.9M 1s 310272K ........ ........ ........ ........ ........ ........ 90% 17.3M 1s 313344K ........ ........ ........ ........ ........ ........ 90% 17.6M 1s 316416K ........ ........ ........ ........ ........ ........ 91% 17.5M 1s 319488K ........ ........ ........ ........ ........ ........ 92% 17.2M 1s 322560K ........ ........ ........ ........ ........ ........ 93% 17.7M 1s 325632K ........ ........ ........ ........ ........ ........ 94% 17.8M 1s 328704K ........ ........ ........ ........ ........ ........ 95% 16.1M 0s 331776K ........ ........ ........ ........ ........ ........ 96% 12.9M 0s 334848K ........ ........ ........ ........ ........ ........ 97% 18.1M 0s 337920K ........ ........ ........ ........ ........ ........ 98% 18.1M 0s 340992K ........ ........ ........ ........ ........ ........ 98% 20.4M 0s 344064K ........ ........ ........ ........ ........ ........ 99% 18.6M 0s 347136K ........ .  100% 20.9M=10s 2022-03-23 13:24:00 (33.4 MB/s) - 'eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz' saved [356088686/356088686] tar -zxvf ./eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz || exit 1 + tar -zxvf ./eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz eclipse/ eclipse/p2/ eclipse/p2/org.eclipse.equinox.p2.engine/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463362446.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.lock eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463362471.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463378817.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463380308.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.core/ eclipse/p2/org.eclipse.equinox.p2.core/cache/ eclipse/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/ eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.cdt_root_10.5.0.202112012329 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.22.0.I20211124-1800 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.22.0.v20211124-1800 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.22.0.v20211124-1800 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.22.0.20211202-1200 eclipse/artifacts.xml eclipse/plugins/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.xml eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.properties eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/common/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/common/ContributeHandler.class eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/ eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/star.png eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/star@2x.png eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/about.html eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/plugin.properties eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/plugin.xml eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/splash.bmp eclipse/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar eclipse/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar eclipse/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar eclipse/plugins/com.github.jnr.constants_0.9.15.v20200501-1917.jar eclipse/plugins/com.github.jnr.enxio_0.25.0.v20200501-1917.jar eclipse/plugins/com.github.jnr.ffi_2.1.12.v20200513-1859.jar eclipse/plugins/com.github.jnr.jffi_1.2.23.v20211029-0121.jar eclipse/plugins/com.github.jnr.jffi.native_1.2.23.v20211029-0121.jar eclipse/plugins/com.github.jnr.posix_3.0.54.v20200501-1917.jar eclipse/plugins/com.github.jnr.unixsocket_0.28.0.v20200501-1917.jar eclipse/plugins/com.github.jnr.x86asm_1.0.2.v20200501-1917.jar eclipse/plugins/com.google.auth.google-auth-library-credentials_0.20.0.v20200515-2048.jar eclipse/plugins/com.google.auth.oauth2-http_0.20.0.v20200604-1524.jar eclipse/plugins/com.google.auto.value.auto-value-annotations_1.7.0.v20200515-2048.jar eclipse/plugins/com.google.gson_2.8.8.v20211029-0838.jar eclipse/plugins/com.google.guava_30.1.0.v20210127-2300.jar eclipse/plugins/com.google.http-client.google-http-client_1.34.2.v20200515-2048.jar eclipse/plugins/com.google.http-client.google-http-client-jackson2_1.34.2.v20200515-2048.jar eclipse/plugins/com.google.j2objc.j2objc-annotations_1.3.0.v20200515-2048.jar eclipse/plugins/com.ibm.icu_67.1.0.v20200706-1749.jar eclipse/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar eclipse/plugins/com.sun.el_2.2.0.v201303151357.jar eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar eclipse/plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar eclipse/plugins/com.sun.xml.bind_2.2.0.v20201118-1845.jar eclipse/plugins/com.sun.xml.bind_2.3.3.v20201118-1818.jar eclipse/plugins/io.grpc.grpc-context_1.29.0.v20200515-2048.jar eclipse/plugins/io.opencensus.opencensus-api_0.26.0.v20200515-2048.jar eclipse/plugins/io.opencensus.opencensus-contrib-http-util_0.26.0.v20200515-2048.jar eclipse/plugins/jakarta.servlet-api_4.0.0.jar eclipse/plugins/jakarta.xml.bind_2.3.3.v20201118-1818.jar eclipse/plugins/javaewah_1.1.13.v20211029-0839.jar eclipse/plugins/javassist_3.13.0.GA_v201209210905.jar eclipse/plugins/javax.activation_1.1.0.v201211130549.jar eclipse/plugins/javax.activation_1.2.2.v20201119-1642.jar eclipse/plugins/javax.annotation_1.3.5.v20200909-1856.jar eclipse/plugins/javax.el_2.2.0.v201303151357.jar eclipse/plugins/javax.inject_1.0.0.v20091030.jar eclipse/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar eclipse/plugins/javax.ws.rs_2.1.6.v20200505-2127.jar eclipse/plugins/javax.xml_1.3.4.v201005080400.jar eclipse/plugins/javax.xml.bind_2.2.0.v201105210648.jar eclipse/plugins/net.i2p.crypto.eddsa_0.3.0.v20210923-1401.jar eclipse/plugins/org.antlr.runtime_3.2.0.v201101311130.jar eclipse/plugins/org.aopalliance_1.0.0.v201105210816.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/MANIFEST.MF eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/ECLIPSE_.SF eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/ECLIPSE_.RSA eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/l10n/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/l10n/bundle.properties eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/DOM-LICENSE.html eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/LICENSE eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/NOTICE eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/SAX-LICENSE.html eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant.bat eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant.cmd eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun.bat eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun.pl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antenv.cmd eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/complete-ant-cmd.pl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/envset.cmd eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/lcp.bat eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runant.pl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runant.py eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runrc.cmd eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-frames-sortby-check.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-text.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-xdoc.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/changelog.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/coverage-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/jdepend-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/jdepend.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-frames-xalan1.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-noframes.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/log.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/maudit-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/mmetrics-frames.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/tagdiff.xsl eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-antlr.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-bcel.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-bsf.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-log4j.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-oro.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-regexp.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-resolver.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-xalan2.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-commons-logging.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-commons-net.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-imageio.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jai.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-javamail.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jdepend.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jmf.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jsch.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junit.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junitlauncher.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junit4.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-launcher.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-netrexx.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-swing.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-testutil.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-xz.jar eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about.html eclipse/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar eclipse/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar eclipse/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar eclipse/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar eclipse/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar eclipse/plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar eclipse/plugins/org.apache.commons.io_2.8.0.v20210415-0900.jar eclipse/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar eclipse/plugins/org.apache.commons.lang_2.6.0.v201404270220.jar eclipse/plugins/org.apache.commons.lang3_3.1.0.v201403281430.jar eclipse/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar eclipse/plugins/org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar eclipse/plugins/org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar eclipse/plugins/org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar eclipse/plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar eclipse/plugins/org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar eclipse/plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar eclipse/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar eclipse/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar eclipse/plugins/org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar eclipse/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar eclipse/plugins/org.apache.sshd.osgi_2.7.0.v20210623-0618.jar eclipse/plugins/org.apache.sshd.sftp_2.7.0.v20210623-0618.jar eclipse/plugins/org.apache.xerces_2.12.1.v20210115-0812.jar eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar eclipse/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar eclipse/plugins/org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar eclipse/plugins/org.bouncycastle.bcpkix_1.69.0.v20210713-1924.jar eclipse/plugins/org.bouncycastle.bcprov_1.69.0.v20210923-1401.jar eclipse/plugins/org.bouncycastle.bcutil_1.69.0.v20210713-1924.jar eclipse/plugins/org.cyberneko.html_1.9.14.v201105210654.jar eclipse/plugins/org.eclipse.ant.core_3.6.200.v20210907-1007.jar eclipse/plugins/org.eclipse.cdt_10.5.0.202109270023.jar eclipse/plugins/org.eclipse.cdt.autotools.core_2.1.100.202010121414.jar eclipse/plugins/org.eclipse.cdt.autotools.docs_2.0.1000.202109270023.jar eclipse/plugins/org.eclipse.cdt.autotools.ui_2.1.200.202104042017.jar eclipse/plugins/org.eclipse.cdt.build.crossgcc_1.2.200.202102261947.jar eclipse/plugins/org.eclipse.cdt.build.gcc.core_1.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.build.gcc.ui_1.1.100.202104042017.jar eclipse/plugins/org.eclipse.cdt.cmake.core_1.4.300.202110311121.jar eclipse/plugins/org.eclipse.cdt.cmake.ui_1.3.300.202110311121.jar eclipse/plugins/org.eclipse.cdt.codan.checkers_3.4.100.202010121414.jar eclipse/plugins/org.eclipse.cdt.codan.checkers.ui_3.3.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.codan.core_4.1.100.202010121414.jar eclipse/plugins/org.eclipse.cdt.codan.core.cxx_3.5.100.202011201553.jar eclipse/plugins/org.eclipse.cdt.codan.ui_3.4.100.202011201553.jar eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_3.6.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.core_7.4.0.202110252256.jar eclipse/plugins/org.eclipse.cdt.core.linux_6.0.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.core.linux.x86_64_6.0.400.202112012329.jar eclipse/plugins/org.eclipse.cdt.core.native_6.2.0.202111152032.jar eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$6.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Activator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/DummyPage.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$StartupException.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Messages.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ICDTStandaloneDebugLaunchConstants.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$WorkbenchCommandAction.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ConfigGenerator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/GCCCompileOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Application.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/messages.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/JobContainer.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/BuildOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CustomizePerspectiveHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugCoreFile.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugExecutable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CompilerOptionParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CompilerOptionParser$CWDTracker.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/about.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.icns eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.ico eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.xpm eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc128.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc16.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc32.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc48.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc64.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/ eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/README eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/cdtdebug.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/dev.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/install.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/config.ini eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.mappings eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.html eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.ini eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/cdt_logo_icon32.png eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin_customization.ini eclipse/plugins/org.eclipse.cdt.debug.application.doc_1.1.1100.202109270023.jar eclipse/plugins/org.eclipse.cdt.debug.core_8.7.100.202110201027.jar eclipse/plugins/org.eclipse.cdt.debug.core.memory_0.1.200.202104061706.jar eclipse/plugins/org.eclipse.cdt.debug.gdbjtag_7.0.600.202104030556.jar eclipse/plugins/org.eclipse.cdt.debug.gdbjtag.core_10.5.100.202110211411.jar eclipse/plugins/org.eclipse.cdt.debug.gdbjtag.ui_9.0.200.202111041518.jar eclipse/plugins/org.eclipse.cdt.debug.ui_8.4.300.202110151709.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.floatingpoint_1.1.100.202110140133.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.memorybrowser_1.4.300.202110140133.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.search_1.4.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.traditional_1.6.200.202109171121.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.transport_2.2.100.202104061706.jar eclipse/plugins/org.eclipse.cdt.doc.user_5.4.1000.202109270023.jar eclipse/plugins/org.eclipse.cdt.docker.launcher_1.3.200.202106071539.jar eclipse/plugins/org.eclipse.cdt.dsf_2.11.0.202105311855.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb_6.5.0.202111031828.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb.ui_2.7.300.202111041518.jar eclipse/plugins/org.eclipse.cdt.dsf.ui_2.6.300.202110140133.jar eclipse/plugins/org.eclipse.cdt.flatpak.launcher_1.0.200.202106150220.jar eclipse/plugins/org.eclipse.cdt.gdb_7.1.100.202104042017.jar eclipse/plugins/org.eclipse.cdt.gdb.ui_7.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.jsoncdb.core_1.1.0.202109270023.jar eclipse/plugins/org.eclipse.cdt.jsoncdb.core.doc_1.0.0.202107271925.jar eclipse/plugins/org.eclipse.cdt.jsoncdb.core.ui_1.0.100.202109270023.jar eclipse/plugins/org.eclipse.cdt.launch_10.3.100.202107280907.jar eclipse/plugins/org.eclipse.cdt.launch.remote_2.6.100.202104042017.jar eclipse/plugins/org.eclipse.cdt.launch.serial.core_1.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.launch.serial.ui_1.1.100.202103010740.jar eclipse/plugins/org.eclipse.cdt.make.core_7.5.200.202108312208.jar eclipse/plugins/org.eclipse.cdt.make.ui_8.1.0.202105191403.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.core_9.3.200.202111021145.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_8.4.200.202110181930.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.headlessbuilderapp_1.0.100.202105281723.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_9.3.100.202104251526.jar eclipse/plugins/org.eclipse.cdt.meson.core_1.1.300.202110311121.jar eclipse/plugins/org.eclipse.cdt.meson.docs_1.0.1000.202109270023.jar eclipse/plugins/org.eclipse.cdt.meson.ui_1.1.300.202110311121.jar eclipse/plugins/org.eclipse.cdt.meson.ui.editor_1.1.100.202010140151.jar eclipse/plugins/org.eclipse.cdt.native.serial_1.2.400.202112012329.jar eclipse/plugins/org.eclipse.cdt.platform.branding_10.5.0.202109270023.jar eclipse/plugins/org.eclipse.cdt.remote.core_1.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.testsrunner_8.2.200.202104042017.jar eclipse/plugins/org.eclipse.cdt.testsrunner.boost_7.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.testsrunner.gtest_7.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.testsrunner.qttest_7.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.testsrunner.tap_1.1.0.202008310002.jar eclipse/plugins/org.eclipse.cdt.ui_7.3.100.202111091601.jar eclipse/plugins/org.eclipse.compare_3.8.200.v20210910-1335.jar eclipse/plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar eclipse/plugins/org.eclipse.core.commands_3.10.100.v20210722-1426.jar eclipse/plugins/org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar eclipse/plugins/org.eclipse.core.databinding_1.10.100.v20200926-1123.jar eclipse/plugins/org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar eclipse/plugins/org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar eclipse/plugins/org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar eclipse/plugins/org.eclipse.core.expressions_3.8.100.v20210910-0640.jar eclipse/plugins/org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar eclipse/plugins/org.eclipse.core.filebuffers_3.7.100.v20210909-1906.jar eclipse/plugins/org.eclipse.core.filesystem_1.9.200.v20210912-1851.jar eclipse/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar eclipse/plugins/org.eclipse.core.jobs_3.12.0.v20210723-1034.jar eclipse/plugins/org.eclipse.core.net_1.3.1100.v20210424-0724.jar eclipse/plugins/org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar eclipse/plugins/org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar eclipse/plugins/org.eclipse.core.resources_3.16.0.v20211001-2032.jar eclipse/plugins/org.eclipse.core.runtime_3.24.0.v20210910-0750.jar eclipse/plugins/org.eclipse.core.variables_3.5.100.v20210721-1355.jar eclipse/plugins/org.eclipse.debug.core_3.18.300.v20211117-1829.jar eclipse/plugins/org.eclipse.debug.ui_3.15.200.v20211108-1752.jar eclipse/plugins/org.eclipse.debug.ui.launchview_1.0.2.v20211115-1052.jar eclipse/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar eclipse/plugins/org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar eclipse/plugins/org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar eclipse/plugins/org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar eclipse/plugins/org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar eclipse/plugins/org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar eclipse/plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar eclipse/plugins/org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar eclipse/plugins/org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar eclipse/plugins/org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar eclipse/plugins/org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar eclipse/plugins/org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar eclipse/plugins/org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar eclipse/plugins/org.eclipse.e4.ui.dialogs_1.3.100.v20211103-1334.jar eclipse/plugins/org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar eclipse/plugins/org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar eclipse/plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar eclipse/plugins/org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar eclipse/plugins/org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar eclipse/plugins/org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.300.v20211102-1716.jar eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.16.300.v20211102-0939.jar eclipse/plugins/org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar eclipse/plugins/org.eclipse.ecf_3.10.0.v20210925-0032.jar eclipse/plugins/org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar eclipse/plugins/org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar eclipse/plugins/org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar eclipse/plugins/org.eclipse.egit_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.egit.core_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.egit.doc_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.egit.ui_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.emf.common_2.23.0.v20210924-1718.jar eclipse/plugins/org.eclipse.emf.common.ui_2.19.0.v20211110-0654.jar eclipse/plugins/org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar eclipse/plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar eclipse/plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar eclipse/plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar eclipse/plugins/org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar eclipse/plugins/org.eclipse.epp.mpc.core_1.9.2.v20210823-1346.jar eclipse/plugins/org.eclipse.epp.mpc.help.ui_1.9.2.v20210823-1346.jar eclipse/plugins/org.eclipse.epp.mpc.ui_1.9.2.v20210826-0851.jar eclipse/plugins/org.eclipse.epp.mpc.ui.css_1.9.2.v20210823-1346.jar eclipse/plugins/org.eclipse.equinox.app_1.6.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.common_3.15.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.console_1.4.500.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.event_1.6.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar eclipse/plugins/org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/eclipse_11600.so eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/about.html eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/launcher.gtk.linux.x86_64.properties eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.4.300.v20211104-1311.jar eclipse/plugins/org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar eclipse/plugins/org.eclipse.equinox.p2.core_2.8.100.v20210908-0659.jar eclipse/plugins/org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar eclipse/plugins/org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar eclipse/plugins/org.eclipse.jetty.http_10.0.6.jar eclipse/plugins/org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar eclipse/plugins/org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar eclipse/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209.jar eclipse/plugins/org.eclipse.equinox.p2.engine_2.7.200.v20211104-1616.jar eclipse/plugins/org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.2.100.v20210907-0854.jar eclipse/plugins/org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar eclipse/plugins/org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar eclipse/plugins/org.eclipse.equinox.p2.publisher_1.6.200.v20211013-0600.jar eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar eclipse/plugins/org.eclipse.equinox.p2.repository_2.5.300.v20211006-1229.jar eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.4.200.v20211018-0955.jar eclipse/plugins/org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar eclipse/plugins/org.eclipse.equinox.p2.ui_2.7.300.v20211104-1311.jar eclipse/plugins/org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar eclipse/plugins/org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_1.2.2.v20211104-1616.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.200.v20210813-0818.jar eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.2.200.v20211013-0600.jar eclipse/plugins/org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.security_1.3.800.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/ eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/LinuxPasswordProviderMessages.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/messages.properties eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchema.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaFlags.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GList.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GList$ByReference.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibGio.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibSecret.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GBusType.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GError.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaAttribute.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretCollectionFlags.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretServiceFlags.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaAttributeType.class eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/.api_description eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/about.html eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/fragment.properties eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/fragment.xml eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/ eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/p2.inf eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/about.html eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/fragment.properties eclipse/plugins/org.eclipse.equinox.security.ui_1.3.100.v20211021-1418.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar eclipse/plugins/org.eclipse.help_3.9.100.v20210721-0601.jar eclipse/plugins/org.eclipse.help.base_4.3.500.v20211124-1800.jar eclipse/plugins/org.eclipse.help.ui_4.3.200.v20210922-1029.jar eclipse/plugins/org.eclipse.help.webapp_3.10.500.v20210907-0721.jar eclipse/plugins/org.eclipse.jetty.io_10.0.6.jar eclipse/plugins/org.eclipse.jetty.security_10.0.6.jar eclipse/plugins/org.eclipse.jetty.server_10.0.6.jar eclipse/plugins/org.eclipse.jetty.servlet_10.0.6.jar eclipse/plugins/org.eclipse.jetty.util_10.0.6.jar eclipse/plugins/org.eclipse.jetty.util.ajax_10.0.6.jar eclipse/plugins/org.eclipse.jface_3.24.0.v20211110-1517.jar eclipse/plugins/org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar eclipse/plugins/org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar eclipse/plugins/org.eclipse.jface.text_3.19.0.v20211026-2100.jar eclipse/plugins/org.eclipse.jgit_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jgit.archive_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jgit.http.apache_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jgit.ssh.apache.agent_6.0.0.202111291000-r.jar eclipse/plugins/org.eclipse.jsch.core_1.3.900.v20200422-1935.jar eclipse/plugins/org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657.jar eclipse/plugins/org.eclipse.launchbar.core_2.4.200.202106071539.jar eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/pom.xml eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/pom.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/eclipse.inf eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/p2.inf eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/keytool eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/java eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/rmiregistry eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jrunscript eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javac eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/serialver eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jhsdb eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jarsigner eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jar eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javadoc eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jmap eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jinfo eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jps eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jcmd eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstack eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstat eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jconsole eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javap eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdeps eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdeprscan eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdb eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jfr eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jmod eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jlink eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jimage eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jpackage eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jshell eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstatd eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sdp/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sdp/sdp.conf.template eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/default_local.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/default_US_export.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/exempt_local.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/default_local.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/default_US_export.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/README.txt eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/java.security eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/java.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/management.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/jmxremote.access eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/jmxremote.password.template eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/net.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sound.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/logging.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/jni_md.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/jawt_md.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jvmti.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jvmticmlr.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/classfile_constants.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jni.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jawt.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jdwpTransport.h eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/mesa3d.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/lcms.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/colorimaging.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/xwd.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/harfbuzz.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/jpeg.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/libpng.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/giflib.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/jopt-simple.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/bcel.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/jcup.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/xerces.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/xalan.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/dom.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/aes.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/icu.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/c-libutl.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/cldr.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/asm.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/public_suffix.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/unicode.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/santuario.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/pcsclite.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/dynalink.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/jline.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/jqueryUI.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/jquery.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/cldr.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/thaidict.md eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/LICENSE eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/libjvm.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/libjsig.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/blocked.certs eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/cacerts eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/public_suffix_list.dat eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/default.policy eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/default.jfc eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/profile.jfc eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/modules eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libzip.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjimage.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/tzdb.dat eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jexec eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libverify.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libnio.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjsig.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/classlist eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjli.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jvm.cfg eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jspawnhelper eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libnet.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjava.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/psfontj2d.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt_headless.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libfontmanager.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjavajpeg.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsplashscreen.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjsound.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/liblcms.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/psfont.properties.ja eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjawt.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmlib_image.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt_xawt.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libinstrument.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libprefs.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/librmi.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2gss.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2pcsc.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libattach.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/ct.sym eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2pkcs11.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsaproc.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libdt_socket.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjdwp.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement_ext.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement_agent.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libextnet.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsctp.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjaas.so eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/src.zip eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jrt-fs.jar eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/ eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/keytool.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/java.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/rmiregistry.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jrunscript.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/serialver.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javac.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jhsdb.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jarsigner.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jar.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javadoc.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstat.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstack.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jmap.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jcmd.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jps.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jinfo.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jconsole.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdeps.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javap.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdeprscan.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdb.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jfr.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jlink.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jmod.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jpackage.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jshell.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstatd.1 eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/org.eclipse.justj.properties eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/release eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/about.mappings eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/about.html eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/fragment.properties eclipse/plugins/org.eclipse.launchbar.remote.core_1.1.0.202008310315.jar eclipse/plugins/org.eclipse.launchbar.remote.ui_1.1.100.202104042017.jar eclipse/plugins/org.eclipse.launchbar.ui_2.4.300.202111041518.jar eclipse/plugins/org.eclipse.launchbar.ui.controls_1.1.100.202011181638.jar eclipse/plugins/org.eclipse.linuxtools.binutils_6.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.callgraph_2.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.core_3.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.docs_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.launch_2.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover_1.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.devhelp_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.glibc_1.2.1.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.library.docs_1.0.2.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.changelog.core_3.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.changelog.cparser_2.7.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.changelog.doc_2.7.1.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers_6.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.charts_7.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.piechart_3.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.docker.core_5.5.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.docker.ui_5.5.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gcov.core_6.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gcov.docs_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gcov.launch_1.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gprof_5.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gprof.docs_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.gprof.launch_1.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.man.core_1.5.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.perf_1.3.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.perf.doc_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.profiling.docs_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.profiling.launch_3.3.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui_3.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui.capability_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.core_3.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.createrepo_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.rpmlint_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor_4.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor.doc_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.rpmstubby_1.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.core_2.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.ui_4.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.structures_4.2.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.consolelog_4.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.doc_2.6.5.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.ide_2.3.1.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.core_3.3.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.ui_2.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.cachegrind_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.core_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.doc_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.helgrind_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.launch_3.0.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.massif_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.memcheck_1.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui_2.1.0.202111301754.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui.editor_1.0.0.202111301754.jar eclipse/plugins/org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar eclipse/plugins/org.eclipse.mylyn.wikitext_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ant_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.help.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.html_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.osgi_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki_3.0.41.20211110231712.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ui_3.0.41.202111102318.jar eclipse/plugins/org.eclipse.nebula.widgets.tablecombo_1.2.0.202111181749.jar eclipse/plugins/org.eclipse.oomph.base_1.15.0.v20211026-1304.jar eclipse/plugins/org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar eclipse/plugins/org.eclipse.oomph.extractor.lib_1.9.0.v20211026-1304.jar eclipse/plugins/org.eclipse.oomph.jreinfo_1.15.0.v20211026-1326.jar eclipse/plugins/org.eclipse.oomph.jreinfo.ui_1.13.0.v20211026-1304.jar eclipse/plugins/org.eclipse.oomph.p2_1.15.0.v20210924-1427.jar eclipse/plugins/org.eclipse.oomph.p2.core_1.20.0.v20211015-0620.jar eclipse/plugins/org.eclipse.oomph.p2.doc_1.12.0.v20211116-0849.jar eclipse/plugins/org.eclipse.oomph.p2.edit_1.15.0.v20211116-0849.jar eclipse/plugins/org.eclipse.oomph.p2.ui_1.17.0.v20210618-0629.jar eclipse/plugins/org.eclipse.oomph.predicates_1.13.0.v20211007-0506.jar eclipse/plugins/org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar eclipse/plugins/org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.setup_1.22.0.v20211015-0620.jar eclipse/plugins/org.eclipse.oomph.setup.core_1.22.0.v20211021-1010.jar eclipse/plugins/org.eclipse.oomph.setup.doc_1.12.0.v20211107-0906.jar eclipse/plugins/org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.setup.editor_1.20.0.v20211116-0849.jar eclipse/plugins/org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar eclipse/plugins/org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.setup.ui_1.22.0.v20211116-0849.jar eclipse/plugins/org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.ui_1.15.0.v20210926-1052.jar eclipse/plugins/org.eclipse.oomph.util_1.17.0.v20211026-1326.jar eclipse/plugins/org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar eclipse/plugins/org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar eclipse/plugins/org.eclipse.osgi_3.17.100.v20211104-1730.jar eclipse/plugins/org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar eclipse/plugins/org.eclipse.osgi.services_3.10.200.v20210723-0643.jar eclipse/plugins/org.eclipse.osgi.util_3.6.100.v20210723-1119.jar eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/arrow.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/arrow_light.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/ov_wbbasics48.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_eclcommunity48.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_eclplatform48.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_migrate48.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_updates48.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/dragHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/gtkHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/gtkTSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macGrey.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macTSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7Handle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7TSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winClassicHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winClassicTSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBluHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBluTSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBlue.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPHandle.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPOlive.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPTSFrame.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/migrate.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/migrate.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/overview.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/overview.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/whatsnew.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/whatsnew.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/migrateExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/overviewExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent1.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent2.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent3.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/org.eclipse.ui.intro.universal.solstice/ eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.mappings eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/LegacyIDE.e4xmi eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.html eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.ini eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/book.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/disabled_book.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse1024.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse128.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse16.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse22.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse24.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse256.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse32.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse48.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse512.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse64.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse_lg.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse_lg@2x.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/helpData.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro-eclipse.svg eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/introData.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/macosx_narrow_book.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/narrow_book.css eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin.xml eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin_customization.ini eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin_customization.properties eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/splash.png eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/platform.jar eclipse/plugins/org.eclipse.platform.doc.user_4.22.0.v20211123-1648.jar eclipse/plugins/org.eclipse.rcp_4.22.0.v20211124-1800.jar eclipse/plugins/org.eclipse.remote.console_1.2.0.202109011318.jar eclipse/plugins/org.eclipse.remote.core_4.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.doc.isv_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.jsch.core_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.jsch.ui_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.serial.core_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.serial.ui_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.telnet.core_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.telnet.ui_1.0.0.202109011318.jar eclipse/plugins/org.eclipse.remote.ui_2.1.1.202109011318.jar eclipse/plugins/org.eclipse.search_3.14.0.v20211108-0804.jar eclipse/plugins/org.eclipse.swt_3.118.0.v20211123-0851.jar eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.118.0.v20211123-0851.jar eclipse/plugins/org.eclipse.swtchart_0.13.0.202109100616.jar eclipse/plugins/org.eclipse.swtchart.extensions_0.13.0.202109100616.jar eclipse/plugins/org.eclipse.team.core_3.9.200.v20211013-1022.jar eclipse/plugins/org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar eclipse/plugins/org.eclipse.team.ui_3.9.100.v20210721-1306.jar eclipse/plugins/org.eclipse.text_3.12.0.v20210512-1644.jar eclipse/plugins/org.eclipse.text.quicksearch_1.1.200.v20210616-1255.jar eclipse/plugins/org.eclipse.tm.terminal.connector.cdtserial_4.7.100.202008310315.jar eclipse/plugins/org.eclipse.tm.terminal.connector.local_4.7.200.202106171937.jar eclipse/plugins/org.eclipse.tm.terminal.connector.process_4.8.0.202105240430.jar eclipse/plugins/org.eclipse.tm.terminal.connector.ssh_4.7.100.202104042017.jar eclipse/plugins/org.eclipse.tm.terminal.connector.telnet_4.7.100.202010121414.jar eclipse/plugins/org.eclipse.tm.terminal.control_5.3.0.202107100131.jar eclipse/plugins/org.eclipse.tm.terminal.view.core_4.8.100.202110051557.jar eclipse/plugins/org.eclipse.tm.terminal.view.ui_4.10.100.202110140133.jar eclipse/plugins/org.eclipse.tm4e.core_0.4.3.202110141401.jar eclipse/plugins/org.eclipse.tm4e.registry_0.5.0.202111180858.jar eclipse/plugins/org.eclipse.tm4e.ui_0.5.0.202111180858.jar eclipse/plugins/org.eclipse.tools.templates.core_1.2.0.202008310315.jar eclipse/plugins/org.eclipse.tools.templates.freemarker_1.2.200.202110311121.jar eclipse/plugins/org.eclipse.tools.templates.ui_1.3.0.202110311121.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.core_2.0.6.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.ui_2.0.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.core_3.1.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.ui_1.0.12.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.core_1.1.3.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.ui_1.1.5.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.core_6.0.2.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.ui_4.0.4.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.profiling.core_2.1.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.profiling.ui_3.0.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.core_5.2.3.202112011607.jar eclipse/plugins/org.eclipse.ui_3.200.0.v20211026-0701.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.ui_5.0.1.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.common.core_4.3.1.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.ctf.core_4.0.6.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.ctf.parser_1.0.6.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.datastore.core_1.2.2.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.doc.dev_7.2.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.doc.user_7.2.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.core_1.0.7.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.doc.user_7.2.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.ui_1.1.4.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.common.core_1.1.3.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.core_1.2.5.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.ui_1.2.13.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.core_3.0.5.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.ui_2.0.2.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.core_5.0.3.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.ui_3.0.10.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.segmentstore.core_3.0.1.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.statesystem.core_5.1.0.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.core_4.0.4.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.16.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.core_1.0.4.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.ui_1.0.11.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.core_7.1.1.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ctf.core_4.2.3.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.filter.parser_1.0.6.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.core_2.0.5.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.ui_1.0.9.202112011607.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ui_7.1.1.202112011607.jar eclipse/plugins/org.eclipse.ui.browser_3.7.100.v20211105-1434.jar eclipse/plugins/org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar eclipse/plugins/org.eclipse.ui.console_3.11.100.v20210721-1355.jar eclipse/plugins/org.eclipse.ui.editors_3.14.300.v20210913-0815.jar eclipse/plugins/org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar eclipse/plugins/org.eclipse.ui.forms_3.11.300.v20211022-1451.jar eclipse/plugins/org.eclipse.ui.genericeditor_1.2.100.v20211021-1148.jar eclipse/plugins/org.eclipse.ui.ide_3.18.400.v20211026-0701.jar eclipse/plugins/org.eclipse.ui.ide.application_1.4.200.v20211026-0701.jar eclipse/plugins/org.eclipse.ui.intro_3.6.400.v20211015-1317.jar eclipse/plugins/org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar eclipse/plugins/org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar eclipse/plugins/org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar eclipse/plugins/org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar eclipse/plugins/org.eclipse.ui.navigator.resources_3.8.300.v20210914-2004.jar eclipse/plugins/org.eclipse.ui.net_1.4.0.v20210426-0838.jar eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/common/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/common/e4_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark-drag-styling.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_ide_colorextensions.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_partstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_preferencestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_tabstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light-drag-styling.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_ide_colorextensions.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_partstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_tabstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/ eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light-drag-styling.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_ide_colorextensions.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_partstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_tabstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_linux.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_mac1013.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_basestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_classic.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_gtk.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_system.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/high-contrast.css eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/.api_description eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/about.html eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/plugin.properties eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/plugin.xml eclipse/plugins/org.eclipse.ui.views_3.11.100.v20210816-0811.jar eclipse/plugins/org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar eclipse/plugins/org.eclipse.ui.workbench_3.124.0.v20211116-0651.jar eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.16.300.v20211119-1032.jar eclipse/plugins/org.eclipse.update.configurator_3.4.800.v20210415-1314.jar eclipse/plugins/org.eclipse.urischeme_1.2.100.v20211001-1648.jar eclipse/plugins/org.eclipse.userstorage_1.2.0.v20210517-0327.jar eclipse/plugins/org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar eclipse/plugins/org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar eclipse/plugins/org.eclipse.wst.common.core_1.4.100.v202103232321.jar eclipse/plugins/org.eclipse.wst.common.environment_1.0.401.v202007142017.jar eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar eclipse/plugins/org.eclipse.wst.common.ui_1.2.100.v202101112327.jar eclipse/plugins/org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar eclipse/plugins/org.eclipse.wst.sse.core_1.2.700.v202107272335.jar eclipse/plugins/org.eclipse.wst.sse.ui_1.7.300.v202111190506.jar eclipse/plugins/org.eclipse.wst.validation_1.2.801.v202007142017.jar eclipse/plugins/org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar eclipse/plugins/org.eclipse.wst.xml.core_1.2.400.v202107272335.jar eclipse/plugins/org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar eclipse/plugins/org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar eclipse/plugins/org.eclipse.xsd_2.18.0.v20210924-1719.jar eclipse/plugins/org.eclipse.zest.core_1.5.300.201606061308.jar eclipse/plugins/org.eclipse.zest.layouts_1.1.300.201606061308.jar eclipse/plugins/org.freemarker_2.3.22.v20160210-1233.jar eclipse/plugins/org.glassfish.hk2.api_2.6.1.v20200513-1859.jar eclipse/plugins/org.glassfish.hk2.locator_2.6.1.v20200513-1859.jar eclipse/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.v20200509-0149.jar eclipse/plugins/org.glassfish.hk2.utils_2.6.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.apache.connector_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.containers.servlet_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.containers.servlet.core_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.core.jersey-client_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.core.jersey-common_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.core.jersey-server_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.ext.entityfiltering_2.30.1.v20200513-1859.jar eclipse/plugins/org.glassfish.jersey.inject.jersey-hk2_2.30.1.v20200512-1802.jar eclipse/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1.v20200513-1859.jar eclipse/plugins/org.jcodings_1.0.18.v20170306-1742.jar eclipse/plugins/org.joni_2.1.11.v20170306-1742.jar eclipse/plugins/org.json_1.0.0.v201011060100.jar eclipse/plugins/org.jsoup_1.14.3.v20211012-1727.jar eclipse/plugins/org.mandas.docker-client_3.2.1.v20200519-1937.jar eclipse/plugins/org.objectweb.asm_9.2.0.v20210813-1119.jar eclipse/plugins/org.objectweb.asm.analysis_9.2.0.v20210813-1119.jar eclipse/plugins/org.objectweb.asm.tree_9.2.0.v20210813-1119.jar eclipse/plugins/org.objectweb.asm.util_9.2.0.v20210813-1119.jar eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar eclipse/plugins/org.slf4j.api_1.7.30.v20200204-2150.jar eclipse/plugins/org.tukaani.xz_1.9.0.v20210624-1259.jar eclipse/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar eclipse/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar eclipse/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar eclipse/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar eclipse/plugins/org.yaml.snakeyaml_1.27.0.v20201111-1638.jar eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/org.eclipse.ui.intro.universal.solstice/ eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.mappings eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.html eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.ini eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse16.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse16@2x.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse256.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse256@2x.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse32.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse32@2x.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse48.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse48@2x.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse_lg.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse_lg@2x.png eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/intro-eclipse.svg eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin_customization.ini eclipse/features/ eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/p2.inf eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/ eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/ eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/epl-2.0.html eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/license.html eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/feature.xml eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/feature.properties eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/ eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/ eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/epl-2.0.html eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/license.html eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/feature.xml eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/feature.properties eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/ eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/ eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/epl-2.0.html eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/license.html eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/feature.xml eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/feature.properties eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt_10.5.0.202112012329/ eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/ eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt_10.5.0.202112012329/epl-2.0.html eclipse/features/org.eclipse.cdt_10.5.0.202112012329/license.html eclipse/features/org.eclipse.cdt_10.5.0.202112012329/p2.inf eclipse/features/org.eclipse.cdt_10.5.0.202112012329/feature.xml eclipse/features/org.eclipse.cdt_10.5.0.202112012329/feature.properties eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/ eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/ eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/epl-2.0.html eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/license.html eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/feature.xml eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/feature.properties eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/ eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/ eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/epl-2.0.html eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/license.html eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/feature.xml eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/feature.properties eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/ eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/ eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/epl-2.0.html eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/license.html eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/feature.xml eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/feature.properties eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/ eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/ eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/epl-2.0.html eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/license.html eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/feature.xml eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/feature.properties eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/ eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/ eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/epl-2.0.html eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/license.html eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/feature.xml eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/feature.properties eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/ eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/ eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/MANIFEST.MF eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/epl-2.0.html eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/license.html eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/feature.xml eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/feature.properties eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/ eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/ eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/epl-2.0.html eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/license.html eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/about.html eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/feature.xml eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/feature.properties eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/epl-2.0.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/license.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/about.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.xml eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/epl-2.0.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/license.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/about.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/epl-2.0.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/license.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/about.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/epl-2.0.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/license.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/about.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.properties eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/ eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/ eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/epl-2.0.html eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/license.html eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/feature.xml eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/feature.properties eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/ eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/ eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/feature.properties eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/license.html eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/feature.xml eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/epl-2.0.html eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/ eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/ eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/feature.properties eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/license.html eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/feature.xml eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/epl-2.0.html eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/ eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/ eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/epl-2.0.html eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/license.html eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/about.html eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/p2.inf eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/feature.xml eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/feature.properties eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/epl-2.0.html eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/license.html eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/feature.xml eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/feature.properties eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/epl-2.0.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/license.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/feature.xml eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/feature.properties eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/epl-2.0.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/license.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/feature.xml eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/feature.properties eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/epl-2.0.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/license.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/feature.xml eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/feature.properties eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/epl-2.0.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/license.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/feature.xml eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/feature.properties eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/ eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/ eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/MANIFEST.MF eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/epl-2.0.html eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/license.html eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/feature.xml eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/feature.properties eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/ eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/ eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/edl-v10.html eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/license.html eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/feature.xml eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/feature.properties eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/ eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/ eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/edl-v10.html eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/license.html eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/feature.xml eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/feature.properties eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/ eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/ eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/edl-v10.html eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/license.html eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/feature.xml eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/feature.properties eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/ eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/ eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/edl-v10.html eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/license.html eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/feature.xml eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/feature.properties eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/ eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/ eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/MANIFEST.MF eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/epl-2.0.html eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/license.html eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/p2.inf eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/feature.xml eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/feature.properties eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/ eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/ eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/MANIFEST.MF eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/epl-2.0.html eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/license.html eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/feature.xml eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/feature.properties eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/ eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/license.html eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/about.html eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/ eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/ eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/epl-2.0.html eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/license.html eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/p2.inf eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/feature.xml eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/feature.properties eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/epl-2.0.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/license.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/feature.xml eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/feature.properties eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/epl-2.0.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/license.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/feature.xml eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/feature.properties eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/ eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/ eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/epl-v20.html eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/feature.properties eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/license.html eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/feature.xml eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/ eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/ eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/epl-v20.html eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/feature.properties eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/license.html eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/feature.xml eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/ eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/ eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/epl-v20.html eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/feature.properties eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/license.html eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/feature.xml eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/ eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/MANIFEST.MF eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/epl-2.0.html eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/license.html eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/feature.xml eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/feature.properties eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/ eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/ eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/epl-2.0.html eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/license.html eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/feature.xml eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/feature.properties eclipse/features/org.eclipse.remote_3.0.2.202109011318/ eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/ eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/MANIFEST.MF eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.remote_3.0.2.202109011318/epl-2.0.html eclipse/features/org.eclipse.remote_3.0.2.202109011318/license.html eclipse/features/org.eclipse.remote_3.0.2.202109011318/eclipse_update_120.jpg eclipse/features/org.eclipse.remote_3.0.2.202109011318/epl-v10.html eclipse/features/org.eclipse.remote_3.0.2.202109011318/feature.xml eclipse/features/org.eclipse.remote_3.0.2.202109011318/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.ini eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.mappings eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/cdt_logo_icon32.png eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.ini eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.mappings eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/cdt_logo_icon32.png eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.ini eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.mappings eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/cdt_logo_icon32.png eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/ eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/ eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/license.html eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/p2.inf eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/feature.xml eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/feature.properties eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/ eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/ eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/epl-2.0.html eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/license.html eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/feature.xml eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/feature.properties eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/p2.inf eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/ eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/epl-2.0.html eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/license.html eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/p2.inf eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/feature.xml eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/feature.properties eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/ eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/ eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/MANIFEST.MF eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/epl-2.0.html eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/license.html eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/feature.xml eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/feature.properties eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/epl-2.0.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/license.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/p2.inf eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/feature.xml eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/feature.properties eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/ eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/ eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/epl-2.0.html eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/license.html eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/p2.inf eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/feature.xml eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/feature.properties eclipse/notice.html eclipse/icon.xpm eclipse/eclipse eclipse/.eclipseproduct eclipse/readme/ eclipse/readme/readme_eclipse.html eclipse/dropins/ eclipse/eclipse.ini eclipse/configuration/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info eclipse/configuration/config.ini eclipse/configuration/org.eclipse.update/ eclipse/configuration/org.eclipse.update/platform.xml ln -sf ${HOME}/frameworks/eclipse/eclipse ${HOME}/bin/eclipse + ln -sf /home/etsi/frameworks/eclipse/eclipse /home/etsi/bin/eclipse rm -f ./eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz + rm -f ./eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz  if wget --progress=dot:mega $TITAN_URL -OTITAN_Designer_and_Executor_plugin.zip; then eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director \ -destination /home/etsi/frameworks/eclipse \ -repository 'jar:file:///home/etsi/frameworks/TITAN_Designer_and_Executor_plugin.zip' \ -installIU TITAN_Designer.feature.group,TITAN_Executor.feature.group,TITAN_Log_Viewer.feature.group,Titan_external_dependencies.feature.group,Titanium.feature.group,Titanium_external_dependencies.feature.group rm -f TITAN_Designer_and_Executor_plugin.zip fi + wget --progress=dot:mega 'https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip' -OTITAN_Designer_and_Executor_plugin.zip --2022-03-23 13:24:05-- https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip Resolving www.eclipse.org (www.eclipse.org)... 198.41.30.198 Connecting to www.eclipse.org (www.eclipse.org)|198.41.30.198|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: 'TITAN_Designer_and_Executor_plugin.zip'  0K 87.2M=0s 2022-03-23 13:24:06 (87.2 MB/s) - 'TITAN_Designer_and_Executor_plugin.zip' saved [25445] + eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director -destination /home/etsi/frameworks/eclipse -repository jar:file:///home/etsi/frameworks/TITAN_Designer_and_Executor_plugin.zip -installIU TITAN_Designer.feature.group,TITAN_Executor.feature.group,TITAN_Log_Viewer.feature.group,Titan_external_dependencies.feature.group,Titanium.feature.group,Titanium_external_dependencies.feature.group SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Installation failed. Unable to load repositories. There were errors. See log file: /home/etsi/frameworks/eclipse/configuration/1648041847160.log + rm -f TITAN_Designer_and_Executor_plugin.zip  cd ${HOME} + cd /home/etsi ***************************** * Install osip *****************************  echo -e "*****************************\n* Install osip\n*****************************\n" + echo -e '*****************************\n* Install osip\n*****************************\n' cd ${HOME}/frameworks + cd /home/etsi/frameworks git clone https://git.savannah.gnu.org/git/osip.git ./osip + git clone https://git.savannah.gnu.org/git/osip.git ./osip Cloning into './osip'... cd osip + cd osip ./autogen.sh + ./autogen.sh + rm -rf config.cache autom4te.cache libtool + libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'scripts'. libtoolize: copying file 'scripts/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'scripts'. libtoolize: copying file 'scripts/libtool.m4' libtoolize: copying file 'scripts/ltoptions.m4' libtoolize: copying file 'scripts/ltsugar.m4' libtoolize: copying file 'scripts/ltversion.m4' libtoolize: copying file 'scripts/lt~obsolete.m4' + aclocal + autoheader + automake --add-missing --copy configure.ac:32: installing 'scripts/compile' configure.ac:28: installing 'scripts/config.guess' configure.ac:28: installing 'scripts/config.sub' configure.ac:24: installing 'scripts/missing' src/osip2/Makefile.am: installing 'scripts/depcomp' + autoconf ./configure --prefix=/home/etsi + ./configure --prefix=/home/etsi configure: libosip2 The GNU Open SIP library. configure: Copyright (C) 2001-2021 Aymeric MOIZARD - Configuring Building Package on linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /bin/sed checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking for sem_open in -lposix4... no checking for nis_add in -lnsl... yes checking for sendto in -lsocket... no checking for lrand48 in -lc... yes checking for clock_gettime in -lrt... yes checking for localtime... yes checking whether -Wall works... yes checking whether -Wcast-align works... yes checking whether -Wchar-subscripts works... yes checking whether -Wformat works... yes checking whether -Winline works... yes checking whether -Wmissing-declarations works... yes checking whether -Wmissing-prototypes works... yes checking whether -Wnested-externs works... yes checking whether -Wpointer-arith works... yes checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/unistd.h usability... yes checking sys/unistd.h presence... yes checking for sys/unistd.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for struct timeval... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosip2.pc config.status: creating Makefile config.status: creating scripts/Makefile config.status: creating src/Makefile config.status: creating src/osipparser2/Makefile config.status: creating src/osip2/Makefile config.status: creating src/test/Makefile config.status: creating include/Makefile config.status: creating include/osip2/Makefile config.status: creating include/osipparser2/Makefile config.status: creating include/osipparser2/headers/Makefile config.status: creating help/Makefile config.status: creating help/man/Makefile config.status: creating help/doxygen/Makefile config.status: creating platform/Makefile config.status: creating platform/rpm/Makefile config.status: creating platform/vsnet/Makefile config.status: creating include/osip2/doxygen.dox config.status: creating osip-config.h config.status: executing depfiles commands config.status: executing libtool commands make && make install + make make all-recursive make[1]: Entering directory '/home/etsi/frameworks/osip' Making all in include make[2]: Entering directory '/home/etsi/frameworks/osip/include' Making all in osipparser2 make[3]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2' Making all in headers make[4]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[4]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2' make[3]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2' Making all in osip2 make[3]: Entering directory '/home/etsi/frameworks/osip/include/osip2' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/include/osip2' make[3]: Entering directory '/home/etsi/frameworks/osip/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/include' make[2]: Leaving directory '/home/etsi/frameworks/osip/include' Making all in src make[2]: Entering directory '/home/etsi/frameworks/osip/src' Making all in osipparser2 make[3]: Entering directory '/home/etsi/frameworks/osip/src/osipparser2' CC osip_proxy_authorization.lo CC osip_cseq.lo CC osip_record_route.lo CC osip_route.lo CC osip_to.lo CC osip_from.lo CC osip_uri.lo CC osip_authorization.lo CC osip_header.lo CC osip_www_authenticate.lo CC osip_via.lo CC osip_body.lo CC osip_md5c.lo CC osip_message.lo CC osip_list.lo CC osip_call_id.lo CC osip_message_parse.lo CC osip_contact.lo CC osip_message_to_str.lo CC osip_content_length.lo CC osip_parser_cfg.lo CC osip_content_type.lo CC osip_proxy_authenticate.lo CC osip_mime_version.lo CC osip_port.lo osip_port.c: In function 'osip_build_random_number': osip_port.c:203:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, &r, sizeof(r)); ^~~~~~~~~~~~~~~~~~~~~~~  CC osip_call_info.lo CC osip_content_disposition.lo CC osip_accept_encoding.lo CC osip_content_encoding.lo CC osip_authentication_info.lo CC osip_proxy_authentication_info.lo CC osip_accept_language.lo CC osip_accept.lo CC osip_alert_info.lo CC osip_error_info.lo CC osip_allow.lo CC sdp_accessor.lo CC sdp_message.lo CCLD libosipparser2.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/home/etsi/frameworks/osip/src/osipparser2' Making all in osip2 make[3]: Entering directory '/home/etsi/frameworks/osip/src/osip2' CC ict_fsm.lo CC ist_fsm.lo CC nict_fsm.lo CC nist_fsm.lo CC ict.lo CC ist.lo CC nict.lo CC nist.lo CC fsm_misc.lo CC osip.lo CC osip_transaction.lo CC osip_event.lo CC port_fifo.lo CC osip_dialog.lo CC osip_time.lo osip_time.c:129:12: warning: '_osip_gettimeofday_realtime' defined but not used [-Wunused-function] static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~  CC port_sema.lo CC port_thread.lo CC port_condv.lo CCLD libosip2.la ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/home/etsi/frameworks/osip/src/osip2' Making all in test make[3]: Entering directory '/home/etsi/frameworks/osip/src/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src/test' make[3]: Entering directory '/home/etsi/frameworks/osip/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src' make[2]: Leaving directory '/home/etsi/frameworks/osip/src' Making all in scripts make[2]: Entering directory '/home/etsi/frameworks/osip/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/osip/scripts' Making all in help make[2]: Entering directory '/home/etsi/frameworks/osip/help' Making all in man make[3]: Entering directory '/home/etsi/frameworks/osip/help/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/help/man' Making all in doxygen make[3]: Entering directory '/home/etsi/frameworks/osip/help/doxygen' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/help/doxygen' make[3]: Entering directory '/home/etsi/frameworks/osip/help' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/help' make[2]: Leaving directory '/home/etsi/frameworks/osip/help' Making all in platform make[2]: Entering directory '/home/etsi/frameworks/osip/platform' Making all in rpm make[3]: Entering directory '/home/etsi/frameworks/osip/platform/rpm' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform/rpm' Making all in vsnet make[3]: Entering directory '/home/etsi/frameworks/osip/platform/vsnet' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform/vsnet' make[3]: Entering directory '/home/etsi/frameworks/osip/platform' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform' make[2]: Leaving directory '/home/etsi/frameworks/osip/platform' make[2]: Entering directory '/home/etsi/frameworks/osip' make[2]: Leaving directory '/home/etsi/frameworks/osip' make[1]: Leaving directory '/home/etsi/frameworks/osip' + make install Making install in include make[1]: Entering directory '/home/etsi/frameworks/osip/include' Making install in osipparser2 make[2]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2' Making install in headers make[3]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[4]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/etsi/include/osipparser2/headers' /usr/bin/install -c -m 644 osip_accept.h osip_contact.h osip_mime_version.h osip_accept_encoding.h osip_content_disposition.h osip_proxy_authenticate.h osip_accept_language.h osip_content_encoding.h osip_proxy_authorization.h osip_alert_info.h osip_content_length.h osip_record_route.h osip_allow.h osip_content_type.h osip_route.h osip_authorization.h osip_cseq.h osip_to.h osip_call_info.h osip_error_info.h osip_via.h osip_call_id.h osip_from.h osip_www_authenticate.h osip_header.h osip_authentication_info.h osip_proxy_authentication_info.h '/home/etsi/include/osipparser2/headers' make[4]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[3]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2/headers' make[3]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2' make[4]: Entering directory '/home/etsi/frameworks/osip/include/osipparser2' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/etsi/include/osipparser2' /usr/bin/install -c -m 644 osip_const.h osip_md5.h osip_parser.h osip_uri.h osip_list.h osip_message.h osip_port.h sdp_message.h osip_headers.h osip_body.h '/home/etsi/include/osipparser2' make[4]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2' make[3]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2' make[2]: Leaving directory '/home/etsi/frameworks/osip/include/osipparser2' Making install in osip2 make[2]: Entering directory '/home/etsi/frameworks/osip/include/osip2' make[3]: Entering directory '/home/etsi/frameworks/osip/include/osip2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/etsi/include/osip2' /usr/bin/install -c -m 644 osip.h osip_dialog.h osip_mt.h osip_fifo.h osip_condv.h osip_time.h '/home/etsi/include/osip2' make[3]: Leaving directory '/home/etsi/frameworks/osip/include/osip2' make[2]: Leaving directory '/home/etsi/frameworks/osip/include/osip2' make[2]: Entering directory '/home/etsi/frameworks/osip/include' make[3]: Entering directory '/home/etsi/frameworks/osip/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/include' make[2]: Leaving directory '/home/etsi/frameworks/osip/include' make[1]: Leaving directory '/home/etsi/frameworks/osip/include' Making install in src make[1]: Entering directory '/home/etsi/frameworks/osip/src' Making install in osipparser2 make[2]: Entering directory '/home/etsi/frameworks/osip/src/osipparser2' make[3]: Entering directory '/home/etsi/frameworks/osip/src/osipparser2' /bin/mkdir -p '/home/etsi/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosipparser2.la '/home/etsi/lib' libtool: install: /usr/bin/install -c .libs/libosipparser2.so.15.0.0 /home/etsi/lib/libosipparser2.so.15.0.0 libtool: install: (cd /home/etsi/lib && { ln -s -f libosipparser2.so.15.0.0 libosipparser2.so.15 || { rm -f libosipparser2.so.15 && ln -s libosipparser2.so.15.0.0 libosipparser2.so.15; }; }) libtool: install: (cd /home/etsi/lib && { ln -s -f libosipparser2.so.15.0.0 libosipparser2.so || { rm -f libosipparser2.so && ln -s libosipparser2.so.15.0.0 libosipparser2.so; }; }) libtool: install: /usr/bin/install -c .libs/libosipparser2.lai /home/etsi/lib/libosipparser2.la libtool: install: /usr/bin/install -c .libs/libosipparser2.a /home/etsi/lib/libosipparser2.a libtool: install: chmod 644 /home/etsi/lib/libosipparser2.a libtool: install: ranlib /home/etsi/lib/libosipparser2.a libtool: finish: PATH="/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/etsi/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/etsi/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src/osipparser2' make[2]: Leaving directory '/home/etsi/frameworks/osip/src/osipparser2' Making install in osip2 make[2]: Entering directory '/home/etsi/frameworks/osip/src/osip2' make[3]: Entering directory '/home/etsi/frameworks/osip/src/osip2' /bin/mkdir -p '/home/etsi/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosip2.la '/home/etsi/lib' libtool: warning: relinking 'libosip2.la' libtool: install: (cd /home/etsi/frameworks/osip/src/osip2; /bin/bash "/home/etsi/frameworks/osip/libtool" --silent --tag CC --mode=relink gcc -DENABLE_TRACE -g -O2 -pthread -version-info 15:0:0 ../osipparser2/libosipparser2.la -lnsl -lrt -no-undefined -o libosip2.la -rpath /home/etsi/lib ict_fsm.lo ist_fsm.lo nict_fsm.lo nist_fsm.lo ict.lo ist.lo nict.lo nist.lo fsm_misc.lo osip.lo osip_transaction.lo osip_event.lo port_fifo.lo osip_dialog.lo osip_time.lo port_sema.lo port_thread.lo port_condv.lo ) libtool: install: /usr/bin/install -c .libs/libosip2.so.15.0.0T /home/etsi/lib/libosip2.so.15.0.0 libtool: install: (cd /home/etsi/lib && { ln -s -f libosip2.so.15.0.0 libosip2.so.15 || { rm -f libosip2.so.15 && ln -s libosip2.so.15.0.0 libosip2.so.15; }; }) libtool: install: (cd /home/etsi/lib && { ln -s -f libosip2.so.15.0.0 libosip2.so || { rm -f libosip2.so && ln -s libosip2.so.15.0.0 libosip2.so; }; }) libtool: install: /usr/bin/install -c .libs/libosip2.lai /home/etsi/lib/libosip2.la libtool: install: /usr/bin/install -c .libs/libosip2.a /home/etsi/lib/libosip2.a libtool: install: chmod 644 /home/etsi/lib/libosip2.a libtool: install: ranlib /home/etsi/lib/libosip2.a libtool: finish: PATH="/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/etsi/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/etsi/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src/osip2' make[2]: Leaving directory '/home/etsi/frameworks/osip/src/osip2' Making install in test make[2]: Entering directory '/home/etsi/frameworks/osip/src/test' make[3]: Entering directory '/home/etsi/frameworks/osip/src/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src/test' make[2]: Leaving directory '/home/etsi/frameworks/osip/src/test' make[2]: Entering directory '/home/etsi/frameworks/osip/src' make[3]: Entering directory '/home/etsi/frameworks/osip/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/src' make[2]: Leaving directory '/home/etsi/frameworks/osip/src' make[1]: Leaving directory '/home/etsi/frameworks/osip/src' Making install in scripts make[1]: Entering directory '/home/etsi/frameworks/osip/scripts' make[2]: Entering directory '/home/etsi/frameworks/osip/scripts' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/osip/scripts' make[1]: Leaving directory '/home/etsi/frameworks/osip/scripts' Making install in help make[1]: Entering directory '/home/etsi/frameworks/osip/help' Making install in man make[2]: Entering directory '/home/etsi/frameworks/osip/help/man' make[3]: Entering directory '/home/etsi/frameworks/osip/help/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/etsi/share/man/man1' /usr/bin/install -c -m 644 osip.1 '/home/etsi/share/man/man1' make[3]: Leaving directory '/home/etsi/frameworks/osip/help/man' make[2]: Leaving directory '/home/etsi/frameworks/osip/help/man' Making install in doxygen make[2]: Entering directory '/home/etsi/frameworks/osip/help/doxygen' make[3]: Entering directory '/home/etsi/frameworks/osip/help/doxygen' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/help/doxygen' make[2]: Leaving directory '/home/etsi/frameworks/osip/help/doxygen' make[2]: Entering directory '/home/etsi/frameworks/osip/help' make[3]: Entering directory '/home/etsi/frameworks/osip/help' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/help' make[2]: Leaving directory '/home/etsi/frameworks/osip/help' make[1]: Leaving directory '/home/etsi/frameworks/osip/help' Making install in platform make[1]: Entering directory '/home/etsi/frameworks/osip/platform' Making install in rpm make[2]: Entering directory '/home/etsi/frameworks/osip/platform/rpm' make[3]: Entering directory '/home/etsi/frameworks/osip/platform/rpm' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform/rpm' make[2]: Leaving directory '/home/etsi/frameworks/osip/platform/rpm' Making install in vsnet make[2]: Entering directory '/home/etsi/frameworks/osip/platform/vsnet' make[3]: Entering directory '/home/etsi/frameworks/osip/platform/vsnet' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform/vsnet' make[2]: Leaving directory '/home/etsi/frameworks/osip/platform/vsnet' make[2]: Entering directory '/home/etsi/frameworks/osip/platform' make[3]: Entering directory '/home/etsi/frameworks/osip/platform' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/osip/platform' make[2]: Leaving directory '/home/etsi/frameworks/osip/platform' make[1]: Leaving directory '/home/etsi/frameworks/osip/platform' make[1]: Entering directory '/home/etsi/frameworks/osip' make[2]: Entering directory '/home/etsi/frameworks/osip' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/etsi/lib/pkgconfig' /usr/bin/install -c -m 644 libosip2.pc '/home/etsi/lib/pkgconfig' make[2]: Leaving directory '/home/etsi/frameworks/osip' make[1]: Leaving directory '/home/etsi/frameworks/osip'  cd ${HOME} + cd /home/etsi  echo -e "*****************************\n* Checkout TTF T012 sources\n*****************************\n" + echo -e '*****************************\n* Checkout TTF T012 sources\n*****************************\n' mkdir -p ${HOME}/dev && cd ${HOME}/dev || exit 1 + mkdir -p /home/etsi/dev ***************************** * Checkout TTF T012 sources ***************************** + cd /home/etsi/dev  git clone --branch ttf_t009 --recurse-submodules --single-branch https://forge.etsi.org/gitlab/emergency-communications/NG112.git ETSI_Ng112 + git clone --branch ttf_t009 --recurse-submodules --single-branch https://forge.etsi.org/gitlab/emergency-communications/NG112.git ETSI_Ng112 Cloning into 'ETSI_Ng112'... warning: redirecting to https://forge.etsi.org/rep/emergency-communications/NG112.git/ Submodule 'ttcn/LibCommon' (https://forge.etsi.org/gitlab/LIBS/LibCommon.git) registered for path 'ttcn/LibCommon' Submodule 'ttcn/LibIms' (https://forge.etsi.org/gitlab/LIBS/LibIms.git) registered for path 'ttcn/LibIms' Submodule 'ttcn/LibIts' (https://forge.etsi.org/gitlab/LIBS/LibIts) registered for path 'ttcn/LibIts' Submodule 'ttcn/LibSip' (https://forge.etsi.org/gitlab/LIBS/LibSip.git) registered for path 'ttcn/LibSip' Cloning into '/home/etsi/dev/ETSI_Ng112/ttcn/LibCommon'... warning: redirecting to https://forge.etsi.org/rep/LIBS/LibCommon.git/ Cloning into '/home/etsi/dev/ETSI_Ng112/ttcn/LibIms'... warning: redirecting to https://forge.etsi.org/rep/LIBS/LibIms.git/ Cloning into '/home/etsi/dev/ETSI_Ng112/ttcn/LibIts'... warning: redirecting to https://forge.etsi.org/rep/LIBS/LibIts.git/ Cloning into '/home/etsi/dev/ETSI_Ng112/ttcn/LibSip'... warning: redirecting to https://forge.etsi.org/rep/LIBS/LibSip.git/ Submodule path 'ttcn/LibCommon': checked out '21bad7c51917d19bebdff5b36983e22922421976' Submodule path 'ttcn/LibIms': checked out '476286ca120c7f740d669f4a768e966fed02d36b' Submodule path 'ttcn/LibIts': checked out '8cc82f9090a74ea159ee1da9f26c3b94de153f3b' Submodule path 'ttcn/LibSip': checked out '3fbdde74a0593590270318e1bd033ad65d974393' cd /home/etsi/dev/ETSI_Ng112/ttcn/LibIts + cd /home/etsi/dev/ETSI_Ng112/ttcn/LibIts rm -fr t3q + rm -fr t3q cd ttcn && rm -fr Common + cd ttcn + rm -fr Common  echo -e "*****************************\n* Set up environment\n*****************************\n" + echo -e '*****************************\n* Set up environment\n*****************************\n' cd /home/etsi/dev/ETSI_Ng112/scripts + cd /home/etsi/dev/ETSI_Ng112/scripts ln -sf /home/etsi/dev/ETSI_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash + ln -sf /home/etsi/dev/ETSI_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash ***************************** * Set up environment ***************************** . /home/etsi/devenv.bash + . /home/etsi/devenv.bash #!/bin/bash # Turn on debug mode #set -vx set -e ++ set -e # Colors and Prompt #export PS1="\w\$ " #export PS1="\D{%Y-%m-%d %H:%M:%S} \w\n\$ " export TERM=xterm ++ export TERM=xterm ++ TERM=xterm export EDITOR=emacs ++ export EDITOR=emacs ++ EDITOR=emacs set -o emacs ++ set -o emacs # Home working directories export HOME_FRAMEWORKS=${HOME}/frameworks ++ export HOME_FRAMEWORKS=/home/etsi/frameworks ++ HOME_FRAMEWORKS=/home/etsi/frameworks export HOME_LIB=${HOME}/lib ++ export HOME_LIB=/home/etsi/lib ++ HOME_LIB=/home/etsi/lib export HOME_BIN=${HOME}/bin ++ export HOME_BIN=/home/etsi/bin ++ HOME_BIN=/home/etsi/bin export HOME_ETC=${HOME}/etc ++ export HOME_ETC=/home/etsi/etc ++ HOME_ETC=/home/etsi/etc export HOME_TMP=${HOME}/tmp ++ export HOME_TMP=/home/etsi/tmp ++ HOME_TMP=/home/etsi/tmp export HOME_DOCS=${HOME}/docs ++ export HOME_DOCS=/home/etsi/docs ++ HOME_DOCS=/home/etsi/docs # Home common include directory export HOME_INC=${HOME}/include ++ export HOME_INC=/home/etsi/include ++ HOME_INC=/home/etsi/include # Update PATH environment variable export PATH=${HOME_BIN}:${PATH} ++ export PATH=/home/etsi/bin:/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/home/etsi/bin:/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Update LD_LIBRARY_PATH environment variable if [ "${LD_LIBRARY_PATH}" == "" ] then export LD_LIBRARY_PATH=${HOME_LIB}:/usr/local/lib else export LD_LIBRARY_PATH=${HOME_LIB}:/usr/local/lib:${LD_LIBRARY_PATH} fi ++ '[' '' == '' ']' ++ export LD_LIBRARY_PATH=/home/etsi/lib:/usr/local/lib ++ LD_LIBRARY_PATH=/home/etsi/lib:/usr/local/lib # Add JAVA support export JAVA_VERSION=1.8.0_92 ++ export JAVA_VERSION=1.8.0_92 ++ JAVA_VERSION=1.8.0_92 export JAVA_JDK=jdk${JAVA_VERSION} ++ export JAVA_JDK=jdk1.8.0_92 ++ JAVA_JDK=jdk1.8.0_92 if [ -d "${HOME_FRAMEWORKS}/${JAVA_JDK}" ] then export JAVA_HOME=${HOME_FRAMEWORKS}/${JAVA_JDK}/bin else  unset JAVA_VERSION unset JAVA_JDK fi ++ '[' -d /home/etsi/frameworks/jdk1.8.0_92 ']' ++ unset JAVA_VERSION ++ unset JAVA_JDK # Add TITAN support export TOP=${HOME_FRAMEWORKS}/titan/titan.core ++ export TOP=/home/etsi/frameworks/titan/titan.core ++ TOP=/home/etsi/frameworks/titan/titan.core export TTCN3_DIR=${TOP}/Install ++ export TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install ++ TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install if [ -d ${TTCN3_DIR} ] then export TTCN3_BROWSER=mozilla  export PATH=${TTCN3_DIR}/bin:${PATH} export LD_LIBRARY_PATH=${TTCN3_DIR}/lib:${LD_LIBRARY_PATH} export MANPATH=${TTCN3_DIR}/man:${MANPATH} export TTCN3_LICENSE_FILE=${TTCN3_DIR}/etc/license/license.dat export PATH_DEV_TTCN=${HOME}/dev/ttcn3  # ITS support export PATH_DEV_ITS=${HOME}/dev/etsi_its # Emergency Communication support export PATH_DEV_EMCOM=${HOME}/dev/etsi_emcom # Mobile-Edge Computing support export PATH_DEV_MEC=${HOME}/dev/etsi_mec # Validation folder export VALIDATION_DIR=${HOME} fi ++ '[' -d /home/etsi/frameworks/titan/titan.core/Install ']' ++ export TTCN3_BROWSER=mozilla ++ TTCN3_BROWSER=mozilla ++ export PATH=/home/etsi/frameworks/titan/titan.core/Install/bin:/home/etsi/bin:/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/home/etsi/frameworks/titan/titan.core/Install/bin:/home/etsi/bin:/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export LD_LIBRARY_PATH=/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib ++ LD_LIBRARY_PATH=/home/etsi/frameworks/titan/titan.core/Install/lib:/home/etsi/lib:/usr/local/lib ++ export MANPATH=/home/etsi/frameworks/titan/titan.core/Install/man: ++ MANPATH=/home/etsi/frameworks/titan/titan.core/Install/man: ++ export TTCN3_LICENSE_FILE=/home/etsi/frameworks/titan/titan.core/Install/etc/license/license.dat ++ TTCN3_LICENSE_FILE=/home/etsi/frameworks/titan/titan.core/Install/etc/license/license.dat ++ export PATH_DEV_TTCN=/home/etsi/dev/ttcn3 ++ PATH_DEV_TTCN=/home/etsi/dev/ttcn3 ++ export PATH_DEV_ITS=/home/etsi/dev/etsi_its ++ PATH_DEV_ITS=/home/etsi/dev/etsi_its ++ export PATH_DEV_EMCOM=/home/etsi/dev/etsi_emcom ++ PATH_DEV_EMCOM=/home/etsi/dev/etsi_emcom ++ export PATH_DEV_MEC=/home/etsi/dev/etsi_mec ++ PATH_DEV_MEC=/home/etsi/dev/etsi_mec ++ export VALIDATION_DIR=/home/etsi ++ VALIDATION_DIR=/home/etsi export BROWSER=netsurf ++ export BROWSER=netsurf ++ BROWSER=netsurf echo -e "*****************************\n* Apply patched \n*****************************\n" + echo -e '*****************************\n* Apply patched \n*****************************\n' cd /home/etsi/dev/ETSI_Ng112 + cd /home/etsi/dev/ETSI_Ng112 cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ + cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ ***************************** * Apply patched ***************************** cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ + cp ./ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn ./ttcn/LibCommon/ cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/ + cp ./ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn ./ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn ./ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn ./ttcn/patch_lib_http/LibItsHttp_Templates.ttcn ./ttcn/patch_lib_http/LibItsHttp_TestSystem.ttcn ./ttcn/patch_lib_http/LibItsHttp_TypesAndValues.ttcn ./ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn ./ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn ./ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn ./ttcn/LibIts/ttcn/Http/ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ + cp ./ttcn/patch_ims_titan/LibIms_Steps.ttcn ./ttcn/patch_ims_titan/LibIms_Templates.ttcn ./ttcn/LibIms/ttcn/ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ + cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ + cp ./ttcn/patch_sip_titan/LibSip_Common.ttcn ./ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn ./ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn ./ttcn/patch_sip_titan/LibSip_PIXITS.ttcn ./ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn ./ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ./ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn ./ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn ./ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ./ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ./ttcn/patch_sip_titan/LibSip_Steps.ttcn ./ttcn/patch_sip_titan/LibSip_Templates.ttcn ./ttcn/patch_sip_titan/LibSip_XMLTypes.ttcn ./ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ./ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ./ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ./ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ./ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ./ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ./ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ./ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ./ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ./ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ./ttcn/LibSip/ttcn/ cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ + cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ cp ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/ + cp ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/  echo -e "*****************************\n* Build test suites\n*****************************\n" + echo -e '*****************************\n* Build test suites\n*****************************\n' ATS_LIST="AtsLIS AtsECRF AtsESRP AtsPSAP AtsBCF" + ATS_LIST='AtsLIS AtsECRF AtsESRP AtsPSAP AtsBCF' for i in ${ATS_LIST} do export ATS=$i make done + for i in ${ATS_LIST} + export ATS=AtsLIS + ATS=AtsLIS + make ***************************** * Build test suites ***************************** mkdir -p bin mkdir -p build/AtsLIS cp ttcn/patch_ims_titan/LibIms_Steps.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_ims_titan/LibIms_Templates.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_sip_titan/LibSip_XMLTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_PIXITS.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Templates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Steps.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Common.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn ttcn/LibCommon/ttcn; cp ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_Templates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TestSystem.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TypesAndValues.ttcn ttcn/LibIts/ttcn/Http; /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -d -e -f -g -l -L -M -O -R -U none -o ./build/AtsLIS ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_AbstractData.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_DataStrings.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_TextStrings.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/XSD.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn ./ttcn/AtsLIS/../LibIms/ttcn/LibIms_Interface.ttcn ./ttcn/AtsLIS/../LibIms/ttcn/LibIms_Library.ttcn ./ttcn/AtsLIS/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Common.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Library.ttcn ./ttcn/AtsLIS/AtsLIS_AltSteps.ttcn ./ttcn/AtsLIS/AtsLIS_Functions.ttcn ./ttcn/AtsLIS/AtsLIS_Pics.ttcn ./ttcn/AtsLIS/AtsLIS_Pixits.ttcn ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn ./ttcn/AtsLIS/AtsLIS_TestControl.ttcn Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_AbstractData.ttcn'... ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_AbstractData.ttcn:20:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn'... ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:65:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/XSD.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn'... ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:240:6: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:245:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:246:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:247:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn'... ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:39: note: In character string pattern: ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn'... ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:31:63: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIms/ttcn/LibIms_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIms/ttcn/LibIms_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_AltSteps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_TestCases.ttcn'... ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1271:91: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1271:102: warning: Unknown escape sequence `\-' was treated literally ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1272:92: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1272:103: warning: Unknown escape sequence `\-' was treated literally ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1273:89: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1273:100: warning: Unknown escape sequence `\-' was treated literally ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1318:91: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1318:102: warning: Unknown escape sequence `\-' was treated literally ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1319:92: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1319:103: warning: Unknown escape sequence `\-' was treated literally ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1320:89: note: In charstring value: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1320:100: warning: Unknown escape sequence `\-' was treated literally Notify: Parsing TTCN-3 module `./ttcn/AtsLIS/AtsLIS_TestControl.ttcn'... Notify: Checking modules... ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn: note: In TTCN-3 module `LibCommon_BasicTypesAndValues': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:5: note: In type definition `UInt1':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:49: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:5: note: In type definition `UInt2': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:5: note: In type definition `UInt3': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:49: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:5: note: In type definition `UInt4': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:5: note: In type definition `UInt5':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:5: note: In type definition `UInt6': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:49: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:5: note: In type definition `UInt7': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:5: note: In type definition `UInt8': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:5: note: In type definition `UInt9': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:49: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:5: note: In type definition `UInt10': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:5: note: In type definition `UInt11': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:5: note: In type definition `UInt12': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:5: note: In type definition `UInt13': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:5: note: In type definition `UInt14': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:5: note: In type definition `UInt15': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:51: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:5: note: In type definition `UInt16': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:5: note: In type definition `UInt17': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:5: note: In type definition `UInt18': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:5: note: In type definition `UInt19': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:5: note: In type definition `UInt20': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:51: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:5: note: In type definition `UInt21': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:5: note: In type definition `UInt22': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:5: note: In type definition `UInt23': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:5: note: In type definition `UInt24': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:5: note: In type definition `UInt25': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:5: note: In type definition `UInt26':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:5: note: In type definition `UInt27': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:5: note: In type definition `UInt28': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:5: note: In type definition `UInt29': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:5: note: In type definition `UInt30': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:5: note: In type definition `UInt31': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:5: note: In type definition `UInt32': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:5: note: In type definition `UInt36':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:5: note: In type definition `UInt48':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:5: note: In type definition `UInt52': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:51: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:5: note: In type definition `UInt64': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:51: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:5: note: In type definition `Int1': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:5: note: In type definition `Int2': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:5: note: In type definition `Int3': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:57: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:5: note: In type definition `Int4': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:57: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:5: note: In type definition `Int5': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:5: note: In type definition `Int6': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:5: note: In type definition `Int7': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:5: note: In type definition `Int8':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:5: note: In type definition `Int9': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:57: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:5: note: In type definition `Int10': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:5: note: In type definition `Int11':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:5: note: In type definition `Int12': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:5: note: In type definition `Int13':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:5: note: In type definition `Int14': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:5: note: In type definition `Int15': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:5: note: In type definition `Int16': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:5: note: In type definition `Int17': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:5: note: In type definition `Int18': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:5: note: In type definition `Int19': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:5: note: In type definition `Int20': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:5: note: In type definition `Int21': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:5: note: In type definition `Int22': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:5: note: In type definition `Int23': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:5: note: In type definition `Int24': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:5: note: In type definition `Int25': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:5: note: In type definition `Int26': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:5: note: In type definition `Int27': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:5: note: In type definition `Int28': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:5: note: In type definition `Int29':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:5: note: In type definition `Int30': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:5: note: In type definition `Int31': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:5: note: In type definition `Int32':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:60: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:5: note: In type definition `Int64': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:60: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:5: note: In type definition `Bool1': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:5: note: In type definition `Bool2': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:5: note: In type definition `Bool3': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:5: note: In type definition `Bool4': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:5: note: In type definition `Bool5': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:5: note: In type definition `Bool6': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:32: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:5: note: In type definition `Bool7': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:5: note: In type definition `Bool8': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:32: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn: note: In TTCN-3 module `LibCommon_Sync': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:249:7: note: In function definition `f_serverSync2ClientsAndStop': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:251:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:325:7: note: In function definition `f_serverSyncNClientsAndStop': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:330:9: note: In for statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:331:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:698:7: note: In function definition `f_serverSyncClientsTimed': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:702:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:718:7: note: In function definition `f_serverSyncClientsTimedIntermediateSync': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:738:9: note: In alt construct: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:740:15: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:743:19: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:23: note: In function instance:  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:47: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:74: note: In parameter #2 for `p_syncCmd': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:794:11: note: In else statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:35: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:50: note: In parameter #2 for `p_syncCmd': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:385:7: note: In function definition `f_selfOrClientSyncAndVerdict': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:388:9: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:390:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1113:7: note: In function definition `f_selfSyncAndVerdict': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1116:9: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1117:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1134:7: note: In function definition `f_selfSyncAndVerdictPreamble':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1118:11: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1119:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1150:7: note: In function definition `f_selfSyncAndVerdictTestBody':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1121:9: note: In else statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1122:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1166:7: note: In function definition `f_selfSyncAndVerdictPostamble': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:391:11: note: In else statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:392:11: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:875:7: note: In function definition `f_clientSyncAndVerdict': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:878:9: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:879:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:903:7: note: In function definition `f_clientSyncAndVerdictPreamble': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:880:11: note: In if statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:881:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:928:7: note: In function definition `f_clientSyncAndVerdictTestBody':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:883:9: note: In else statement: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:884:13: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:951:7: note: In function definition `f_clientSyncAndVerdictPostamble':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: note: In function instance: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn: note: In TTCN-3 module `LibCommon_Time': ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn:77:5: note: In function definition `f_sleepIgnoreDef':  ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn:81:7: note: In alt construct: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn:83:9: note: In else branch: ./ttcn/AtsLIS/../LibCommon/ttcn/LibCommon_Time.ttcn:83:17: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn: note: In TTCN-3 module `http_www_opengis_net_gml': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:1: note: In type definition `AbstractGMLType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:1: note: In type definition `AbstractGeometryType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:1: note: In type definition `AbstractGeometricPrimitiveType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:1: note: In type definition `AbstractCurveType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:291:1: note: In type definition `CurveProperty': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:298:1: note: In type definition `CurvePropertyType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:300:2: note: In record field `curve': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:440:1: note: In type definition `Curve_group': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:443:2: note: In union field `curve_1':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:624:1: note: In type definition `Curve': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:630:1: note: In type definition `CurveType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:638:2: note: In record field `segments': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:667:1: note: In type definition `Segments': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:674:1: note: In type definition `CurveSegmentArrayPropertyType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In record field `curveSegment_list': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In embedded type of record of: ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:913:1: note: In type definition `CurveSegment_group': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:915:2: note: In union field `curveSegment':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:1: note: In type definition `AbstractCurveSegmentType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:1: note: In type definition `AbstractSurfaceType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:481:1: note: In type definition `Polygon': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:487:1: note: In type definition `PolygonType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:495:2: note: In record field `exterior':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:514:1: note: In type definition `Exterior': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:521:1: note: In type definition `AbstractRingPropertyType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:523:2: note: In record field `ring':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:591:1: note: In type definition `Ring_group': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:593:2: note: In union field `ring':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:1: note: In type definition `AbstractRingType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:758:1: note: In type definition `SurfaceType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:766:2: note: In record field `patches': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:971:1: note: In type definition `Patches_group':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:973:2: note: In union field `patches': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:787:1: note: In type definition `SurfacePatchArrayPropertyType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In record field `sequence_list':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In embedded type of record of: ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:790:3: note: In record field `surfacePatch': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:942:1: note: In type definition `SurfacePatch_group': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:944:2: note: In union field `surfacePatch': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:1: note: In type definition `AbstractSurfacePatchType':  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:1: note: In type definition `AbstractSolidType': ./ttcn/AtsLIS/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn: note: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:45:1: note: In type definition `Ruleset': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In record field `rule_list': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In embedded type of record of: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:60:1: note: In type definition `RuleType': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:63:2: note: In record field `conditions': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:76:1: note: In type definition `ConditionsType': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In record field `choice_list': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In embedded type of record of:  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: note: In union field `identity_list':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: warning: More than one alternative can be empty and has UNTAGGED ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn: note: In TTCN-3 module `LibSip_Templates': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:480:9: note: In template definition `mw_SipUrl_Anonymous': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:481:27: note: In template for record field `components': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:482:24: note: In template for union field `sip': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:483:33: note: In template for record field `userInfo': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In template for record field `userOrTelephoneSubscriber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set.  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1842:17: note: In template definition `m_ACK_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1851:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1845:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1972:17: note: In template definition `m_NOTIFY_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1981:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1975:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1995:17: note: In template definition `m_OPTIONS_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2004:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:33: note: In template for set field `cSeq':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1998:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2018:17: note: In template definition `m_PRACK_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2028:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2021:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2044:17: note: In template definition `m_PUBLISH_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2056:34: note: In template for record field `msgHeader':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2047:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2086:17: note: In template definition `m_REFER_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2098:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:33: note: In template for set field `cSeq':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2089:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2160:17: note: In template definition `m_SUBSCRIBE_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2169:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2163:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2183:17: note: In template definition `m_UPDATE_Request_Base': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2194:34: note: In template for record field `msgHeader': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:33: note: In template for set field `cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2186:21: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3770:9: note: In template definition `m_MBody_MIMESdpXml': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3774:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3776:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: note: In component 1: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: note: In component 2:  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3814:9: note: In template definition `m_MBody_MIMESdpEncrypted': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3817:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3819:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: note: In component 1: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3847:9: note: In template definition `mw_MBody_MIMESdpXml': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3851:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3853:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: note: In component 1: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: note: In component 2: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3868:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3872:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3874:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: note: In component 2: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3886:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3890:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3892:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: note: In component 2: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn: note: In TTCN-3 module `LibSip_Steps': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4351:9: note: In function definition `f_SIP_preamble_withREG': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:13: note: In function instance: ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:38: note: In parameter #2 for `p_register':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4353:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn: note: In TTCN-3 module `LibIms_Templates': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:776:13: note: In template definition `m_XmlBody_ACR_ICB':  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: note: In template for union field `simservs': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs'  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:788:13: note: In template definition `m_XmlBody_ACR_OCB': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: note: In template for union field `simservs': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs'  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: In template definition `m_BYE_Request_Reason_IMS': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: While checking template restriction `value': ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: In template definition `m_Response_onINVITE_Reason': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: While checking template restriction `value':  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn: note: In TTCN-3 module `LibIms_Steps': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:991:9: note: In function definition `f_IMS_preamble_withEmergencyRegistration': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:13: note: In function instance:  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration':  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: note: In parameter #2 for `p_register': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: note: Referenced template parameter is here  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1011:9: note: In function definition `f_IMS_preamble_withRegistration': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:13: note: In function instance: ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: note: In parameter #2 for `p_register': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1013:13: note: Referenced `out' template parameter is here  ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1036:9: note: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:13: note: In function instance: ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: note: In parameter #2 for `p_register': ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1038:13: note: Referenced `out' template parameter is here ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:19:3: note: In type definition `BinaryBody': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:23:5: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_JsonMessageBodyTypes': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:9:3: note: In type definition `JsonBody': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:13:5: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:11:5: note: In union field `raw': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:35:3: note: In type definition `XmlBody':  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:52:5: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:37:5: note: In union field `locationRequest': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:38:5: note: In union field `locationResponse': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:39:5: note: In union field `presence':  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `errorType': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `findServiceRequest': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:42:5: note: In union field `findServiceResponse': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: note: In union field `listServices': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:44:5: note: In union field `listServicesResponse': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:45:5: note: In union field `listServicesByLocation': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:46:5: note: In union field `listServicesByLocationResponse': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:47:5: note: In union field `exceptionContainer': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:48:5: note: In union field `dequeueRegistrationRequest': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:49:5: note: In union field `dequeueRegistrationResponse': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:50:5: note: In union field `raw': ./ttcn/AtsLIS/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsLIS/AtsLIS_Functions.ttcn: note: In TTCN-3 module `AtsLIS_Functions': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:83:2: note: In function definition `f_dereference': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:91:5: note: In if statement: ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:7: note: In send statement: ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:35: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_request': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:36: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:55: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_request_post': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:77: note: In parameter #3 for `p_body': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:100: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:101: note: In parameter #1 for `p_xml_body': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:128: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_location_request': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:129: note: In parameter #1 for `p_locationRequest': ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:93:129: warning: Inadequate restriction on the referenced template parameter `p_request', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/AtsLIS_Functions.ttcn:83:46: note: Referenced template parameter is here ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn: note: In TTCN-3 module `AtsLIS_TestCases': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:167:5: note: In testcase definition `TC_LIS_HELD_BV_01': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:197:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:197:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:206:5: note: In testcase definition `TC_LIS_HELD_BV_02': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:240:9: note: In function instance:  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:240:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:249:5: note: In testcase definition `TC_LIS_HELD_BV_03': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:279:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:279:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:289:5: note: In testcase definition `TC_LIS_HELD_BV_04': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:328:9: note: In function instance:  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:328:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:338:5: note: In testcase definition `TC_LIS_HELD_BV_05': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:377:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:377:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:387:5: note: In testcase definition `TC_LIS_HELD_BV_06': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:462:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:462:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:471:5: note: In testcase definition `TC_LIS_HELD_BV_07': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:547:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:547:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:560:5: note: In testcase definition `TC_LIS_HELD_BI_01': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:574:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:574:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:583:5: note: In testcase definition `TC_LIS_HELD_BI_02': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:596:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:596:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:609:5: note: In testcase definition `TC_LIS_SIP_BV_01': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:651:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:651:81: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_Presence_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:652:34: note: In parameter #2 for `p_callId':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:652:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:669:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:669:9: warning: The value returned by function `@AtsLIS_Functions.f_decodePresence' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:681:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:681:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:681:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:681:61: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_Presence_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:682:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:682:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:694:5: note: In testcase definition `TC_LIS_SIP_BV_02': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:736:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:736:81: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_Presence_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:737:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:737:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:748:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:748:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:748:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:748:61: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_Presence_Request_Event':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:749:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:749:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime   ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:765:5: note: In testcase definition `TC_LIS_SIP_BV_03': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:807:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:807:81: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_Presence_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:808:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:808:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:826:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:826:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:826:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:826:61: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_Presence_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:827:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:827:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:840:5: note: In testcase definition `TC_LIS_SIP_BV_04': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:861:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:861:85: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_ElementState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:862:34: note: In parameter #2 for `p_callId':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:862:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:873:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:873:9: warning: The value returned by function `@LibNg112_Functions.f_decodeElementState' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:884:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:884:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:884:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:884:65: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_ElementState_Request_Event':   ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:885:84: note: In parameter #2 for `p_callId':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:885:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:897:5: note: In testcase definition `TC_LIS_SIP_BV_05': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:918:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:918:85: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_ElementState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:919:34: note: In parameter #2 for `p_callId':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:919:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:930:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:930:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:930:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:930:65: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_ElementState_Request_Event':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:931:84: note: In parameter #2 for `p_callId':  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:931:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:945:5: note: In testcase definition `TC_LIS_SIP_BV_06': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:966:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:966:88: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_SecurityPosture_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:967:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:967:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:978:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:978:9: warning: The value returned by function `@LibNg112_Functions.f_decodeSecurityPosture' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:989:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:989:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:989:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:989:68: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_SecurityPosture_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:990:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:990:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1003:5: note: In testcase definition `TC_LIS_SIP_BV_07': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1024:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1024:88: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_SecurityPosture_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1025:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1025:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1036:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1036:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1036:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1036:68: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_SecurityPosture_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1037:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1037:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1051:5: note: In testcase definition `TC_LIS_SIP_BV_08': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1072:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1072:85: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_ServiceState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1073:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1073:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1084:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1084:9: warning: The value returned by function `@LibNg112_Functions.f_decodeServiceState' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1095:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1095:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1095:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1095:65: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_ElementState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1096:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1096:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1108:5: note: In testcase definition `TC_LIS_SIP_BV_09': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1129:9: note: In template definition `request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1129:85: note: In actual parameter list of template `@LibNg112_Templates.m_SUBSCRIBE_ServiceState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1130:34: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1130:34: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1141:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1141:24: note: In actual parameter list of function `@LibSip_Steps.f_SendSUBSCRIBE': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1141:25: note: In parameter #1 for `p_request': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1141:65: note: In actual parameter list of template `@LibNg112_Templates.m_UNSUBSCRIBE_ServiceState_Request_Event': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1142:84: note: In parameter #2 for `p_callId': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1142:84: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsLIS/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1160:5: note: In testcase definition `TC_LIS_AML_BV_01': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1177:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1177:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1198:5: note: In testcase definition `TC_LIS_AML_BV_02': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1213:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1213:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponsePreamble' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1249:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1249:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1258:5: note: In testcase definition `TC_LIS_AML_BV_03': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1267:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1267:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponsePreamble' is not used ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1295:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1295:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1305:5: note: In testcase definition `TC_LIS_AML_BV_04': ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1314:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1314:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponsePreamble' is not used  ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1342:9: note: In function instance: ./ttcn/AtsLIS/AtsLIS_TestCases.ttcn:1342:9: warning: The value returned by function `@AtsLIS_Functions.f_receiveResponse' is not used Notify: Generating code... Notify: File `./build/AtsLIS/AtsLIS_AltSteps.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_AltSteps.cc' was generated. Notify: File `./build/AtsLIS/AtsLIS_Functions.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_Functions.cc' was generated. Notify: File `./build/AtsLIS/AtsLIS_Pics.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_Pics.cc' was generated. Notify: File `./build/AtsLIS/AtsLIS_Pixits.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_Pixits.cc' was generated. Notify: File `./build/AtsLIS/AtsLIS_TestCases.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_TestCases.cc' was generated. Notify: File `./build/AtsLIS/AtsLIS_TestControl.hh' was generated. Notify: File `./build/AtsLIS/AtsLIS_TestControl.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_AbstractData.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_AbstractData.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_BasicTypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_BasicTypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_DataStrings.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_DataStrings.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_Sync.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_Sync.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_TextStrings.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_TextStrings.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_Time.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_Time.cc' was generated. Notify: File `./build/AtsLIS/LibCommon_VerdictControl.hh' was generated. Notify: File `./build/AtsLIS/LibCommon_VerdictControl.cc' was generated. Notify: File `./build/AtsLIS/LibIms_Interface.hh' was generated. Notify: File `./build/AtsLIS/LibIms_Interface.cc' was generated. Notify: File `./build/AtsLIS/LibIms_Library.hh' was generated. Notify: File `./build/AtsLIS/LibIms_Library.cc' was generated. Notify: File `./build/AtsLIS/LibIms_SIPTypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibIms_SIPTypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibIms_Steps.hh' was generated. Notify: File `./build/AtsLIS/LibIms_Steps.cc' was generated. Notify: File `./build/AtsLIS/LibIms_Templates.hh' was generated. Notify: File `./build/AtsLIS/LibIms_Templates.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryMessageBodyTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryMessageBodyTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryTemplates.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryTemplates.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_BinaryTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Functions.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Functions.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JSONTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JSONTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JsonMessageBodyTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JsonMessageBodyTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JsonTemplates.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_JsonTemplates.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_MessageBodyTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_MessageBodyTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Pics.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Pics.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Pixits.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Pixits.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Templates.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_Templates.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_TestSystem.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_TestSystem.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_TypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_TypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XMLTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XMLTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XmlMessageBodyTypes.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XmlMessageBodyTypes.cc' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XmlTemplates.hh' was generated. Notify: File `./build/AtsLIS/LibItsHttp_XmlTemplates.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_Functions.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_Functions.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_Pics.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_Pics.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_Pixits.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_Pixits.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_Steps.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_Steps.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_SubscriptionPayloads.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_SubscriptionPayloads.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_Templates.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_Templates.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_TestSystem.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_TestSystem.cc' was generated. Notify: File `./build/AtsLIS/LibNg112_TypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibNg112_TypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibSip_Common.hh' was generated. Notify: File `./build/AtsLIS/LibSip_Common.cc' was generated. Notify: File `./build/AtsLIS/LibSip_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsLIS/LibSip_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsLIS/LibSip_Interface.hh' was generated. Notify: File `./build/AtsLIS/LibSip_Interface.cc' was generated. Notify: File `./build/AtsLIS/LibSip_Library.hh' was generated. Notify: File `./build/AtsLIS/LibSip_Library.cc' was generated. Notify: File `./build/AtsLIS/LibSip_MessageBodyTypes.hh' was generated. Notify: File `./build/AtsLIS/LibSip_MessageBodyTypes.cc' was generated. Notify: File `./build/AtsLIS/LibSip_PIXITS.hh' was generated. Notify: File `./build/AtsLIS/LibSip_PIXITS.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SDPTypes.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SDPTypes.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SIPTypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SIPTypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SMSFunctions.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SMSFunctions.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SMSTemplates.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SMSTemplates.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SMSTypesAndValues.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SMSTypesAndValues.cc' was generated. Notify: File `./build/AtsLIS/LibSip_SimpleMsgSummaryTypes.hh' was generated. Notify: File `./build/AtsLIS/LibSip_SimpleMsgSummaryTypes.cc' was generated. Notify: File `./build/AtsLIS/LibSip_Steps.hh' was generated. Notify: File `./build/AtsLIS/LibSip_Steps.cc' was generated. Notify: File `./build/AtsLIS/LibSip_Templates.hh' was generated. Notify: File `./build/AtsLIS/LibSip_Templates.cc' was generated. Notify: File `./build/AtsLIS/LibSip_XMLTypes.hh' was generated. Notify: File `./build/AtsLIS/LibSip_XMLTypes.cc' was generated. Notify: File `./build/AtsLIS/NoTargetNamespace.hh' was generated. Notify: File `./build/AtsLIS/NoTargetNamespace.cc' was generated. Notify: File `./build/AtsLIS/UsefulTtcn3Types.hh' was generated. Notify: File `./build/AtsLIS/UsefulTtcn3Types.cc' was generated. Notify: File `./build/AtsLIS/XSD.hh' was generated. Notify: File `./build/AtsLIS/XSD.cc' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_comm_div_info.hh' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_comm_div_info.cc' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_mcid.hh' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_pstn.hh' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_xcap.hh' was generated. Notify: File `./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc' was generated. Notify: File `./build/AtsLIS/http_www_opengis_net_gml.hh' was generated. Notify: File `./build/AtsLIS/http_www_opengis_net_gml.cc' was generated. Notify: File `./build/AtsLIS/http_www_opengis_net_pidflo_1_0.hh' was generated. Notify: File `./build/AtsLIS/http_www_opengis_net_pidflo_1_0.cc' was generated. Notify: File `./build/AtsLIS/http_www_w3_org_XML_1998_namespace.hh' was generated. Notify: File `./build/AtsLIS/http_www_w3_org_XML_1998_namespace.cc' was generated. Notify: File `./build/AtsLIS/urn_3gpp_ns_cw_1_0.hh' was generated. Notify: File `./build/AtsLIS/urn_3gpp_ns_cw_1_0.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_common_policy.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_common_policy.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_conference_info.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_conference_info.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_conf.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_conf.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held_id.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held_id.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_lost1.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_lost1.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_reginfo.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_reginfo.cc' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_resource_lists.hh' was generated. Notify: File `./build/AtsLIS/urn_ietf_params_xml_ns_resource_lists.cc' was generated. Notify: File `./build/AtsLIS/urn_oma_xml_xdm_common_policy.hh' was generated. Notify: File `./build/AtsLIS/urn_oma_xml_xdm_common_policy.cc' was generated. Notify: 166 files were updated. touch build/AtsLIS/.generate g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_AbstractData.o build/AtsLIS/LibCommon_AbstractData.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_BasicTypesAndValues.o build/AtsLIS/LibCommon_BasicTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_DataStrings.o build/AtsLIS/LibCommon_DataStrings.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_Sync.o build/AtsLIS/LibCommon_Sync.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_TextStrings.o build/AtsLIS/LibCommon_TextStrings.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_Time.o build/AtsLIS/LibCommon_Time.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibCommon_VerdictControl.o build/AtsLIS/LibCommon_VerdictControl.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_SubscriptionPayloads.o build/AtsLIS/LibNg112_SubscriptionPayloads.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_EncdecDeclarations.o build/AtsLIS/LibNg112_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_Functions.o build/AtsLIS/LibNg112_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_Pics.o build/AtsLIS/LibNg112_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_Pixits.o build/AtsLIS/LibNg112_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_Steps.o build/AtsLIS/LibNg112_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_Templates.o build/AtsLIS/LibNg112_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_TestSystem.o build/AtsLIS/LibNg112_TestSystem.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibNg112_TypesAndValues.o build/AtsLIS/LibNg112_TypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/NoTargetNamespace.o build/AtsLIS/NoTargetNamespace.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/UsefulTtcn3Types.o build/AtsLIS/UsefulTtcn3Types.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/XSD.o build/AtsLIS/XSD.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_www_opengis_net_gml.o build/AtsLIS/http_www_opengis_net_gml.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_www_opengis_net_pidflo_1_0.o build/AtsLIS/http_www_opengis_net_pidflo_1_0.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_www_w3_org_XML_1998_namespace.o build/AtsLIS/http_www_w3_org_XML_1998_namespace.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_conf.o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_conf.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held.o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held_id.o build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held_id.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_lost1.o build/AtsLIS/urn_ietf_params_xml_ns_lost1.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_pidf.o build/AtsLIS/urn_ietf_params_xml_ns_pidf.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10.o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibIms_Steps.o build/AtsLIS/LibIms_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibIms_Templates.o build/AtsLIS/LibIms_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibIms_Interface.o build/AtsLIS/LibIms_Interface.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibIms_Library.o build/AtsLIS/LibIms_Library.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibIms_SIPTypesAndValues.o build/AtsLIS/LibIms_SIPTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_BinaryMessageBodyTypes.o build/AtsLIS/LibItsHttp_BinaryMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_BinaryTemplates.o build/AtsLIS/LibItsHttp_BinaryTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_BinaryTypes.o build/AtsLIS/LibItsHttp_BinaryTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_EncdecDeclarations.o build/AtsLIS/LibItsHttp_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_Functions.o build/AtsLIS/LibItsHttp_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_JSONTypes.o build/AtsLIS/LibItsHttp_JSONTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_JsonMessageBodyTypes.o build/AtsLIS/LibItsHttp_JsonMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_JsonTemplates.o build/AtsLIS/LibItsHttp_JsonTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_MessageBodyTypes.o build/AtsLIS/LibItsHttp_MessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_Pics.o build/AtsLIS/LibItsHttp_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_Pixits.o build/AtsLIS/LibItsHttp_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_Templates.o build/AtsLIS/LibItsHttp_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_TestSystem.o build/AtsLIS/LibItsHttp_TestSystem.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_TypesAndValues.o build/AtsLIS/LibItsHttp_TypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_XMLTypes.o build/AtsLIS/LibItsHttp_XMLTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_XmlMessageBodyTypes.o build/AtsLIS/LibItsHttp_XmlMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibItsHttp_XmlTemplates.o build/AtsLIS/LibItsHttp_XmlTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_Common.o build/AtsLIS/LibSip_Common.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_EncdecDeclarations.o build/AtsLIS/LibSip_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_MessageBodyTypes.o build/AtsLIS/LibSip_MessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_PIXITS.o build/AtsLIS/LibSip_PIXITS.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SDPTypes.o build/AtsLIS/LibSip_SDPTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SIPTypesAndValues.o build/AtsLIS/LibSip_SIPTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SMSFunctions.o build/AtsLIS/LibSip_SMSFunctions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SMSTemplates.o build/AtsLIS/LibSip_SMSTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SMSTypesAndValues.o build/AtsLIS/LibSip_SMSTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_SimpleMsgSummaryTypes.o build/AtsLIS/LibSip_SimpleMsgSummaryTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_Steps.o build/AtsLIS/LibSip_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_Templates.o build/AtsLIS/LibSip_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_XMLTypes.o build/AtsLIS/LibSip_XMLTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_comm_div_info.o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_comm_div_info.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_mcid.o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_pstn.o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_xcap.o build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_3gpp_ns_cw_1_0.o build/AtsLIS/urn_3gpp_ns_cw_1_0.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_common_policy.o build/AtsLIS/urn_ietf_params_xml_ns_common_policy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_conference_info.o build/AtsLIS/urn_ietf_params_xml_ns_conference_info.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_reginfo.o build/AtsLIS/urn_ietf_params_xml_ns_reginfo.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_ietf_params_xml_ns_resource_lists.o build/AtsLIS/urn_ietf_params_xml_ns_resource_lists.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/urn_oma_xml_xdm_common_policy.o build/AtsLIS/urn_oma_xml_xdm_common_policy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_Interface.o build/AtsLIS/LibSip_Interface.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/LibSip_Library.o build/AtsLIS/LibSip_Library.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_AltSteps.o build/AtsLIS/AtsLIS_AltSteps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_Functions.o build/AtsLIS/AtsLIS_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_Pics.o build/AtsLIS/AtsLIS_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_Pixits.o build/AtsLIS/AtsLIS_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_TestCases.o build/AtsLIS/AtsLIS_TestCases.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/AtsLIS_TestControl.o build/AtsLIS/AtsLIS_TestControl.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibHttp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.o ./ttcn/AtsLIS/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Encdec.o ./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Encdec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.o ./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.o ./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.o ./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/base_time.o ./ttcn/AtsLIS/../../ccsrc/Framework/src/base_time.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/codec_stack_builder.o ./ttcn/AtsLIS/../../ccsrc/Framework/src/codec_stack_builder.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/converter.o ./ttcn/AtsLIS/../../ccsrc/Framework/src/converter.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/layer_factory.o ./ttcn/AtsLIS/../../ccsrc/Framework/src/layer_factory.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/params.o ./ttcn/AtsLIS/../../ccsrc/Framework/src/params.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/HttpPort.o ./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/HttpPort.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/SipPort.o ./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/SipPort.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/ethernet_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/ethernet_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Held/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Held/held_codec.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Held/held_codec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_codec.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_codec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/lost_codec.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/lost_codec.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_linux_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_linux_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_offline_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_offline_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_ack_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_ack_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_bye_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_bye_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_headers.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_headers.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_info_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_info_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_invite_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_invite_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_body.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_body.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_notify_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_notify_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_options_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_options_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_register_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_register_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_response.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_response.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/tcp_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/tcp_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/udp_layer.o ./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/udp_layer.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/loggers/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/loggers/loggers.o ./ttcn/AtsLIS/../../ccsrc/loggers/loggers.cc mkdir -p build/AtsLIS/./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsLIS -DAS_USE_SSL -DLINUX -I./build/AtsLIS -I./build/AtsLIS/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsLIS/../../ccsrc/Framework/./include -I./ttcn/AtsLIS/../../ccsrc/loggers/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Held/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Http/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsLIS/./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.o ./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.cc g++ -g -O0 -o bin/AtsLIS ./build/AtsLIS/LibCommon_AbstractData.o ./build/AtsLIS/LibCommon_BasicTypesAndValues.o ./build/AtsLIS/LibCommon_DataStrings.o ./build/AtsLIS/LibCommon_Sync.o ./build/AtsLIS/LibCommon_TextStrings.o ./build/AtsLIS/LibCommon_Time.o ./build/AtsLIS/LibCommon_VerdictControl.o ./build/AtsLIS/LibNg112_SubscriptionPayloads.o ./build/AtsLIS/LibNg112_EncdecDeclarations.o ./build/AtsLIS/LibNg112_Functions.o ./build/AtsLIS/LibNg112_Pics.o ./build/AtsLIS/LibNg112_Pixits.o ./build/AtsLIS/LibNg112_Steps.o ./build/AtsLIS/LibNg112_Templates.o ./build/AtsLIS/LibNg112_TestSystem.o ./build/AtsLIS/LibNg112_TypesAndValues.o ./build/AtsLIS/NoTargetNamespace.o ./build/AtsLIS/UsefulTtcn3Types.o ./build/AtsLIS/XSD.o ./build/AtsLIS/http_www_opengis_net_gml.o ./build/AtsLIS/http_www_opengis_net_pidflo_1_0.o ./build/AtsLIS/http_www_w3_org_XML_1998_namespace.o ./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_conf.o ./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held.o ./build/AtsLIS/urn_ietf_params_xml_ns_geopriv_held_id.o ./build/AtsLIS/urn_ietf_params_xml_ns_lost1.o ./build/AtsLIS/urn_ietf_params_xml_ns_pidf.o ./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10.o ./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o ./build/AtsLIS/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o ./build/AtsLIS/LibIms_Steps.o ./build/AtsLIS/LibIms_Templates.o ./build/AtsLIS/LibIms_Interface.o ./build/AtsLIS/LibIms_Library.o ./build/AtsLIS/LibIms_SIPTypesAndValues.o ./build/AtsLIS/LibItsHttp_BinaryMessageBodyTypes.o ./build/AtsLIS/LibItsHttp_BinaryTemplates.o ./build/AtsLIS/LibItsHttp_BinaryTypes.o ./build/AtsLIS/LibItsHttp_EncdecDeclarations.o ./build/AtsLIS/LibItsHttp_Functions.o ./build/AtsLIS/LibItsHttp_JSONTypes.o ./build/AtsLIS/LibItsHttp_JsonMessageBodyTypes.o ./build/AtsLIS/LibItsHttp_JsonTemplates.o ./build/AtsLIS/LibItsHttp_MessageBodyTypes.o ./build/AtsLIS/LibItsHttp_Pics.o ./build/AtsLIS/LibItsHttp_Pixits.o ./build/AtsLIS/LibItsHttp_Templates.o ./build/AtsLIS/LibItsHttp_TestSystem.o ./build/AtsLIS/LibItsHttp_TypesAndValues.o ./build/AtsLIS/LibItsHttp_XMLTypes.o ./build/AtsLIS/LibItsHttp_XmlMessageBodyTypes.o ./build/AtsLIS/LibItsHttp_XmlTemplates.o ./build/AtsLIS/LibSip_Common.o ./build/AtsLIS/LibSip_EncdecDeclarations.o ./build/AtsLIS/LibSip_MessageBodyTypes.o ./build/AtsLIS/LibSip_PIXITS.o ./build/AtsLIS/LibSip_SDPTypes.o ./build/AtsLIS/LibSip_SIPTypesAndValues.o ./build/AtsLIS/LibSip_SMSFunctions.o ./build/AtsLIS/LibSip_SMSTemplates.o ./build/AtsLIS/LibSip_SMSTypesAndValues.o ./build/AtsLIS/LibSip_SimpleMsgSummaryTypes.o ./build/AtsLIS/LibSip_Steps.o ./build/AtsLIS/LibSip_Templates.o ./build/AtsLIS/LibSip_XMLTypes.o ./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_comm_div_info.o ./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_mcid.o ./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_pstn.o ./build/AtsLIS/http_uri_etsi_org_ngn_params_xml_simservs_xcap.o ./build/AtsLIS/urn_3gpp_ns_cw_1_0.o ./build/AtsLIS/urn_ietf_params_xml_ns_common_policy.o ./build/AtsLIS/urn_ietf_params_xml_ns_conference_info.o ./build/AtsLIS/urn_ietf_params_xml_ns_reginfo.o ./build/AtsLIS/urn_ietf_params_xml_ns_resource_lists.o ./build/AtsLIS/urn_oma_xml_xdm_common_policy.o ./build/AtsLIS/LibSip_Interface.o ./build/AtsLIS/LibSip_Library.o ./build/AtsLIS/AtsLIS_AltSteps.o ./build/AtsLIS/AtsLIS_Functions.o ./build/AtsLIS/AtsLIS_Pics.o ./build/AtsLIS/AtsLIS_Pixits.o ./build/AtsLIS/AtsLIS_TestCases.o ./build/AtsLIS/AtsLIS_TestControl.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Encdec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/base_time.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/codec_stack_builder.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/converter.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/layer_factory.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Framework/src/params.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibHttp/HttpPort.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Ports/LibSip/SipPort.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/ETH/ethernet_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Held/held_codec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_codec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Http/http_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Lost/lost_codec.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_linux_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Pcap/pcap_offline_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_ack_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_bye_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_headers.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_info_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_invite_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_body.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_message_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_notify_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_options_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_register_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_response.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Sip/sip_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/Tcp/tcp_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/Protocols/UDP/udp_layer.o ./build/AtsLIS/./ttcn/AtsLIS/../../ccsrc/loggers/loggers.o ./build/AtsLIS/./ttcn/AtsLIS/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.o /home/etsi/frameworks/titan/titan.core/Install/lib/libttcn3-rt2-parallel.a -lstdc++fs -lpcap -lrt -lpthread -lssl -lcrypto -lxml2 -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2 + for i in ${ATS_LIST} + export ATS=AtsECRF + ATS=AtsECRF + make mkdir -p build/AtsECRF cp ttcn/patch_ims_titan/LibIms_Steps.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_ims_titan/LibIms_Templates.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_sip_titan/LibSip_XMLTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_PIXITS.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Templates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Steps.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Common.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn ttcn/LibCommon/ttcn; cp ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_Templates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TestSystem.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TypesAndValues.ttcn ttcn/LibIts/ttcn/Http; /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -d -e -f -g -l -L -M -O -R -U none -o ./build/AtsECRF ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_AbstractData.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_DataStrings.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_TextStrings.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/XSD.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn ./ttcn/AtsECRF/../LibIms/ttcn/LibIms_Interface.ttcn ./ttcn/AtsECRF/../LibIms/ttcn/LibIms_Library.ttcn ./ttcn/AtsECRF/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Common.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ./ttcn/AtsECRF/../LibSip/ttcn/LibSip_Interface.ttcn ./ttcn/AtsECRF/../LibSip/ttcn/LibSip_Library.ttcn ./ttcn/AtsECRF/AtsECRF_AltSteps.ttcn ./ttcn/AtsECRF/AtsECRF_Functions.ttcn ./ttcn/AtsECRF/AtsECRF_Pics.ttcn ./ttcn/AtsECRF/AtsECRF_Pixits.ttcn ./ttcn/AtsECRF/AtsECRF_Templates.ttcn ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn ./ttcn/AtsECRF/AtsECRF_TestControl.ttcn Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_AbstractData.ttcn'... ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_AbstractData.ttcn:20:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn'... ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:65:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/XSD.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn'... ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:240:6: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:245:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:246:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:247:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn'... ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:39: note: In character string pattern: ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn'... ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:31:63: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIms/ttcn/LibIms_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIms/ttcn/LibIms_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/../LibSip/ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_AltSteps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_TestCases.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsECRF/AtsECRF_TestControl.ttcn'... Notify: Checking modules... ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn: note: In TTCN-3 module `LibCommon_BasicTypesAndValues': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:5: note: In type definition `UInt1': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:5: note: In type definition `UInt2': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:5: note: In type definition `UInt3': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:49: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:5: note: In type definition `UInt4': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:5: note: In type definition `UInt5': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:5: note: In type definition `UInt6':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:5: note: In type definition `UInt7': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:49: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:5: note: In type definition `UInt8': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:49: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:5: note: In type definition `UInt9': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:49: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:5: note: In type definition `UInt10': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:5: note: In type definition `UInt11': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:5: note: In type definition `UInt12': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:5: note: In type definition `UInt13': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:5: note: In type definition `UInt14': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:5: note: In type definition `UInt15':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:5: note: In type definition `UInt16': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:5: note: In type definition `UInt17': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:5: note: In type definition `UInt18': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:5: note: In type definition `UInt19': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:5: note: In type definition `UInt20':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:5: note: In type definition `UInt21': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:5: note: In type definition `UInt22':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:5: note: In type definition `UInt23': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:5: note: In type definition `UInt24':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:5: note: In type definition `UInt25': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:5: note: In type definition `UInt26': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:5: note: In type definition `UInt27': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:5: note: In type definition `UInt28': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:5: note: In type definition `UInt29': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:5: note: In type definition `UInt30': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:5: note: In type definition `UInt31': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:5: note: In type definition `UInt32': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:5: note: In type definition `UInt36': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:5: note: In type definition `UInt48': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:5: note: In type definition `UInt52': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:51: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:5: note: In type definition `UInt64': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:51: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:5: note: In type definition `Int1': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:5: note: In type definition `Int2': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:57: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:5: note: In type definition `Int3': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:5: note: In type definition `Int4': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:5: note: In type definition `Int5': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:5: note: In type definition `Int6':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:5: note: In type definition `Int7': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:57: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:5: note: In type definition `Int8': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:5: note: In type definition `Int9': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:57: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:5: note: In type definition `Int10': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:5: note: In type definition `Int11': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:5: note: In type definition `Int12': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:5: note: In type definition `Int13': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:5: note: In type definition `Int14': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:5: note: In type definition `Int15': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:5: note: In type definition `Int16': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:5: note: In type definition `Int17': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:5: note: In type definition `Int18': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:5: note: In type definition `Int19': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:5: note: In type definition `Int20': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:5: note: In type definition `Int21': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:5: note: In type definition `Int22':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:5: note: In type definition `Int23':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:5: note: In type definition `Int24': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:5: note: In type definition `Int25': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:5: note: In type definition `Int26':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:5: note: In type definition `Int27': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:5: note: In type definition `Int28': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:5: note: In type definition `Int29': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:5: note: In type definition `Int30': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:5: note: In type definition `Int31': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:5: note: In type definition `Int32': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:60: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:5: note: In type definition `Int64': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:60: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:5: note: In type definition `Bool1': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:5: note: In type definition `Bool2': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:5: note: In type definition `Bool3': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:5: note: In type definition `Bool4': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:5: note: In type definition `Bool5': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:5: note: In type definition `Bool6': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:5: note: In type definition `Bool7': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:32: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:5: note: In type definition `Bool8': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:32: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn: note: In TTCN-3 module `LibCommon_Sync': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:249:7: note: In function definition `f_serverSync2ClientsAndStop': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:251:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:325:7: note: In function definition `f_serverSyncNClientsAndStop': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:330:9: note: In for statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:331:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:698:7: note: In function definition `f_serverSyncClientsTimed':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:702:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:718:7: note: In function definition `f_serverSyncClientsTimedIntermediateSync':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:738:9: note: In alt construct:   ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:740:15: note: In if statement:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:743:19: note: In if statement:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:23: note: In function instance:   ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:47: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients':   ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:74: note: In parameter #2 for `p_syncCmd':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime   ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:794:11: note: In else statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:35: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:50: note: In parameter #2 for `p_syncCmd':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:385:7: note: In function definition `f_selfOrClientSyncAndVerdict':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:388:9: note: In if statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:390:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1113:7: note: In function definition `f_selfSyncAndVerdict': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1116:9: note: In if statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1117:13: note: In function instance:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1134:7: note: In function definition `f_selfSyncAndVerdictPreamble': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1118:11: note: In if statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1119:13: note: In function instance:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1150:7: note: In function definition `f_selfSyncAndVerdictTestBody': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1121:9: note: In else statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1122:13: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1166:7: note: In function definition `f_selfSyncAndVerdictPostamble': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:391:11: note: In else statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:392:11: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:875:7: note: In function definition `f_clientSyncAndVerdict': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:878:9: note: In if statement:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:879:13: note: In function instance:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:903:7: note: In function definition `f_clientSyncAndVerdictPreamble': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: note: In function instance:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:880:11: note: In if statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:881:13: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:928:7: note: In function definition `f_clientSyncAndVerdictTestBody':  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: note: In function instance:  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used  ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:883:9: note: In else statement: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:884:13: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:951:7: note: In function definition `f_clientSyncAndVerdictPostamble': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: note: In function instance: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn: note: In TTCN-3 module `LibCommon_Time': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn:77:5: note: In function definition `f_sleepIgnoreDef': ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn:81:7: note: In alt construct: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn:83:9: note: In else branch: ./ttcn/AtsECRF/../LibCommon/ttcn/LibCommon_Time.ttcn:83:17: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn: note: In TTCN-3 module `http_www_opengis_net_gml': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:1: note: In type definition `AbstractGMLType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:1: note: In type definition `AbstractGeometryType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:1: note: In type definition `AbstractGeometricPrimitiveType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:1: note: In type definition `AbstractCurveType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:291:1: note: In type definition `CurveProperty': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:298:1: note: In type definition `CurvePropertyType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:300:2: note: In record field `curve': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:440:1: note: In type definition `Curve_group': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:443:2: note: In union field `curve_1':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:624:1: note: In type definition `Curve': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:630:1: note: In type definition `CurveType':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:638:2: note: In record field `segments':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:667:1: note: In type definition `Segments':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:674:1: note: In type definition `CurveSegmentArrayPropertyType':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In record field `curveSegment_list':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In embedded type of record of:  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:913:1: note: In type definition `CurveSegment_group':   ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:915:2: note: In union field `curveSegment':   ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:1: note: In type definition `AbstractCurveSegmentType':   ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:1: note: In type definition `AbstractSurfaceType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:481:1: note: In type definition `Polygon': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:487:1: note: In type definition `PolygonType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:495:2: note: In record field `exterior': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:514:1: note: In type definition `Exterior': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:521:1: note: In type definition `AbstractRingPropertyType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:523:2: note: In record field `ring': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:591:1: note: In type definition `Ring_group': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:593:2: note: In union field `ring':   ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:1: note: In type definition `AbstractRingType':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:758:1: note: In type definition `SurfaceType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:766:2: note: In record field `patches': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:971:1: note: In type definition `Patches_group': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:973:2: note: In union field `patches': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:787:1: note: In type definition `SurfacePatchArrayPropertyType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In record field `sequence_list': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In embedded type of record of: ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:790:3: note: In record field `surfacePatch':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:942:1: note: In type definition `SurfacePatch_group':  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:944:2: note: In union field `surfacePatch': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:1: note: In type definition `AbstractSurfacePatchType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:1: note: In type definition `AbstractSolidType': ./ttcn/AtsECRF/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn: note: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:45:1: note: In type definition `Ruleset': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In record field `rule_list': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In embedded type of record of: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:60:1: note: In type definition `RuleType': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:63:2: note: In record field `conditions': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:76:1: note: In type definition `ConditionsType': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In record field `choice_list':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In embedded type of record of:  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: note: In union field `identity_list':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: warning: More than one alternative can be empty and has UNTAGGED ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn: note: In TTCN-3 module `LibSip_Templates': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:480:9: note: In template definition `mw_SipUrl_Anonymous': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:481:27: note: In template for record field `components': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:482:24: note: In template for union field `sip': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:483:33: note: In template for record field `userInfo': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In template for record field `userOrTelephoneSubscriber':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set.  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1842:17: note: In template definition `m_ACK_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1851:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1845:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1972:17: note: In template definition `m_NOTIFY_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1981:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: note: In parameter #1 for `p_seqNumber':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1975:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1995:17: note: In template definition `m_OPTIONS_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2004:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1998:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2018:17: note: In template definition `m_PRACK_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2028:34: note: In template for record field `msgHeader':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2021:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2044:17: note: In template definition `m_PUBLISH_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2056:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2047:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2086:17: note: In template definition `m_REFER_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2098:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:33: note: In template for set field `cSeq':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2089:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2160:17: note: In template definition `m_SUBSCRIBE_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2169:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: note: In parameter #1 for `p_seqNumber':  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2163:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2183:17: note: In template definition `m_UPDATE_Request_Base': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2194:34: note: In template for record field `msgHeader': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:33: note: In template for set field `cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2186:21: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3770:9: note: In template definition `m_MBody_MIMESdpXml': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3774:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3776:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: note: In component 1:  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: note: In component 2: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3814:9: note: In template definition `m_MBody_MIMESdpEncrypted': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3817:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3819:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: note: In component 1: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3847:9: note: In template definition `mw_MBody_MIMESdpXml': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3851:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3853:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: note: In component 1:  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: note: In component 2: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3868:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3872:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3874:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: note: In component 2: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3886:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3890:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3892:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: note: In component 2: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn: note: In TTCN-3 module `LibSip_Steps': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4351:9: note: In function definition `f_SIP_preamble_withREG': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:13: note: In function instance: ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:38: note: In parameter #2 for `p_register': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4353:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn: note: In TTCN-3 module `LibIms_Templates': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:776:13: note: In template definition `m_XmlBody_ACR_ICB': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: note: In template for union field `simservs': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs'  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:788:13: note: In template definition `m_XmlBody_ACR_OCB': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: note: In template for union field `simservs':  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs'  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: In template definition `m_BYE_Request_Reason_IMS': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: While checking template restriction `value': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: In template definition `m_Response_onINVITE_Reason': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: While checking template restriction `value': ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn: note: In TTCN-3 module `LibIms_Steps': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:991:9: note: In function definition `f_IMS_preamble_withEmergencyRegistration': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:13: note: In function instance: ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: note: In parameter #2 for `p_register':  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: note: Referenced template parameter is here  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1011:9: note: In function definition `f_IMS_preamble_withRegistration': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:13: note: In function instance: ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: note: In parameter #2 for `p_register':  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1013:13: note: Referenced `out' template parameter is here  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1036:9: note: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:13: note: In function instance: ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration':  ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: note: In parameter #2 for `p_register': ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1038:13: note: Referenced `out' template parameter is here ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:19:3: note: In type definition `BinaryBody': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:23:5: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_JsonMessageBodyTypes': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:9:3: note: In type definition `JsonBody': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:13:5: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:11:5: note: In union field `raw': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:35:3: note: In type definition `XmlBody': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:52:5: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:37:5: note: In union field `locationRequest': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:38:5: note: In union field `locationResponse': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:39:5: note: In union field `presence': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `errorType': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `findServiceRequest': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:42:5: note: In union field `findServiceResponse': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: note: In union field `listServices': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:44:5: note: In union field `listServicesResponse': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:45:5: note: In union field `listServicesByLocation': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:46:5: note: In union field `listServicesByLocationResponse': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:47:5: note: In union field `exceptionContainer': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:48:5: note: In union field `dequeueRegistrationRequest': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:49:5: note: In union field `dequeueRegistrationResponse': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:50:5: note: In union field `raw': ./ttcn/AtsECRF/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsECRF/AtsECRF_Templates.ttcn: note: In TTCN-3 module `AtsECRF_Templates': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:17:2: note: In template definition `mw_http_find_service_response_error': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:23: note: In actual parameter list of template `@LibItsHttp_Templates.mw_http_response': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:24: note: In parameter #1 for `p_response': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:43: note: In actual parameter list of template `@LibItsHttp_Templates.mw_http_response_ok': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:44: note: In parameter #1 for `p_body': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:68: note: In actual parameter list of template `@LibItsHttp_Templates.mw_http_message_body_xml': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:69: note: In parameter #1 for `p_xml_body':   ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:108: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.mw_body_xml_find_service_response_error': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:109: note: In parameter #1 for `p_exceptionContainer': ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:19:109: warning: Inadequate restriction on the referenced template parameter `p_error', this may cause a dynamic test case error at runtime ./ttcn/AtsECRF/AtsECRF_Templates.ttcn:18:3: note: Referenced template parameter is here ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn: note: In TTCN-3 module `AtsECRF_TestCases': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:105:5: note: In testcase definition `TC_ECRF_LOST_BV_01': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:136:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:136:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:162:5: note: In testcase definition `TC_ECRF_LOST_BV_02': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:193:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:193:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:219:5: note: In testcase definition `TC_ECRF_LOST_BV_03': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:249:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:249:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:264:5: note: In testcase definition `TC_ECRF_LOST_BV_04': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:294:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:294:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:394:5: note: In testcase definition `TC_ECRF_LOST_BV_06': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:425:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:425:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:451:5: note: In testcase definition `TC_ECRF_LOST_BV_07': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:482:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:482:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:508:5: note: In testcase definition `TC_ECRF_LOST_BV_08': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:539:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:539:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used  ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:565:5: note: In testcase definition `TC_ECRF_LOST_BV_09': ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:582:7: note: In function instance: ./ttcn/AtsECRF/AtsECRF_TestCases.ttcn:582:7: warning: The value returned by function `@AtsECRF_Functions.f_receiveResponse' is not used Notify: Generating code... Notify: File `./build/AtsECRF/AtsECRF_AltSteps.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_AltSteps.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_Functions.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_Functions.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_Pics.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_Pics.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_Pixits.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_Pixits.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_Templates.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_Templates.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_TestCases.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_TestCases.cc' was generated. Notify: File `./build/AtsECRF/AtsECRF_TestControl.hh' was generated. Notify: File `./build/AtsECRF/AtsECRF_TestControl.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_AbstractData.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_AbstractData.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_BasicTypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_BasicTypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_DataStrings.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_DataStrings.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_Sync.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_Sync.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_TextStrings.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_TextStrings.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_Time.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_Time.cc' was generated. Notify: File `./build/AtsECRF/LibCommon_VerdictControl.hh' was generated. Notify: File `./build/AtsECRF/LibCommon_VerdictControl.cc' was generated. Notify: File `./build/AtsECRF/LibIms_Interface.hh' was generated. Notify: File `./build/AtsECRF/LibIms_Interface.cc' was generated. Notify: File `./build/AtsECRF/LibIms_Library.hh' was generated. Notify: File `./build/AtsECRF/LibIms_Library.cc' was generated. Notify: File `./build/AtsECRF/LibIms_SIPTypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibIms_SIPTypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibIms_Steps.hh' was generated. Notify: File `./build/AtsECRF/LibIms_Steps.cc' was generated. Notify: File `./build/AtsECRF/LibIms_Templates.hh' was generated. Notify: File `./build/AtsECRF/LibIms_Templates.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryMessageBodyTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryMessageBodyTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryTemplates.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryTemplates.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_BinaryTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Functions.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Functions.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JSONTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JSONTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JsonMessageBodyTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JsonMessageBodyTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JsonTemplates.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_JsonTemplates.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_MessageBodyTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_MessageBodyTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Pics.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Pics.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Pixits.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Pixits.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Templates.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_Templates.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_TestSystem.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_TestSystem.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_TypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_TypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XMLTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XMLTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XmlMessageBodyTypes.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XmlMessageBodyTypes.cc' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XmlTemplates.hh' was generated. Notify: File `./build/AtsECRF/LibItsHttp_XmlTemplates.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_Functions.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_Functions.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_Pics.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_Pics.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_Pixits.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_Pixits.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_Steps.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_Steps.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_SubscriptionPayloads.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_SubscriptionPayloads.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_Templates.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_Templates.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_TestSystem.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_TestSystem.cc' was generated. Notify: File `./build/AtsECRF/LibNg112_TypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibNg112_TypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibSip_Common.hh' was generated. Notify: File `./build/AtsECRF/LibSip_Common.cc' was generated. Notify: File `./build/AtsECRF/LibSip_EncdecDeclarations.hh' was generated. Notify: File `./build/AtsECRF/LibSip_EncdecDeclarations.cc' was generated. Notify: File `./build/AtsECRF/LibSip_Interface.hh' was generated. Notify: File `./build/AtsECRF/LibSip_Interface.cc' was generated. Notify: File `./build/AtsECRF/LibSip_Library.hh' was generated. Notify: File `./build/AtsECRF/LibSip_Library.cc' was generated. Notify: File `./build/AtsECRF/LibSip_MessageBodyTypes.hh' was generated. Notify: File `./build/AtsECRF/LibSip_MessageBodyTypes.cc' was generated. Notify: File `./build/AtsECRF/LibSip_PIXITS.hh' was generated. Notify: File `./build/AtsECRF/LibSip_PIXITS.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SDPTypes.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SDPTypes.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SIPTypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SIPTypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SMSFunctions.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SMSFunctions.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SMSTemplates.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SMSTemplates.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SMSTypesAndValues.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SMSTypesAndValues.cc' was generated. Notify: File `./build/AtsECRF/LibSip_SimpleMsgSummaryTypes.hh' was generated. Notify: File `./build/AtsECRF/LibSip_SimpleMsgSummaryTypes.cc' was generated. Notify: File `./build/AtsECRF/LibSip_Steps.hh' was generated. Notify: File `./build/AtsECRF/LibSip_Steps.cc' was generated. Notify: File `./build/AtsECRF/LibSip_Templates.hh' was generated. Notify: File `./build/AtsECRF/LibSip_Templates.cc' was generated. Notify: File `./build/AtsECRF/LibSip_XMLTypes.hh' was generated. Notify: File `./build/AtsECRF/LibSip_XMLTypes.cc' was generated. Notify: File `./build/AtsECRF/NoTargetNamespace.hh' was generated. Notify: File `./build/AtsECRF/NoTargetNamespace.cc' was generated. Notify: File `./build/AtsECRF/UsefulTtcn3Types.hh' was generated. Notify: File `./build/AtsECRF/UsefulTtcn3Types.cc' was generated. Notify: File `./build/AtsECRF/XSD.hh' was generated. Notify: File `./build/AtsECRF/XSD.cc' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_comm_div_info.hh' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_comm_div_info.cc' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_mcid.hh' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_pstn.hh' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_xcap.hh' was generated. Notify: File `./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc' was generated. Notify: File `./build/AtsECRF/http_www_opengis_net_gml.hh' was generated. Notify: File `./build/AtsECRF/http_www_opengis_net_gml.cc' was generated. Notify: File `./build/AtsECRF/http_www_opengis_net_pidflo_1_0.hh' was generated. Notify: File `./build/AtsECRF/http_www_opengis_net_pidflo_1_0.cc' was generated. Notify: File `./build/AtsECRF/http_www_w3_org_XML_1998_namespace.hh' was generated. Notify: File `./build/AtsECRF/http_www_w3_org_XML_1998_namespace.cc' was generated. Notify: File `./build/AtsECRF/urn_3gpp_ns_cw_1_0.hh' was generated. Notify: File `./build/AtsECRF/urn_3gpp_ns_cw_1_0.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_common_policy.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_common_policy.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_conference_info.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_conference_info.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_conf.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_conf.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held_id.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held_id.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_lost1.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_lost1.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_reginfo.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_reginfo.cc' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_resource_lists.hh' was generated. Notify: File `./build/AtsECRF/urn_ietf_params_xml_ns_resource_lists.cc' was generated. Notify: File `./build/AtsECRF/urn_oma_xml_xdm_common_policy.hh' was generated. Notify: File `./build/AtsECRF/urn_oma_xml_xdm_common_policy.cc' was generated. Notify: 168 files were updated. touch build/AtsECRF/.generate g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_AbstractData.o build/AtsECRF/LibCommon_AbstractData.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_BasicTypesAndValues.o build/AtsECRF/LibCommon_BasicTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_DataStrings.o build/AtsECRF/LibCommon_DataStrings.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_Sync.o build/AtsECRF/LibCommon_Sync.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_TextStrings.o build/AtsECRF/LibCommon_TextStrings.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_Time.o build/AtsECRF/LibCommon_Time.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibCommon_VerdictControl.o build/AtsECRF/LibCommon_VerdictControl.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_SubscriptionPayloads.o build/AtsECRF/LibNg112_SubscriptionPayloads.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_EncdecDeclarations.o build/AtsECRF/LibNg112_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_Functions.o build/AtsECRF/LibNg112_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_Pics.o build/AtsECRF/LibNg112_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_Pixits.o build/AtsECRF/LibNg112_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_Steps.o build/AtsECRF/LibNg112_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_Templates.o build/AtsECRF/LibNg112_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_TestSystem.o build/AtsECRF/LibNg112_TestSystem.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibNg112_TypesAndValues.o build/AtsECRF/LibNg112_TypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/NoTargetNamespace.o build/AtsECRF/NoTargetNamespace.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/UsefulTtcn3Types.o build/AtsECRF/UsefulTtcn3Types.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/XSD.o build/AtsECRF/XSD.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_www_opengis_net_gml.o build/AtsECRF/http_www_opengis_net_gml.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_www_opengis_net_pidflo_1_0.o build/AtsECRF/http_www_opengis_net_pidflo_1_0.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_www_w3_org_XML_1998_namespace.o build/AtsECRF/http_www_w3_org_XML_1998_namespace.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_conf.o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_conf.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held.o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held_id.o build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held_id.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_lost1.o build/AtsECRF/urn_ietf_params_xml_ns_lost1.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_pidf.o build/AtsECRF/urn_ietf_params_xml_ns_pidf.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10.o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibIms_Steps.o build/AtsECRF/LibIms_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibIms_Templates.o build/AtsECRF/LibIms_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibIms_Interface.o build/AtsECRF/LibIms_Interface.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibIms_Library.o build/AtsECRF/LibIms_Library.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibIms_SIPTypesAndValues.o build/AtsECRF/LibIms_SIPTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_BinaryMessageBodyTypes.o build/AtsECRF/LibItsHttp_BinaryMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_BinaryTemplates.o build/AtsECRF/LibItsHttp_BinaryTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_BinaryTypes.o build/AtsECRF/LibItsHttp_BinaryTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_EncdecDeclarations.o build/AtsECRF/LibItsHttp_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_Functions.o build/AtsECRF/LibItsHttp_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_JSONTypes.o build/AtsECRF/LibItsHttp_JSONTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_JsonMessageBodyTypes.o build/AtsECRF/LibItsHttp_JsonMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_JsonTemplates.o build/AtsECRF/LibItsHttp_JsonTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_MessageBodyTypes.o build/AtsECRF/LibItsHttp_MessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_Pics.o build/AtsECRF/LibItsHttp_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_Pixits.o build/AtsECRF/LibItsHttp_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_Templates.o build/AtsECRF/LibItsHttp_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_TestSystem.o build/AtsECRF/LibItsHttp_TestSystem.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_TypesAndValues.o build/AtsECRF/LibItsHttp_TypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_XMLTypes.o build/AtsECRF/LibItsHttp_XMLTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_XmlMessageBodyTypes.o build/AtsECRF/LibItsHttp_XmlMessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibItsHttp_XmlTemplates.o build/AtsECRF/LibItsHttp_XmlTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_Common.o build/AtsECRF/LibSip_Common.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_EncdecDeclarations.o build/AtsECRF/LibSip_EncdecDeclarations.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_MessageBodyTypes.o build/AtsECRF/LibSip_MessageBodyTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_PIXITS.o build/AtsECRF/LibSip_PIXITS.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SDPTypes.o build/AtsECRF/LibSip_SDPTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SIPTypesAndValues.o build/AtsECRF/LibSip_SIPTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SMSFunctions.o build/AtsECRF/LibSip_SMSFunctions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SMSTemplates.o build/AtsECRF/LibSip_SMSTemplates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SMSTypesAndValues.o build/AtsECRF/LibSip_SMSTypesAndValues.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_SimpleMsgSummaryTypes.o build/AtsECRF/LibSip_SimpleMsgSummaryTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_Steps.o build/AtsECRF/LibSip_Steps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_Templates.o build/AtsECRF/LibSip_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_XMLTypes.o build/AtsECRF/LibSip_XMLTypes.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_comm_div_info.o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_comm_div_info.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_mcid.o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_mcid.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_pstn.o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_pstn.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_xcap.o build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_xcap.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_3gpp_ns_cw_1_0.o build/AtsECRF/urn_3gpp_ns_cw_1_0.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_common_policy.o build/AtsECRF/urn_ietf_params_xml_ns_common_policy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_conference_info.o build/AtsECRF/urn_ietf_params_xml_ns_conference_info.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_reginfo.o build/AtsECRF/urn_ietf_params_xml_ns_reginfo.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_ietf_params_xml_ns_resource_lists.o build/AtsECRF/urn_ietf_params_xml_ns_resource_lists.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/urn_oma_xml_xdm_common_policy.o build/AtsECRF/urn_oma_xml_xdm_common_policy.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_Interface.o build/AtsECRF/LibSip_Interface.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/LibSip_Library.o build/AtsECRF/LibSip_Library.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_AltSteps.o build/AtsECRF/AtsECRF_AltSteps.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_Functions.o build/AtsECRF/AtsECRF_Functions.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_Pics.o build/AtsECRF/AtsECRF_Pics.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_Pixits.o build/AtsECRF/AtsECRF_Pixits.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_Templates.o build/AtsECRF/AtsECRF_Templates.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_TestCases.o build/AtsECRF/AtsECRF_TestCases.cc g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/AtsECRF_TestControl.o build/AtsECRF/AtsECRF_TestControl.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibHttp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.o ./ttcn/AtsECRF/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Encdec.o ./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Encdec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.o ./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.o ./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.o ./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/base_time.o ./ttcn/AtsECRF/../../ccsrc/Framework/src/base_time.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/codec_stack_builder.o ./ttcn/AtsECRF/../../ccsrc/Framework/src/codec_stack_builder.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/converter.o ./ttcn/AtsECRF/../../ccsrc/Framework/src/converter.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/layer_factory.o ./ttcn/AtsECRF/../../ccsrc/Framework/src/layer_factory.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/params.o ./ttcn/AtsECRF/../../ccsrc/Framework/src/params.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/HttpPort.o ./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/HttpPort.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/SipPort.o ./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/SipPort.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/ethernet_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/ethernet_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Held/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Held/held_codec.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Held/held_codec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_codec.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_codec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/lost_codec.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/lost_codec.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_linux_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_linux_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_offline_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_offline_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_ack_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_ack_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_bye_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_bye_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_headers.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_headers.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_info_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_info_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_invite_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_invite_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_body.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_body.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_notify_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_notify_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_options_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_options_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_register_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_register_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_response.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_response.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/tcp_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/tcp_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/udp_layer.o ./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/udp_layer.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/loggers/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/loggers/loggers.o ./ttcn/AtsECRF/../../ccsrc/loggers/loggers.cc mkdir -p build/AtsECRF/./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/ g++ -g -O0 -c -DTITAN_RUNTIME_2 -D_NO_SOFTLINKS_ -DAtsECRF -DAS_USE_SSL -DLINUX -I./build/AtsECRF -I./build/AtsECRF/.. -I/home/etsi/frameworks/titan/titan.core/Install/include -I/home/etsi/frameworks/titan/titan.core/Install/src -I./ccsrc/Framework/include -I./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/. -I./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/. -I./ttcn/AtsECRF/../../ccsrc/Framework/./include -I./ttcn/AtsECRF/../../ccsrc/loggers/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Held/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Http/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/. -I./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/. -I./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src -I/home/etsi/frameworks/osip/include -o build/AtsECRF/./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.o ./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.cc g++ -g -O0 -o bin/AtsECRF ./build/AtsECRF/LibCommon_AbstractData.o ./build/AtsECRF/LibCommon_BasicTypesAndValues.o ./build/AtsECRF/LibCommon_DataStrings.o ./build/AtsECRF/LibCommon_Sync.o ./build/AtsECRF/LibCommon_TextStrings.o ./build/AtsECRF/LibCommon_Time.o ./build/AtsECRF/LibCommon_VerdictControl.o ./build/AtsECRF/LibNg112_SubscriptionPayloads.o ./build/AtsECRF/LibNg112_EncdecDeclarations.o ./build/AtsECRF/LibNg112_Functions.o ./build/AtsECRF/LibNg112_Pics.o ./build/AtsECRF/LibNg112_Pixits.o ./build/AtsECRF/LibNg112_Steps.o ./build/AtsECRF/LibNg112_Templates.o ./build/AtsECRF/LibNg112_TestSystem.o ./build/AtsECRF/LibNg112_TypesAndValues.o ./build/AtsECRF/NoTargetNamespace.o ./build/AtsECRF/UsefulTtcn3Types.o ./build/AtsECRF/XSD.o ./build/AtsECRF/http_www_opengis_net_gml.o ./build/AtsECRF/http_www_opengis_net_pidflo_1_0.o ./build/AtsECRF/http_www_w3_org_XML_1998_namespace.o ./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_conf.o ./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held.o ./build/AtsECRF/urn_ietf_params_xml_ns_geopriv_held_id.o ./build/AtsECRF/urn_ietf_params_xml_ns_lost1.o ./build/AtsECRF/urn_ietf_params_xml_ns_pidf.o ./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10.o ./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o ./build/AtsECRF/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o ./build/AtsECRF/LibIms_Steps.o ./build/AtsECRF/LibIms_Templates.o ./build/AtsECRF/LibIms_Interface.o ./build/AtsECRF/LibIms_Library.o ./build/AtsECRF/LibIms_SIPTypesAndValues.o ./build/AtsECRF/LibItsHttp_BinaryMessageBodyTypes.o ./build/AtsECRF/LibItsHttp_BinaryTemplates.o ./build/AtsECRF/LibItsHttp_BinaryTypes.o ./build/AtsECRF/LibItsHttp_EncdecDeclarations.o ./build/AtsECRF/LibItsHttp_Functions.o ./build/AtsECRF/LibItsHttp_JSONTypes.o ./build/AtsECRF/LibItsHttp_JsonMessageBodyTypes.o ./build/AtsECRF/LibItsHttp_JsonTemplates.o ./build/AtsECRF/LibItsHttp_MessageBodyTypes.o ./build/AtsECRF/LibItsHttp_Pics.o ./build/AtsECRF/LibItsHttp_Pixits.o ./build/AtsECRF/LibItsHttp_Templates.o ./build/AtsECRF/LibItsHttp_TestSystem.o ./build/AtsECRF/LibItsHttp_TypesAndValues.o ./build/AtsECRF/LibItsHttp_XMLTypes.o ./build/AtsECRF/LibItsHttp_XmlMessageBodyTypes.o ./build/AtsECRF/LibItsHttp_XmlTemplates.o ./build/AtsECRF/LibSip_Common.o ./build/AtsECRF/LibSip_EncdecDeclarations.o ./build/AtsECRF/LibSip_MessageBodyTypes.o ./build/AtsECRF/LibSip_PIXITS.o ./build/AtsECRF/LibSip_SDPTypes.o ./build/AtsECRF/LibSip_SIPTypesAndValues.o ./build/AtsECRF/LibSip_SMSFunctions.o ./build/AtsECRF/LibSip_SMSTemplates.o ./build/AtsECRF/LibSip_SMSTypesAndValues.o ./build/AtsECRF/LibSip_SimpleMsgSummaryTypes.o ./build/AtsECRF/LibSip_Steps.o ./build/AtsECRF/LibSip_Templates.o ./build/AtsECRF/LibSip_XMLTypes.o ./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_comm_div_info.o ./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_mcid.o ./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_pstn.o ./build/AtsECRF/http_uri_etsi_org_ngn_params_xml_simservs_xcap.o ./build/AtsECRF/urn_3gpp_ns_cw_1_0.o ./build/AtsECRF/urn_ietf_params_xml_ns_common_policy.o ./build/AtsECRF/urn_ietf_params_xml_ns_conference_info.o ./build/AtsECRF/urn_ietf_params_xml_ns_reginfo.o ./build/AtsECRF/urn_ietf_params_xml_ns_resource_lists.o ./build/AtsECRF/urn_oma_xml_xdm_common_policy.o ./build/AtsECRF/LibSip_Interface.o ./build/AtsECRF/LibSip_Library.o ./build/AtsECRF/AtsECRF_AltSteps.o ./build/AtsECRF/AtsECRF_Functions.o ./build/AtsECRF/AtsECRF_Pics.o ./build/AtsECRF/AtsECRF_Pixits.o ./build/AtsECRF/AtsECRF_Templates.o ./build/AtsECRF/AtsECRF_TestCases.o ./build/AtsECRF/AtsECRF_TestControl.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibHttp/LibItsHttp_Encdec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Encdec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_SMSFunctions_Encdec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Steps_Encdec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/EncDec/LibSip/LibSip_Templates_Encdec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/base_time.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/codec_stack_builder.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/converter.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/layer_factory.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Framework/src/params.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibHttp/HttpPort.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Ports/LibSip/SipPort.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/ETH/ethernet_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Held/held_codec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_codec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Http/http_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Lost/lost_codec.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_cygwin_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_linux_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Pcap/pcap_offline_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_ack_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_bye_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_cancel_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_headers.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_info_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_invite_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_body.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_message_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_notify_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_options_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_register_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_response.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_codec_subscribe_request.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Sip/sip_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/Tcp/tcp_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/Protocols/UDP/udp_layer.o ./build/AtsECRF/./ttcn/AtsECRF/../../ccsrc/loggers/loggers.o ./build/AtsECRF/./ttcn/AtsECRF/../modules/titan.TestPorts.Common_Components.Abstract_Socket/module/src/Abstract_Socket.o /home/etsi/frameworks/titan/titan.core/Install/lib/libttcn3-rt2-parallel.a -lstdc++fs -lpcap -lrt -lpthread -lssl -lcrypto -lxml2 -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2 + for i in ${ATS_LIST} + export ATS=AtsESRP + ATS=AtsESRP + make mkdir -p build/AtsESRP cp ttcn/patch_ims_titan/LibIms_Steps.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_ims_titan/LibIms_Templates.ttcn ttcn/LibIms/ttcn; cp ttcn/patch_sip_titan/LibSip_XMLTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_PIXITS.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_MessageBodyTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTemplates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSFunctions.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_EncdecDeclarations.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Templates.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Steps.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SDPTypes.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_Common.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ttcn/LibSip/ttcn; cp ttcn/patch_lib_common_titan/LibCommon_Sync.ttcn ttcn/LibCommon/ttcn; cp ttcn/patch_lib_http/LibItsHttp_XmlTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_Templates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_BinaryTemplates.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XMLTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TestSystem.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_XmlMessageBodyTypes.ttcn ttcn/LibIts/ttcn/Http; cp ttcn/patch_lib_http/LibItsHttp_TypesAndValues.ttcn ttcn/LibIts/ttcn/Http; /home/etsi/frameworks/titan/titan.core/Install/bin/compiler -d -e -f -g -l -L -M -O -R -U none -o ./build/AtsESRP ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_AbstractData.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_DataStrings.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_TextStrings.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/XSD.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn ./ttcn/AtsESRP/../LibIms/ttcn/LibIms_Interface.ttcn ./ttcn/AtsESRP/../LibIms/ttcn/LibIms_Library.ttcn ./ttcn/AtsESRP/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Common.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Library.ttcn ./ttcn/AtsESRP/AtsESRP_Pics.ttcn ./ttcn/AtsESRP/AtsESRP_Steps.ttcn ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn ./ttcn/AtsESRP/AtsESRP_TestControl.ttcn Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_AbstractData.ttcn'... ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_AbstractData.ttcn:20:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_DataStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn'... ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:65:3: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_TextStrings.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_VerdictControl.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/json/LibNg112_SubscriptionPayloads.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/ttcn/LibNg112_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/NoTargetNamespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/UsefulTtcn3Types.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/XSD.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn'... ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:240:6: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:245:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:246:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_pidflo_1_0.ttcn:247:11: warning: Keyword 'object' is treated as an identifier. Activate compiler option '-k' to use object-oriented features. Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_w3_org_XML_1998_namespace.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_conf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_geopriv_held_id.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn'... ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:39: note: In character string pattern:  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_lost1.ttcn:425:45: warning: Unescaped `#' inside character set was treated literally Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn'... ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:31:63: warning: Unsupported selective import statement was treated as `import all' Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIms/ttcn/LibIms_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIms/ttcn/LibIms_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIms/ttcn/LibIms_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Functions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JSONTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Pixits.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_TestSystem.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_TypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Common.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_EncdecDeclarations.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_MessageBodyTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_PIXITS.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SDPTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SIPTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSFunctions.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSTemplates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SMSTypesAndValues.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_SimpleMsgSummaryTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_XMLTypes.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_comm_div_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_mcid.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_pstn.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/http_uri_etsi_org_ngn_params_xml_simservs_xcap.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_3gpp_ns_cw_1_0.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_conference_info.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_reginfo.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_resource_lists.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_oma_xml_xdm_common_policy.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Library.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/AtsESRP_Pics.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/AtsESRP_Steps.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/AtsESRP_TestCases.ttcn'... Notify: Parsing TTCN-3 module `./ttcn/AtsESRP/AtsESRP_TestControl.ttcn'... Notify: Checking modules... ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn: note: In TTCN-3 module `LibCommon_BasicTypesAndValues': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:5: note: In type definition `UInt1': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:64:49: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:5: note: In type definition `UInt2': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:65:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:5: note: In type definition `UInt3': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:66:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:5: note: In type definition `UInt4': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:67:49: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:5: note: In type definition `UInt5': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:68:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:5: note: In type definition `UInt6': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:69:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:5: note: In type definition `UInt7': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:70:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:5: note: In type definition `UInt8': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:71:49: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:5: note: In type definition `UInt9': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:72:49: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:5: note: In type definition `UInt10': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:73:51: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:5: note: In type definition `UInt11': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:74:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:5: note: In type definition `UInt12': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:75:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:5: note: In type definition `UInt13': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:76:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:5: note: In type definition `UInt14': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:77:51: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:5: note: In type definition `UInt15': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:78:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:5: note: In type definition `UInt16': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:79:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:5: note: In type definition `UInt17': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:80:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:5: note: In type definition `UInt18': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:81:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:5: note: In type definition `UInt19': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:82:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:5: note: In type definition `UInt20': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:83:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:5: note: In type definition `UInt21': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:84:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:5: note: In type definition `UInt22': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:85:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:5: note: In type definition `UInt23': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:86:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:5: note: In type definition `UInt24': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:87:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:5: note: In type definition `UInt25': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:88:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:5: note: In type definition `UInt26': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:89:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:5: note: In type definition `UInt27': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:90:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:5: note: In type definition `UInt28': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:91:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:5: note: In type definition `UInt29': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:92:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:5: note: In type definition `UInt30': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:93:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:5: note: In type definition `UInt31': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:94:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:5: note: In type definition `UInt32': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:95:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:5: note: In type definition `UInt36': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:96:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:5: note: In type definition `UInt48': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:97:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:5: note: In type definition `UInt52': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:98:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:5: note: In type definition `UInt64': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:99:51: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:5: note: In type definition `Int1': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:177:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:5: note: In type definition `Int2': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:178:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:5: note: In type definition `Int3': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:179:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:5: note: In type definition `Int4': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:180:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:5: note: In type definition `Int5': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:181:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:5: note: In type definition `Int6': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:182:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:5: note: In type definition `Int7': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:183:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:5: note: In type definition `Int8': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:184:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:5: note: In type definition `Int9': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:185:57: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:5: note: In type definition `Int10': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:186:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:5: note: In type definition `Int11': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:187:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:5: note: In type definition `Int12': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:188:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:5: note: In type definition `Int13': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:189:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:5: note: In type definition `Int14': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:190:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:5: note: In type definition `Int15': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:191:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:5: note: In type definition `Int16': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:192:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:5: note: In type definition `Int17': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:193:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:5: note: In type definition `Int18': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:194:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:5: note: In type definition `Int19': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:195:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:5: note: In type definition `Int20': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:196:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:5: note: In type definition `Int21': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:197:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:5: note: In type definition `Int22': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:198:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:5: note: In type definition `Int23': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:199:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:5: note: In type definition `Int24': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:200:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:5: note: In type definition `Int25': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:201:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:5: note: In type definition `Int26': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:202:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:5: note: In type definition `Int27': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:203:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:5: note: In type definition `Int28': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:204:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:5: note: In type definition `Int29': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:205:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:5: note: In type definition `Int30': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:206:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:5: note: In type definition `Int31': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:207:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:5: note: In type definition `Int32': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:208:60: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:5: note: In type definition `Int64': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:209:60: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:5: note: In type definition `Bool1': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:241:32: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:5: note: In type definition `Bool2': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:242:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:5: note: In type definition `Bool3': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:243:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:5: note: In type definition `Bool4':  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:244:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:5: note: In type definition `Bool5': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:245:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:5: note: In type definition `Bool6': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:246:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:5: note: In type definition `Bool7': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:247:32: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:5: note: In type definition `Bool8':  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_BasicTypesAndValues.ttcn:248:32: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn: note: In TTCN-3 module `LibCommon_Sync': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:249:7: note: In function definition `f_serverSync2ClientsAndStop': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:251:11: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:325:7: note: In function definition `f_serverSyncNClientsAndStop': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:330:9: note: In for statement:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:331:11: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:698:7: note: In function definition `f_serverSyncClientsTimed': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:702:11: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:718:7: note: In function definition `f_serverSyncClientsTimedIntermediateSync':   ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:738:9: note: In alt construct: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:740:15: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:743:19: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:23: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:47: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:744:74: note: In parameter #2 for `p_syncCmd': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:794:11: note: In else statement:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:11: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:35: note: In actual parameter list of function `@LibCommon_Sync.f_serverSendToAllClients':  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:797:50: note: In parameter #2 for `p_syncCmd': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1275:26: warning: Inadequate restriction on the referenced template parameter `p_syncId', this may cause a dynamic test case error at runtime   ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1274:43: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:385:7: note: In function definition `f_selfOrClientSyncAndVerdict': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:388:9: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:390:11: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1113:7: note: In function definition `f_selfSyncAndVerdict': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1116:9: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1117:13: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1134:7: note: In function definition `f_selfSyncAndVerdictPreamble': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1138:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1118:11: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1119:13: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1150:7: note: In function definition `f_selfSyncAndVerdictTestBody':  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1154:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1121:9: note: In else statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1122:13: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1166:7: note: In function definition `f_selfSyncAndVerdictPostamble': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:1170:9: warning: The value returned by function `@LibCommon_Sync.f_selfSync' is not used  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:391:11: note: In else statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:392:11: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:875:7: note: In function definition `f_clientSyncAndVerdict': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:878:9: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:879:13: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:903:7: note: In function definition `f_clientSyncAndVerdictPreamble': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:907:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:880:11: note: In if statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:881:13: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:928:7: note: In function definition `f_clientSyncAndVerdictTestBody':  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: note: In function instance: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:932:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:883:9: note: In else statement: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:884:13: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:951:7: note: In function definition `f_clientSyncAndVerdictPostamble': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: note: In function instance:  ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Sync.ttcn:955:9: warning: The value returned by function `@LibCommon_Sync.f_clientSync' is not used ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn: note: In TTCN-3 module `LibCommon_Time': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn:77:5: note: In function definition `f_sleepIgnoreDef': ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn:81:7: note: In alt construct: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn:83:9: note: In else branch: ./ttcn/AtsESRP/../LibCommon/ttcn/LibCommon_Time.ttcn:83:17: warning: The first statement of the [else] branch is a repeat statement. This will result in busy waiting ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn: note: In TTCN-3 module `http_www_opengis_net_gml': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:1: note: In type definition `AbstractGMLType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:122:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:1: note: In type definition `AbstractGeometryType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:215:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:1: note: In type definition `AbstractGeometricPrimitiveType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:235:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:1: note: In type definition `AbstractCurveType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:285:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:291:1: note: In type definition `CurveProperty': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:298:1: note: In type definition `CurvePropertyType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:300:2: note: In record field `curve': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:440:1: note: In type definition `Curve_group': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:443:2: note: In union field `curve_1': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:624:1: note: In type definition `Curve': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:630:1: note: In type definition `CurveType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:638:2: note: In record field `segments': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:667:1: note: In type definition `Segments': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:674:1: note: In type definition `CurveSegmentArrayPropertyType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In record field `curveSegment_list':  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:676:2: note: In embedded type of record of: ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:913:1: note: In type definition `CurveSegment_group': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:915:2: note: In union field `curveSegment': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:1: note: In type definition `AbstractCurveSegmentType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:650:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:1: note: In type definition `AbstractSurfaceType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:460:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:481:1: note: In type definition `Polygon': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:487:1: note: In type definition `PolygonType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:495:2: note: In record field `exterior': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:514:1: note: In type definition `Exterior': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:521:1: note: In type definition `AbstractRingPropertyType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:523:2: note: In record field `ring': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:591:1: note: In type definition `Ring_group': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:593:2: note: In union field `ring': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:1: note: In type definition `AbstractRingType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:508:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:758:1: note: In type definition `SurfaceType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:766:2: note: In record field `patches': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:971:1: note: In type definition `Patches_group':  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:973:2: note: In union field `patches': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:787:1: note: In type definition `SurfacePatchArrayPropertyType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In record field `sequence_list': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:789:2: note: In embedded type of record of: ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:790:3: note: In record field `surfacePatch': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:942:1: note: In type definition `SurfacePatch_group':  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:944:2: note: In union field `surfacePatch':  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:1: note: In type definition `AbstractSurfacePatchType':  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:778:6: warning: ABSTRACT and BLOCK only affects union fields.  ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:1: note: In type definition `AbstractSolidType': ./ttcn/AtsESRP/../LibEmcom/LibNg112/xsd/http_www_opengis_net_gml.ttcn:869:6: warning: ABSTRACT and BLOCK only affects union fields. ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn: note: In TTCN-3 module `urn_ietf_params_xml_ns_common_policy': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:45:1: note: In type definition `Ruleset': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In record field `rule_list': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:47:2: note: In embedded type of record of: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:60:1: note: In type definition `RuleType': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:63:2: note: In record field `conditions': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:76:1: note: In type definition `ConditionsType':   ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In record field `choice_list': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:78:2: note: In embedded type of record of:  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: note: In union field `identity_list': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/urn_ietf_params_xml_ns_common_policy.ttcn:79:3: warning: More than one alternative can be empty and has UNTAGGED ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn: note: In TTCN-3 module `LibSip_Templates': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:480:9: note: In template definition `mw_SipUrl_Anonymous': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:481:27: note: In template for record field `components': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:482:24: note: In template for union field `sip': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:483:33: note: In template for record field `userInfo': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In template for record field `userOrTelephoneSubscriber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:484:54: note: In character string pattern: warning: Charstring pattern: Duplicate character `s' in the character set.  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1842:17: note: In template definition `m_ACK_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1851:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1853:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1845:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1972:17: note: In template definition `m_NOTIFY_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1981:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1983:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1975:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1995:17: note: In template definition `m_OPTIONS_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2004:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: note: In parameter #1 for `p_seqNumber':  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2006:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1998:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2018:17: note: In template definition `m_PRACK_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2028:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2030:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2021:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2044:17: note: In template definition `m_PUBLISH_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2056:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2071:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2047:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2086:17: note: In template definition `m_REFER_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2098:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2101:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2089:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2160:17: note: In template definition `m_SUBSCRIBE_Request_Base':  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2169:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: note: In parameter #1 for `p_seqNumber':   ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2171:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2163:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2183:17: note: In template definition `m_UPDATE_Request_Base': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2194:34: note: In template for record field `msgHeader': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:33: note: In template for set field `cSeq': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:39: note: In actual parameter list of template `@LibSip_Templates.m_cSeq':  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: note: In parameter #1 for `p_seqNumber': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2210:40: warning: Inadequate restriction on the referenced template parameter `p_cSeq.seqNumber', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:2186:21: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3770:9: note: In template definition `m_MBody_MIMESdpXml': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3774:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3776:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: note: In component 1: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3777:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: note: In component 2: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3782:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3814:9: note: In template definition `m_MBody_MIMESdpEncrypted': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3817:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3819:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: note: In component 1: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3820:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3847:9: note: In template definition `mw_MBody_MIMESdpXml': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3851:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3853:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: note: In component 1: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3854:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: note: In component 2: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3859:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3868:9: note: In template definition `mw_MBody_MIME_Ims3gpp': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3872:32: note: In template for union field `mimeMessageBody': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3874:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: note: In component 2: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3876:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part'  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3886:9: note: In template definition `mw_MBody_MIME_Ims3gppCW': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3890:32: note: In template for union field `mimeMessageBody':  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3892:41: note: In template for record field `mimeEncapsulatedList': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: note: In component 2: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:3894:21: warning: Field `content_id' is missing from template for record type `@LibSip_MessageBodyTypes.MIME_Encapsulated_Part' ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn: note: In TTCN-3 module `LibSip_Steps': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4351:9: note: In function definition `f_SIP_preamble_withREG': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:13: note: In function instance: ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4359:38: note: In parameter #2 for `p_register': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Steps.ttcn:4353:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn: note: In TTCN-3 module `LibIms_Templates': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:776:13: note: In template definition `m_XmlBody_ACR_ICB': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: note: In template for union field `simservs': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:779:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs' ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:788:13: note: In template definition `m_XmlBody_ACR_OCB': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: note: In template for union field `simservs': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:791:29: warning: Field `absService_list' is missing from template for record type `@http_uri_etsi_org_ngn_params_xml_simservs_xcap.Simservs'  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: In template definition `m_BYE_Request_Reason_IMS':  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:1677:17: note: While checking template restriction `value': ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: In template definition `m_Response_onINVITE_Reason': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Templates.ttcn:4339:17: note: While checking template restriction `value':  ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:612:27: warning: Inadequate restriction on the referenced template parameter `p_cause', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:609:13: note: Referenced template parameter is here ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1109:27: warning: Inadequate restriction on the referenced template parameter `p_text', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/../patch_sip_titan/LibSip_Templates.ttcn:1106:13: note: Referenced template parameter is here ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn: note: In TTCN-3 module `LibIms_Steps': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:991:9: note: In function definition `f_IMS_preamble_withEmergencyRegistration': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:13: note: In function instance: ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: note: In parameter #2 for `p_register':  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: warning: Passing an `in' parameter as another function's `out' parameter ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1000:38: warning: Inadequate restriction on the referenced template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:993:13: note: Referenced template parameter is here  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1011:9: note: In function definition `f_IMS_preamble_withRegistration': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:13: note: In function instance: ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: note: In parameter #2 for `p_register': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1021:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1013:13: note: Referenced `out' template parameter is here  ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1036:9: note: In function definition `f_IMS_preamble_withRegistrationWoSubscription': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:13: note: In function instance: ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:27: note: In actual parameter list of function `@LibSip_Steps.f_Registration': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: note: In parameter #2 for `p_register': ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1046:38: warning: Inadequate restriction on the referenced `out' template parameter `p_register', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibIms/../patch_ims_titan/LibIms_Steps.ttcn:1038:13: note: Referenced `out' template parameter is here ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_BinaryMessageBodyTypes': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:19:3: note: In type definition `BinaryBody': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_BinaryMessageBodyTypes.ttcn:23:5: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_JsonMessageBodyTypes': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:9:3: note: In type definition `JsonBody': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:13:5: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:11:5: note: In union field `raw': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_JsonMessageBodyTypes.ttcn:17:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn: note: In TTCN-3 module `LibItsHttp_XmlMessageBodyTypes': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:35:3: note: In type definition `XmlBody': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:52:5: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:37:5: note: In union field `locationRequest': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:38:5: note: In union field `locationResponse': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:39:5: note: In union field `presence': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:40:5: note: In union field `errorType':  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:41:5: note: In union field `findServiceRequest': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:42:5: note: In union field `findServiceResponse': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:43:5: note: In union field `listServices': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:44:5: note: In union field `listServicesResponse': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:45:5: note: In union field `listServicesByLocation': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:46:5: note: In union field `listServicesByLocationResponse': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:47:5: note: In union field `exceptionContainer': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:48:5: note: In union field `dequeueRegistrationRequest': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:49:5: note: In union field `dequeueRegistrationResponse':  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:50:5: note: In union field `raw':  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlMessageBodyTypes.ttcn:56:3: warning: This variant does not belong to an encode ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn: note: In TTCN-3 module `AtsESRP_TestCases': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:116:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_01':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:140:9: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:152:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ecrf': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:171:9: note: In alt construct: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:194:13: note: In send statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:195:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:196:43: note: In parameter #1 for `p_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:196:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:197:62: note: In parameter #1 for `p_body':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:197:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:198:86: note: In parameter #1 for `p_xml_body':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:198:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:199:119: note: In parameter #1 for `p_findServiceResponse': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:199:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:200:143: note: In parameter #1 for `p_mapping_list':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:200:145: note: In component 1:  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:200:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:201:155: note: In parameter #1 for `p_expires':  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:637:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:635:61: note: Referenced template parameter is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:141:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:234:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:247:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:247:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:9: note: In variable assignment: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:28: note: In the first parameter of encvalue_unichar(): ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:62: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_geopriv': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:63: note: In parameter #1 for `p_location_info': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:78: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_location_info': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: note: In parameter #1 for `p_point': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:81: note: In template for record field `axisLabels': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:81: error: Type mismatch: a value or template of type `@http_www_opengis_net_gml.NCNameList' was expected instead of `universal charstring' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `gid' is missing from template for record type `@http_www_opengis_net_gml.PointType' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `id' is missing from template for record type `@http_www_opengis_net_gml.PointType' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `srsDimension' is missing from template for record type `@http_www_opengis_net_gml.PointType' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `srsName' is missing from template for record type `@http_www_opengis_net_gml.PointType' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `uomLabels' is missing from template for record type `@http_www_opengis_net_gml.PointType' ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:254:79: error: Field `pos' is missing from template for record type `@http_www_opengis_net_gml.PointType'  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:259:9: note: In variable assignment: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:259:47: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:260:49: note: In parameter #2 for `p_callId': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:260:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:265:49: note: In parameter #7 for `p_contact': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:265:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:295:9: note: In function instance:  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:295:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:295:22: note: In parameter #1 for `p_request': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:295:22: warning: Inadequate restriction on the referenced template variable `v_invite', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:238:37: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:142:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:310:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_01_psap': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:318:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:318:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:350:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_02': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:374:9: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:386:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_ecrf': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:404:9: note: In alt construct: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:427:13: note: In send statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:428:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:429:43: note: In parameter #1 for `p_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:429:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:430:62: note: In parameter #1 for `p_body':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:430:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:431:86: note: In parameter #1 for `p_xml_body':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:431:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:432:119: note: In parameter #1 for `p_findServiceResponse':   ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:432:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:433:143: note: In parameter #1 for `p_mapping_list':   ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:433:145: note: In component 1:  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:433:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping':    ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:434:155: note: In parameter #1 for `p_expires':   ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:637:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime   ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:635:61: note: Referenced template parameter is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:375:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:467:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:477:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:477:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:486:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:486:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:486:22: note: In parameter #1 for `p_request':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:486:57: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_CallInfo_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:487:58: note: In parameter #2 for `p_callId':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:487:58: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:492:58: note: In parameter #7 for `p_contact':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:492:58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:376:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:525:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_02_psap': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:533:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:533:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:561:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_03':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:585:9: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:597:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_03_ecrf': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:615:9: note: In alt construct: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:638:13: note: In send statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:639:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:640:43: note: In parameter #1 for `p_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:640:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:641:62: note: In parameter #1 for `p_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:641:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:642:86: note: In parameter #1 for `p_xml_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:642:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:643:119: note: In parameter #1 for `p_findServiceResponse': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:643:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:644:143: note: In parameter #1 for `p_mapping_list': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:644:145: note: In component 1: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:644:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:645:155: note: In parameter #1 for `p_expires':  ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:637:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:635:61: note: Referenced template parameter is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:586:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:678:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_03_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:688:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:688:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:697:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:697:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:697:22: note: In parameter #1 for `p_request': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:697:57: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_CallInfo_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:698:58: note: In parameter #2 for `p_callId': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:698:58: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:703:58: note: In parameter #7 for `p_contact': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:703:58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:587:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:736:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_03_psap': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:744:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:744:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:772:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_04': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:796:9: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:808:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_04_ecrf': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:826:9: note: In alt construct: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:849:13: note: In send statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:850:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:851:43: note: In parameter #1 for `p_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:851:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:852:62: note: In parameter #1 for `p_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:852:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:853:86: note: In parameter #1 for `p_xml_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:853:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:854:119: note: In parameter #1 for `p_findServiceResponse': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:854:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:855:143: note: In parameter #1 for `p_mapping_list': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:855:145: note: In component 1: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:855:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:856:155: note: In parameter #1 for `p_expires': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:637:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:635:61: note: Referenced template parameter is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:797:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:889:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_04_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:899:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:899:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:908:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:908:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:908:22: note: In parameter #1 for `p_request':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:908:57: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_CallInfo_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:909:58: note: In parameter #2 for `p_callId': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:909:58: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:914:58: note: In parameter #7 for `p_contact': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:914:58: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:798:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:947:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_04_psap': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:955:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:955:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:983:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_05': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1008:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1038:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_05_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1048:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1048:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1101:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_06': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1125:9: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1137:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_06_ecrf': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1155:9: note: In alt construct:  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1178:13: note: In send statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1179:42: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1180:43: note: In parameter #1 for `p_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1180:61: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_response_ok': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1181:62: note: In parameter #1 for `p_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1181:85: note: In actual parameter list of template `@LibItsHttp_Templates.m_http_message_body_xml': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1182:86: note: In parameter #1 for `p_xml_body': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1182:118: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_body_xml_find_service_response':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1183:119: note: In parameter #1 for `p_findServiceResponse': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1183:142: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_find_service_response': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1184:143: note: In parameter #1 for `p_mapping_list': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1184:145: note: In component 1: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1184:154: note: In actual parameter list of template `@LibItsHttp_XmlTemplates.m_mapping': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1185:155: note: In parameter #1 for `p_expires': ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:637:19: warning: Inadequate restriction on the referenced template parameter `p_date_time', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibIts/ttcn/Http/LibItsHttp_XmlTemplates.ttcn:635:61: note: Referenced template parameter is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1126:30: note: In start test component statement:  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1218:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_06_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1228:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1228:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1237:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1237:22: note: In actual parameter list of function `@LibSip_Steps.f_SendMESSAGE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1237:23: note: In parameter #1 for `p_request':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1237:50: note: In actual parameter list of template `@LibNg112_Templates.m_MESSAGE_Request_IMS_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1238:49: note: In parameter #2 for `p_callId': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1238:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime  ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1127:30: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1260:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_06_psap': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1268:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1268:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1300:5: note: In testcase definition `TC_ESRP_SIP_INVITE_BV_07': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1324:9: note: In if statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1326:32: note: In start test component statement: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1367:7: note: In function definition `f_TC_ESRP_SIP_INVITE_BV_07_ue': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1377:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1377:9: warning: The value returned by function `@LibNg112_Steps.f_initSipUrl' is not used  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1386:9: note: In function instance: ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1386:21: note: In actual parameter list of function `@LibSip_Steps.f_SendINVITE': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1386:22: note: In parameter #1 for `p_request':  ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1386:48: note: In actual parameter list of template `@LibNg112_Templates.m_INVITE_Request_IMS_Ng112': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1387:49: note: In parameter #2 for `p_callId': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1387:49: warning: Inadequate restriction on the referenced template variable `vc_callId', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:112:35: note: Referenced template variable is here ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1392:49: note: In parameter #7 for `p_contact': ./ttcn/AtsESRP/AtsESRP_TestCases.ttcn:1392:49: warning: Inadequate restriction on the referenced template variable `vc_contact', this may cause a dynamic test case error at runtime ./ttcn/AtsESRP/../LibSip/ttcn/LibSip_Interface.ttcn:132:36: note: Referenced template variable is here Notify: Errors found in the input modules. Code will not be generated. make: *** [build/AtsESRP/.generate] Error 1 Makefile:114: recipe for target 'build/AtsESRP/.generate' failed Removing intermediate container ee4c069f7d72 The command '/bin/sh -c cd ${HOME} && ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 && export PATH=$HOME/bin:$PATH && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done && rm -fr ${HOME}/etc' returned a non-zero code: 1 + echo 'Docker build failed: 1' Docker build failed: 1 + exit 1 ret_code=`echo $?` echo $? ++ echo 1 + ret_code=1 if [ $ret_code != 0 ] then cd $run_dir exit -1 fi + '[' 1 '!=' 0 ']' + cd /home/jenkins/workspace/emergency-communications/NG112 + exit -1 Build step 'Execute shell' marked build as failure Finished: FAILURE