1. 15 Dec, 2017 1 commit
  2. 14 Dec, 2017 15 commits
  3. 13 Dec, 2017 1 commit
  4. 12 Dec, 2017 4 commits
  5. 11 Dec, 2017 1 commit
  6. 10 Dec, 2017 2 commits
  7. 09 Dec, 2017 1 commit
  8. 08 Dec, 2017 1 commit
  9. 17 Nov, 2017 1 commit
  10. 22 Aug, 2017 1 commit
  11. 09 Aug, 2017 2 commits
  12. 08 Aug, 2017 1 commit
    • Cedric Roux's avatar
      hotfix: protobuf-c compilation failure · 17b9a9e9
      Cedric Roux authored
      protobuf-c does not compile anymore.
      
      Let's handle this a bit better.
      
      We now install protobuf and protobuf-c only for the
      flexran agent. That is, if you want to use the flexran
      agent, you need to install protobuf/protobuf-c and
      you do it this way:
      
        ./build_oai -I -a
      
      (you add -a)
      
      Other targets don't need protobuf nor protobuf-c, so
      it's not installed by the -I command of build_oai,
      unless you pass -a with -I.
      
      Also, we now use protobuf 3.3.0, not 2.6.1. The code
      has been adapted, a quick test seems to indicate that
      the system works, but it has not been intensively tested.
      17b9a9e9
  13. 04 Aug, 2017 7 commits
  14. 03 Aug, 2017 2 commits
    • Cedric Roux's avatar
      Merge branch 'develop_integration_w30' into 'develop' · f7466b0e
      Cedric Roux authored
      Summary of changes:
      - UE: new thread idx
      - UE: Pdcch optim
      - UE: slot0 slot1 parallelization
      - bugfixes for RLC AM (see gitlab issue 250)
      - fix bug "unknown UE_id for rnti"
      
      Note: due to the new UE threading architecture,
      oaisim and the phy simulators may not work properly
      anymore. Adaptation in the code has been done, automatic
      tests seem to pass, but it may not be enough.
      
      See merge request !215
      f7466b0e
    • Cedric Roux's avatar
      remove gcc warning when compiling oaisim · 2fbb2678
      Cedric Roux authored
      2fbb2678