1. 26 Jun, 2018 5 commits
  2. 22 Jun, 2018 4 commits
  3. 21 Jun, 2018 11 commits
  4. 20 Jun, 2018 1 commit
    • Cedric Roux's avatar
      fix: revert increasing size of MEM_MNGT_MB5_NB_BLOCKS · b6fd23ca
      Cedric Roux authored
      This commit reverts the change coming from
      675fd0af.
      
      On a test machine, running the basic simulator (both eNB, UE
      and T tracer) with 100 RBs eats too much of memory on a computer
      with 8GB of RAM, leading to a reboot because the computer
      was not responsive anymore.
      
      Other solutions are needed to solve the memory issues, but
      multiplying by 50 this number is not a good one, at least
      not in the basic mode of operation. If this value needs
      to be that big, a #ifdef #else #endif may be used.
      b6fd23ca
  5. 19 Jun, 2018 2 commits
  6. 18 Jun, 2018 11 commits
  7. 15 Jun, 2018 5 commits
  8. 14 Jun, 2018 1 commit
    • Cedric Roux's avatar
      set value of pucch_n1_AN to 0 everywhere by default · cce51f69
      Cedric Roux authored
      Since now pucch_n1_AN is taken from the configuration file,
      it has to be set to 0. Value 32 will not work well, at least
      in FDD. This has to be handled properly at some point
      (do not use uplink resource blocks used by PUCCH for PUSCH).
      cce51f69