Commit 46152ed2 authored by YannGarcia's avatar YannGarcia
Browse files

Reorganize patch_lib_common_titan

parent fad53a10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $@
+1 −1
Original line number Diff line number Diff line
@@ -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/
+1 −1
Original line number Diff line number Diff line
@@ -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/