megaco_codec_transform

Megaco message transformation utility.

This module implements a simple megaco message transformation utility.

Note that this module is not included in the runtime part of the application.

Functions


export_messages() -> void()

export_messages(MessagePackage) -> void()

  • MessagePackage = atom()

Export the messages in the MessagePackage (default is time_test).

The out produced by this function is a directory structure with the following structure:

\011  <message package>/pretty/<message-files>
\011                    compact/<message-files>
\011                    per/<message-files>
\011                    ber/<message-files>
\011                    erlang/<message-files>