Skip to content
Snippets Groups Projects
  1. Feb 12, 2018
  2. Feb 09, 2018
  3. Feb 08, 2018
  4. Feb 07, 2018
    • Cedric Roux's avatar
      bugfix: fix SIB3 encoding · 1fce1bbf
      Cedric Roux authored
      The unused bits are the lower bits, so we need to shift.
      
      Not sure that the value 1 is what we want though.
      1fce1bbf
    • Cedric Roux's avatar
      bugfix: don't take into account report CQI in case of NACK or DTX · c0bcd786
      Cedric Roux authored
      The problem that may happen is that when the UE does not transmit
      on PUCCH (for whatever reason) we may get no signal at all, and
      thus compute a very low CQI. Later on we may ask the UE to transmit
      louder which may lead to saturation and more problems.
      
      The solution is simple: don't care about CQI in case of DTX
      (and NACK also, as done for PUSCH).
      
      Only FDD case done.
      For TDD it seems that:
      - nfapi structures are not correct. See nfapi_harq_indication_tdd_rel13_t
        in nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h, all the cases
        (bundling, multiplex, ...) use nfapi_harq_indication_tdd_harq_data_t
      - the function extract_harq does not handle TDD
      c0bcd786
    • Cedric Roux's avatar
      minor: fix AssertFatal · 9b7364a3
      Cedric Roux authored
      9b7364a3
  5. Feb 06, 2018
  6. Feb 05, 2018
  7. Feb 03, 2018
  8. Jan 31, 2018
Loading