An error occurred fetching the project authors.
  1. 23 Dec, 2020 1 commit
  2. 06 Aug, 2020 1 commit
  3. 22 Jul, 2020 2 commits
  4. 20 Jul, 2020 2 commits
  5. 01 Jul, 2020 2 commits
  6. 20 Jan, 2020 1 commit
  7. 15 Jan, 2020 1 commit
  8. 13 Jan, 2020 1 commit
  9. 10 Jan, 2020 1 commit
  10. 05 Dec, 2019 1 commit
  11. 23 Sep, 2019 1 commit
  12. 14 Sep, 2019 1 commit
    • Javier Morgade's avatar
      -MBMS RRC procedures for M2AP · 3992eb9e
      Javier Morgade authored
      	-On the fligh MBMS recofiguration for MBSFN, sib13,sib2 and MCCH enabled through M2 interface (MCE)
      	-RRC NAS update for MBMS TUN interfaces configuration
      	-UE RRC modified to handle dynamic SIB2 (MBSFN Subframe Config Lists), SIB13 (MCCH) reconfigurations (TO CAREFULLY BE CHECKED)
      
      	ACKNOWLEDGEMENT:
       	1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS"
       	2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu)
      Signed-off-by: default avatarJavier Morgade <javier.morgade@ieee.org>
      3992eb9e
  13. 20 May, 2019 1 commit
  14. 18 May, 2019 1 commit
  15. 30 Apr, 2019 2 commits
  16. 12 Apr, 2019 1 commit
  17. 11 Apr, 2019 1 commit
  18. 05 Apr, 2019 1 commit
  19. 04 Apr, 2019 1 commit
  20. 09 Mar, 2019 1 commit
  21. 08 Mar, 2019 1 commit
  22. 04 Mar, 2019 1 commit
  23. 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
  24. 25 Feb, 2019 1 commit
  25. 17 Feb, 2019 1 commit
  26. 14 Feb, 2019 1 commit
  27. 21 Jan, 2019 1 commit
  28. 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
  29. 26 Dec, 2018 1 commit
  30. 17 Oct, 2018 2 commits
  31. 25 Aug, 2018 2 commits
  32. 24 Aug, 2018 2 commits
  33. 14 Aug, 2018 1 commit