X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhw_unit_tests.cc;fp=test%2Fhw_unit_tests.cc;h=a1bd3ca4d96dd79b44fa459ca476723ef5177e0c;hb=65ac2f814cdd9dc0f71ee35868dc6c75a7f69d6a;hp=73a44d2d905e2cbcebaeded437856272d2f628b8;hpb=91d30a6530398a9c7e50a15ea1cf9a027953bd39;p=ric-app%2Fhw.git diff --git a/test/hw_unit_tests.cc b/test/hw_unit_tests.cc index 73a44d2..a1bd3ca 100644 --- a/test/hw_unit_tests.cc +++ b/test/hw_unit_tests.cc @@ -23,15 +23,18 @@ */ #include -#include +#include #include -#include "test_rmr.h" -#include "test_rnib.h" -#include "test_sdl.h" +#include "test_db.h" +//#include "test_rmr.h" +#include "test_hc.h" + +#define HC_MSG_SIZE 512 using namespace std; + int main(int argc, char* argv[]) { char rmr_seed[80]="RMR_SEED_RT=../src/routes.txt";