- 27 Oct, 2020 9 commits
-
-
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
-
- 25 Oct, 2020 1 commit
-
-
Remi Hardy authored
Integration 2020 wk42 (2) MR921 : Hotfix for DL DCI issue in UE Fixing a bug from last MR. Fix in nr_dlsim that prevents reporting false 'PDSCH ok' message MR915 : Fix to avoid RRC->X2AP ticking every msec when x2ap task is not enabled The aim of itti RRC_SUBFRAME_PROCESS message (MAC->RRC) is to trigger an itti X2AP_SUBFRAME_PROCESS message (RRC->X2AP) This change avoids creating RRC_SUBFRAME_PROCESS message if x2ap task is not enabled
-
- 22 Oct, 2020 3 commits
- 21 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
Develop Integration Branch: 2020 wk42 The following Merge Requests were included: * MR 913 : Flexran Base Station Apps * MR 875 : Nr mac ssb ro global edge * MR 897 : python framework cleanup (CI) * MR 924 : C-RNTI as TC-RNTI * MR 911 : Cce indexing fix * MR 922 : fixes mac sched nfapi
-
- 19 Oct, 2020 11 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Francesco Mani authored
-
matzakos authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
Conflicts: ci-scripts/reportTestLocally.sh Kept new RA test disabled
-
hardy authored
Solved Conflicts in: openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 18 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
develop integration branch : 2020 week 41 * MR909 small-bugfixes-wk40 (Cedric Roux) * MR919 docker and openshift initial support
-
- 17 Oct, 2020 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 16 Oct, 2020 4 commits
-
-
Florian Kaltenberger authored
-
hardy authored
-
hardy authored
-
matzakos authored
-
- 15 Oct, 2020 6 commits
-
-
Florian Kaltenberger authored
Merge branch 'NR_MAC_SSB_RO_GlobalEdge' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_MAC_SSB_RO_GlobalEdge
-
Remi Hardy authored
-
Francesco Mani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
kn.raju authored
-
Francesco Mani authored
This reverts commit 1a5874d4.
-
- 13 Oct, 2020 2 commits
-
-
Florian Kaltenberger authored
-
Sakthivel Velumani authored
this shouldn't affect the testing with cots ue
-