- 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.
-
- 11 Aug, 2021 1 commit
-
-
Melissa Elkadi authored
At this point we are successfully able to build. Additionally, we can run the scenario, however, it does not pass. It seems that the gNB is not connecting to the proxy correctly. Just wanted to push the progress so far. FYI, the items that had to be changed to correct the linking issues were the following: - mac_rrc_data_ind_ue vs. nr_mac_rrc_data_ind_ue - rrc_data_req vs. nr_rrc_data_req - mac_rrc_data_req_ue vs. nr_mac_rrc_data_req_ue - rrc_data_req_ue vs. rrc_data_req_nr_ue - rrc_data_req vs. nr_rrc_data_req The listed functions should be declard in the LTE/NR UE directory depending on the functionality. Several were mixed. i.e.: LTE functions being called in NR UE. Also, removing siWindowLength, siWindowLength_int, SIBType, SIBPeriod, and siPeriod_int from the NR UE RRC. These variable were not used in the NR UE and are defined for LTE only. Lastly, in the NR_IF_Module.c of the NR UE, the global variable def_dci_pdu_rel15 is not accessible. Need to revisit this. For not it is commented out.
-
- 10 Aug, 2021 1 commit
-
-
Melissa Elkadi authored
Merge branch 'episys/mel_and_david_ip' of 10.1.1.59:aburger/openairinterface5g into episys/mel_and_david_ip
-
- 09 Aug, 2021 8 commits
-
-
Melissa authored
Added crnti checking in nrUE and update in gNB See merge request aburger/openairinterface5g!53
-
Deokseong "David" Kim authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Merge branch 'episys/david/multiUE_with_crnti_checking' of 10.1.1.59:aburger/openairinterface5g into episys/david/multiUE_with_crnti_checking Also changed a log and typo
-
Melissa Elkadi authored
-
Melissa Elkadi authored
At this point we can see the UDP uplink data getting to the GTP layer of the gNB. This only works if you change the memcpy in serialize_sdu() to not have the encoded.byte
-
David Kim authored
-
David Kim authored
-
- 07 Aug, 2021 1 commit
-
-
David Kim authored
-
- 06 Aug, 2021 3 commits
- 04 Aug, 2021 3 commits
-
-
Melissa Elkadi authored
Also, lots of debugging logs added
-
David Kim authored
-
Melissa Elkadi authored
In the PDCP layer, if the sdu size < 3, this just means control information is being passed. In this case, we do not want to cipher the sdu, its better to just return. ]
-
- 03 Aug, 2021 4 commits
-
-
Melissa Elkadi authored
Also, finally committing the critical logs for IP traffic.
-
Melissa Elkadi authored
-
Melissa Elkadi authored
The IP traffic still does not work. But we are updating the NR UE scheduler to ensure we are are sending true IP traffic. Also, we were getting an assert(); as well, and there was no logs, so we fix that in this commit as well.
-
Raphael Defosseux authored
- Fix the SA RF test (wrong conf file) - No more copy of RAW files in SA - Fix no-detection of failures on RA Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Aug, 2021 5 commits
-
-
Raphael Defosseux authored
integration_2021_wk31 See merge request oai/openairinterface5g!1219
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
- 30 Jul, 2021 3 commits
-
-
David Kim authored
-
Melissa Elkadi authored
-
David Kim authored
Regarding dl_hard, some AssertFatal commented out. Regarding to memory allocation error, AssertFatal was used.
-
- 29 Jul, 2021 6 commits
-
-
Melissa Elkadi authored
Also changed logic in the NR UE schedule to read IP traffic. Also, configured the RLC layer in the NR UE softmodem and the DRBs with the cRNTI once the RACH procedure is complete in the NR UE.
-
David Kim authored
-
David Kim authored
-
hardy authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
- 28 Jul, 2021 4 commits
-
-
Melissa Elkadi authored
Updated the configuration files. Added a sleep to ensure that the LTE UE gets attached to the EPC before the bearer is modified to be gNB. Updated the ifconfig tunnel up command to be brought up by the NR UE socket when in NSA mode. Lastly, started the gNB PDCP layer in S1 mode.
-
hardy authored
-
Remi Hardy authored
-
David Kim authored
Restored original LOG level. Code cleanup to remove emptry space and added some logs.
-