An error occurred fetching the project authors.
- 20 Jul, 2020 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 01 Jul, 2020 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 20 Jan, 2020 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 24 Jun, 2019 5 commits
-
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
Konstantinos Alexandris authored
-
Robert Schmidt authored
-
Konstantinos Alexandris authored
-
- 20 Jun, 2019 1 commit
-
-
Dong Anyuan authored
Fix Coverity Scan CID 300370 (Variable reconf_param going out of scope leaks the storage it points to.)
-
- 28 May, 2019 3 commits
-
-
Dong Anyuan authored
Fix Coverity Scan CID 300411 (Using uninitialized value reconf_param->report_amount when calling flexran_rrc_eNB_generate_defaultRRCConnectionReconfiguration.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300419 (Variable cell_conf going out of scope leaks the storage it points to.)
-
Dong Anyuan authored
Fix Coverity Scan CID 300507 (Variable lc_ue_config going out of scope leaks the storage it points to.)
-
- 29 Apr, 2019 2 commits
-
-
frtabu authored
Remove deprecated build options, now available as config options: noS1, basic_simulator. Remove DISABLE_LOG_X macros, disabling logs now available via disabling the T_TRACER
-
frtabu authored
Remove deprecated build options, now available as config options: noS1, basic_simulator. Remove DISABLE_LOG_X macros, disabling logs now available via disabling the T_TRACER
-
- 18 Apr, 2019 1 commit
-
-
Robert Schmidt authored
-
- 22 Feb, 2019 1 commit
-
-
Robert Schmidt authored
-
- 12 Feb, 2019 1 commit
-
-
frtabu authored
-
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 05 Dec, 2018 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
* RRC and MAC might sort users differently * therefore, we have to "reverse lookup" the MAC ID from the RNTI when filling user info * For this purpose, add RAN API function flexran_get_mac_ue_id_rnti()
-
- 07 Nov, 2018 10 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
* the RAN API RRC part now takes rnti and does not look it up in the MAC every time again * the function flexran_get_aperiodic_cqi_rep_mode() has been changed to return a proper protobuf variable, not OAI typedef
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The functions of the RAN API should not return the types of OAI, but protobuf types. Previously, they would return OAI types and the calling code "marshals" this into Protobuf type. This commit changes the following functions and modifies the calling code to directly store the protobuf type: * flexran_get_hopping_mode() * flexran_get_phich_resource() * flexran_get_phich_duration() * flexran_get_ul_cyclic_prefix_length() * flexran_get_dl_cyclic_prefix_length() * flexran_get_duplex_mode() usage * flexran_get_enable64QAM()
-
Robert Schmidt authored
* Hello msg agent->RTC carries ID and capabilities this agent supports * RAN API provides ID and capabilities: - flexran_get_bs_id() - flexran_get_capabilities() // protobuf list of capabilities - flexran_get_capabilities() // capabilities as bit mask Add FlexRAN capabilities mask RAN API function
-