X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Fmac.h;h=68e02a5d947e489053c57f15a80f59975eaf5e9d;hb=cb47d1fdfaa5c7229e57282b39edd1603cbdb5c7;hp=a8a0a86830cee6d041a3195ec96addda356e2126;hpb=deeae2741b8520edcd37ecb20a40f1de821ceadf;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index a8a0a8683..68e02a5d9 100644 --- a/src/5gnrmac/mac.h +++ b/src/5gnrmac/mac.h @@ -57,10 +57,16 @@ typedef struct macDlSlot }MacDlSlot; +typedef struct macUlSlot +{ + UlSchInfo ulCellInfo; +}MacUlSlot; + typedef struct macCellCb { uint16_t cellId; MacDlSlot dlSlot[MAX_SLOT_SUPPORTED]; + MacUlSlot ulSlot[MAX_SLOT_SUPPORTED]; }MacCellCb; typedef struct macCb