1. 27 Aug, 2015 1 commit
  2. 19 Aug, 2015 2 commits
  3. 12 Aug, 2015 1 commit
  4. 07 Aug, 2015 1 commit
  5. 06 Aug, 2015 3 commits
  6. 05 Aug, 2015 2 commits
  7. 04 Aug, 2015 1 commit
  8. 30 Jul, 2015 1 commit
  9. 28 Jul, 2015 1 commit
  10. 27 Jul, 2015 5 commits
  11. 26 Jul, 2015 3 commits
  12. 24 Jul, 2015 1 commit
  13. 23 Jul, 2015 2 commits
  14. 22 Jul, 2015 1 commit
  15. 21 Jul, 2015 8 commits
  16. 20 Jul, 2015 1 commit
  17. 17 Jul, 2015 1 commit
  18. 16 Jul, 2015 3 commits
  19. 15 Jul, 2015 2 commits
    • kaltenbe's avatar
      adding a new option --noS1 to build_script that will now either compile the... · e0704547
      kaltenbe authored
      adding a new option --noS1 to build_script that will now either compile the softmodem or oaisim with or without the S1 interface (instead of doing both of them)
      also for the noS1 target the options -w -x -V -r are now passed from the build script to the CMakeList.txt file and does not need to be set manually anymore
      fixed a bug for the EXMIMO tools build
      
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7706 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      e0704547
    • roux's avatar
      This commit is a very unclean fix to deal with · 2f3d6bc9
      roux authored
      extension version groups present in the RRC release 10
      ASN.1 file (extensions between [[ and ]]).
      
      Basically we do a syntactic replacement at compile time.
          [[ becomes '<name> SEQUENCE {'
          ]] becomes '} OPTIONAL'
      
      <name> is 'ext<N>' where N is a number
      increasing at each new extension group
      in a given definition.
      
      The UPER encoding for the two syntaxes is identical
      (as far as y understanding of the specifications goes).
      
      The XER encoding is different, due to the new 'ext<N>'
      name.
      
      Other encodings may be different.
      
      The real solution is to fix the ASN.1 compiler.
      This is not a simple task.
      
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7705 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      2f3d6bc9