Agora
1.2.0
Agora project
|
The struct that contains the RAN configuration that Agora must apply for a particular frame. More...
#include <ran_config.h>
Public Attributes | |
size_t | n_antennas_ |
size_t | mod_order_bits_ |
Number of active antennas at the base station. More... | |
size_t | frame_id_ |
modulation type (number of bits) More... | |
The struct that contains the RAN configuration that Agora must apply for a particular frame.
The RanConfig class contains the RAN parameters that Agora must configure before processing a particular frame. TODO: this is a work in progress.
size_t RanConfig::frame_id_ |
modulation type (number of bits)
size_t RanConfig::mod_order_bits_ |
Number of active antennas at the base station.
size_t RanConfig::n_antennas_ |