An error occurred fetching the project authors.
  1. 06 Mar, 2019 1 commit
  2. 27 Feb, 2019 1 commit
    • Cedric Roux's avatar
      bugfix: fix PDCP sequence management (plus some cleanup) · e3782b5c
      Cedric Roux authored
      With the introduction of X2AP into develop, the UEs now have to regularly
      send measurement reports.
      
      In the logs of the eNB, we see:
      
      [OSA]   Mismatch found in integrity for algorithm 2,
              got e0.a0.c2.66, expecting a5.9c.cb.57
      [PDCP]   [OSA][RB 1] eNB failed to validate MAC-I of incoming PDU
      
      This is a bug in the PDCP layer that uses wrong parameters to compute the
      integrity.
      
      This commit fixes this bug.
      
      The function pdcp_is_rx_seq_number_valid was removed. Its processing
      has been directly integrated into the function pdcp_data_ind.
      
      The function pdcp_mark_current_pdu_as_received is not called anymore.
      Its processing was not used later on, so as of today, not calling it does
      not introduce any functional change.
      
      The function pdcp_validate_security takes now as parameters both
      SN and HFN. Same for the function pdcp_get_next_count_rx.
      
      Useless constants PDCP_SN_5BIT, PDCP_SN_7BIT and PDCP_SN_12BIT have been
      removed.
      
      The compilation option ENABLE_SECURITY has been removed. It's now always
      on. (This may impact some use cases.)
      
      The PDCP for DRB using RLC AM is not correct. It was not correct before
      this commit (apart from the integrity bug). We should deal with a list
      of PDUs and transmit packets to upper layers as detailed in the specs.
      Today we transmit the PDU as soon as we get it. We don't care about
      duplicates, in-order delivery, timeouts.
      
      Also, we don't deal with "PDCP re-establishment". Not sure how that impacts
      the software.
      
      And, last but not least, there is still no ROHC.
      e3782b5c
  3. 17 Feb, 2019 2 commits
  4. 22 Jan, 2019 1 commit
  5. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  6. 23 Dec, 2018 2 commits
  7. 19 Dec, 2018 1 commit
  8. 12 Dec, 2018 1 commit
  9. 05 Dec, 2018 1 commit
  10. 21 Nov, 2018 1 commit
  11. 18 Nov, 2018 1 commit
  12. 07 Nov, 2018 4 commits
  13. 02 Nov, 2018 1 commit
  14. 25 Oct, 2018 1 commit
  15. 17 Oct, 2018 1 commit
  16. 27 Sep, 2018 2 commits
  17. 21 Sep, 2018 1 commit
  18. 20 Sep, 2018 1 commit
  19. 15 Sep, 2018 1 commit
  20. 13 Sep, 2018 1 commit
  21. 12 Sep, 2018 1 commit
  22. 10 Sep, 2018 1 commit
  23. 08 Sep, 2018 2 commits
  24. 07 Sep, 2018 4 commits
  25. 06 Sep, 2018 2 commits
  26. 05 Sep, 2018 1 commit
    • Bing-Kai Hong's avatar
      F1: · cdfca6c0
      Bing-Kai Hong authored
      1.create the f1ap handlers procedure
      2.hide asn1c warning when in compile
      cdfca6c0
  27. 03 Sep, 2018 1 commit
    • Robert Schmidt's avatar
      FlexRAN: move slice param verification to agent · 21f66094
      Robert Schmidt authored
      - until now, on every iteration, the scheduler checked for changed parameter
        (and verified some)
      - this functionality moves to the FlexRAN Agent, which verifies all parameters
        * individually, e.g. Max MCS <= 28 for DL
        * group-based, e.g. the sum of slice percentages is <= 100
      - slice configuration changes are only applied if all verifications pass
      - it is assumed in the scheduler, that configuration passed from outside is
        correct and can be used "as-is"
      
      fix accounting setting
      21f66094
  28. 31 Aug, 2018 2 commits
    • 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
    • laurent's avatar
      generate sss tables · cea4ef53
      laurent authored
      cea4ef53