aae8b127c5a6b0ff389b827cdeab26e67d23f549
[o-du/l2.git] / src / du_app / du_cfg.h
1 /*******************************************************************************
2 ################################################################################
3 #   Copyright (c) [2017-2019] [Radisys]                                        #
4 #                                                                              #
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                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
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  *******************************************************************************/
18
19 #ifndef __DU_CONFIG_H_
20 #define __DU_CONFIG_H__
21
22 #ifdef O1_ENABLE
23 #include "CmInterface.h"
24 #endif
25
26 /* MACROS */
27 #define DU_INST 0
28 #define DU_ID 1
29
30 #ifndef O1_ENABLE
31 #define DU_IP_V4_ADDR "192.168.130.81"
32 #define CU_IP_V4_ADDR "192.168.130.82"
33 #define RIC_IP_V4_ADDR "192.168.130.80"
34
35 #define F1_SCTP_PORT 38472  /* As per the spec 38.472, the registered port number for F1AP is 38472 */
36 #define E2_SCTP_PORT 36421
37 #endif
38
39 #define F1_EGTP_PORT  2152  /* As per the spec 29.281, the registered port number for GTP-U is 2152 */
40 #define NR_PCI 1
41 #define NR_CELL_ID 1
42
43 #define DU_NAME "ORAN OAM DU"
44 #define CELL_TYPE SMALL
45
46 //TODO: while testing for TDD, Mu1 and 100 MHz, this flag must be enabled
47 #ifdef NR_TDD
48 #define DUPLEX_MODE DUP_MODE_TDD
49 #define NR_DL_ARFCN 623400
50 #define NR_UL_ARFCN 623400
51 #define NR_FREQ_BAND 78
52 #define NR_SCS SCS_30KHZ
53 #define NR_BANDWIDTH BANDWIDTH_100MHZ
54 #else
55 #define DUPLEX_MODE DUP_MODE_FDD
56 #define NR_DL_ARFCN 428000
57 #define NR_UL_ARFCN 390000
58 #define NR_FREQ_BAND 1
59 #define NR_SCS SCS_15KHZ
60 #define NR_BANDWIDTH BANDWIDTH_20MHZ
61 #endif
62
63 #define TRANS_ID 1
64 #define DU_TAC 1
65 #define PLMN_MCC0 3
66 #define PLMN_MCC1 1
67 #define PLMN_MCC2 1
68 #define PLMN_MNC0 4
69 #define PLMN_MNC1 8
70 #define PLMN_MNC2 0
71 #define PLMN_SIZE 3
72
73 /* Spec 38.104 Table 5.4.2.3-1:Applicable NR-ARFCN per operating band in FR1 */
74 #define SUL_ARFCN 100
75 #define SUL_BAND 2
76
77 #define TIME_CFG 4
78 #define MEAS_TIMING_ARFCN 630432
79 #define CARRIER_IDX 1
80 #define NUM_TX_ANT 2
81 #define NUM_RX_ANT 2
82 #define FREQ_SHIFT_7P5KHZ FALSE
83 #define SSB_PBCH_PWR 0
84 #define BCH_PAYLOAD PHY_GEN_TIMING_PBCH_BIT
85 #define NORMAL_CYCLIC_PREFIX 0
86 #define OFFSET_TO_POINT_A 24                     /* PRB Offset to Point A */
87 #define BETA_PSS BETA_PSS_0DB  
88 #define SSB_PERIODICITY 20
89 #define SSB_SUBCARRIER_OFFSET 0         
90 #define SSB_FREQUENCY  3000000   /*ssbFrequency in kHz*/
91 #define SSB_MULT_CARRIER_BAND FALSE
92 #define MULT_CELL_CARRIER FALSE
93 #define FREQ_LOC_BW  28875             /* DL frequency location and bandwidth. Spec 38.508 Table 4.3.1.0B-1*/
94 #define UL_P_MAX  23
95 #define DMRS_TYPE_A_POS 2
96 #define NUM_SYMBOLS_PER_SLOT 14       /* Number of symbols within a slot */
97 #define CORESET0_END_PRB   48
98 #define CORESET1_NUM_PRB   24
99
100 /* MACRO defines for PRACH Configuration */
101 #ifndef NR_TDD
102 #define PRACH_CONFIG_IDX   16
103 #else
104 #define PRACH_CONFIG_IDX   88
105 #endif
106 #define PRACH_MAX_PRB  24  /* As per (spec 38.211-Table 6.3.3.2-1), max allocated PRBs can go upto 24 */
107 #define PRACH_FREQ_START  (MAX_NUM_RB - PRACH_MAX_PRB) /* In order to allocate PRACH from end of the resource grid */
108 #define PRACH_SEQ_LEN SHORT_SEQUENCE
109 #define PRACH_SUBCARRIER_SPACING NR_SCS
110 #define PRACH_RESTRICTED_SET_CFG 0
111 #define NUM_PRACH_FDM 1
112 #define ROOT_SEQ_IDX 0
113 #define NUM_ROOT_SEQ 1
114 #define ZERO_CORRELATION_ZONE_CFG 4
115 #define NUM_UNUSED_ROOT_SEQ 0
116 #define UNUSED_ROOT_SEQ 1
117 #define SSB_PER_RACH 1
118 #define CB_PREAMBLE_PER_SSB 8
119 #define PRACH_MULT_CARRIER_BAND FALSE
120 #define PRACH_PREAMBLE_RCVD_TGT_PWR  -74   
121 #define NUM_RA_PREAMBLE  63
122 #define RSRP_THRESHOLD_SSB   31
123
124 #ifdef NR_TDD
125 #define TDD_PERIODICITY TX_PRDCTY_MS_5 
126 #endif
127
128 #define RSS_MEASUREMENT_UNIT DONT_REPORT_RSSI
129 #define RA_CONT_RES_TIMER 64
130 #define RA_RSP_WINDOW 10
131
132 /* MACRCO Ddefine for PDCCH Configuration */
133 #define PDCCH_SEARCH_SPACE_ID      1    /* Common search space id */
134 #define PDCCH_CTRL_RSRC_SET_ID     0    /* Control resource set id */
135 #define PDCCH_SEARCH_SPACE_ID_SIB1 1    /* Search space id for sib1 */
136 #define PDCCH_SEARCH_SPACE_ID_PAGING 1  /* Search space id for paging */
137 #define PDCCH_SEARCH_SPACE_ID_RA   1    /* Search spaced id for random access */
138 #define PDCCH_SERACH_SPACE_DCI_FORMAT 0
139 #define PDCCH_CTRL_RSRC_SET_ONE_ID  1
140 #define PDCCH_CTRL_RSRC_SET_ONE_DURATION 2  /* Duration for control resource set id i */
141 #define PDCCH_CTRL_RSRC_SET_ONE_PRECOD_GRANULARITY 1   /* Precoded granularity */
142 #define PDCCH_SRCH_SPC_TWO_ID 2
143 #define PDCCH_SRCH_SPC_TWO_AGG_LVL1_CANDIDATE 7   /* Num of candidate at aggregation level 1 */
144 #define PDCCH_SRCH_SPC_TWO_AGG_LVL2_CANDIDATE 7   /* Num of candidate at aggregation level 2 */
145 #define PDCCH_SRCH_SPC_TWO_AGG_LVL4_CANDIDATE 4   /* Num of candidate at aggregation level 4 */
146 #define PDCCH_SRCH_SPC_TWO_AGG_LVL8_CANDIDATE 2   /* Num of candidate at aggregation level 8 */
147 #define PDCCH_SRCH_SPC_TWO_AGG_LVL16_CANDIDATE 1  /* Num of candidate at aggregation level 16 */
148 #define PDCCH_SRCH_SPC_TWO_UE_SPEC_DCI_FORMAT  0  /* format 0-0 and 1-0 */
149 #define PDCCH_SYMBOL_WITHIN_SLOT 128     /* Symbol within Slot Value */
150
151
152 #define SIB1_VALUE_TAG 10
153
154 /* MACRO Ddefine for PDSCH Configuration */
155 #define NUM_TIME_DOM_RSRC_ALLOC 2
156 #define PDSCH_K0_CFG1  0
157 #define PDSCH_K0_CFG2  1
158 #define PDSCH_START_SYMBOL  3
159 #define PDSCH_LENGTH_SYMBOL 11
160 #define PDSCH_RES_ALLOC_TYPE       1          /* Resource allocation type */
161 #define PDSCH_MAX_CODEWORD_SCH_BY_DCI 0       /* Max num of codewords scheduled by DCI */
162 #define PDSCH_RBG_SIZE   0                    /* 0: config1 */
163 #define PDSCH_NUM_HARQ_PROC 5
164
165 /* MACRO Define for PUSCH Configuration */
166 #define MAX_UL_ALLOC 16
167 #define PUSCH_K2_CFG1  4
168 #define PUSCH_K2_CFG2  5
169 #define PUSCH_START_SYMBOL  3
170 #define PUSCH_LENGTH_SYMBOL 11
171
172 #define PUSCH_MSG3_DELTA_PREAMBLE 0
173 #define PUSCH_P0_NOMINAL_WITH_GRANT -70
174 #define PUSCH_TRANSFORM_PRECODER    1      /* 1: Disabled */
175 #define PUSCH_MAX_MIMO_LAYERS       1
176 #define PUSCH_PROCESS_TYPE2_ENABLED false
177
178 /* Macro define for PUCCH Configuration */
179 #define PUCCH_RSRC_COMMON  0
180 #define PUCCH_GROUP_HOPPING 0 /* Neither sequence hopping nor group hopping */
181 #define PUCCH_P0_NOMINAL   -74
182
183 /* MACRO defines for TDD DL-UL Configuration */
184 #define NUM_DL_SLOTS 7
185 #define NUM_DL_SYMBOLS 12 
186 #define NUM_UL_SLOTS 2
187 #define NUM_UL_SYMBOLS 1
188 #define GUARD_SLOT_IDX 7
189
190 /* MACRO defines for SRC config */
191 #define SRS_RSRC_ID  1
192 #define SRS_RSET_ID  1
193 #define SRS_COMB_OFFSET_N2   0
194 #define SRS_CYCLIC_SHIFT_N2  0
195 #define SRS_FREQ_DOM_POS     0
196 #define SRS_FREQ_DOM_SHIFT   0
197 #define C_SRS 0
198 #define B_SRS 0
199 #define B_HOP 0
200 #define SRS_SEQ_ID 0
201 #define APERIODIC_SRS_RESRC_TRIGGER 1 
202
203 #define DU_PROC  0
204 #define DU_INST 0
205 #define DU_POOL  1
206 #define MAX_DU_PORT 2
207 #define F1_INTERFACE 0
208 #define E2_INTERFACE 1
209
210 #define SCTP_INST 0
211 #define EGTP_INST 0
212
213 /* Events */
214 #define EVTCFG 0
215
216 /* Macro definitions for F1 procedures */
217 #define CU_DU_NAME_LEN_MAX 30      /* Max length of CU/DU name string */
218 #define MAX_F1_CONNECTIONS 65536    /* Max num of F1 connections */
219
220 #define MAXNRARFCN         3279165  /* Maximum values of NRAFCN */
221 #define MAX_NRCELL_BANDS   2       /* Maximum number of frequency bands */
222 #define MAX_NUM_OF_SLICE_ITEMS 1024     /* Maximum number of signalled slice support items */
223 #define MAX_BPLMN_NRCELL_MINUS_1   1       /* Maximum number of PLMN Ids broadcast in an NR cell minus 1 */
224 #define MAXNUMOFSIBTYPES   32       /* Maximum number of SIB types */
225 #define MAX_TNL_ASSOC      32       /* Max num of TNL Assoc between CU and DU */
226 #define MAXCELLINENB       256      /* Max num of cells served by eNB */
227 #define MAX_NUM_OF_UE_ID       65536    /* Max num of UEs served by DU */
228 #define MAXNUMOFUACPLMN    12       /* Maximum number of PLMN ids*/
229 #define MAXNUMOFUACPERPLMN 64       /* Maximum number of signalled categories per PLMN */
230 #define NR_RANAC           150      /* RANAC */
231 #define DEFAULT_CELLS      1        /* Max num of broadcast PLMN ids */
232 #define IE_EXTENSION_LIST_COUNT 1
233
234 /* Macro definitions for MIB/SIB1 */
235 #define SYS_FRAME_NUM 0
236 #define SPARE 0
237 #define SSB_SC_OFFSET 0
238 #define DU_RANAC 1
239 #define CELL_IDENTITY 1
240
241 /* Macro definitions for DUtoCuRrcContainer */
242 #define CELL_GRP_ID 0
243 #define SCH_REQ_ID  0
244 #define SR_PROHIBIT_TMR 5
245 #define SR_TRANS_MAX 2
246 #define PERIODIC_BSR_TMR 2
247 #define RETX_BSR_TMR     5
248 #define SR_DELAY_TMR     6
249 #define TAG_ID 0
250 #define TIME_ALIGNMENT_TMR 7
251 #define PHR_PERIODIC_TMR 7
252 #define PHR_PROHIBHIT_TMR 0
253 #define PHR_PWR_FACTOR_CHANGE 3
254 #define PHR_MODE_OTHER_CG 0
255 #define SN_FIELD_LEN_12BIT 0 /*As per Spec 38.331, The network configures only value size12 in SN-FieldLengthAM for SRB */
256 #define T_POLL_RETRANSMIT 8       /* Enum for 45ms */ 
257 #define T_POLL_RETRANSMIT_VAL 45  /* Value in ms */
258 #define POLL_PDU 0                /* Enum for 4 pdus */
259 #define POLL_PDU_VAL 4            /* Value of poll pdu */
260 #define POLL_BYTE 43              /* Enum for infinite poll bytes */
261 #define POLL_BYTE_VAL -1          /* Value for infinite poll byte */
262 #define MAX_RETX_THRESHOLD 5      /* Enum for 8 retransmissions */
263 #define MAX_RETX_THRESHOLD_VAL 8  /* Value for 8 retransmissions */
264 #define T_REASSEMBLY 8 /* enum for RE_ASM_40MS  */
265 #define T_REASSEMBLY_VAL 40 /* default re assembly timer */
266 #define T_STATUS_PROHIBHIT 7 /* enum for PROH_35MS */
267 #define T_STATUS_PROHIBHIT_VAL 35 /* default status prohibit timer */
268 #define MAC_LC_PRIORITY 1
269 #define PRIORTISIED_BIT_RATE 15
270 #define BUCKET_SIZE_DURATION 5
271 #define LC_GRP 0
272 #define P_NR_FR1 0
273 #define PDSCH_HARQ_ACK_CODEBOOK 1
274 #define SERV_CELL_IDX 0
275 #define RLM_SYNC_OUT_SYNC_THRESHOLD 0
276 #define ACTIVE_DL_BWP_ID 0
277 #define ACTIVE_UL_BWP_ID 0
278 #define SCRAMBLING_ID  NR_PCI
279 #define DMRS_ADDITIONAL_POS  0          /* DMRS Additional poistion */
280 #define RES_ALLOC_TYPE       1          /* Resource allocation type */
281
282 /* MACRO definitions for modulcation order */
283 #define MOD_ORDER_QPSK  2
284 #define MOD_ORDER_QAM16 4
285 #define MOD_ORDER_QAM64 6
286 #define MOD_ORDER_QAM256 8
287 #define PDSCH_MCS_INDEX 20  /* For 64QAM, valid mcs index: 17-28 in 38.214  - Table 5.1.3.1-1*/
288 #define PUSCH_MCS_INDEX 10  /* For 16QAM, valid mcs index: 10-16 in 38.214  - Table 5.1.3.1-1*/
289
290 /*VALID Tunnel ID*/
291 #define MIN_TEID 1   /*[Spec 29.281,Sec 5.1]: All Zero TEIDs are never assigned for setting up GTP-U Tunnel*/
292 #define MAX_TEID MAX_NUM_DRB * MAX_NUM_UE  /*[Spec 29.281]: Max limit is not mentioned but as per GTP-U Header Format, TEID occupies 4 octets */
293
294 /* Slice Ratio */
295 #define MAX_RATIO        30
296 #define MIN_RATIO        20
297 #define DEDICATED_RATIO  10
298 #define NUM_OF_SUPPORTED_SLICE  2
299
300 #ifdef NR_DRX
301 /* Macros for Drx configuration */
302 #define DRX_ONDURATION_TIMER_VALUE_PRESENT_IN_MS true
303 #define DRX_ONDURATION_TIMER_VALUE_IN_SUBMS 32
304 #define DRX_ONDURATION_TIMER_VALUE_IN_MS 10
305 #define DRX_INACTIVITY_TIMER 2
306 #define DRX_HARQ_RTT_TIMER_DL 56
307 #define DRX_HARQ_RTT_TIMER_UL 56
308 #define DRX_RETRANSMISSION_TIMER_DL 4
309 #define DRX_RETRANSMISSION_TIMER_UL 4
310 #define DRX_LONG_CYCLE_START_OFFSET_CHOICE 40
311 #define DRX_LONG_CYCLE_START_OFFSET_VAL 8
312 #define DRX_SHORT_CYCLE_PRESENT true
313 #define DRX_SHORT_CYCLE 2
314 #define DRX_SHORT_CYCLE_TIMER 2
315 #define DRX_SLOT_OFFSET 0
316 #endif
317
318 typedef enum
319 {
320    GNBDU,
321    GNBCU 
322 }F1Entity;
323
324 typedef enum
325 {
326    SERV_CELL_TO_MODIFY,
327    SERV_CELL_TO_DELETE
328 }ServCellAction;
329
330 typedef enum
331 {
332    UNSPECIFIED,
333    RL_FAILURE_RLC,
334    INVALID_CU_UE_F1AP_ID,
335    INVALID_DU_UE_F1AP_ID,
336    INTERACTION_WITH_OTHER_PROC,
337    INVALID_QCI_VALUE,
338    RADIO_RELATED_REASON,
339    INSUFFICIENT_RADIO_RESOURCE,
340    PROCEDURE_CANCELLED,
341    NORMAL_RELEASE,
342    UNAVAILABLE_CELL,
343    RL_FAILURE_OTHERS,
344    UE_ACCESS_REJECTED,
345    SLICE_RESOURCE_UNAVAILABLE,
346    AMF_ABNORMAL_RELEASE,
347    INVALID_PLMN
348 }RadioNwCause;
349
350 typedef enum
351 {
352    TRANS_CAUSE_UNSPECIFIED,
353    TRANSPORT_RESOURCE_UNAVAIL
354 }TransLayerCause;
355
356 typedef enum
357 {
358    TRANSFER_SYNTAX_ERR,
359    ABSTRACT_SYNTAX_ERR_REJECT,
360    ABSTRACT_SYNTAX_ERR_NOTIFY,
361    INCOMPATIBLE_MESSAGE,
362    SEMANTIC_ERROR,
363    ABSTRACT_SYNTAX_ERR_MSG_CONSTRUCT,
364    PROTOCOL_CAUSE_UNSPECIFIED
365 }ProtocolCause;
366
367 typedef enum
368 {
369    CONTROL_PROC_OVERLOAD,
370    INSUFF_USER_PLANE_RESOURCE,
371    HARDWARE_FAILURE,
372    O_AND_M_INTERVENTION,
373    MISC_CAUSE_UNSPECIFIED
374 }MiscCause;
375
376 typedef enum
377 {
378    ALL
379 }F1ResetAll;
380
381 typedef enum 
382 {
383    IN_SERVICE,
384    OUT_OF_SERVICE
385 }SrvState;
386
387 typedef enum
388 {
389    INITIATING_MSG,
390    SUCCESSFUL_OUTCOME,
391    UNSUCCESSFUL_OUTCOME
392 }F1TriggMsgVal;
393
394 typedef enum
395 {
396    CRIT_REJECT,
397    CRIT_IGNORE,
398    CRIT_NOTIFY
399 }F1ProcCritVal;
400
401 typedef enum
402 {
403    NOT_UNDERSTOOD,
404    MISSING_IE
405 }F1ErrorType;
406
407 typedef enum
408 {
409    SCS_15,
410    SCS_30,
411    SCS_60,
412    SCS_120
413 }F1NrScs;
414
415 typedef enum
416 {
417    NRB_11,
418    NRB_18,
419    NRB_24,
420    NRB_25,
421    NRB_31,
422    NRB_32,
423    NRB_38,
424    NRB_51,
425    NRB_52,
426    NRB_65,
427    NRB_66,
428    NRB_78,
429    NRB_79,
430    NRB_93,
431    NRB_106,
432    NRB_107,
433    NRB_121,
434    NRB_132,
435    NRB_133,
436    NRB_135,
437    NRB_160,
438    NRB_162,
439    NRB_189,
440    NRB_216,
441    NRB_217,
442    NRB_245,
443    NRB_264,
444    NRB_270,
445    NRB_273
446 }F1Nrb;
447
448 typedef enum
449 {
450    VERY_SMALL,
451    SMALL,
452    MEDIUM,
453    LARGE
454 }F1CellType;
455
456 typedef enum
457 {
458    DL,
459    UL,
460    DL_UL
461 }F1CellDir;
462
463 typedef enum
464 {
465    UE_USAGE,
466    NON_UE_USAGE,
467    BOTH
468 }F1AssocUsage;
469
470 typedef enum
471 {
472    BARRED,
473    NOT_BARRED
474 }CellBarred;
475
476 typedef enum
477 {
478    OFFER,
479    EXECUTION
480 }F1ReqType;
481
482 typedef enum
483 {
484    IGNORE_YES,
485    IGNORE_NO
486 }F1IgnoreReq;
487
488 typedef enum
489 {
490    OVERLOADED,
491    NOT_OVERLOADED
492 }F1GnbDuOvrloadInfo;
493
494 typedef enum
495 {
496    REJECT_RRC_CONN_NON_EMERG_MODT,
497    REJECT_RRC_CONN_SIGNALLING,
498    PERMIT_EMERG_SESSION_AND_MOBILE_TERM_SERVICE,
499    PERMIT_HIGH_PRIOR_SESSION_AND_MOBILE_TERM_SERVICE
500 }F1UacStandardAction;
501
502 typedef enum
503 {
504    PDSCH_MAPPING_TYPE_A,
505    PDSCH_MAPPING_TYPE_B,
506 }pdschMappingType;
507
508 typedef enum
509 {
510    PUSCH_MAPPING_TYPE_A,
511    PUSCH_MAPPING_TYPE_B,
512 }puschMappingType;
513
514 typedef struct f1RrcVersion
515 {
516    char    rrcVer[30];     /* Latest RRC Version */
517    uint32_t   extRrcVer;  /* Latest RRC version extended */
518 }F1RrcVersion;
519
520 typedef struct f1FailCause
521 {
522    union
523    {
524       RadioNwCause      radioNwCause;     /* Radio Network Layer Cause */
525       TransLayerCause   transLayerCause;  /* Transport Layer Cause */
526       ProtocolCause     protCause;        /* Protocol Cause */
527       MiscCause         miscCause;        /* Miscellaneous Cause */
528    }cause;
529 }F1FailCause;
530
531 typedef struct f1ProcCode
532 {
533    bool   pres;
534    uint8_t     value;
535 }F1ProcCode;
536
537 typedef struct f1TriggMsg
538 {
539    bool   pres;
540    F1TriggMsgVal   value;
541 }F1TriggMsg;
542
543 typedef struct f1ProcCrit
544 {
545    bool   pres;
546    F1ProcCritVal   value;
547 }F1ProcCrit;
548
549 typedef struct f1CritDignosIE
550 {
551    F1ProcCritVal   ieCritVal;
552    uint16_t             ieId;
553    F1ErrorType       type;
554 }F1CritDignosIE;
555
556 typedef struct f1CritDiagnostic
557 {
558    bool         pres;
559    F1ProcCode   procCode;      /* Procedure Code */
560    F1TriggMsg   triggeringMsg; /* Triggering Message */
561    F1ProcCrit   procCrit;      /* Criticality of Triggering msg/proc */
562    uint32_t          transId;
563    F1CritDignosIE diagnosIE;
564 }F1CritDiagnostic;
565
566 typedef struct f1FailureIE
567 {
568    uint32_t                transId;        /* Uniquely identify transaction */
569    F1FailCause        cause;          /* Failure cause */
570    uint8_t                 timeToWait;     /* Seconds to be waited before retry */
571    F1CritDiagnostic   critDiagnostic; /* Critical diagnostics */
572 }F1FailureIE;
573
574 typedef struct f1LogicalConnUeAssoc
575 {
576    uint32_t   gnbCuUeF1apId;
577    uint32_t   gnbDuUeF1apId;
578 }F1LogicalConnUeAssoc;
579
580 typedef struct f1ResetType
581 {
582    union
583    {
584       F1ResetAll             resetAll; /* Reset All */
585       F1LogicalConnUeAssoc   ueAssocLogicalConn[MAX_F1_CONNECTIONS]; /* In case of Partial Reset : UE associated logical F1 conn list*/
586    }type;
587 }F1ResetType;
588
589 typedef struct nrEcgi
590 {
591    Plmn  plmn;
592    uint16_t     cellId;
593 }NrEcgi;
594
595 typedef struct f1SibType
596 {
597    uint8_t   sibType;
598    uint8_t   sibMsg;
599    uint8_t   value;
600 }F1SibType;
601
602 typedef struct f1TxBw
603 {
604    F1NrScs   nrScs; /* NR subcarrier spacing */
605    F1Nrb     nrb;   /* Transmission bandwidth expressed in units of RBs */
606 }F1TxBw;
607
608 typedef struct f1SulInfo
609 {
610    uint32_t      sulArfcn; /* SUL ARFCN */
611    F1TxBw   sulTxBw;  /* SUL transmission bandwidth */ 
612 }F1SulInfo;
613
614 typedef struct f1FreqBand
615 {
616    uint16_t   nrFreqBand;
617    uint16_t   sulBand[MAX_NRCELL_BANDS];
618 }F1FreqBand;
619
620 typedef struct f1NrFreqInfo
621 {
622    uint32_t        nrArfcn;
623    F1SulInfo  sulInfo;
624    F1FreqBand freqBand[MAX_NRCELL_BANDS];
625 }F1NrFreqInfo;
626
627 typedef struct f1NrFddInfo
628 {
629    F1NrFreqInfo   ulNrFreqInfo;  /* UL NR Frequency Info */
630    F1NrFreqInfo   dlNrFreqInfo;  /* DL NR Frequency Info */
631    F1TxBw         ulTxBw;        /* UL Transmission bandwidth */
632    F1TxBw         dlTxBw;        /* DL Transmission bandwidth */
633 }F1NrFddInfo;
634
635 typedef struct f1NrTddInfo
636 {
637    F1NrFreqInfo   nrFreqInfo;   /* NR Frequency Info */
638    F1TxBw       nrTxBw;       /* NR Transmission Bandwidth */
639 }F1NrTddInfo;
640
641 typedef struct f1NrModeInfo
642 {
643    union
644    {
645       F1NrFddInfo  fdd;
646       F1NrTddInfo  tdd;
647    }mode;
648 }NrModeInfo;
649
650 typedef struct f1EutraFddInfo
651 {
652    uint16_t   ulOffset;   /* UL offset to Point A */
653    uint16_t   dlOffset;   /* DL offset to Point A */
654 }F1EutraFDDInfo;
655
656 typedef struct f1EutraTddInfo
657 {
658    uint16_t   tddOffset;  /* Offset to Point A */
659 }F1EutraTDDInfo;
660
661 typedef struct f1EutraModeInfo
662 {
663    union
664    {
665       F1EutraFDDInfo  fdd;
666       F1EutraTDDInfo  tdd;
667    }mode;
668 }F1EutraModeInfo;
669
670 typedef struct epIpAddr
671 {
672    char transportAddr[20]; /* Transport Layer Address */
673 }EpIpAddr;
674
675 typedef struct epIpAddrPort
676 {
677    EpIpAddr epIpAddr;
678    char   port[2];
679 }EpIpAddrPort;
680
681 typedef struct f1TaiSliceSuppLst
682 {
683    uint8_t    numSupportedSlices;
684    Snssai    **snssai;   
685 }F1TaiSliceSuppLst;
686
687 typedef struct f1SrvdPlmn
688 {
689    Plmn   plmn;
690    Plmn   extPlmn;    /* Extended available PLMN list */
691    F1TaiSliceSuppLst taiSliceSuppLst;
692 }F1SrvdPlmn;
693
694 typedef struct f1BrdcstPlmnInfo
695 {
696    Plmn   plmn[MAX_PLMN];     /* PLMN id list */
697    Plmn   extPlmn[MAX_PLMN];   /* Extended PLMN id list */
698    uint16_t      tac;                     /* 5GS-TAC */
699    uint32_t      nrCellId;                /* NR Cell id */
700    uint8_t       ranac;                   /* RAN Area code */
701 }F1BrdcstPlmnInfo;
702
703 typedef struct f1CellInfo
704 {
705    NrEcgi   nrCgi;                   /* Cell global Identity */
706    uint32_t nrPci;                   /* Physical Cell Identity */
707    F1SrvdPlmn srvdPlmn[MAX_PLMN];
708 }F1CellInfo;
709
710 typedef struct f1DuCellInfo
711 {
712    F1CellInfo         cellInfo;     /* cell info */
713    uint16_t           tac;          /* tracking area code */
714    uint16_t           epsTac;       /* Configured EPS TAC */
715    NrModeInfo         f1Mode;       /* NR mode info : FDD/TDD */
716    uint8_t            measTimeCfgDuration;  /* Measurement timing configuration */
717    F1CellDir          cellDir;      /* Cell Direction */
718    F1CellType         cellType;     /* Cell Type */
719    F1BrdcstPlmnInfo   brdcstPlmnInfo[MAX_BPLMN_NRCELL_MINUS_1]; /* Broadcast PLMN Identity Info List */
720 }F1DuCellInfo;
721
722 typedef struct f1DuSysInfo
723 {
724    uint8_t   *mibMsg;   /* MIB message */
725    uint16_t  mibLen;
726    uint8_t   *sib1Msg;  /* SIB1 message */
727    uint16_t  sib1Len;
728 }F1DuSysInfo;
729
730 typedef struct f1CuSysInfo
731 {
732    F1SibType   sibTypeToUpd[MAXNUMOFSIBTYPES];   /* SIB types to be updated */
733 }F1CuSysInfo;
734
735 typedef struct f1DuSrvdCellInfo
736 {
737    F1DuCellInfo   duCellInfo;   /* gNB-DU served cell info */
738    F1DuSysInfo    duSysInfo;    /* gNB-DU System Information */
739 }F1DuSrvdCellInfo;
740
741 typedef struct f1DuSrvdCellToDel
742 {
743    NrEcgi             oldNrCgi;     /* Old NR CGI */
744    F1DuSrvdCellInfo   srvdCellInfo; /* Info of served cell to be deleted */ 
745 }F1DuSrvdCellToDel;
746
747 typedef struct f1CuActCellInfo
748 {
749    F1CellInfo    cuCellInfo;   /* gNB-CU available cell info */
750    F1CuSysInfo   cuSysInfo;    /* gNB-CU System Information */
751 }F1CuActCellInfo;
752
753 typedef struct f1ActCellFail
754 {
755    NrEcgi        nrCgi;
756    F1FailCause   cause;
757 }F1ActCellFail;
758
759 typedef struct srvStatus
760 {
761    SrvState    state;
762    bool        switchOffOngoing;
763 }SrvStatus;
764
765 typedef struct f1CellStatus
766 {
767    NrEcgi      nrEcgi;
768    SrvStatus   status;   /* Service status */
769 }F1CellStatus;
770
771 typedef struct f1DedSIDelUE
772 {
773    uint32_t      gnbCuUeF1apId;
774    NrEcgi   nrEcgi;
775 }F1DedSIDelUE;
776
777 typedef struct tnlAssocInfo
778 {
779    bool           pres;
780    EpIpAddr       epIpAddr;      /* Endpoint-IP Address */
781    EpIpAddrPort   epIpAddrport;  /* Endpoint-IP Address and Port */
782 }F1TnlAssocAddr;
783
784 typedef struct f1TnlAssocUsage
785 {
786    bool           pres;
787    F1AssocUsage   usage;
788 }F1TnlAssocUsage;
789
790 typedef struct f1TnlAssoc
791 {
792    F1TnlAssocAddr   assocInfo;    /* TNL Assoc Transport Layer Info */
793    F1TnlAssocUsage  assocUsage;   /* TNL Assoc usage */
794 }F1TnlAssoc;
795
796 typedef struct f1TnlAssocToRmv
797 {
798    F1TnlAssocAddr   assocInfoCu;   /* TNL Assoc Transport Layer Info of CU */
799    F1TnlAssocAddr   assocInfoDu;   /* TNL Assoc Transport Layer Info of DU */
800 }F1TnlAssocToRmv;
801
802 typedef struct f1TnlAssocSetupFail
803 {
804    F1TnlAssocAddr   assocInfo;
805    F1FailCause      cause;
806 }F1TnlAssocSetupFail;
807
808
809 typedef struct f1CellBarred
810 {
811    NrEcgi       nrcgi;
812    CellBarred   cellBarred;
813 }F1CellBarred;
814
815 typedef struct f1EutraCell
816 {
817    uint32_t                eutraCellId; /* EUTRA cell id */
818    F1EutraModeInfo    mode;        /* EUTRA mode info : FDD/TDD */
819    uint8_t                 rsrcInd;     /* Protected EUTRA resource Indication */
820 }F1EutraCell;
821
822 typedef struct f1ProtectEUTRARsrc
823 {
824    uint32_t           specShareGrpId;               /* Spectrum sharing group id */
825    F1EutraCell   eutraCellList[MAXCELLINENB];  /* EUTRA cells list */
826 }F1ProtectEUTRARsrc;
827
828 typedef struct f1UacOperatorDefined
829 {
830    uint8_t   accessCategory;
831    uint8_t   accessId; 
832 }F1UacOperatorDefined;
833
834 typedef struct f1UacCategoryType
835 {
836    union
837    {
838       F1UacStandardAction    action;      /* UAC standardized action */
839       F1UacOperatorDefined   operatorDef; /* UAC operator defined */
840    }type;
841 }F1UacCategoryType;
842
843 typedef struct f1UacType
844 {
845    uint8_t                  uacReducInd;     /* Value 0 means no access rate reduction. Value 100 means full access rate reduction */
846    F1UacCategoryType   uacCategoryType; /* UAC Category type */
847 }F1UacType;
848
849 /* Unified Access Class Assistance Information */
850 typedef struct f1UacAssistInfo
851 {
852    Plmn      plmn[MAXNUMOFUACPLMN];        /* UAC PLMN list */
853    F1UacType   uacType[MAXNUMOFUACPERPLMN];  /* UAC Type list */
854 }F1UacAssistInfo;
855
856 /* F1 setup related structures */
857 #if 0
858 typedef struct f1SetupReq
859 {
860    uint32_t                transId;                       /* Uniquely identify transaction */
861    uint32_t                duId;                          /* DU ID */ 
862    char               duName[CU_DU_NAME_LEN_MAX];    /* DU name */
863    F1DuSrvdCellInfo   srvdCellLst[MAX_NUM_CELL];   /* Serving cell list */
864    F1RrcVersion       rrcVersion;                    /* RRC version */
865 }F1SetupReq;
866
867 typedef struct f1setupRsp
868 {
869    uint32_t               transId;                      /* Uniquely identify transaction */
870    char              cuName[CU_DU_NAME_LEN_MAX];   /* CU Name */
871    F1CuActCellInfo   actCellInfo;                  /* cells to be activated */
872    F1RrcVersion      rrcVersion;                   /* RRC version */
873 }F1SetupRsp;
874
875 typedef struct f1SetupFail
876 {
877    F1FailureIE   setupFail;
878 }F1SetupFail;
879
880 /* At reception of the RESET message the gNB-DU shall release all allocated resources on F1 
881  * and radio resources related to the UE association(s) indicated explicitly or implicitly in 
882  * the RESET message and remove the indicated UE contexts including F1AP ID. */
883 typedef struct f1Reset
884 {
885    uint32_t              transId;   /* Uniquely identify transaction */
886    F1FailCause      cause;     /* Failure cause */
887    F1ResetType      resetType; /* type of reset */
888 }F1Reset;
889
890 /* After the gNB-CU has released all assigned F1 resources and the UE F1AP IDs for all indicated
891  * UE associations which can be used for new UE-associated logical F1-connections over the F1 interface,
892  *  the gNB-CU shall respond with the RESET ACKNOWLEDGE message. */
893 typedef struct f1ResetAck
894 {
895    uint32_t                    transId;         /* Uniquely identify transaction */
896    F1LogicalConnUeAssoc   ueAssocLogicalConn[MAX_F1_CONNECTIONS]; /* UE associated logical F1-connection list */
897    F1CritDiagnostic       critDiagnostic;  /* Critical diagnostics */
898 }F1ResetAck;
899
900 typedef struct f1ErrorInd
901 {
902    uint32_t                transId;         /* Uniquely identify transaction */
903    F1Entity           errorOrigin;     /* Specifies if error is originated at DU or CU */
904    F1FailCause        cause;           /* Failure cause */
905    /* If failure is due to Ue related message. */
906    uint32_t                gnbCuUeF1apId;   /* gNB-CU UE F1AP Id */
907    uint32_t                gnbDuUeF1apId;   /* gNB-DU UE F1AP Id */
908    F1CritDiagnostic   critDiagnostic;  /* Critical diagnostics */
909 }F1ErrorInd;
910
911 typedef struct f1GnbDuCfgUpd
912 {
913    uint32_t                 transId;                             /* Uniquely identify transaction */
914    F1DuSrvdCellInfo    srvdCellLstAdd[MAX_NUM_CELL];      /* Served cell list to be added */
915    F1DuSrvdCellToDel   srvdCellLstMod[MAX_NUM_CELL];      /* Served cell list to be modified */
916    NrEcgi              srvdCellLstDel[MAX_NUM_CELL];      /* Served cell list to be deleted */
917    F1CellStatus        cellStatus[MAX_NUM_CELL];          /* Cell status */
918    F1DedSIDelUE        ueLst[MAX_NUM_UE];                     /* Ue list that requires dedicated SI delivery */
919    uint32_t            gnbDuId;
920    F1TnlAssocToRmv     gnbDuTnlAssocRmv[MAX_TNL_ASSOC];  /* TNL Assoc list to remove */ 
921 }F1GnbDuCfgUpd;
922
923 typedef struct f1GnbDuCfgUpdAck
924 {
925    uint32_t           transId;                      /* Uniquely identify transaction */
926    F1CuActCellInfo    cellLstAct[MAX_NUM_CELL];    /* List of cells to be activated */   
927    F1CritDiagnostic   critDiagnostic;               /* Critical diagnostics */
928    NrEcgi             cellLstDeact[MAX_NUM_CELL]; /* List of cells to be deactivated */
929 }F1GnbDuCfgUpdAck;
930
931 typedef struct f1GnbDuCfgUpdFail
932 {
933    F1FailureIE   gnbDuCfgUpdFail;
934 }F1GnbDuCfgUpdFail;
935
936 /* Sent by the gNB-CU to transfer updated information associated to an F1-C interface instance */
937 typedef struct f1GnbCuCfgUpd
938 {
939    uint32_t            transId;                            /* Uniquely identifies transaction */
940    F1CuActCellInfo     cellLstAct[MAX_NUM_CELL];         /* List of cells to be activated */
941    NrEcgi              cellLstDeact[MAX_NUM_CELL];       /* List of cells to be deactivated */
942    F1TnlAssoc          assocLstAdd[MAX_TNL_ASSOC];     /* List of TNL assocs to be added */
943    F1TnlAssoc          assocLstUpd[MAX_TNL_ASSOC];     /* List of TNL assocs to be updated */
944    F1TnlAssocToRmv     assocLstRmv[MAX_TNL_ASSOC];     /* List of TNL assocs to be removed */
945    F1CellBarred        cellToBarList[MAX_NUM_CELL];      /* List of Cells to be barred */
946    F1ProtectEUTRARsrc  protectEutraRsrcList[MAXCELLINENB]; /* List of Protected EUTRA resources */
947 }F1GnbCuCfgUpd;
948
949 /* Sent by a gNB-DU to a gNB-CU to acknowledge update of information
950  * associated to an F1-C interface instance */
951 typedef struct f1GnbCuCfgUpdAck
952 {
953    uint32_t              transId;                              /* Uniquely identify transaction */
954    F1ActCellFail         actCellFailList[MAX_NUM_CELL];      /* Cells failed to be activated list */
955    F1CritDiagnostic      critDiagnostic;                       /* Critical diagnostics */
956    F1TnlAssocAddr        assocSetupList[MAX_TNL_ASSOC];     /* TNL Assoc Setup list */
957    F1TnlAssocSetupFail   assocSetupFailList[MAX_TNL_ASSOC]; /* TNL Assoc Setup fail list */
958    F1DedSIDelUE          dedSiDelUelist[MAX_NUM_OF_UE_ID];          /* Dedicated SI delivery needed UE list */
959 }F1GnbCuCfgUpdAck;
960
961 typedef struct f1GnbCuCfgUpdFail
962 {
963    F1FailureIE   gnbCuCfgUpdFail;
964 }F1GnbCuCfgUpdFail;
965
966 /* This procedure enables coordination of radio resource allocation between a gNB-CU and
967  * a gNB-DU. Coordination request is sent by CU to DU */
968 typedef struct f1GnbDuRsrcCoordReq
969 {
970    uint32_t      transId;              /* Uniquely identifies transaction */
971    F1ReqType     reqType;              /* Request type */
972    uint8_t       cellResCoordReqCont;  /* Container for X2AP E-UTRA - NR cell resource coordination request */
973    F1IgnoreReq   ignoreReq;            /* Ignore coordination request */
974 }F1GnbDuRsrcCoordReq;
975
976 /* This message is sent by a gNB-DU to a gNB-CU, to express the desired resource allocation
977  * for data traffic, as a response to the GNB-DU RESOURCE COORDINATION REQUEST. */
978 typedef struct f1GnbDuRsrcCoordRsp
979 {
980    uint32_t   transId;               /* Uniquely identifies transaction */
981    uint8_t    cellResCoordRspCont;   /* Container for X2AP E-UTRA - NR cell resource coordination response */
982 }F1GnbDuRsrcCoordRsp;
983
984 /* This message is sent by the gNB-DU to indicate to the gNB-CU its status of overload */
985 typedef struct f1GnbDuStatusInd
986 {
987    uint32_t                  transId;      /* Uniquely identifies transaction */
988    F1GnbDuOvrloadInfo   ovrloadInfo;  /* gNB-DU overloaded information */
989 }F1GnbDuStatusInd;
990
991 /* This message is sent by either the gNB-DU or the gNB-CU to intiate the removal
992  * of the interface instance and the related resources */
993 typedef struct f1RmvReq
994 {
995    uint32_t   transId; /* Uniquely identifies transaction */
996 }F1RmvReq;
997
998 /* This message acknowledges the initiation of removal of the interface
999  * instance and the related resources */
1000 typedef struct f1RmvRsp
1001 {
1002    uint32_t           transId;     /* Uniquely identifies transaction */
1003    F1CritDiagnostic   critDiagnos; /* Crititcality diagnostics */
1004 }F1RmvRsp;
1005
1006 /* This message indicates that removing the interface instance and the related
1007  * resources cannot be accepted */
1008 typedef struct f1RmvFail
1009 {
1010    uint32_t           transId;         /* Uniquely identifies transaction */
1011    F1FailCause        cause;          /* Failure cause */
1012    F1CritDiagnostic   critDiagnostic; /* Criticality diagnostics */
1013 }F1RmvFail;
1014
1015 /* This message is sent by the gNB-CU to indicate to the gNB-DU a need to reduce
1016  * the rate at which UEs access the network. */
1017 typedef struct f1NwkAccessRateRed
1018 {
1019    uint32_t          transId;        /* Uniquely identifies transaction */
1020    F1UacAssistInfo   uacAssistInfo;  /* UAC Assistance Information */
1021 }F1NwkAccessRateRed;
1022 #endif
1023
1024 typedef struct f1Ipaddr
1025 {
1026    bool ipV4Pres;
1027    uint32_t  ipV4Addr; 
1028 }F1IpAddr;
1029
1030 typedef struct sctpParams
1031 {
1032    F1IpAddr  duIpAddr;
1033    uint16_t       duPort[MAX_DU_PORT];
1034    F1IpAddr  cuIpAddr;
1035    uint16_t       cuPort;
1036    F1IpAddr  ricIpAddr;
1037    uint16_t       ricPort;
1038 }SctpParams;
1039
1040 typedef struct f1EgtpParams
1041 {
1042    F1IpAddr  localIp;      /* Ip address of local node */
1043    uint16_t  localPort;    /* Sender Port at local node */
1044    F1IpAddr  destIp;       /* Ip address of peer node */
1045    uint16_t  destPort;     /* Sender port at peer node */
1046    uint32_t  minTunnelId;
1047    uint32_t  maxTunnelId;
1048 }F1EgtpParams;
1049
1050 typedef struct schedulerCfg
1051 {
1052    uint8_t   numTxAntPorts;    /*!< Number of Tx antenna ports */
1053    uint8_t   ulSchdType;     /*!< Indicates which UL scheduler to use, range
1054                               * is 0..(number of schedulers - 1) */
1055    uint8_t   dlSchdType;     /*!< Indicates which DL scheduler to use, range
1056                               * is 0..(number of schedulers - 1) */
1057    uint8_t   numCells;       /*!< Max number of cells */
1058    uint8_t   maxUlUePerTti;  /*!< Max number of UE in UL per TTI */
1059    uint8_t   maxDlUePerTti;  /*!< Max number of UE in DL per TTI */
1060 }SchedulerCfg;
1061
1062 typedef struct mibParams
1063 {
1064    uint8_t sysFrmNum;
1065    long    subCarrierSpacingCommon;
1066    long    ssb_SubcarrierOffset;
1067    long    dmrs_TypeA_Position;
1068    long    controlResourceSetZero;
1069    long    searchSpaceZero;
1070    long    cellBarred;
1071    long    intraFreqReselection;
1072 }MibParams;
1073
1074 typedef struct siSchedInfo
1075 {
1076    long     winLen;         /* SI Window Length */
1077    long     broadcastSta;   /* Broadcast status */
1078    long     preiodicity;    /* si periodicity */
1079    long     sibType;
1080    long     sibValTag;      /* Value tag */
1081 }SiSchedInfo;
1082
1083 typedef struct pdcchCfgCommon
1084 {
1085    uint8_t  present;
1086    long     ctrlRsrcSetZero;  /* Control resource set zero */
1087    long     searchSpcZero;    /* Search space zero */
1088    long     searchSpcId;      /* Search space id */
1089    long     ctrlRsrcSetId;    /* Control resource set id */
1090    uint8_t  monitorSlotPrdAndOffPresent;
1091    long     monitorSlotPrdAndOff;     /* Monitoring slot periodicity and offset */
1092    uint8_t  monitorSymbolsInSlot[2];  /* Monitoring symbols within slot */
1093    long     numCandAggLvl1;        /* Number of candiates at aggregation level 1 */
1094    long     numCandAggLvl2;        /* Number of candiates at aggregation level 2 */
1095    long     numCandAggLvl4;        /* Number of candiates at aggregation level 4 */
1096    long     numCandAggLvl8;        /* Number of candiates at aggregation level 8 */
1097    long     numCandAggLvl16;       /* Number of candiates at aggregation level 16 */
1098    uint8_t  searchSpcType;        /*  Search Space type */
1099    uint8_t  commSrchSpcDciFrmt;    /* DCI format of common search space type */
1100    long     searchSpcSib1;         /* Id of serch space for SIB1 */
1101    long     pagingSearchSpc;       /* Id of search space for paging */
1102    long     raSearchSpc;           /* Id of search space for Random Access proc */
1103 }PdcchCfgCommon;
1104
1105 typedef struct pdschTimeDomainRsrcAlloc
1106 {
1107    long     k0;
1108    long     mapType;              /* Mapping Type */
1109    uint16_t sliv;  
1110 }PdschTimeDomainRsrcAlloc;
1111
1112 typedef struct pdschCfgCommon
1113 {
1114    uint8_t  present;
1115    uint8_t  numTimeDomRsrcAlloc;
1116    PdschTimeDomainRsrcAlloc timeDomAlloc[MAX_NUM_DL_ALLOC];
1117 }PdschCfgCommon;
1118
1119 typedef struct bcchCfg
1120 {
1121    long   modPrdCoeff;          /* Modification period co-efficient */
1122 }BcchCfg;
1123
1124 typedef struct pcchCfg
1125 {
1126    uint16_t  dfltPagingCycle;                       /* Default paging cycle */
1127    uint8_t  nAndPagingFrmOffsetType;                /*Number of PagingFrames in PagingCycle defined in terms of T.*/
1128    uint8_t  pageFrameOffset;                        /* Paging Frame offset */
1129    uint8_t  ns;                                     /* Number of paging occassions in paging frame */
1130    uint8_t  firstPDCCHMontioringType;               /* First PDCCH Monitoring Paging Occasion Presence Type*/
1131    uint16_t firstPDCCHMontioringInfo[MAX_PO_PER_PF];/*Indicates the first PDCCH monitoring occasion of each PO of the PF*/
1132 }PcchCfg;
1133
1134 typedef struct scsSpecCarrier
1135 {
1136    long   scsOffset;    /* Offset to point A considering subcarrier spacing */
1137    long   scs;          /* subcarrier spacing */
1138    long   scsBw;        /* Carrier bandwidth considering subcarrier spacing */
1139
1140 }ScsSpecCarrier;
1141
1142 typedef struct dlCfgCommon
1143 {
1144    long   freqBandInd;  /* Downlink frequency band indicator */
1145    long   offsetToPointA;       /* DL ofset to point A */
1146    long   locAndBw;     /* Frequency location and bandwidth */
1147    ScsSpecCarrier   dlScsCarrier;  /* SCS Specific carrier */
1148    PdcchCfgCommon   pdcchCfg;
1149    PdschCfgCommon   pdschCfg;
1150    BcchCfg          bcchCfg;
1151    PcchCfg          pcchCfg;
1152 }DlCfgCommon;
1153
1154 typedef struct rachCfgCommon
1155 {
1156    uint8_t present;
1157    long   prachCfgIdx;       /* PRACH configuration index */
1158    long   msg1Fdm;           /* Num of PRACH transmission occassions */
1159    long   msg1FreqStart;     /* Offset of lowest msg1 transmission occassion */
1160    long   zeroCorrZoneCfg;   /* Zero correlation zone configuration */
1161    long   preambleRcvdTgtPwr; /* Traget power level */
1162    long   preambleTransMax;  /* Max num of preamble transmission */
1163    long   pwrRampingStep;    /* Power ramping steps for PRACH */
1164    long   raRspWindow;       /* RA response window */
1165    long   numRaPreamble;     /* Total num of preamble used in random access */
1166    long   numSsbPerRachOcc;  /* Numer of SSBs per RACH Occassion */
1167    long   numCbPreamblePerSsb; /* Number of Contention-Based preamble per SSB */
1168    long   contResTimer;      /* Contention resolution timer */
1169    long   rsrpThreshSsb;
1170    uint8_t rootSeqIdxPresent;
1171    long   rootSeqIdx;        /* PRACH root sequence index */
1172    long   msg1Scs;           /* Msg1 subcarrier spacing */
1173    long   restrictedSetCfg;  /* Restricted set configuration */
1174 }RachCfgCommon;
1175
1176 typedef struct puschCfgCmnTimeDomAlloc
1177 {
1178    long     k2;
1179    long     mapType;
1180    uint16_t sliv;
1181 }PuschCfgCmnTimeDomAlloc;
1182
1183 typedef struct  puschCfgCommon
1184 {
1185    uint8_t  puschCfgPresent;
1186    uint8_t  numTimeDomRsrcAlloc;
1187    PuschCfgCmnTimeDomAlloc timeDomAllocList[MAX_UL_ALLOC];
1188    long     msg3DeltaPreamble;
1189    long     p0NominalWithGrant;
1190 }PuschCfgCommon;
1191
1192 typedef struct pucchCfgCommon
1193 {
1194    uint8_t present;
1195    long   rsrcComm;
1196    long   grpHop;
1197    long   p0Nominal;
1198 }PucchCfgCommon;
1199
1200 typedef struct ulCfgCommon
1201 {
1202    long   freqBandInd;  /* Uplink frequency band indicator */
1203    long   pMax;         /* Max UL transmission power that UE applies */
1204    long   locAndBw;     /* Frequency location and bandwidth */
1205    ScsSpecCarrier   ulScsCarrier; /* SCS Specific carrier */
1206    RachCfgCommon    rachCfg;
1207    PuschCfgCommon   puschCfg;
1208    PucchCfgCommon   pucchCfg;
1209    long   timeAlignTimerComm;
1210 }UlCfgCommon;
1211
1212 typedef struct tddUlDlCfgCommon
1213 {
1214    long   refScs;     /* Reference subcarrier spacing */
1215    long   txPrd;      /* Transmission periodicity */
1216    long   numDlSlots;
1217    long   numDlSymbols;
1218    long   numUlSlots;
1219    long   numUlSymbols;
1220 }TddUlDlCfgCommon;
1221
1222 typedef struct srvCellCfgCommSib
1223
1224    long               scs;
1225    DlCfgCommon        dlCfg;
1226    UlCfgCommon        ulCfg;
1227    uint8_t            ssbPosInBurst;
1228    long               ssbPrdServingCell;
1229    TddUlDlCfgCommon   tddCfg;
1230    long               ssPbchBlockPwr;
1231 }SrvCellCfgCommSib;
1232
1233 typedef struct sib1Params
1234 {
1235    Plmn    plmn;
1236    uint8_t   tac;
1237    long      ranac;
1238    uint8_t   cellIdentity;
1239    long      cellResvdForOpUse;
1240    long      connEstFailCnt;
1241    long      connEstFailOffValidity;
1242    long      connEstFailOffset;
1243    SiSchedInfo           siSchedInfo;
1244    SrvCellCfgCommSib     srvCellCfgCommSib;
1245 }Sib1Params;
1246
1247 typedef struct duCfgParams
1248 {
1249    SctpParams         sctpParams;                  /* SCTP Params */
1250    F1EgtpParams       egtpParams;                  /* EGTP Params */
1251    uint32_t           maxUe;
1252    uint32_t           duId;
1253    char               *duName;
1254    SchedulerCfg       schedCfg;
1255    F1DuSrvdCellInfo   srvdCellLst[MAX_NUM_CELL];  /* Serving cell list *///TODO: this must be removed eventually
1256    F1RrcVersion       rrcVersion;                 /* RRC version */
1257    MacCellCfg          macCellCfg;                    /* MAC cell configuration */
1258    MibParams          mibParams;                  /* MIB Params */
1259    Sib1Params         sib1Params;                 /* SIB1 Params */
1260    MacSliceCfgReq     tempSliceCfg;
1261 }DuCfgParams;
1262
1263 #ifndef O1_ENABLE
1264 //RRM POLICY STRUCT
1265
1266 typedef struct rRMPolicyMemberList
1267 {
1268    uint8_t mcc[3];
1269    uint8_t mnc[3];
1270    uint8_t sd[3];
1271    uint8_t sst;
1272 }RRMPolicyMemberList;
1273
1274 typedef enum
1275 {
1276   PRB,
1277   PRB_UL,
1278   PRB_DL,
1279   RRC,
1280   DRB
1281 }RrmResourceType;
1282
1283 typedef struct rrmPolicyList
1284 {
1285    char id[1];
1286    RrmResourceType resourceType;
1287    uint8_t rRMMemberNum;
1288    RRMPolicyMemberList rRMPolicyMemberList[2];
1289    uint8_t rRMPolicyMaxRatio;
1290    uint8_t rRMPolicyMinRatio;
1291    uint8_t rRMPolicyDedicatedRatio;
1292 }RrmPolicyList;
1293 #endif
1294
1295 DuCfgParams duCfgParam;
1296
1297 /*function declarations */
1298 uint8_t readClCfg();
1299 uint8_t readCfg();
1300 uint8_t duReadCfg(); 
1301 uint16_t calcSliv(uint8_t startSymbol, uint8_t lengthSymbol);
1302 uint8_t cpyRrmPolicyInDuCfgParams(RrmPolicyList rrmPolicy[], uint8_t policyNum, MacSliceCfgReq *tempSliceCfg);
1303
1304 #endif /* __DU_CONFIG_H__ */
1305
1306 /**********************************************************************
1307   End of file
1308  **********************************************************************/