Commit e302b018 authored by garciay's avatar garciay
Browse files

Update LAB procedure after first STF435 session (see Janek readme file )

parent adad5e1a
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -76,9 +76,12 @@ Note that if a directory /usr/include/boost already exist, move it into /usr/inc


7. Patch Elvior TTCN-3 tool
	copy MM\TciCD\*.a in C:\Program Files\Elvior\TestCastT3\Lib\C
	copy MM\Tri\*.a in C:\Program Files\Elvior\TestCastT3\Lib\C
	copy STF435_INT_Test_3GR9\adapter\mm\* C:\Program Files\Elvior\TestCastT3\Lib\C
	copy the entire 'TestCastPatch' folder to /usr/share/TestCastT3
	Update(or create) the symbolic link in /opt/ to point to testcast-src folder:
  		ln -s /usr/share/TestCastT3 /opt/Elvior/Lib/TciC

Note that Adapter.cpp and Codec.cpp are required for building the adapters and codecs for STF
Note that if libtcicd.a and libtritci.a are not in the Lib/TciC/ folder, build them by the provided makefile and copy them to Lib/TciC

8. How to compile TrafficCapture process
	cd <STF_main_path>/adapter/src/Capture