X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fcommon%2Fsrc%2Frtc_static.c;fp=src%2Frmr%2Fcommon%2Fsrc%2Frtc_static.c;h=10bc2a70914dd11bd287a60be5aa517f69e6c56c;hb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;hp=96f8330a741d5b67e9f187ff22644c2ed64bf065;hpb=9d06960949d8e58776de60f245c35184f1ed7441;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/src/rtc_static.c b/src/rmr/common/src/rtc_static.c index 96f8330..10bc2a7 100644 --- a/src/rmr/common/src/rtc_static.c +++ b/src/rmr/common/src/rtc_static.c @@ -310,6 +310,7 @@ static void* rtc( void* vctx ) { ctx->flags |= CFL_NO_RTACK; // don't ack when reading from a file read_static_rt( ctx, vlevel ); // seed the route table if one provided ctx->flags &= ~CFL_NO_RTACK; + ctx->flags &= ~CFL_FULLRT; // even though rmr-ready goes true, the seed doesn't count as a full RT from route generator my_port = getenv( ENV_CTL_PORT ); // default port to listen on (likely 4561)