X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac.h;h=6894c76a47a88870d9ddc9c43f0ac0ca171095b8;hb=d2d9dcbd92e8f1be15dd5891aaf9ada9bc071e1a;hp=f2b60ed74957922cbd67c30619d1cd25623a105e;hpb=3360eb21f592bfe7249f501fa59ef8739b8589c2;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index f2b60ed74..6894c76a4 100644 --- a/src/5gnrmac/mac.h +++ b/src/5gnrmac/mac.h @@ -58,16 +58,18 @@ typedef struct macDlSlot typedef struct macCellCb { + uint16_t cellId; MacDlSlot dlSlot[MAX_SLOT_SUPPORTED]; }MacCellCb; typedef struct macCb { + Inst macInst; MacCellCb *macCell; }MacCb; /* global variable */ -MacCb macCb; +EXTERN MacCb macCb; #endif /**********************************************************************