|
Agora
1.2.0
Agora project
|
Main file for the chsim executable. More...

Functions | |
| DEFINE_uint64 (bs_threads, 1, "Number of threads for handling reception of BS packets") | |
| DEFINE_uint64 (ue_threads, 1, "Number of threads for handling reception of UE packets") | |
| DEFINE_uint64 (worker_threads, 1, "Number of worker threads handling packet transmissions to BS and UE " "Antennas") | |
| DEFINE_uint64 (core_offset, 0, "Core ID of the first channel_sim thread") | |
| DEFINE_string (conf_file, TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-both.json", "Config filename") | |
| DEFINE_string (chan_model, "RAYLEIGH", "Simulator Channel Type: RAYLEIGH/AWGN") | |
| DEFINE_double (chan_snr, 20.0, "Signal-to-Noise Ratio") | |
| int | main (int argc, char *argv[]) |
Main file for the chsim executable.
| DEFINE_double | ( | chan_snr | , |
| 20. | 0, | ||
| "Signal-to-Noise Ratio" | |||
| ) |
| DEFINE_string | ( | chan_model | , |
| "RAYLEIGH" | , | ||
| "Simulator Channel Type: RAYLEIGH/AWGN" | |||
| ) |
| DEFINE_string | ( | conf_file | , |
| TOSTRING(PROJECT_DIRECTORY) "/files/config/ci/tddconfig-sim-both.json" | , | ||
| "Config filename" | |||
| ) |
| DEFINE_uint64 | ( | bs_threads | , |
| 1 | , | ||
| "Number of threads for handling reception of BS packets" | |||
| ) |
| DEFINE_uint64 | ( | core_offset | , |
| 0 | , | ||
| "Core ID of the first channel_sim thread" | |||
| ) |
| DEFINE_uint64 | ( | ue_threads | , |
| 1 | , | ||
| "Number of threads for handling reception of UE packets" | |||
| ) |
| DEFINE_uint64 | ( | worker_threads | , |
| 1 | , | ||
| "Number of worker threads handling packet transmissions to BS and UE " "Antennas" | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
