1. 18 May, 2017 3 commits
  2. 27 Apr, 2017 1 commit
  3. 26 Apr, 2017 1 commit
  4. 25 Apr, 2017 1 commit
  5. 22 Apr, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 18 Apr, 2017 1 commit
  8. 12 Apr, 2017 1 commit
  9. 11 Apr, 2017 5 commits
  10. 10 Apr, 2017 3 commits
  11. 08 Apr, 2017 1 commit
  12. 07 Apr, 2017 3 commits
  13. 05 Apr, 2017 2 commits
  14. 04 Apr, 2017 1 commit
  15. 03 Apr, 2017 4 commits
    • Cedric Roux's avatar
      hotfix: revert value of 'rb_table_index' · 54d4fbb1
      Cedric Roux authored
      This reverts commit 7f24927c43a0b450d4f474b68520716dba58e3ef.
      
      With value 13 uplink TDD for a 10MHz configuration was not working.
      UDP traffic sent with: "iperf -c XX -u -b10M" was crashing
      the eNB.
      54d4fbb1
    • gabrielC's avatar
      commit id added to the log · c0b68e80
      gabrielC authored
      c0b68e80
    • Cedric Roux's avatar
      Merge branch 'develop_integration_w13' into 'develop' · a1ae56d5
      Cedric Roux authored
      Develop integration w13
      
      Summary of changes:
      - RLC AM reworking (a lot has changed)
      - several bug fixes
        * support processing multiple MAC RAR control elements in a single MSG2
        * fix ACK/NACK resetting
        * do not correct USRP frequency from carrier offset estimation when --ue-carrier-scan == off
        * fix TDD uplink due to incorrect PUCCH format for SR in TDD
        * several other simple fixes
      - better support for LMS SDR
      
      See merge request !168
      a1ae56d5
    • Cedric Roux's avatar
      integration fix: fixes for pthread_getname_np · d8442804
      Cedric Roux authored
      - define _GNU_SOURCE before including pthread.h
      - do not use static for the array 'threadname' used
        to store the name, it makes it a global variable
        accessed by several threads in parallel
      - increase size of 'threadname' (maybe not necessary)
      - properly indent #define / #under (# should be at column 1)
      d8442804
  16. 31 Mar, 2017 1 commit
  17. 30 Mar, 2017 1 commit
  18. 29 Mar, 2017 1 commit
  19. 28 Mar, 2017 8 commits