1. 24 Jan, 2017 21 commits
  2. 17 Oct, 2016 8 commits
  3. 13 Oct, 2016 1 commit
  4. 03 Oct, 2016 7 commits
  5. 23 Sep, 2016 3 commits
    • Cedric Roux's avatar
      inform libscheduler of UE's carrier aggregation capabilities · c447bbfa
      Cedric Roux authored
      This only works for a UE with primary CC = 0 and secondary CC = 1.
      Many values are also hardcoded.
      c447bbfa
    • Cedric Roux's avatar
      hack: report UL SINR information to activate uplink 16QAM · a8ab0c44
      Cedric Roux authored
      When receiving an uplink ACK/NACK we send SINR of 20dB
      to the libscheduler. If we don't send this information
      the scheduler does not activate 16QAM for uplink transmission.
      
      We could do it at any time, this is has been chosen arbitrarily.
      a8ab0c44
    • Cedric Roux's avatar
      hack: reuse same rbBitmap for DL retransmission · bdce0406
      Cedric Roux authored
      The libscheduler does not return a correct rbBitmap
      (as far as I understand).
      
      Let's memorize the one used for 1st transmission and reuse it.
      
      If there are two or more UEs in the system then things may
      fail if the scheduler allocates the PRBs used by UE 1 in 1st
      transmission to UE 2 at the same time of a retransmission for
      UE 1.
      bdce0406