version 4.0.0 first support for new E2 ASN
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / asnTextFiles / header.sh
1 mkdir -p tmpFiles
2 cat extFileList.txt | xargs mv -t tmpFiles/.
3 cd ../oranE2
4 find . -type f -name \*.c -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
5 find . -type f -name \*.h -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
6 mv ../asnTextFiles/tmpFiles/* .
7 rmdir ../asnTextFiles/tmpFiles