- 20 May, 2021 1 commit
-
-
Melissa Elkadi authored
The eNB may only check for RRC_Complete in EPC mode. Need to look at this further. Updated how we pass the RRC_Complete msg from NR UE to LTE UE. Need to still handle transaction_id from dl_dcch_msg in the LTE UE and trans_id from nr_dl_msg.
-
- 19 May, 2021 2 commits
-
-
Melissa Elkadi authored
It is seg faulting at the moment.
-
Melissa Elkadi authored
However, the NR UE is crashing because it is receiving a second RRCReconfig message from the LTE UE and it is having trouble decoding it. Need to understand this.
-
- 18 May, 2021 4 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also, updated the DCCH decode message to use the sdu_size not RRC_BUF_SIZE. This was a bug fix.
-
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
-
-
Michael Cook authored
-
- 13 May, 2021 5 commits
-
-
Melissa authored
nFAPI library update from IISc See merge request aburger/openairinterface5g!40
-
Deokseong "David" Kim authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
gNB is crashing when setting up the tunnel interface between the NR UE and itself.
-
- 12 May, 2021 2 commits
-
-
Melissa Elkadi authored
Also, 12 Frame triggering of MeasurementReport is still in development and not working.
-
Melissa Elkadi authored
-
- 11 May, 2021 3 commits
-
-
Melissa Elkadi authored
-
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.
-
- 10 May, 2021 1 commit
-
-
Melissa Elkadi authored
Now, we are able to fill the UE_Capability_Info that the LTE UE and eNB are expecting. We then are able to generate a RRC_DCCH_DATA_COPY_IND to trigger the processing of the UE_Capability_Info (and sending the info to the eNB). The info being received at eNB has not been tested yet. Also some code clean up.
-
- 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
-
- 07 May, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 06 May, 2021 1 commit
-
-
Melissa Elkadi authored
Also updated the generate_nrMeasReport(). The uper_encode_to_buffer is still not working.
-
- 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 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-