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