1 /*******************************************************************************
2 ################################################################################
3 # Copyright (c) [2017-2019] [Radisys] #
5 # Licensed under the Apache License, Version 2.0 (the "License"); #
6 # you may not use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, #
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ################################################################################
17 *******************************************************************************/
19 #ifndef __CU_MGR_MAIN_H__
20 #define __CU_MGR_MAIN_H__
23 #define CU_NAME "ORAN_OAM_CU"
25 #define DU_IP_V6_ADDR "0000:0000:0000:0000:0000:0000:0000:0001"
26 #define CU_IP_V6_ADDR "0000:0000:0000:0000:0000:0000:0000:0011"
29 #define DU_IP_V4_ADDR (char*[]){"192.168.130.81", "192.168.130.83"}
30 #define DU_SCTP_PORT (int[]){38472, 38473}
32 #define CU_IP_V4_ADDR "192.168.130.82"
33 #define CU_SCTP_PORT_TO_DU (int[]){38472, 38473}
36 #define DU_EGTP_PORT (int[]){39001, 39002}
37 #define CU_EGTP_PORT (int[]){39003, 39004}
47 #define CU_DU_NAME_LEN_MAX 30 /* Max length of CU/DU name string */
49 #define CU_APP_MEM_REG 1
52 #define MAX_NUM_OF_SLICE 1024 /* As per the spec 38.473, maxnoofSliceItems = 1024*/
53 #define MAX_QOS_FLOWS 64 /* As per the spec 38.331, maxNrofQFIs = 64 */
55 /* allocate and zero out a static buffer */
57 #define CU_ALLOC(_datPtr, _size) \
60 _ret = SGetSBuf(CU_APP_MEM_REG, CU_POOL, \
61 (Data **)&_datPtr, _size); \
63 memset(_datPtr, 0, _size); \
68 /* free a static buffer */
69 #define CU_FREE(_datPtr, _size) \
71 SPutSBuf(CU_APP_MEM_REG, CU_POOL, \
72 (Data *)_datPtr, _size);
74 #define SEARCH_DU_DB(_duIdx, _duId, _duDb){\
76 for(_duIdx=0; _duIdx < cuCb.numDu; _duIdx++)\
78 if(cuCb.duInfo[_duIdx].duId == _duId)\
80 _duDb = (&cuCb.duInfo[_duIdx]);\
86 #define SEARCH_CELL_DB(_cellIdx, _duDb, _nrCellId, _cellCb){\
88 for(_cellIdx=0; _cellIdx < _duDb->numCells; _cellIdx++)\
90 if(_duDb->cellCb[_cellIdx].nrCellId == _nrCellId)\
92 _cellCb = (&(_duDb->cellCb[_cellIdx]));\
102 CELL_DELETION_IN_PROGRESS
108 UE_ATTACH_IN_PROGRESS,
110 UE_HANDOVER_IN_PROGRESS
113 typedef struct RrcVersion
115 uint8_t rrcVer; /* Latest RRC Version */
116 uint32_t extRrcVer; /* Latest RRC version extended */
119 typedef struct cuCfgParams
122 char cuName[CU_DU_NAME_LEN_MAX];
123 CuSctpParams sctpParams;
125 CuEgtpParams egtpParams;
126 RrcVersion rrcVersion;
129 typedef struct handoverInfo
135 typedef struct dlAmCfg
137 uint8_t snLenDl; /* Sequence Number length in bits. Allowed values are 12 and 18 */
138 int8_t reAssemTmr; /* T_reassembling Timer in msec*/
139 int16_t statProhTmr; /* T_status_prohibit Timer in msec*/
142 typedef struct ulAmCfg
144 uint8_t snLenUl; /* Sequence Number length in bits. Allowed values are 12 and 18 */
145 uint16_t pollRetxTmr; /* T_poll_retransmit Timer in msec */
146 int16_t pollPdu; /* Used to trigger a poll for every pollPdu.*/
147 int32_t pollByte; /* Poll_Byte in bytes. */
148 uint8_t maxRetxTh; /* Max_Retx_Threshold */
151 typedef struct amBearerCfg
157 typedef struct ulUmCfg
159 uint8_t snLenUlUm; /* Sequence Number length in bits. Allowed values are 6 and 12 */
162 typedef struct dlUmCfg
164 uint8_t snLenDlUm; /* Sequence Number length in bits. Allowed values are 6 and 12 */
165 int8_t reAssemTmr; /* T_reassembling Timer in msec*/
168 typedef struct umBiDirBearerCfg
174 typedef struct umUniDirUlBearerCfg
177 }UmUniDirUlBearerCfg;
179 typedef struct umUniDirDlBearerCfg
182 }UmUniDirDlBearerCfg;
184 typedef struct rlcLcCfg
190 UmBiDirBearerCfg umBiDirCfg;
191 UmUniDirUlBearerCfg umUniDirUlCfg;
192 UmUniDirDlBearerCfg umUniDirDlCfg;
196 typedef struct macLcCfg
201 uint8_t pbr; // prioritisedBitRate
202 uint8_t bsd; // bucketSizeDuration
205 typedef struct srbInfo
214 typedef struct qosInfo
216 uint8_t nonDynFiveQI;
218 uint16_t maxBurstDataVol;
219 uint8_t priorityLevel;
220 uint8_t preemptionCapability;
221 uint8_t preemptionVulnerability;
222 uint8_t pduSessionId;
225 typedef struct flowsMapped
231 typedef struct TnlInfo
237 typedef struct drbInfo
244 FlowsMapped flowMapList[MAX_QOS_FLOWS];
253 typedef struct cuCellCb CuCellCb;
256 /* The following list of structures is taken from the DRX-Config section of specification 33.331. */
257 typedef struct drxOnDurationTimer
259 bool onDurationTimerValInMs;
262 uint8_t subMilliSeconds;
263 uint16_t milliSeconds;
264 }onDurationtimerValue;
267 typedef struct drxLongCycleStartOffset
269 uint16_t drxLongCycleStartOffsetChoice;
270 uint16_t drxLongCycleStartOffsetVal;
271 }DrxLongCycleStartOffset;
273 typedef struct shortDrx
275 uint16_t drxShortCycle;
276 uint8_t drxShortCycleTimer;
279 typedef struct drxCfg
281 DrxOnDurationTimer drxOnDurationTimer;
282 uint16_t drxInactivityTimer;
283 uint8_t drxHarqRttTimerDl;
284 uint8_t drxHarqRttTimerUl;
285 uint16_t drxRetransmissionTimerDl;
286 uint16_t drxRetransmissionTimerUl;
287 DrxLongCycleStartOffset drxLongCycleStartOffset;
290 uint8_t drxSlotOffset;
294 typedef struct cuUeCb
298 uint8_t gnbDuUeF1apId;
299 uint8_t gnbCuUeF1apId;
301 SrbInfo srbList[MAX_NUM_SRB];
303 DrbInfo drbList[MAX_NUM_DRB];
316 CuUeCb *ueCb[MAX_NUM_UE];
317 CellStatusInfo cellStatus;
323 char duName[CU_DU_NAME_LEN_MAX];
325 CuCellCb cellCb[MAX_NUM_CELL];
327 CuUeCb ueCb[MAX_NUM_CELL * MAX_NUM_UE];
330 typedef struct cuGlobalCb
332 CuCfgParams cuCfgParams;
333 uint8_t numSnssaiSupported;
334 Snssai *snssaiList[MAX_NUM_OF_SLICE];
336 DuDb duInfo[MAX_DU_SUPPORTED];
337 uint32_t gnbCuUeF1apIdGenerator; /* Generating CU UE F1AP ID */
343 void cuAppInmsgHdlr(Buffer *mBuf);
344 void sctpNtfyInd(CmInetSctpNotification *ntfy);
345 uint8_t egtpInitReq();
346 void *cuConsoleHandler(void *);
350 /**********************************************************************
352 **********************************************************************/