X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Frmr%2Fcommon%2Fsrc%2Fwrapper.c;fp=src%2Frmr%2Fcommon%2Fsrc%2Fwrapper.c;h=18d2a239962250fc2f332fa9458be1207c0973c2;hb=4441a79be9a6f9d1b4ec0111eb0030a8f2e3e5e5;hp=68af08474fe6b9748116bc887c8e432e92078ef2;hpb=13114d18807827cab7b630e52250efab6d20d2c0;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/src/wrapper.c b/src/rmr/common/src/wrapper.c index 68af084..18d2a23 100644 --- a/src/rmr/common/src/wrapper.c +++ b/src/rmr/common/src/wrapper.c @@ -108,6 +108,8 @@ extern char* rmr_get_consts( ) { remain -= bang_on( wbuf, phrase, remain ); phrase = build_ival( "RMRFL_AUTO_ALLOC", RMRFL_AUTO_ALLOC, ADD_SEP ); remain -= bang_on( wbuf, phrase, remain ); + phrase = build_ival( "RMRFL_MTCALL", RMRFL_MTCALL, ADD_SEP ); + remain -= bang_on( wbuf, phrase, remain ); phrase = build_ival( "RMR_DEF_SIZE", RMR_DEF_SIZE, ADD_SEP ); remain -= bang_on( wbuf, phrase, remain );