An error occurred fetching the project authors.
  1. 25 Nov, 2015 1 commit
  2. 19 Nov, 2015 1 commit
  3. 09 Nov, 2015 2 commits
  4. 06 Oct, 2015 1 commit
  5. 25 Sep, 2015 1 commit
  6. 22 Sep, 2015 1 commit
  7. 04 Sep, 2015 1 commit
  8. 28 Jul, 2015 1 commit
  9. 21 Jul, 2015 1 commit
  10. 15 Jul, 2015 2 commits
    • 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
    • roux's avatar
      Fix a bug in asn1c (add another patch to asn1c). · 9a98566a
      roux authored
      Basically when skiping an unknown extension, asn1c
      did read 24 bits per 24 bits and later on failed
      if the remaining bits (up to 23) were superior
      to 8.
      
      The patch reads 1 bit per 1 bit.
      
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7704 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      9a98566a
  11. 13 Jul, 2015 1 commit
  12. 07 Jul, 2015 1 commit
  13. 02 Jul, 2015 2 commits
  14. 01 Jul, 2015 1 commit
  15. 26 Jun, 2015 1 commit
  16. 25 Jun, 2015 1 commit
  17. 20 Jun, 2015 1 commit
  18. 19 Jun, 2015 1 commit
  19. 18 Jun, 2015 1 commit
  20. 17 Jun, 2015 1 commit
  21. 16 Jun, 2015 2 commits
  22. 10 Jun, 2015 1 commit
  23. 08 Jun, 2015 1 commit
  24. 05 Jun, 2015 2 commits
  25. 02 Jun, 2015 1 commit
  26. 28 May, 2015 2 commits
  27. 22 May, 2015 3 commits
  28. 21 May, 2015 1 commit
  29. 19 May, 2015 1 commit
  30. 15 May, 2015 1 commit
  31. 13 May, 2015 1 commit
  32. 07 May, 2015 1 commit