version 4.0.6
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / asnTextFiles / header.sh
index 1edc944..0445289 100755 (executable)
@@ -1,7 +1,20 @@
-mkdir -p tmpFiles
-cat extFileList.txt | xargs mv -t tmpFiles/.
+#!/usr/bin/env bash
+mkdir -p E2APtmpFiles
+mkdir -p E2SMtmpFiles
+cat E2APextFileList.txt | xargs mv -t E2APtmpFiles/.
+cat E2SMextFileList.txt | xargs mv -t E2SMtmpFiles/.
 cd ../oranE2
+rm
 find . -type f -name \*.c -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
 find . -type f -name \*.h -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
-mv ../asnTextFiles/tmpFiles/* .
-rmdir ../asnTextFiles/tmpFiles
+mv ../asnTextFiles/E2APtmpFiles/* .
+rmdir ../asnTextFiles/E2APtmpFiles
+rm converter-example.c
+cd ../oranE2SM
+find . -type f -name \*.c -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
+find . -type f -name \*.h -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
+mv ../asnTextFiles/E2SMtmpFiles/* .
+rmdir ../asnTextFiles/E2SMtmpFiles
+rm converter-example.c
+
+