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