X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcm%2Flphy_stub.h;h=995912d503dc76f02be09237f5527d96f4cfe48d;hb=0fccb83e55b237d60cf451bab71a0c7242cc6e66;hp=67a3a2f28c383af36012d359acf992404579cbc8;hpb=e550b2091fb29289d12a5722b189acbede7862f0;p=o-du%2Fl2.git diff --git a/src/cm/lphy_stub.h b/src/cm/lphy_stub.h index 67a3a2f28..995912d50 100644 --- a/src/cm/lphy_stub.h +++ b/src/cm/lphy_stub.h @@ -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,5 +10,6 @@ #include "gen.x" /* General */ #include "ssi.x" /* System services */ -void duStartTtiThread(); +void l1HdlSlotIndicaion(bool); +S16 buildAndSendSlotIndication(); S16 duSendEgtpSlotInd();