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