Skip to content
Snippets Groups Projects
  1. Jul 24, 2017
  2. Jul 19, 2017
  3. Jul 06, 2017
  4. Jun 05, 2017
    • Raymond Knopp's avatar
      Merge branch 'develop' into RU-RAU-split · d23697ae
      Raymond Knopp authored
      Conflicts:
      	openair1/PHY/INIT/lte_init.c
      	openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
      	openair1/PHY/LTE_TRANSPORT/dci.c
      	openair1/PHY/LTE_TRANSPORT/dci_tools.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_coding.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_decoding.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_llr_computation.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
      	openair1/PHY/LTE_TRANSPORT/if4_tools.c
      	openair1/PHY/LTE_TRANSPORT/if5_tools.c
      	openair1/PHY/LTE_TRANSPORT/if5_tools.h
      	openair1/PHY/LTE_TRANSPORT/pcfich.c
      	openair1/PHY/LTE_TRANSPORT/phich.c
      	openair1/PHY/LTE_TRANSPORT/prach.c
      	openair1/PHY/LTE_TRANSPORT/rar_tools.c
      	openair1/PHY/LTE_TRANSPORT/srs_modulation.c
      	openair1/PHY/defs.h
      	openair1/PHY/impl_defs_lte.h
      	openair1/PHY/impl_defs_top.h
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	openair2/COMMON/mac_rrc_primitives.h
      	openair2/ENB_APP/enb_config.c
      	openair2/ENB_APP/enb_config.h
      	openair2/LAYER2/MAC/config.c
      	openair2/LAYER2/MAC/eNB_scheduler.c
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	openair2/LAYER2/MAC/eNB_scheduler_mch.c
      	openair2/LAYER2/MAC/eNB_scheduler_primitives.c
      	openair2/LAYER2/MAC/main.c
      	openair2/LAYER2/MAC/proto.h
      	openair2/RRC/LITE/MESSAGES/asn1_msg.c
      	openair2/RRC/LITE/MESSAGES/asn1_msg.h
      	openair2/RRC/LITE/rrc_UE.c
      	openair2/RRC/LITE/rrc_common.c
      	openair2/RRC/LITE/rrc_eNB.c
      	targets/ARCH/COMMON/common_lib.c
      	targets/ARCH/COMMON/common_lib.h
      	targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
      	targets/ARCH/ETHERNET/USERSPACE/LIB/eth_udp.c
      	targets/ARCH/ETHERNET/USERSPACE/LIB/ethernet_lib.c
      	targets/ARCH/ETHERNET/USERSPACE/LIB/ethernet_lib.h
      	targets/ARCH/ETHERNET/USERSPACE/LIB/if_defs.h
      	targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.if4p5.25PRB.lo.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.if4p5.50PRB.lo.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.25PRB.oaisim.conf
      	targets/RT/USER/lte-enb.c
      	targets/RT/USER/lte-softmodem.c
      	targets/RT/USER/lte-ue.c
      	targets/RT/USER/rt_wrapper.h
      	targets/SIMU/USER/channel_sim.c
      	targets/SIMU/USER/init_lte.c
      	targets/SIMU/USER/oaisim.c
      	targets/SIMU/USER/oaisim_functions.c
      d23697ae
  5. Jun 04, 2017
  6. May 22, 2017
  7. May 19, 2017
  8. May 18, 2017
    • echigoya's avatar
      Fujitsu No.6 Correct DAI incrementation · d79c186a
      echigoya authored
      d79c186a
    • Tomohiro's avatar
      Fujitsu No.39 Correct pdcch symbol calculation · 8160f8a2
      Tomohiro authored
      8160f8a2
    • Cedric Roux's avatar
      warning removal · c08bd6ba
      Cedric Roux authored
      force j to -1, there is a compilation warning with the T tracer
      (variable may be used uninitialized)
      c08bd6ba
    • Cedric Roux's avatar
      minor: warnings removal · dcfdd761
      Cedric Roux authored
      It seems that ciphering_algorithm is "unsigned int" in RRC Rel10
      and "unsigned long" in RRC Rel14 (as processed by asn1c)
      
      Let's force it to unsigned long in the log to avoid compilation-time
      warnings.
      dcfdd761
    • Cedric Roux's avatar
      warnings removal in LOG_X · 9d65f4dd
      Cedric Roux authored
      those popped up thanks to previous commit
      9d65f4dd
    • Cedric Roux's avatar
      redo commit cb67d586 · 94dd8843
      Cedric Roux authored
      Seems like this commit got lost at some point.
      
      Here was the message:
      -----------------------------------------------------------------------------
      Author: Cedric Roux <cedric.roux@eurecom.fr>
      Date:   Tue Jan 10 14:21:02 2017 +0100
      
          add format indicator to get LOG_X warnings
      
          The LOG_X macros emit a lot of warnings when compiling with the T
          because they call the function logRecord (or logRecord_mt)
          which has not been "marked" as calling printf, so gcc won't
          emit typical printf warnings.
      
          With the T, they directly translate to sprintf, so those warnings
          pop up, much more verbose due to several macro expansions.
      
          Let's make them pop up all the time so it's easier to fix them.
      -----------------------------------------------------------------------------
      94dd8843
    • Cedric Roux's avatar
      add CQI to periodic logging of UE · f6693af6
      Cedric Roux authored
      f6693af6
    • Cedric Roux's avatar
      minor: change files mode (from 755 to 644) · 4eefaffb
      Cedric Roux authored
      4eefaffb
    • Cedric Roux's avatar
      improve logging in oaisim · 5e323eef
      Cedric Roux authored
      - print current working directory
      - print git version (if available)
      - print security keys
        this last one is a security breach, but as of today
        it's not a problem
      5e323eef
  9. May 17, 2017
  10. May 15, 2017
Loading