- 04 Dec, 2020 3 commits
-
-
Raphael Defosseux authored
Merge branch 'ci-deploy-docker-compose' of gitlab.eurecom.fr:oai/openairinterface5g into ci-deploy-docker-compose
-
Raphael Defosseux authored
-
Remi Hardy authored
-
- 03 Dec, 2020 3 commits
-
-
Remi Hardy authored
-
Raphael Defosseux authored
-- The compose file still keeps a few template fields to be replaced -- initial scenario has a full UE attach / traffic test Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
also first docker-compose for a monolithic eNB Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Dec, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 01 Dec, 2020 2 commits
-
-
Remi Hardy authored
MR968: Bugfix nr ldpc size typo - fix the copy of the decoded data bytes at the end of the processing of an LDPC segment MR962: Remove x2 gnb hardcoding - Removes hardcoding of some x2 configuration parameters used in ENDC setup request message at gNB side MR949: rlc v2: change time keeping - RLC has timers. We need to keep track of time. We introduce rlc_tick() and call it in eNB_dlsch_ulsch_scheduler, which is called every subframe, both in FDD and TDD.
-
Raphael Defosseux authored
-
- 30 Nov, 2020 5 commits
-
-
Raphael Defosseux authored
-- Not completed for X2 Handover case Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 28 Nov, 2020 3 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>
-
Raphael Defosseux authored
- Fix pcap capture commands - added support for FlexRan-RTC and Traffic-Generator Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 27 Nov, 2020 1 commit
-
-
Raphael Defosseux authored
- only on Ubuntu and Docker - No back ground computing to paralellize RHEL/Ubuntu - No image clean up Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 26 Nov, 2020 9 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>
-
Remi Hardy authored
MR945 : nr prach fr2 - Introduction of the PRACH frontend for FR2 (120kHz SCS, 32 and 66 PRB). - Tested with nr_prachsim and testcases added to test_case_list.xml also included some fixes for FR1, when prach occasion > 0 (small difference in Ncp) MR950 : DL and UL PTRS for 5G NR MR971 : Correct NDI + Minor MAC subPDU handling improvements Fixes the issue : Ping in develop was unusually high (70+ms). The issue was that TA was scheduled in the second slot (of the two we currently schedule), but NDI was toggled for the first one. Other improvements: - Correctly put padding MAC subPDU - Only use subPDU DLSCH long header if length >= 256B - Calculate TBS in DL pre-processor considering header and TA CE overhead. - Improve some of the logging (LOG_D) - re-enable TA MR970 : uci gnb mac functions file - Moved gNB MAC UCI related functions in a new file MR972 : Bugfix nr rate matching assertion - Fixes the assertion happening in rate matching of pdsch during iperf test. MR975 : File openning in rrc_gNB_internal - Only allow file opening in rrc_gNB-internal.c in phytest mode MR977 : NR UE DCI sanity checks and fixes These changes resolve a few stability issues and errors in NR UE - Added sanity check for pucch_resource_indicator received in DL DCI, which resolves SEGV in select_pucch_resource() and check_pucch_format() - Additional sanity checks included to catch false or erroneous DCI received - Wrong MCS table calculation and error in accessing ul_config_request at UE resolved
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Cedric Roux authored
-
Cedric Roux authored
This is messy, sorry. I don't have time to cleanup cmake_targets/CMakeLists.txt.
-
Cedric Roux authored
RLC has timers. We need to keep track of time. We chose to not use realtime but 'processing time'. That is we send a tick to RLC for every subframe when it is processed by the softmodem. Before this commit we used to increase time in the function mac_rlc_status_ind which may not be called every subframe (especially in TDD mode). So we need another way to keep track of time. We introduce rlc_tick() and call it in eNB_dlsch_ulsch_scheduler, which is called every subframe, both in FDD and TDD. We also call rlc_tick() in the function ru_thread_synch() because pdcp_run() and rrc_rx_tx() are called there too. It may not be the best solution. To be revised if needed. Note: the UE has not been touched. Some modification is needed for the UE too, most probably.
-
Remi Hardy authored
-
- 25 Nov, 2020 4 commits
- 24 Nov, 2020 9 commits
-
-
Shweta Shrivastava authored
-
Shweta Shrivastava authored
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_TRANSPORT/nr_dlsch.c openair1/PHY/NR_UE_ESTIMATION/nr_dl_channel_estimation.c openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c openair1/SCHED_NR_UE/phy_procedures_nr_ue.c openair2/RRC/NR/nr_rrc_proto.h
-
hardy authored
Merge remote-tracking branch 'origin/bugfix-nr-rate-matching-assertion' into integration_2020_wk48_2
-
hardy authored
-
hardy authored
-
Navid Nikaein authored
-
Shweta Shrivastava authored
-
Shweta Shrivastava authored
-