X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Flwr_mac_upr_inf.h;fp=src%2F5gnrmac%2Flwr_mac_upr_inf.h;h=9ed2b7d414cdbd2f5160765114924b4b790e2672;hb=0fccb83e55b237d60cf451bab71a0c7242cc6e66;hp=a339786979a1fef6a030b1a9af6a9a8d860dc49e;hpb=6d3c64bdc3314b00244e259c4f5d5bd336d789db;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_upr_inf.h b/src/5gnrmac/lwr_mac_upr_inf.h index a33978697..9ed2b7d41 100644 --- a/src/5gnrmac/lwr_mac_upr_inf.h +++ b/src/5gnrmac/lwr_mac_upr_inf.h @@ -54,7 +54,6 @@ typedef uint16_t (*packRachIndMsg)(Pst *pst, RachInd *rachInd); uint16_t packRachInd(Pst *pst, RachInd *rachInd); uint16_t fapiMacRachInd(Pst *pst, RachInd *rachInd); - typedef uint16_t (*packCrcIndMsg)(Pst *pst, CrcInd *crcInd); uint16_t packCrcInd(Pst *pst, CrcInd *crcInd); uint16_t fapiMacCrcInd(Pst *pst, CrcInd *crcInd); @@ -64,6 +63,9 @@ typedef uint16_t (*packRxDataIndMsg)(Pst *pst, RxDataInd *rxDataInd); uint16_t packRxDataInd(Pst *pst, RxDataInd *rxDataInd); uint16_t fapiMacRxDataInd(Pst *pst, RxDataInd *rxDataInd); +typedef uint16_t (*packStopIndMsg)(Pst *pst); +uint16_t packStopInd(Pst *pst); +uint16_t fapiMacStopInd(Pst *pst); #endif /********************************************************************** End of file