An error occurred fetching the project authors.
- 30 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
If the array of pointers is allocated using malloc(), it is not guaranteed that the pointers are NULL, so the actual PHY_VARS_gNB might nit be allocated correctly! Also replace a malloc() + memset() combination by just a calloc().
-
- 18 Mar, 2021 1 commit
-
-
francescomani authored
-
- 12 Mar, 2021 1 commit
-
-
francescomani authored
-
- 04 Mar, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 18 Feb, 2021 1 commit
-
-
Mahesh authored
-
- 13 Feb, 2021 1 commit
-
-
Sakthivel Velumani authored
-
- 11 Feb, 2021 1 commit
-
-
Mahesh authored
-
- 10 Feb, 2021 2 commits
-
-
Sakthivel Velumani authored
Leaving ru_thread and L1 stats thread
-
Sakthivel Velumani authored
-
- 08 Feb, 2021 2 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
Created 3 threadpools for L1 rx, L1 tx and RU tx processing
-
- 03 Feb, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 01 Feb, 2021 3 commits
-
-
Sakthivel Velumani authored
-
Florian Kaltenberger authored
-
Khodr Saaifan authored
-
- 31 Jan, 2021 1 commit
-
-
Sakthivel Velumani authored
-
- 29 Jan, 2021 1 commit
-
-
Sakthivel Velumani authored
-
- 14 Jan, 2021 1 commit
-
-
Mahesh authored
-
- 16 Dec, 2020 1 commit
-
-
Mahesh authored
-
- 04 Dec, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 30 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 25 Nov, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 24 Nov, 2020 2 commits
-
-
Sakthivel Velumani authored
The thread count would me minimum of (no of cores in the machine) or (parameter mentioned in config file)
-
Mahesh authored
-
- 23 Nov, 2020 1 commit
-
-
Sakthivel Velumani authored
Script added to set the no of threads according to run-time conditions of the machine.
-
- 18 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 06 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 02 Oct, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 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)
-
- 17 Sep, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 11 Sep, 2020 1 commit
-
-
Florian Kaltenberger authored
NR PHY should now be able to handle multiple PRACH occasions
-
- 10 Sep, 2020 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Aug, 2020 2 commits
-
-
Sakthi authored
-
Sakthivel Velumani authored
-
- 06 Aug, 2020 1 commit
-
-
- 30 Jul, 2020 1 commit
-
-
kn.raju authored
-
- 16 Jul, 2020 1 commit
-
-
kn.raju authored
-
- 02 Jul, 2020 1 commit
-
-
MaheshK1995 authored
-