- 05 May, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also removed the [eNB_index + 1] saving/writing in the process_MeasObj function. This indexing was incorrect. Also cleaned up the code, fixed ssRSRB -> ssbRSRP. Lastly, added assertFatals around indexing in process_measObj function.
-
- 04 May, 2021 1 commit
-
-
Melissa Elkadi authored
Added check and logs. If we change ind = 1 it crashes the LTE UE so we log for now. Also cleaned up a lot of the code. Lastly, we set freed vars to NULL.
-
- 03 May, 2021 1 commit
-
-
Melissa Elkadi authored
This commit has several other changes. The changes include the following: 1. Changed the port numbers for the NRUE<->Proxy 2. Fixed the send to function in the NR UE (Previously only sending buffer not buffer+msg_type) 3. Updated pack/unpack of the SSB PDU (new RSRB field added) 4. Fixed several NR logs 5. Opening socket with NRUE<->Proxy AFTER receving RRC measurement request from the LTE UE
-
- 01 May, 2021 4 commits
-
-
Melissa Elkadi authored
This commit also removed MAX_NUM_NEIGH_CELLs and replaced it with MAX_GNB_CELLS. This was a minor change OAI added. The standalone sockets for the NR UE correctly connect to the proxy. We are currently receiving dl_tti messages from the proxy.
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also enabled X2 when we are not using the EPC Added in the case statement for handling the dl_dcch_msg from the NR UE. Also added in the proper decoding of that dl_dcch_msg and freeing
-
Melissa Elkadi authored
This commit removed all the linking errors between the NR UE and the LTE UE. This was done by changing: - rrc_data_req_ue + rrc_data_req_nr_ue
-
- 30 Apr, 2021 2 commits
-
-
Melissa Elkadi authored
This commit is not currently building, but I wanted to be able to save the changes that I have added.
-
Melissa Elkadi authored
NR UE is ending early. LTE is not passing at all. X2 interface is not working either.
-
- 29 Apr, 2021 1 commit
-
-
David Kim authored
-
- 01 Apr, 2021 1 commit
-
-
David Kim authored
-
- 30 Mar, 2021 1 commit
-
-
David Kim authored
-
- 29 Mar, 2021 1 commit
-
-
David Kim authored
-
- 23 Mar, 2021 1 commit
-
-
David Kim authored
1. restoring ci test environment. 2. packet drop disabled.
-
- 19 Mar, 2021 3 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 18 Mar, 2021 4 commits
- 17 Mar, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 16 Mar, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 15 Mar, 2021 1 commit
-
-
David Kim authored
-
- 14 Mar, 2021 5 commits
-
-
Michael Cook authored
-
Michael Cook authored
assert() statements were enabled for C code but disabled for C++ code. With this commit, assert() is enabled for both C and C++ for RelWithDebInfo builds.
-
Michael Cook authored
-
Michael Cook authored
-
Michael Cook authored
-
- 13 Mar, 2021 6 commits
-
-
David Kim authored
-
Michael Cook authored
-
Michael Cook authored
-
Michael Cook authored
-
Michael Cook authored
With a small number of runs with 16 UEs, I've seen this AssertFatal fail twice. There are many other places in the code that simply skip over ulsch[i] values that are NULL.
-
David Kim authored
-
- 12 Mar, 2021 2 commits
-
-
Melissa Elkadi authored
-
David Kim authored
-
- 11 Mar, 2021 2 commits
-
-
Raphael Defosseux authored
CI: try to optimize the file system usage when building in the CI VM env. Increased the VM memory of one to allow linking Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Melissa Elkadi authored
-