Loading docker/home/etc/init.d/40-etsi_Ng112.sh +7 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,13 @@ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ cp ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/ echo -e "*****************************\n* Build Mec test suite\n*****************************\n" export ATS=AtsNg112 echo -e "*****************************\n* Build test suites\n*****************************\n" ATS_LIST="AtsLIS AtsECRF AtsESRP AtsPSAP" for i in ${ATS_LIST} do export ATS=$i make done echo -e "*****************************\n* Init Eclipse Workspace\n*****************************\n" Loading Loading
docker/home/etc/init.d/40-etsi_Ng112.sh +7 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,13 @@ cp ./ttcn/patch_sip_titan/*.ttcn ./ttcn/LibSip/ttcn/ cp ./ttcn/patch_sip_titan/module.mk ./ttcn/LibSip/ cp ./ttcn/patch_lib_its/module.mk ./ttcn/LibIts/ echo -e "*****************************\n* Build Mec test suite\n*****************************\n" export ATS=AtsNg112 echo -e "*****************************\n* Build test suites\n*****************************\n" ATS_LIST="AtsLIS AtsECRF AtsESRP AtsPSAP" for i in ${ATS_LIST} do export ATS=$i make done echo -e "*****************************\n* Init Eclipse Workspace\n*****************************\n" Loading