- 26 Oct, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 25 Oct, 2021 7 commits
-
-
Melissa authored
Added one more condition for valid cell config See merge request aburger/openairinterface5g!75
-
Deokseong "David" Kim authored
-
Melissa authored
Merge from Eurecom/develop into Eurecom/episys-merge-nsa See merge request aburger/openairinterface5g!76
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 20 Oct, 2021 1 commit
-
-
hardy authored
integration of integration_2021_wk41_bwt-abs into develop, completed week 42 MR !1273 : [CI] adding Docker Hub push pipeline -When we merge to develop, this pipeline will automatically push images to hub.docker.com MR !1267 : Enabled multi-threading for gNB L1 tx -PHY PDUs like PDCCH PDU, PDSCH PDU, SSB PDU and CSI PDU have been removed from PHY_VARS_gNB structure. Instead, they are made as a part of thread message for L1 Tx processing. Two such thread messages are used so that two independent L1 Tx processing threads can be executed at once. Monolithic mode works fine with rfsimulator. nfapi mode changes are integrated by not tested. Let the CI test it. MR !1285 : [CI] test sa nsa -Dev of nsa and sa test pipelines MR !1266 : Changes for initialBWP size different than Coreset0 -Changes for initialBWP size different than Coreset0. Tested with 50 MHz 2x2 configuration, initialBWP with 133 PRBs. -Other fixes and improvements to get a more stable 5G NR connection
-
- 19 Oct, 2021 14 commits
-
-
Melissa Elkadi authored
Merge branch 'episys/master-nsa' of gitlab.int-episci.com:aburger/openairinterface5g into episys/master-nsa
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also, reverted some init_pdcp logic to match the develop branch and added NSA mode. Lastly, added additional error checking for cellConfig to avoid crash in MAC layer.
-
Melissa authored
Revert "tx_data_request len field is a uint16_t" See merge request aburger/openairinterface5g!74
-
Melissa Elkadi authored
Also, this commit changes the len argument in the pusharray32 to match the actual field type (uint16_t). There is also simple name change from sf -> slot. The new queueing system is not a permanent solution. It was simply a way for us to try to handle late dl_tti_requests. If we queue every single ul_tti_req that we get, the queue gets full very quickly becasue we only remove ul_ttis from the queue when a uci has been populated with a matching sfn/sf. Because of this, we only queue ul_ttis if we have a uci_indication prepared already. Rarely, a dl_tti_req will arrive at the NRUE too late, and the NRUE does not have time to create the uci_ind so we dont process the corresponding ul_tti. A seprate queue was made to hold all other ul_ttis the arrive in the NRUE (this queue will continuously get full and then emptied) but will occasionally hold a ul_tti that corresponds to a uci that hasnt been populated yet.
-
hardy authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
hardy authored
-
Melissa Elkadi authored
In the pusharray32, used exclusively by the tx_data_request, the len argument passed in is defined as a uint32_t. This update fixes the passed in argument to be defined as a uint16_t instead.
-
Melissa Elkadi authored
-
Melissa authored
Adding NSA mode for calling rlc_module_init and SCTP_TASK See merge request aburger/openairinterface5g!72
-
Deokseong "David" Kim authored
-
- 18 Oct, 2021 4 commits
-
-
Melissa authored
Set alarm See merge request aburger/openairinterface5g!71
-
Michael Cook authored
-
hardy authored
-
hardy authored
-
- 15 Oct, 2021 3 commits
-
-
Melissa Elkadi authored
In develop, this function call was commented out. It is necessary for NSA mode so we have modified the logic for this case.
-
hardy authored
-
hardy authored
-
- 14 Oct, 2021 10 commits
-
-
hardy authored
-
hardy authored
-
rmagueta authored
-
rmagueta authored
# Conflicts: # ci-scripts/xml_files/fr1_sa_quectel.xml # openair1/SCHED_NR/fapi_nr_l1.c # openair1/SCHED_NR/phy_procedures_nr_gNB.c # openair2/GNB_APP/gnb_paramdef.h
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-