- 27 Oct, 2020 10 commits
-
-
Guido Casati authored
- removed redundant initialisation of variables - introduced two "RF helpers" function that are replacing shared code in the sync routines - added a new .c file and updated the cmakelists and .h files
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
- got rid of global variable fp - code cleanup, removed redundant and unused code - removed unused command line options and variables - grouped command line setting in set_options function
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
- the band is coming from the SI, therefore a function to get the band is not necessary - this solves also the limitations of the get_band algorithm with the NR bands overlapping in the NR operating bands table (e.g. band 78 and band 48)
-
Guido Casati authored
- adapted the get_band function: the algorithm is now taking into account also the UL frequency in order to fetch the proper band (this was failing before as some NR bands have the same DL band, e.g. band 65 and 66) - added new bands to the NR table as per TS 38.101 V16.4.0 (2020) - made the from_nrarfcn function compatible with UL FDD (this function, used for both DL and UL was previously working with TDD only as it did not compute properly the frequency for the UL FDD, throwing asserts) - introduced common functions to get the NR table idx and the duplex mode, removing repeated code in the process - removed the unused function to get the uldl offset - improved some logging - other minor fixes to the relevant code
-
Guido Casati authored
- removed long-time commented out and unused code - fixed logging
-
Guido Casati authored
- the RU now supports IF equipment with custom FR1 TX/RX frequencies - this configuration parameter together with the if_freq parameter allows to set a custom IF RX frequency for the gNB - if the IF offset is not specified, legacy code applies
-
- 16 Oct, 2020 1 commit
-
-
Florian Kaltenberger authored
-
- 12 Oct, 2020 3 commits
-
-
Sakthivel Velumani authored
changed uint8_t to void as return is not used in the calling function
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 05 Oct, 2020 1 commit
-
-
Robert Schmidt authored
-
- 02 Oct, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 01 Oct, 2020 1 commit
-
-
Florian Kaltenberger authored
-
- 30 Sep, 2020 3 commits
-
-
Sakthivel Velumani authored
because round 0 could be skipped if no pusch signal detected
-
Robert Schmidt authored
-
Shweta Shrivastava authored
-
- 22 Sep, 2020 2 commits
-
-
Florian Kaltenberger authored
-
Cedric Roux authored
After the UE disconnects, the next connection fails because the gNB cannot decode Msg3. The root cause seems to be this ul_valid_re_per_slot not set to 0. Setting it before the test fixes the problem and does not seem to impact anything else.
-
- 21 Sep, 2020 2 commits
-
-
Shweta Shrivastava authored
-
Florian Kaltenberger authored
PRACH_PDU.prach_format now interpreted according to last version (March 2020) of 5G FAPI specs fixing nr_prachsim
-
- 18 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 17 Sep, 2020 1 commit
-
-
Cedric Roux authored
-
- 16 Sep, 2020 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Thomas Schlichter authored
use snprintf() instead of sprintf() to avoid writes outside buffer limits
-
- 15 Sep, 2020 1 commit
-
-
Florian Kaltenberger authored
-
- 11 Sep, 2020 2 commits
-
-
Florian Kaltenberger authored
NR PHY should now be able to handle multiple PRACH occasions
-
RAJU K N authored
-
- 10 Sep, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 08 Sep, 2020 5 commits
-
-
-
Guido Casati authored
- now is consistent for both UE and gNB
-
Guido Casati authored
- added some descriptions to the code - fixed hardcoded factors - removed commented out and unused code - phy_procedures_nrUE_RX: removed unused do_pdcch_flag - updated LTE naming to 5G
-
Guido Casati authored
- moved remaining PUSCH PDU configuration from ULSCH procedures entirely to MAC - introduced a function for DMRS RE configuration - cleaned up redundant code in ULSCH procedures - fixed TBS computation for Msg3
-
Sakthivel Velumani authored
-
- 07 Sep, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 05 Sep, 2020 1 commit
-
-
knopp authored
-