1. 28 Sep, 2016 4 commits
    • Cedric Roux's avatar
      hotfix: fields DLSCH_DCI and ULSCH_DCI of UE_TEMPLATE had wrong size · c50f592d
      Cedric Roux authored
      The old value was 6, it should be 8 because those fields are
      casted to 'struct DCI0_5MHz_FDD' and the like and those have
      a size multiple of 32 bits, that is 4 or 8 bytes as of today.
      
      (MAX_DCI_SIZE_BITS is 45, all the shifts, muls and adds lead
      to a value of 8 after this commit and 6 before.)
      
      The problem manifested itself with a 20MHz eNB. Push the traffic,
      after a while the DL harq process 0 is not used anymore.
      This is because DLSCH_DCI is directly followed by nb_rb in
      the structure UE_TEMPLATE and setting a value for harq process 7
      did overwrite nb_rb[0], putting much too big values in there,
      leading to the scheduler to always refuse to reschedule because
      the required RBs are impossibly huge (I saw values of 32744, 16384,
      and others).
      c50f592d
    • Rohit Gupta's avatar
      3302629b
    • Rohit Gupta's avatar
      minor fix to enable EXM · 179f1ecc
      Rohit Gupta authored
      179f1ecc
    • Rohit Gupta's avatar
      change the build script to oai/ssh package · 30046fbb
      Rohit Gupta authored
      30046fbb
  2. 27 Sep, 2016 7 commits
  3. 26 Sep, 2016 8 commits
  4. 25 Sep, 2016 3 commits
  5. 24 Sep, 2016 4 commits
  6. 23 Sep, 2016 3 commits
  7. 22 Sep, 2016 6 commits
  8. 21 Sep, 2016 3 commits
  9. 20 Sep, 2016 2 commits