X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fsrc%2Fxran_frame_struct.h;fp=fhi_lib%2Flib%2Fsrc%2Fxran_frame_struct.h;h=7ed0a3a6e345ee13c5a72ec05a688189dbb6a2bb;hp=abc7f71d44e790e42b5cb1d9ad1131b0c3064f28;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 diff --git a/fhi_lib/lib/src/xran_frame_struct.h b/fhi_lib/lib/src/xran_frame_struct.h index abc7f71..7ed0a3a 100644 --- a/fhi_lib/lib/src/xran_frame_struct.h +++ b/fhi_lib/lib/src/xran_frame_struct.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2020 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -67,14 +67,14 @@ uint16_t xran_fs_get_num_rbs(uint32_t nNumerology, uint32_t nBandwidth, uint32_t **/ //------------------------------------------------------------------------------------------- uint32_t xran_fs_cal_nrarfcn(uint32_t nCenterFreq); -int32_t xran_fs_slot_limit(int32_t nSlotIdx); -void xran_fs_clear_slot_type(uint32_t nCcId); -int32_t xran_fs_set_slot_type(uint32_t nCcId, uint32_t nFrameDuplexType, uint32_t nTddPeriod, struct xran_slot_config* psSlotConfig); -int32_t xran_fs_get_slot_type(int32_t nCcId, int32_t nSlotIdx, int32_t nType); -uint32_t xran_fs_slot_limit_init(int32_t tti_interval_us); -uint32_t xran_fs_get_max_slot(void); -uint32_t xran_fs_get_max_slot_SFN(void); -int32_t xran_fs_get_symbol_type(int32_t nCellIdx, int32_t nSlotdx, int32_t nSymbIdx); +int32_t xran_fs_slot_limit(uint32_t PortId, int32_t nSlotIdx); +void xran_fs_clear_slot_type(uint32_t PortId, uint32_t nCcId); +int32_t xran_fs_set_slot_type(uint32_t PortId, uint32_t nCcId, uint32_t nFrameDuplexType, uint32_t nTddPeriod, struct xran_slot_config* psSlotConfig); +int32_t xran_fs_get_slot_type(uint32_t PortId, int32_t nCcId, int32_t nSlotIdx, int32_t nType); +uint32_t xran_fs_slot_limit_init(uint32_t PortId, int32_t tti_interval_us); +uint32_t xran_fs_get_max_slot(uint32_t PortId); +uint32_t xran_fs_get_max_slot_SFN(uint32_t PortId); +int32_t xran_fs_get_symbol_type(uint32_t PortId, int32_t nCellIdx, int32_t nSlotdx, int32_t nSymbIdx); #ifdef __cplusplus }