[erlang-questions] Extract DIAMETER data types

Anders Svensson anders.otp@REDACTED
Mon Mar 26 12:57:16 CEST 2012


On Mon, Mar 26, 2012 at 7:10 AM, Chandru
<chandrashekhar.mullaparthi@REDACTED> wrote:
> Hi,
>
> Does anyone know of a relatively easy way to extract the specification for
> DIAMETER data types out of 3GPP specs? I'm looking at the spec for the S6A
> interface, and the amount of copy/paste/reformat required to get a spec
> which I can input to the diameterc utility shipped with erlang is daunting.

Saving 3GPP specs as text and then formulating a sed script to
extract/unmangle/massage the relevant bits is the best I've been able
to do. RFC's are certainly easier to deal with.

/Anders, Erlang/OTP Ericsson


>
> I've managed to extract the ABNF for the messages relatively easily, but the
> number of AVP types are huge! If I get any contributions, I'll happily share
> the end result.
>
> cheers,
> Chandru
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list