1. 08 Sep, 2018 2 commits
  2. 07 Sep, 2018 8 commits
  3. 06 Sep, 2018 8 commits
  4. 05 Sep, 2018 4 commits
  5. 04 Sep, 2018 5 commits
  6. 31 Aug, 2018 1 commit
    • Bing-Kai Hong's avatar
      F1 & MAC: · 3021cf11
      Bing-Kai Hong authored
      1. Fix UE_CONTEXT_SETUP_REQUEST and CONTEXT_MODIFICATION_REQUEST encode/decode
      2. Add gNB_DU_CONFIGURATION_UPDATE and gNB_CU_CONFIGURATION_UPDATE procedure
      3. Add C_RNTI_TO_BIT_STRING function
      4. Add INITIAL_UL_RRC_MESSAGE_TRANSFER procedure and with mac_du_data_ind (MSG3)
      5. Add GNB-CUSystemInformation extension part for the F1SetupResponse procedure
      3021cf11
  7. 28 Aug, 2018 4 commits
  8. 24 Aug, 2018 2 commits
  9. 22 Aug, 2018 2 commits
  10. 21 Aug, 2018 1 commit
  11. 20 Aug, 2018 1 commit
  12. 17 Aug, 2018 2 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w33' into develop · ade9a6dd
      Cedric Roux authored
      Summary of changes:
      - fix compilation on CentOS
      - some work on the T tracer:
        - add a 'multi' tracer to connect several tracers at the same time
        - improve 'to_vcd' to be compatible with previous VCD traces
      - preliminary work for X2 handover
      - various bug fixes
      
      A new version of asn1c is to be used with this commit.
      Do:
        cd [top directory of repository]
        source oaienv
        cd cmake_targets
        ./build_oai -I
      ade9a6dd
    • Cedric Roux's avatar
      bugfix: fix array index · 69338c69
      Cedric Roux authored
      As reported by Konstantinos Alexandris and Robert Schmidt.
      69338c69