X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flphy_stub.h;h=7b5156f0ec16adb847279071bc2e08a660d26a6f;hb=63afa4636d699fec624e89aa3ca2d2b1a84c5dae;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..7b5156f0e 100644 --- a/src/cm/lphy_stub.h +++ b/src/cm/lphy_stub.h @@ -1,13 +1,3 @@ -#include "stdio.h" -#include "envopt.h" /* Environment options */ -#include "envdep.h" /* Environment dependent */ -#include "envind.h" /* Environment independent */ - -#include "gen.h" /* General */ -#include "ssi.h" /* System services */ - -#include "gen.x" /* General */ -#include "ssi.x" /* System services */ - -void duStartTtiThread(); -S16 duSendEgtpSlotInd(); +void l1HdlSlotIndicaion(bool); +uint8_t buildAndSendSlotIndication(); +uint8_t duSendEgtpSlotInd();