Merge "CI: Add silent cmake SonarCloud scan"
[o-du/l2.git] / src / 5gnrmac / mac.h
index 46b8a54..d4a3f80 100644 (file)
@@ -115,7 +115,7 @@ typedef struct macDlSlot
 
 typedef struct macUlSlot
 {
-   UlSchedInfo  ulInfo;
+   UlSchedInfo  ulSchInfo;
 }MacUlSlot;
 
 typedef struct macCbInfo
@@ -269,7 +269,7 @@ typedef struct macCb
 }MacCb;
 
 /* global variable */
-MacCb macCb;
+extern MacCb macCb;
 
 /* Function declarations */
 uint8_t macActvInit ARGS((Ent entity, Inst inst, Region region, Reason reason));