X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_utils.h;h=185cce7add9fb60b4be47335067d383427d7d59a;hb=refs%2Fchanges%2F91%2F5391%2F11;hp=68df2c44e13395612c48407b2063bf3ba075512a;hpb=3f340f5742e5c7c92b8541479ee7f2d670200cfb;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_utils.h b/src/5gnrmac/mac_utils.h index 68df2c44e..185cce7ad 100644 --- a/src/5gnrmac/mac_utils.h +++ b/src/5gnrmac/mac_utils.h @@ -45,6 +45,7 @@ { \ SPutSBuf(MAC_MEM_REGION, MAC_POOL, \ (Data *)_datPtr, _size); \ + _datPtr = NULLP; \ } \ } @@ -130,7 +131,7 @@ /* Function declaration */ uint16_t getNewCrnti(uint8_t *crntiMap); - +uint32_t shortBsrBytesTable[MAX_SHORT_BSR_TABLE_ENTRIES]; /********************************************************************** End of file **********************************************************************/