mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
656 B
C
28 lines
656 B
C
4 years ago
|
/**
|
||
|
*
|
||
|
* \section COPYRIGHT
|
||
|
*
|
||
|
* Copyright 2013-2020 Software Radio Systems Limited
|
||
|
*
|
||
|
* By using this file, you agree to the terms and conditions set
|
||
|
* forth in the LICENSE file which can be found at the top level of
|
||
|
* the distribution.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef SRSLTE_RA_UL_NR_H
|
||
|
#define SRSLTE_RA_UL_NR_H
|
||
|
|
||
|
#include "srslte/config.h"
|
||
|
#include "srslte/phy/phch/pucch_cfg_nr.h"
|
||
|
#include "uci_cfg_nr.h"
|
||
|
|
||
|
/**
|
||
|
* @brief
|
||
|
* @return
|
||
|
*/
|
||
|
SRSLTE_API int srslte_ra_ul_nr_pucch_format_2_3_min_prb(const srslte_pucch_nr_resource_t* resource,
|
||
|
const srslte_uci_cfg_nr_t* uci_cfg);
|
||
|
|
||
|
#endif // SRSLTE_RA_UL_NR_H
|