Skip to content
Snippets Groups Projects
  1. Jan 15, 2018
  2. Nov 17, 2017
  3. Oct 23, 2017
  4. Oct 19, 2017
    • Cedric Roux's avatar
      remove gcc warnings · f1e8bff3
      Cedric Roux authored
      phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h
      maybe it's the opposite that should have been done?
      
      Functions used in one file and defined in another may have been
      declared in the wrong header file.
      f1e8bff3
  5. Oct 05, 2017
  6. Oct 02, 2017
  7. Sep 28, 2017
  8. Sep 27, 2017
  9. Sep 26, 2017
  10. Sep 25, 2017
  11. Sep 24, 2017
  12. Sep 21, 2017
  13. Sep 14, 2017
  14. Sep 03, 2017
  15. Aug 23, 2017
    • Cedric Roux's avatar
      mobipass standalone driver · c866677a
      Cedric Roux authored
      How to use:
      
      1 - compilation of softmodem:
        ./build_oai --eNB -t ETHERNET
      
      2 - compilation of mobipass driver:
        cd cmake_targets/lte_build_oai/build
        make oai_mobipass
        ln -sf liboai_mobipass.so liboai_transpro.so
      
      3 - configuration:
        edit the configuration file, set "node_timing" to
        "synch_to_mobipass_standalone"
        that is, have the line:
          node_timing               = "synch_to_mobipass_standalone";
      
      4 - run:
        run as usual: sudo ./lte-softmodem -C <configuration file>
      c866677a
  16. Aug 17, 2017
  17. Aug 14, 2017
  18. Aug 11, 2017
  19. Aug 10, 2017
  20. Aug 08, 2017
    • 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
  21. Jul 25, 2017
  22. Jul 24, 2017
  23. Jul 19, 2017
  24. Jul 06, 2017
  25. Jun 04, 2017
  26. Apr 25, 2017
  27. Apr 17, 2017
  28. Mar 23, 2017
    • Cedric Roux's avatar
      RRC Rel14 · 4fcb6272
      Cedric Roux authored
      - import RRC ASN.1 defintions from the specifications
        (file openair2/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e10.asn)
        contrary to rel8/10, all modules have been imported, maybe it's too much
        to refine in case of problems
      - deal with rel14 in fix_asn1
      - all code that was for Rel10 is now for Rel10/Rel14
      - some incompatible changes (mostly in naming) were resolved in favor
        of rel14, see in openair2/RRC/LITE/defs.h
      - unsure about the rlc layer, some arrays have changed (values appended),
        I only changed the definition and in tests in the code, I changed
        the index limit, maybe it's not enough
      
      Rel14 is the default compilation mode.
      4fcb6272
  29. Mar 20, 2017
  30. Feb 17, 2017
  31. Feb 16, 2017
  32. Feb 09, 2017
  33. Feb 05, 2017
  34. Feb 03, 2017
  35. Feb 02, 2017
  36. Jan 31, 2017
Loading