An error occurred fetching the project authors.
- 26 Jul, 2022 1 commit
-
-
laurent authored
-
- 27 Jun, 2022 1 commit
-
-
Robert Schmidt authored
OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as there is a standard bool type, and could lead to nasty bugs if a definition of a bool is non-standard (0 == false, true == !false). This commit removes all non-standard bools in the whole project.
-
- 27 Jan, 2022 1 commit
-
-
Robert Schmidt authored
-
- 26 Jan, 2022 1 commit
-
-
Laurent THOMAS authored
-
- 28 Dec, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 12 Nov, 2021 2 commits
-
-
Melissa Elkadi authored
When IP traffic is started on the NRUE, the gNB immediately crashes
-
matzakos authored
-
- 24 Oct, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 30 Sep, 2021 1 commit
-
-
Melissa authored
-
- 28 Sep, 2021 1 commit
-
-
Masayuki Harada authored
-
- 23 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
This commit continues to clean up the reminader of the changed files in the merge req 1274. The changes include log updates, comment removals, etc.
-
- 23 Aug, 2021 1 commit
-
-
Michael Cook authored
-
- 12 Aug, 2021 1 commit
-
-
Melissa Elkadi authored
However, when we free after we encode, fsanitize isnt happy. Need to clean that up. Also, found an actual bug in LTE. For the random value issue from fall 2020, we added a fix. This fix uses ctxt and we were getting ctxt properly. Lastly, we allocated some memory in processing of the NR Meas report in the eNB.
-
- 25 Jul, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 16 Jul, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 14 Jul, 2021 1 commit
-
-
Raymond Knopp authored
added X2 Reset procedure (partially). Still to be added to top-level when gNB or eNB are stopped or crash (Assert)
-
- 07 Jul, 2021 1 commit
-
-
Melissa Elkadi authored
Once the LTE UE's tunnel interface with the EPC is ready to be established, if we are in NSA mode, we do not want to launch the tunnel interface from the LTE UE side, but in the NR UE. Via itti_msgs we send the string containing the tunnel interface 'up' command to the NR UE and bring it up from the NR UE.
-
- 03 Jul, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 02 Jul, 2021 1 commit
-
-
Abhijith authored
-
- 02 Jun, 2021 1 commit
-
-
luis_pereira87 authored
-
- 31 May, 2021 3 commits
-
-
Roberto Louro Magueta authored
This reverts commit 4100dc33
-
rmagueta authored
-
Roberto Louro Magueta authored
This reverts commit 64aa42d6
-
- 30 May, 2021 1 commit
-
-
rmagueta authored
-
- 27 May, 2021 3 commits
-
-
luis_pereira87 authored
-
Luis Pereira authored
This reverts commit b17b688c
-
luis_pereira87 authored
-
- 26 May, 2021 1 commit
-
-
rmagueta authored
-
- 21 May, 2021 1 commit
-
-
Melissa Elkadi authored
At the moment, the NSA mode worked once, but shows unpredictable behavior. Other times it does not work. In this commit I added several LOG_A messages for NSA mode. Also removed old comments that were added during development. Lastly, more comments for all the hacks have been added.
-
- 20 May, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 18 May, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also removed several warnings by properly declaring nr-nFAPI functions and removed declaration of unused functions. Also, reverted eNB configuration file changes.
-
- 16 May, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 13 May, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
gNB is crashing when setting up the tunnel interface between the NR UE and itself.
-
- 12 May, 2021 1 commit
-
-
Melissa Elkadi authored
Also, 12 Frame triggering of MeasurementReport is still in development and not working.
-
- 11 May, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
This caused the SCTP descriptor to be reset. This made issues in the X2 interface between gNB and eNB. Lots of logs added here. Need to fill NR_UE_Capability_Info properly.
-
- 08 May, 2021 2 commits
-
-
Melissa Elkadi authored
The encode is still working but now we need to add in some new functionality to handle NR Capabilites.
-
Melissa Elkadi authored
-