X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fcommon%2Finclude%2Frmr_agnostic.h;h=2d80a7526ec52c09285b005bdccf543db0a87da4;hb=9c923bcc9322c22220b574671c7b46f10008c614;hp=43faf4a71e932e7497254135295eb2c5761e67e6;hpb=8633a0b93e26b619a367de0614437ef2eb4a0b37;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/include/rmr_agnostic.h b/src/rmr/common/include/rmr_agnostic.h index 43faf4a..2d80a75 100644 --- a/src/rmr/common/include/rmr_agnostic.h +++ b/src/rmr/common/include/rmr_agnostic.h @@ -68,6 +68,7 @@ typedef struct uta_ctx uta_ctx_t; #define ENV_LOG_HR "RMR_HR_LOG" // set to 0 to turn off human readable logging and write using some formatting #define ENV_LOG_VLEVEL "RMR_LOG_VLEVEL" // set the verbosity level (0 == 0ff; 1 == crit .... 5 == debug ) #define ENV_CTL_PORT "RMR_CTL_PORT" // route collector will listen here for control messages (4561 default) +#define ENV_RTREQ_FREA "RMR_RTREQ_FREQ" // frequency we will request route table updates when we want one (1-300 inclusive) #define NO_FLAGS 0 // no flags to pass to a function @@ -87,6 +88,7 @@ typedef struct uta_ctx uta_ctx_t; #define MFL_NOALLOC 0x02 // send should NOT allocate a new buffer before returning #define MFL_ADDSRC 0x04 // source must be added on send #define MFL_RAW 0x08 // message is 'raw' and not from an RMr based sender (no header) +#define MFL_HUGE 0x10 // buffer was larger than applications indicated usual max; don't cache #define MAX_EP_GROUP 32 // max number of endpoints in a group #define MAX_RTG_MSG_SZ 2048 // max expected message size from route generator @@ -98,6 +100,7 @@ typedef struct uta_ctx uta_ctx_t; #define DEF_COMM_PORT "tcp:4560" // default port we use for normal communications #define DEF_RTG_WK_ADDR "routemgr:4561" // well known address for the route manager #define DEF_TR_LEN (-1) // use default trace data len from context +#define DEF_RTREQ_FREQ 5 // delay between route table requests #define UNSET_SUBID (-1) // initial value on msg allocation indicating not set #define UNSET_MSGTYPE (-1)