X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac.h;h=dd76975c4f7c070b9b35c0088ea923b2dd626836;hb=88debac51779b5de4f38e60e9a26f3015091d91b;hp=a9acee3222b613e86960ff9379ed5d1138b961ac;hpb=d1b4517721119198b267f58148ce6629e68b0369;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index a9acee322..dd76975c4 100644 --- a/src/5gnrmac/mac.h +++ b/src/5gnrmac/mac.h @@ -204,7 +204,7 @@ typedef struct ueDlCb /* UE Cb */ typedef struct macUeCb { - uint16_t ueIdx; /* UE Idx assigned by DU APP */ + uint16_t ueId; /* UE Id assigned by DU APP */ uint16_t crnti; /* UE CRNTI */ MacCellCb *cellCb; /* Pointer to cellCb to whihc this UE belongs */ UeState state; /* Is UE active ? */