From: Ankit Barve Date: Tue, 1 Feb 2022 15:52:26 +0000 (+0000) Subject: Merge "[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-415]: Paging Configuration" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a5f35b2204dd87ebe347f11282000852b55810ad;hp=-c;p=o-du%2Fl2.git Merge "[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-415]: Paging Configuration" --- a5f35b2204dd87ebe347f11282000852b55810ad diff --combined src/du_app/du_cfg.h index a8a6f2ac4,5fbbd325a..6701eb932 --- a/src/du_app/du_cfg.h +++ b/src/du_app/du_cfg.h @@@ -64,7 -64,6 +64,7 @@@ #define NR_BANDWIDTH BANDWIDTH_20MHZ #endif +#define TRANS_ID 1 #define DU_TAC 1 #define PLMN_MCC0 3 #define PLMN_MCC1 1 @@@ -1108,10 -1107,12 +1108,12 @@@ typedef struct bcchCf typedef struct pcchCfg { - long dfltPagingCycle; /* Default paging cycle */ - long nAndPagingFrmOffPresent; - long nAndPagingFrmOff; /* n and Paging Frame offset */ - long numPagingOcc; /* Number of paging occassions in paging frame */ + uint8_t dfltPagingCycle; /* Default paging cycle */ + uint8_t nAndPagingFrmOffsetType; /*Number of PagingFrames in PagingCycle defined in terms of T.*/ + uint8_t pageFrameOffset; /* Paging Frame offset */ + uint8_t ns; /* Number of paging occassions in paging frame */ + uint8_t firstPDCCHMontioringType; /* First PDCCH Monitoring Paging Occasion Presence Type*/ + uint16_t firstPDCCHMontioringInfo[MAX_PO_PER_PF];/*Indicates the first PDCCH monitoring occasion of each PO of the PF*/ }PcchCfg; typedef struct scsSpecCarrier @@@ -1263,14 -1264,6 +1265,14 @@@ typedef struct duCfgParam CopyOfRecvdSliceCfg tempSliceCfg; }DuCfgParams; +typedef struct f1SetupMsg +{ + uint8_t f1MsgReqBufSize; + char *f1MsgReqBuf; + uint8_t f1MsgRspBufSize; + char *f1MsgRspBuf; +}F1SetupMsg; + DuCfgParams duCfgParam; /*function declarations */