Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

LITE

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    History
    Name Last commit Last update
    ..