X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_demux.c;h=02b9e113b94439c273970e0ae541a8bcc10290e8;hb=3fcf32e0ea0cbb4e83cbd3ece7a16e692fedcedd;hp=1989a3be5c9b8f1c24172ff5107624c864b25afc;hpb=d6b8cf5c9afbba0fada62efd626d56cb59c1e839;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_demux.c b/src/5gnrmac/mac_demux.c index 1989a3be5..02b9e113b 100644 --- a/src/5gnrmac/mac_demux.c +++ b/src/5gnrmac/mac_demux.c @@ -182,7 +182,7 @@ uint8_t unpackRxData(uint16_t cellId, SlotTimingInfo slotInfo, RxDataIndPdu *rxD { uint8_t lcgId = 0; uint8_t bufferSizeIdx = 0; - uint8_t crnti = 0; + uint16_t crnti = 0; uint32_t bufferSize = 0; pduLen--; @@ -207,7 +207,7 @@ uint8_t unpackRxData(uint16_t cellId, SlotTimingInfo slotInfo, RxDataIndPdu *rxD DataVolInfo dataVolInfo[MAX_NUM_LOGICAL_CHANNEL_GROUPS]; memset(dataVolInfo, 0,MAX_NUM_LOGICAL_CHANNEL_GROUPS * sizeof(DataVolInfo)); uint8_t lcgIdx = 0; - uint8_t crnti = 0; + uint16_t crnti = 0; uint8_t numLcg = 0; uint8_t lcgIdxPos = 0; pduLen--;