1. 12 Aug, 2021 1 commit
    • Melissa Elkadi's avatar
      Successfully encoding meas report! Woohoo! · 3a51e7c3
      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.
      3a51e7c3
  2. 11 Aug, 2021 1 commit
    • Melissa Elkadi's avatar
      Merge branch 'eurecom-develop' into episys/merge_nsa_w_develop · 9b16c1d8
      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.
      9b16c1d8
  3. 10 Aug, 2021 1 commit
  4. 09 Aug, 2021 8 commits
  5. 07 Aug, 2021 1 commit
  6. 06 Aug, 2021 3 commits
  7. 04 Aug, 2021 3 commits
  8. 03 Aug, 2021 4 commits
  9. 02 Aug, 2021 5 commits
  10. 30 Jul, 2021 3 commits
  11. 29 Jul, 2021 6 commits
  12. 28 Jul, 2021 4 commits