- 22 Sep, 2020 2 commits
-
-
Cedric Roux authored
Some data remains in the PHY of the gNB after UE removal by upper layers. After some connection/deconnection/reconnection the gNB will exit because there is no free space in PHY. This commit adds some global variables shared by MAC and PHY. The function mac_remove_nr_ue puts UEs to be removed in it and the function rxtx removes what needs to be removed. This is a hack. It will be removed at some point in time. The real way to remove in the PHY should be to release data after some time of inactivity in the PHY, which would mean the UE has been removed in upper layers. Kind of timer-based thing. There should be no communication between PHY and MAC.
-
Cedric Roux authored
This commit introduces several enhancements in X2AP and RRC to deal with ENDC. The main goal is to deal with UE's on/off and with various errors. The following work is included: - DC prep and DC overall X2 timers - X2 messages for UE release and DC timers' timeout Open problems: - what to do when the UE sends an scg Failure? This commit removes the UE. And this removal may not be correctly done - UE removal in the gNB's PHY layer (a next commit is coming, but it is hackish and will need a rework)
-
- 21 Sep, 2020 2 commits
-
-
Remi Hardy authored
Integration 2020 wk38 See merge request oai/openairinterface5g!899
-
hardy authored
-
- 18 Sep, 2020 4 commits
-
-
hardy authored
Merge remote-tracking branch 'origin/fix-0509-crash-RRCConnectionReconfiguration' into integration_2020_wk38
-
hardy authored
-
hardy authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 17 Sep, 2020 1 commit
-
-
Cedric Roux authored
-
- 15 Sep, 2020 2 commits
-
-
Raphael Defosseux authored
also correction for Circular Dependency Protection on header files also correction on the banner check Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Sergey Aranovskiy authored
Signed-off-by: Sergey Aranovskiy <aranovskiy@mwnts.ru>
-
- 14 Sep, 2020 4 commits
- 12 Sep, 2020 1 commit
-
-
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 is called for every subframe in the eNB, but not in the gNB (at least not in the current gNB). So we need another way to keep track of time. The function gNB_dlsch_ulsch_scheduler is called for every slot. It seems to be the perfect candidate to send a tick to RLC for every subframe. We take care of subcarrier spacing to send every subframe (one subframe is always 1ms), not every slot (slot duration depends on subcarrier spacing). It may not be the best solution. To be revised if needed. Note: the UE has not been fixed. Some modification is needed for the UE too, most probably.
-
- 11 Sep, 2020 2 commits
-
-
Sergey Aranovskiy authored
Create a temporary rrc_eNB_ue_context_t when it can't be obtained from current RRC state: - if UE was not attached to current eNB - when RRCConnectionReestablishmentRequest has a wrong encoding - in all other cases when ue_context_p can't be obtained. Signed-off-by: Sergey Aranovskiy <aranovskiy@mwnts.ru>
-
Raphael Defosseux authored
Develop integration 2020 week 37 The following Merge Requests have been included: * MR [878] : CI framework update for 5G NSA FR1 setup * MR [885] : PTRS-based UL phase compensation
-
- 10 Sep, 2020 5 commits
-
-
hardy authored
-
hardy authored
-
-
hardy authored
-
Remi Hardy authored
-
- 09 Sep, 2020 7 commits
-
-
-
Remi Hardy authored
-
Thomas Schlichter authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
Parminder Singh authored
- Changed malloc to calloc to set all values to zero to remove the valgrind issue with uninitialized structure values in RC.gNB structure
-
hardy authored
-
- 08 Sep, 2020 8 commits
-
-
Remi Hardy authored
-
Remi Hardy authored
-
Remi Hardy authored
-
Remi Hardy authored
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c openair1/PHY/NR_TRANSPORT/pucch_rx.c openair1/SIMULATION/NR_PHY/ulsim.c
-
Raphael Defosseux authored
Develop integration 2020 week 36 The following Merge Requests have been included: * MR [877] : update conf2uedata * MR [879] : Nr ul scheduling * MR [880] : Cleanup usage of txdata array in NR UE threads * MR [882] : Fixes for handling NR UE DCI decoding errors * MR [884] : benetel: driver for Benetel's 4G and 5G RRUs * MR [886] : NR UE fix get_Qm_dl and nr_get_code_rate_dl * MR [887] : Usrp fix adc shift and pps sync
-
-
Remi Hardy authored
-
- 07 Sep, 2020 2 commits
-
-
Raymond Knopp authored
-
Remi Hardy authored
-