<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello everyone,<br>
    <br>
    I don't suppose anyone out there has a set of 3GPP CAMEL ASN.1 files
    that the erlang asn compiler can compile and export an
    enc_InitialDP() function?<br>
    I've been going around and around in circles all day trying to get
    this work but I'm failing miserably.<br>
    <br>
    My current problem is that the initialDP OPERATION in 
    CAP-gsmSSF-gsmSCF-ops-args.asn is a parametrised type.<br>
    <br>
    The Erlang asn compiler docs state: <br>
    <tt> "</tt><span style="color: rgb(0, 0, 0); font-family: Verdana,
      Arial, Helvetica, sans-serif; font-size: medium; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); display: inline !important;
      float: none;"><tt>Note that the compiler does not generate
        encode/decode functions for parameterized types, but only for
        the instances of the parameterized types"</tt><br>
      <br>
      I can't for the life of me figure out how to create an instance
      from this.<br>
      <br>
      Many thanks in advance.<br>
      <br>
      AlanE<br>
    </span>
  </body>
</html>