An error occurred fetching the project authors.
  1. 24 Jun, 2017 1 commit
  2. 17 Jun, 2017 1 commit
  3. 16 Jun, 2017 2 commits
  4. 12 Jun, 2017 1 commit
  5. 08 Jun, 2017 1 commit
  6. 02 Jun, 2017 4 commits
  7. 31 May, 2017 4 commits
  8. 23 May, 2017 7 commits
  9. 19 May, 2017 2 commits
    • Cedric Roux's avatar
      fix run_enb_ue_virt_noS1 and run_enb_ue_virt_s1 · 8e57a58d
      Cedric Roux authored
      Problems reported by Jorge Muñoz Castañer <jorgem@gti.uvigo.es>.
      
      - use Rel14 binaries (those are produced by default)
      - let -x option work to have graphical output
      - fix VCD missing 'echo'
      8e57a58d
    • gabrielC's avatar
      UE logging change : · fe350d5b
      gabrielC authored
      --ue-trace : Enabling UE trace for debug
      --ue-timing : Enabling UE timing trace
      --ue-no-log : Disabling all LOG_X traces
      fe350d5b
  10. 17 May, 2017 1 commit
  11. 15 May, 2017 1 commit
  12. 12 May, 2017 1 commit
  13. 14 Apr, 2017 2 commits
  14. 12 Apr, 2017 1 commit
  15. 28 Mar, 2017 7 commits
  16. 27 Mar, 2017 1 commit
  17. 24 Mar, 2017 2 commits
    • Cedric Roux's avatar
      bugfix: fix nos1 compilation · af8ce457
      Cedric Roux authored
      af8ce457
    • Cedric Roux's avatar
      remove asn1 compilation fixes that went to asn1c (IMPORTANT: reinstall asn1c!) · b5a03474
      Cedric Roux authored
      The files NativeInteger.c.diff and constr_SET_OF.c.diff
      from asn1c were generating compilation warnings. We had
      local patches applied on generated files by asn1c.
      
      A new version of asn1c has been pushed to
      https://gitlab.eurecom.fr/oai/asn1c
      (commit 224dc1f991b7e7ad705ce92e171b942f87b7b7e7)
      making obsolete the fixes we do here.
      
      So we now remove those fixes.
      
      *************************
      * IMPORTANT BEGIN       *
      *************************
      
      Everyone should update their asn1c installation.
      
      The simplest is to do:
      
          source oaienv
          cd cmake_targets
          ./build_oai -I
      
      *************************
      * IMPORTANT END         *
      *************************
      b5a03474
  18. 23 Mar, 2017 1 commit
    • 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