Agora  1.2.0
Agora project
RanConfig Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ frame_id_

size_t RanConfig::frame_id_

modulation type (number of bits)

◆ mod_order_bits_

size_t RanConfig::mod_order_bits_

Number of active antennas at the base station.

◆ n_antennas_

size_t RanConfig::n_antennas_

The documentation for this class was generated from the following file: