Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
  2. Sep 30, 2015
  3. Sep 25, 2015
  4. Sep 22, 2015
  5. Sep 21, 2015
  6. Sep 04, 2015
  7. Aug 27, 2015
  8. Aug 06, 2015
  9. Aug 05, 2015
  10. Jul 30, 2015
  11. Jul 28, 2015
  12. Jul 22, 2015
  13. Jul 21, 2015
  14. Jul 16, 2015
  15. Jul 15, 2015
    • 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
  16. Jul 13, 2015
  17. Jul 10, 2015
  18. Jul 07, 2015
  19. Jul 02, 2015
  20. Jul 01, 2015
  21. Jun 26, 2015
  22. Jun 25, 2015
  23. Jun 24, 2015
  24. Jun 23, 2015
  25. Jun 22, 2015
  26. Jun 20, 2015
  27. Jun 19, 2015
Loading