X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftest_gen_rt.c;h=3afe47bbafcfe506c111c050d9fcca7e0d7facce;hb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;hp=5748ca136f22dc600348254574c9a8af78c6c063;hpb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;p=ric-plt%2Flib%2Frmr.git diff --git a/test/test_gen_rt.c b/test/test_gen_rt.c index 5748ca1..3afe47b 100644 --- a/test/test_gen_rt.c +++ b/test/test_gen_rt.c @@ -45,7 +45,6 @@ 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" ); @@ -53,6 +52,8 @@ ctx->flags |= 0x08; } rt_stuff = + "updatert|start\n" // update check before whole table received + "updatert|end\n" "newrt|end\n" // end of table check before start of table found "# comment to drive full comment test\n" "\n" // handle blank lines