X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Frmr%2Fcommon%2Fsrc%2Frt_generic_static.c;h=a25a4496b68b455713e6a72fe28b8f55c2a9e6d7;hb=refs%2Ftags%2F4.7.3;hp=dcedb49448c3d34b0797312e14b48dc14494a9a6;hpb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/src/rt_generic_static.c b/src/rmr/common/src/rt_generic_static.c index dcedb49..a25a449 100644 --- a/src/rmr/common/src/rt_generic_static.c +++ b/src/rmr/common/src/rt_generic_static.c @@ -1081,7 +1081,7 @@ static void parse_rt_rec( uta_ctx_t* ctx, uta_ctx_t* pctx, char* buf, int vleve break; case 'u': // update current table, not a total replacement - if( ! ctx->flags & CFL_FULLRT ) { // we cannot update until we have a full table from route generator + if( ! (ctx->flags & CFL_FULLRT) ) { // we cannot update until we have a full table from route generator rmr_vlog( RMR_VL_WARN, "route table update ignored: full table not previously recevied" ); break; }