X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Fapp%2Fsrc%2Fconfig.h;h=d9cae0956ff308f5ca38a8976e8e5bf57845da82;hp=5c0e3e3191e9876b2920d96db5a9c3f41aa0f50f;hb=3857f3f735f44c156ba261db0fdf10e2f4011510;hpb=afaa7b205ebe18aaa4ddb2cea457c647df2a3444 diff --git a/fhi_lib/app/src/config.h b/fhi_lib/app/src/config.h index 5c0e3e3..d9cae09 100644 --- a/fhi_lib/app/src/config.h +++ b/fhi_lib/app/src/config.h @@ -52,7 +52,11 @@ typedef struct _RuntimeConfig uint32_t instance_id; /**< Instance ID of application */ uint32_t io_core; /**< Core used for IO */ - + uint64_t system_core; /* */ + uint64_t pkt_proc_core; + uint64_t pkt_aux_core; + uint64_t timing_core; + uint32_t mtu; /**< maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame) */ int numSlots; /**< number of slots in IQ vector */