X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.h;h=1e1724f7e315a683ae7d6987f3a1c08f13e60345;hb=2b1e3e044e619637fafa8829789d6798d8f9bdb0;hp=39b895852d477d90e341a9daadd580ca6bb094a9;hpb=f650616d302ed356315d7e354bcd6af249370858;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index 39b895852..1e1724f7e 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -292,7 +292,7 @@ typedef struct schRaReq typedef struct schPageInfo { - uint8_t pf; /*Value of Paging Frame received from DUAPP*/ + uint16_t pf; /*Value of Paging Frame received from DUAPP*/ uint8_t i_s; /*Value of Paging Occ Index received from DUAPP*/ SlotTimingInfo TxTime; /*Start Paging window*/ uint8_t crntSsbIdx; /*Counts the slot till totalSSB is receached*/ @@ -310,7 +310,7 @@ typedef struct schPagingOcc typedef struct schPageCb { - CmLListCp pageReqInfoRecord[MAX_SFN]; /*List of Page Records received which are stored per sfn*/ + CmLListCp pageIndInfoRecord[MAX_SFN]; /*List of Page Records received which are stored per sfn*/ SchPagingOcc pagMonOcc[MAX_PO_PER_PF]; /*Paging Occasion Slot/FrameOffset are stored*/ SchPageInfo currPageInfo; /*Page Req which is being currently processed */ }SchPageCb;