An error occurred fetching the project authors.
  1. 28 May, 2018 1 commit
  2. 13 Apr, 2018 1 commit
  3. 08 Mar, 2018 1 commit
  4. 27 Oct, 2017 1 commit
  5. 24 Mar, 2017 1 commit
    • 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
  6. 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
  7. 27 Mar, 2016 1 commit
  8. 25 Mar, 2016 1 commit
  9. 23 Mar, 2016 1 commit
  10. 22 Feb, 2016 3 commits
  11. 21 Feb, 2016 1 commit
    • Cedric Roux's avatar
      Fix asn1c warnings. · a9256ded
      Cedric Roux authored
      The strategy is rather basic. Files with warnings are replaced
      by an edited copy that triggers no warning.
      
      We take care to check that the replaced file is the same as the
      one that was analyzed at the time of warning removal (through
      checking its SHA1).
      
      There is a new bash script "fix_asn1" in cmake_targets/tools
      and the files replacing the existing ones are in
      cmake_targets/tools/fix_asn1.data.
      a9256ded