1megaco_codec_meas(3) Erlang Module Definition megaco_codec_meas(3)
2
3
4
6 megaco_codec_meas - This module implements a simple megaco codec mea‐
7 surement tool.
8
10 This module implements a simple megaco codec measurement tool.
11
12 Results are written to file (excel compatible text files) and on std‐
13 out.
14
15 Note that this module is not included in the runtime part of the appli‐
16 cation.
17
19 start() -> void()
20 start(MessagePackage) -> void()
21
22 Types:
23
24 MessagePackageRaw = message_package()
25 message_package() = atom()
26
27 This function runs the measurement on all the official codecs;
28 pretty, compact, ber, per and erlang.
29
30
31
32Ericsson AB megaco 3.18.3 megaco_codec_meas(3)