Skip to content
Snippets Groups Projects
  1. Nov 22, 2016
    • Cédric Roux's avatar
      hotfix: correct Msg3 ressource blocks reservation · 6bb69e19
      Cédric Roux authored
      The Msg3 ressource blocks used by random access procedure
      were not correctly handled. The MAC scheduler could wrongly
      allocate a ressource block for both random access Msg3 and
      a regular UE.
      
      This hotfix hopefully fixes the problem.
      
      A new function "set_msg3_subframe" has been added in the
      interface between PHY and MAC.
      6bb69e19
    • Cédric Roux's avatar
      T: add some traces · 43df2913
      Cédric Roux authored
      - Msg3 allocation
      - initiation of Random Access procedure
      43df2913
  2. Nov 18, 2016
    • knopp's avatar
      85361335
    • Cédric Roux's avatar
      T: add a trace for PHICH · c03f13c0
      Cédric Roux authored
      c03f13c0
    • Cédric Roux's avatar
      hotfix: correct PHICH generation · 64615dcc
      Cédric Roux authored
      The PHICH generation is wrong.
      HARQ process X is uplink scheduled at TTI n.
      At TTI n+4 the eNB receives the data.
      At TTI n+8 the eNB sends ACK/NACK on the PHICH.
      
      The problem is that PHICH generation is done after scheduling.
      And PHICH generation uses "first_rb" and "n_DMRS" to compute
      "ngroup_PHICH" and "nseq_PHICH".
      
      So at TTI n+8 if the eNB has reused the HARQ process X for
      a new uplink scheduling the values "first_rb" and "n_DMRS"
      may have changed.
      
      We need to use the previous values.
      
      One solution would have been to do PHICH generation before
      scheduling. The problem is that "generate_phich_top" does more
      than PHICH generation. It has to setup parameters to sort of
      "emulate" a DCI0 in case of retransmission scheduled without
      DCI0. So part of it has to be done after scheduling. We would
      have to split the function.
      
      The simple adopted fix is to store old values of "first_rb"
      and "n_DMRS" and use those values in "generate_phich_top".
      
      This fix has only been tested with FDD. TDD may miserably fail.
      64615dcc
  3. Nov 16, 2016
    • Cédric Roux's avatar
      hotfix: turbo decoder should not fail if CRC is 0 · f116a10d
      Cédric Roux authored
      The case of a CRC == 0 is legal.
      
      After discussion with Raymond, it is also possible to have all
      bits at 0 (and so a CRC==0) if there is no transmission and thus
      not much energy.
      
      So this hotfix may introduce new problems (false decoding).
      
      A future work is to handle this case properly by not calling the
      turbo decoder if there is not enough energy received.
      
      The problem might manifest itself more in the UE part, especially
      when it tries to decode MIB and/or SIB (if I understood correctly).
      f116a10d
  4. Nov 14, 2016
  5. Nov 10, 2016
  6. Nov 08, 2016
  7. Nov 04, 2016
  8. Nov 03, 2016
  9. Oct 25, 2016
  10. Oct 21, 2016
  11. Oct 19, 2016
  12. Oct 18, 2016
  13. Oct 17, 2016
  14. Oct 13, 2016
  15. Oct 12, 2016
  16. Oct 11, 2016
  17. Oct 10, 2016
Loading