1. 22 Jun, 2018 3 commits
  2. 21 Jun, 2018 11 commits
  3. 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
  4. 19 Jun, 2018 2 commits
  5. 18 Jun, 2018 11 commits
  6. 15 Jun, 2018 5 commits
  7. 14 Jun, 2018 5 commits
  8. 12 Jun, 2018 2 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop' into mu_with_tdd1 · 5c6ad314
      Cedric Roux authored
      The monolithic eNodeB is not fully functional in FDD.
      
      The TDD mode has not been tested.
      
      Do not consider this commit as functional.
      
      Conflicts:
      	cmake_targets/CMakeLists.txt
      	cmake_targets/build_oai
      	common/utils/itti/intertask_interface.c
      	openair1/PHY/INIT/lte_init.c
      	openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
      	openair1/PHY/LTE_TRANSPORT/dci_tools.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c
      	openair1/PHY/LTE_TRANSPORT/transport_eNB.h
      	openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h
      	openair1/PHY/defs_eNB.h
      	openair1/PHY/impl_defs_lte.h
      	openair1/SCHED/fapi_l1.c
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/pusch_pc.c
      	openair2/COMMON/platform_types.h
      	openair2/COMMON/rrc_messages_types.h
      	openair2/ENB_APP/enb_config.c
      	openair2/ENB_APP/enb_paramdef.h
      	openair2/LAYER2/MAC/config.c
      	openair2/LAYER2/MAC/eNB_scheduler.c
      	openair2/LAYER2/MAC/eNB_scheduler_RA.c
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	openair2/LAYER2/MAC/eNB_scheduler_primitives.c
      	openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
      	openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c
      	openair2/LAYER2/MAC/mac.h
      	openair2/LAYER2/MAC/mac_proto.h
      	openair2/LAYER2/MAC/pre_processor.c
      	openair2/LAYER2/RLC/rlc.c
      	openair2/LAYER2/RLC/rlc_rrc.c
      	openair2/RRC/LITE/rrc_common.c
      	openair2/RRC/LTE/L2_interface.c
      	openair2/RRC/LTE/MESSAGES/asn1_msg.c
      	openair2/RRC/LTE/rrc_eNB.c
      	openair2/UTIL/LOG/log.h
      	targets/COMMON/openairinterface5g_limits.h
      	targets/RT/USER/lte-enb.c
      	targets/RT/USER/lte-ru.c
      	targets/RT/USER/lte-softmodem.c
      	targets/RT/USER/lte-softmodem.h
      5c6ad314
    • Cedric Roux's avatar
      bugfix: fix compilation of the basic simulator · c88284da
      Cedric Roux authored
      We need to build the softmodem first, otherwise
      compilation of the lib 'config' fails because
      of the T tracer.
      c88284da