1megaco_codec_transform(3) Erlang Module Definition megaco_codec_transform(3)
2
3
4
6 megaco_codec_transform - Megaco message transformation utility.
7
9 This module implements a simple megaco message transformation utility.
10
11 Note that this module is not included in the runtime part of the appliā
12 cation.
13
15 export_messages() -> void()
16 export_messages(MessagePackage) -> void()
17
18 Types:
19
20 MessagePackage = atom()
21
22 Export the messages in the MessagePackage (default is
23 time_test).
24
25 The output produced by this function is a directory structure
26 with the following structure:
27
28 <message package>/pretty/<message-files>
29 compact/<message-files>
30 per/<message-files>
31 ber/<message-files>
32 erlang/<message-files>
33
34
35
36
37Ericsson AB megaco 3.19.5.1 megaco_codec_transform(3)