1. 17 Feb, 2017 17 commits
  2. 16 Feb, 2017 13 commits
  3. 15 Feb, 2017 3 commits
    • Cedric Roux's avatar
      bugfix: fix PDCP inst · 7f9a7d74
      Cedric Roux authored
      This commit is a continuation of 614d6bbe2af5c34f3bace7a8cb5003f07a8931b2
      (ue_ip: use correct instance).
      
      Now in openair2/NETWORK_DRIVER/UE_IP/common.c the 'inst' is not
      forced to 1 anymore, we take the value 'pdcph_p->inst'.
      
      It turns out that 'pdcph_p->inst' is 0 instead of 1 when we
      run lte-softmodem as an UE.
      
      So let's modify PDCP to set 'inst' to 1 where it was set to 0 for
      the UE softmodem case, and skip the places where it is reset to 0,
      still for the UE softmodem case.
      
      This may break things, I am not sure.
      7f9a7d74
    • Cedric Roux's avatar
      bugfix: variable was on the stack · 816d96ba
      Cedric Roux authored
      Guess what happens when we return from the function...
      816d96ba
    • Florian Kaltenberger's avatar
  4. 14 Feb, 2017 7 commits
    • hbilel's avatar
      [OAI-UE] fix pucch format2 regression · d4caf268
      hbilel authored
      d4caf268
    • Laurent's avatar
      remove debug traces · 83fc564f
      Laurent authored
      83fc564f
    • Laurent's avatar
      gcc warning fix · d4c17684
      Laurent authored
      d4c17684
    • Cedric Roux's avatar
      cleanup lte-softmodem.c · bb041379
      Cedric 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.
      bb041379
    • gabrielC's avatar
      UE logging, Replace LOG_I by LOG_D · 856e7864
      gabrielC authored
      856e7864
    • Cedric Roux's avatar
      minor: add a comment · a656e1ec
      Cedric Roux authored
      a656e1ec
    • Cedric Roux's avatar
      fix build_oai · 285e6485
      Cedric 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
      285e6485