Stop Req and Stop Ind code changes
[o-du/l2.git] / src / cm / lphy_stub.h
index 7ef881b..995912d 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio.h"
+#include "stdbool.h"
 #include "envopt.h"        /* Environment options */
 #include "envdep.h"        /* Environment dependent */
 #include "envind.h"        /* Environment independent */
@@ -9,6 +10,6 @@
 #include "gen.x"           /* General */
 #include "ssi.x"   /* System services */
 
-void duStartSlotIndicaion();
-void buildAndSendSlotIndication();
+void l1HdlSlotIndicaion(bool);
+S16 buildAndSendSlotIndication();
 S16 duSendEgtpSlotInd();