X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftest_gen_rt.c;h=5748ca136f22dc600348254574c9a8af78c6c063;hb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;hp=79b413f8bb420026f8baebf42c1aafe9f9b18c73;hpb=9d06960949d8e58776de60f245c35184f1ed7441;p=ric-plt%2Flib%2Frmr.git diff --git a/test/test_gen_rt.c b/test/test_gen_rt.c index 79b413f..5748ca1 100644 --- a/test/test_gen_rt.c +++ b/test/test_gen_rt.c @@ -45,6 +45,7 @@ static void gen_rt( uta_ctx_t* ctx ) { int fd; char* rt_stuff; // strings for the route table +ctx->flags |= 0x08; fd = open( "utesting.rt", O_WRONLY | O_CREAT, 0600 ); if( fd < 0 ) { fprintf( stderr, " unable to open file for testing route table gen\n" );