- 03 Nov, 2020 2 commits
-
-
Thomas Schlichter authored
Conflicts: ci-scripts/conf_files/gnb.band78.tm1.106PRB.usrpn300.conf openair2/LAYER2/NR_MAC_UE/config_ue.c openair2/LAYER2/NR_MAC_gNB/config.c
-
Remi Hardy authored
MR902 Nr mac ssb ro ue idcc - Construction of SSB-RO mapping table on the UE - RO selection based on SSB index - RACH preamble selection based on SSB index in a selected RO - RA-RNTI calculation MR928 nr: add MAC PDU traces for wireshark - The T tracer macpdu2wireshark has been modified to handle the new traces. The usage is the same as for LTE. MR929 RA fixes for NR UE MR938 CI: Parse UE TUN interface correctly in S1 mode - The TUN interface configuration is changed to use program "ip" only. - The CI script parsing is changed accordingly: the pipeline will recognize the attempt to bring up the interface of the first UE. MR933 nr rlc: bugfix - ret.next was not set in a particular case
-
- 02 Nov, 2020 4 commits
- 30 Oct, 2020 2 commits
-
-
Eurecom authored
-
Thomas Schlichter authored
-
- 29 Oct, 2020 3 commits
- 28 Oct, 2020 7 commits
-
-
Robert Schmidt authored
See also commit 8c5976e2 Above commit changed the TUN interface configuration to use program "ip" only. This commit changes the CI script parsing correspondingly: the pipeline will recognize the attempt to bring up the interface of the first UE.
-
hardy authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Mario Hudon authored
-
hardy authored
-
Thomas Schlichter authored
-
- 27 Oct, 2020 19 commits
-
-
Remi Hardy authored
Integration 2020 wk44 MR923 : Fixes tun TUN-interface related changes MR925 : bugfix: fix frequencies in nr_bandtable The array nr_bandtable has then been reviewed fully and all the values that were wrong have been changed. The check of correctness was done using the website https://www.sqimway.com/nr_band.php MR931 : Finalize oaicn integration (CI) In addition, the "known unstable scenarios" are highlighted in the CI HTML reports. MR917 : NR CSI reporting This is a new feature
-
Eurecom authored
-
Mario Hudon authored
-
cig authored
- it shall be updated at every last PBCH symbol - this fixes stability issues with the FDD mode
-
cig 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
-
cig authored
-
cig authored
-
cig authored
-
cig 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
-
cig authored
-
cig authored
-
cig 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)
-
cig authored
-
cig authored
- this reflects the implementation of IF and IF offset in the gNB RU - the RF frequencies are set at HW level while the target frequencies are stored in fp, therefore the values stored in fp should not be changed after sync as only the tx/rx freq is updated - removed overwritten dl/ul carrier frequencies in fp after sync - removed redundant set of tx/rx freq in ue_synch (done in init_openair0) - removed irrelevant set of dl/ul carrier freq in get_options
-
cig authored
- tdd_table is filled in only in TDD mode and should not be used in FDD mode
-
cig authored
-
cig 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
-
cig authored
- removed long-time commented out and unused code - fixed logging
-
cig 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
-
- 26 Oct, 2020 3 commits