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