Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ $(gen_sources): $(outdir)/.generate $(outdir)/.generate: Makefile $(tt_sources) $(foreach F, $(wildcard ttcn/patch_ims_titan/*.ttcn), cp $(F) ttcn/LibIms/ttcn;) $(foreach F, $(wildcard ttcn/patch_sip_titan/*.ttcn), cp $(F) ttcn/LibSip/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/ttcn/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_http/*.ttcn), cp $(F) ttcn/LibIts/ttcn/Http;) $(TTCN3_DIR)/bin/compiler -b -d -e -f -g -l -L -M -O -R -U none -o $(outdir) $(tt_sources) touch $@ Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ $ ln -sf module_emtel.mk module.mk ```sh $ cd /home/etsi/dev/NG112 $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn $ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ $ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ $ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ Loading virtualization/docker-dev/home/etc/init.d/40-etsi_Ng112.sh +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ ln -sf /home/etsi/dev/ETSI_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.ba echo -e "*****************************\n* Apply patched \n*****************************\n" cd /home/etsi/dev/ETSI_Ng112 cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ $(gen_sources): $(outdir)/.generate $(outdir)/.generate: Makefile $(tt_sources) $(foreach F, $(wildcard ttcn/patch_ims_titan/*.ttcn), cp $(F) ttcn/LibIms/ttcn;) $(foreach F, $(wildcard ttcn/patch_sip_titan/*.ttcn), cp $(F) ttcn/LibSip/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_common_titan/ttcn/*.ttcn), cp $(F) ttcn/LibCommon/ttcn;) $(foreach F, $(wildcard ttcn/patch_lib_http/*.ttcn), cp $(F) ttcn/LibIts/ttcn/Http;) $(TTCN3_DIR)/bin/compiler -b -d -e -f -g -l -L -M -O -R -U none -o $(outdir) $(tt_sources) touch $@ Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ $ ln -sf module_emtel.mk module.mk ```sh $ cd /home/etsi/dev/NG112 $ cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ $ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn $ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ $ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ $ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ Loading
virtualization/docker-dev/home/etc/init.d/40-etsi_Ng112.sh +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ ln -sf /home/etsi/dev/ETSI_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.ba echo -e "*****************************\n* Apply patched \n*****************************\n" cd /home/etsi/dev/ETSI_Ng112 cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/*.ttcn ./ttcn/LibCommon/ cp ./ttcn/patch_lib_common_titan/ttcn/*.ttcn ./ttcn/LibCommon/ttcn/ cp ./ttcn/patch_lib_http/*.ttcn ./ttcn/LibIts/ttcn/Http/ cp ./ttcn/patch_ims_titan/*.ttcn ./ttcn/LibIms/ttcn/ cp ./ttcn/patch_ims_titan/module.mk ./ttcn/LibIms/ Loading