Skip to content
Snippets Groups Projects
  1. Feb 17, 2017
  2. Feb 16, 2017
  3. Feb 15, 2017
  4. Feb 14, 2017
    • Bilel's avatar
      [OAI-UE] fix pucch format2 regression · bfa8a28c
      Bilel authored
      bfa8a28c
    • Thomas Laurent's avatar
      remove debug traces · 23c75476
      Thomas Laurent authored
      23c75476
    • Thomas Laurent's avatar
      gcc warning fix · d65d91dd
      Thomas Laurent authored
      d65d91dd
    • Cédric Roux's avatar
      cleanup lte-softmodem.c · f52a42ed
      Cédric Roux authored
      For whatever reason, lte-softmodem.c was totally messed up...
      
      We took the version from the branch develop and added
      abstraction_flag, which is needed in openair2/LAYER2/MAC/main.c
      (this is not clean, previous commit added a comment for this).
      This has to be cleaned at some point.
      f52a42ed
    • Gabriel's avatar
      UE logging, Replace LOG_I by LOG_D · 4ecdfa05
      Gabriel authored
      4ecdfa05
    • Cédric Roux's avatar
      minor: add a comment · 6c789a36
      Cédric Roux authored
      6c789a36
    • Cédric Roux's avatar
      fix build_oai · 09139ab0
      Cédric Roux authored
      - the option --UE was abused! Let's introduce --UE-conf-nvram and
        --UE-gen-nvram
      - the option name --UE-OUTPUT was not clear and is now replaced by
        --UE-gen-nvram
      - the new options are described when running ./build_oai -h
      - print_help has been modified (' replaced by ") to print
        $conf_nvram_path and $gen_nvram_path
      09139ab0
    • Gabriel's avatar
      Merge remote-tracking branch 'origin/tm4-fixes' into develop_integration_w07 · 2dc9dc03
      Gabriel authored
      Conflicts:
      	openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
      	openair1/PHY/LTE_TRANSPORT/power_control.c
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	targets/SIMU/USER/oaisim_functions.c
      2dc9dc03
    • Cédric Roux's avatar
      ue_ip: use correct instance · 614d6bbe
      Cédric Roux authored
      The problem was the following.
      
      Run oaisim with two UEs:
      
          sudo ../cmake_targets/oaisim_build_oai/build/oaisim -O enb.conf -u2 -s15 -AAWGN -y1 -b1 -Q0
      
      Then wait for both UEs to be connected. The interfaces "oip1" and "oip2" are
      activated, with IP addresses 192.172.0.2 for the first UE and 192.172.0.3 for
      the second.
      
      Then on the EPC machine, do:
      
          ping 192.172.0.3
      
      No reply.
      On the oaisim machine, we see that the packets are sent to "oip1" instead
      of "oip2".
      
      The fix may break softmodem UE. The inst was forced to "1" for some reason.
      To be checked.
      614d6bbe
    • Cédric Roux's avatar
      deal with empty subframes at UE side even in oaisim · f66f6e49
      Cédric Roux authored
      The memset was also too big. It should only clear
      one subframe.
      
      Only tested without abstraction.
      Abstraction does not work for the moment anyway, but just to
      keep that in mind.
      f66f6e49
  5. Feb 13, 2017
Loading