An error occurred fetching the project authors.
  1. 09 Mar, 2018 1 commit
  2. 16 Feb, 2018 1 commit
    • Cedric Roux's avatar
      bugfix: fix bad conflict resolutions from previous commits · 2d6dd02b
      Cedric Roux authored
      Some more fixes for some bad conflict resolutions.
      
      I ran:
      
          git diff 2018.w04 2018.w05
      
      And saw some problems with config_sib2.
      
      There was also something strange in openair2/LAYER2/openair2_proc.c
      in the function dump_eNB_l2_stats. Maybe the fix is wrong for
      this one. To be checked.
      2d6dd02b
  3. 15 Feb, 2018 3 commits
  4. 14 Feb, 2018 3 commits
    • Cedric Roux's avatar
      fixup previous bad merge (UE disconnection did not work properly anymore) · 91332d39
      Cedric Roux authored
      Doing airplane mode off to connect a cots UE followed by airplane mode on
      to disconnect it gives very bad results (bad disconnection with lots of
      UL failures followed by lots of logs in the eNB). It used to work properly
      after the work done by Xu Bo.
      
      It turns out that in 2018.w04 things were still working okay. But
      in 2018.w05 no.
      
      So I ran:
      
          git diff 2018.w04 2018.w05
      
      And I checked all the modifications that I thought were relevant
      (everything related to the UE, oaisim, if4 and fapi has not been checked).
      
      This commits takes back the version of 2018.w04.
      
      The modifications in openair2/RRC/LITE/rrc_eNB.c are necessary, I think.
      
      The other modifications may not be necessary or even wrong. To be checked
      at some point.
      91332d39
    • Niccolò Iardella's avatar
      Niccolo: Add sorting policy · 7e3b1f5d
      Niccolò Iardella authored
      7e3b1f5d
    • Robert Schmidt's avatar
      return 0 for unsigned in RAN API · 50f70531
      Robert Schmidt authored
      50f70531
  5. 13 Feb, 2018 9 commits
  6. 12 Feb, 2018 10 commits
  7. 09 Feb, 2018 2 commits
  8. 08 Feb, 2018 1 commit
  9. 07 Feb, 2018 3 commits
    • 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
  10. 06 Feb, 2018 1 commit
  11. 05 Feb, 2018 1 commit
  12. 03 Feb, 2018 2 commits
  13. 02 Feb, 2018 1 commit
  14. 31 Jan, 2018 2 commits