|
|
|
@ -38,9 +38,9 @@
|
|
|
|
|
#include "srslte/common/security.h"
|
|
|
|
|
#include "srslte/common/stack_procedure.h"
|
|
|
|
|
#include "srslte/interfaces/rrc_interface_types.h"
|
|
|
|
|
#include "srslte/upper/pdcp_config.h"
|
|
|
|
|
#include "srslte/phy/channel/channel.h"
|
|
|
|
|
#include "srslte/phy/rf/rf.h"
|
|
|
|
|
#include "srslte/upper/pdcp_config.h"
|
|
|
|
|
#include "srslte/upper/pdcp_entity_base.h"
|
|
|
|
|
|
|
|
|
|
namespace srsue {
|
|
|
|
@ -544,7 +544,8 @@ public:
|
|
|
|
|
/* Configure PRACH using parameters written by RRC */
|
|
|
|
|
virtual void configure_prach_params() = 0;
|
|
|
|
|
|
|
|
|
|
virtual void prach_send(uint32_t preamble_idx, int allowed_subframe, float target_power_dbm, float ta_base_sec) = 0;
|
|
|
|
|
virtual void
|
|
|
|
|
prach_send(uint32_t preamble_idx, int allowed_subframe, float target_power_dbm, float ta_base_sec = 0.0f) = 0;
|
|
|
|
|
virtual prach_info_t prach_get_info() = 0;
|
|
|
|
|
|
|
|
|
|
/* Indicates the transmission of a SR signal in the next opportunity */
|
|
|
|
|