1. Update Dockerfile for CI build. But there is dependency on Intel System Studio...
[o-du/phy.git] / fhi_lib / app / src / config.h
index 5c0e3e3..d9cae09 100644 (file)
@@ -52,7 +52,11 @@ typedef struct _RuntimeConfig
 \r
     uint32_t instance_id; /**<  Instance ID of application */\r
     uint32_t io_core; /**<  Core used for IO */\r
-\r
+    uint64_t system_core; /* <system core ID> */\r
+    uint64_t pkt_proc_core;\r
+    uint64_t pkt_aux_core;\r
+    uint64_t timing_core;\r
+    \r
     uint32_t mtu; /**< maximum transmission unit (MTU) is the size of the largest protocol data unit (PDU) that can be communicated in a single\r
                        xRAN network layer transaction. supported 1500 bytes and 9600 bytes (Jumbo Frame) */\r
     int numSlots;  /**< number of slots in IQ vector */\r