[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ggsn>
            <charging>
                <charging-log>
                    <user>user</user>
                    <world-readable/>
                    <maximum-size>kilobytes</maximum-size>
                    <maximum-age>minutes</maximum-age>
                    <compression/>
                    <no-mirror/>
                    <local-log>...</local-log>
                    <gtp-prime-log>...</gtp-prime-log>
                    <traceoptions>...</traceoptions>
                </charging-log>
            </charging>
        </ggsn>
    </services>
</configuration>

Description

Charging records logged to node.

Contents

<compression>—Compress all CDR log files.

<gtp-prime-log>—GTP Prime CDRs logged to disk on failure in reaching charging gateways.

<local-log>—CDRs meant for normal offline transfer.

<maximum-age>—Maximum age of charging log file.

<maximum-size>—Maximum size of charging log file.

<no-mirror>—Disable mirroring of charging log files on backup Routing Engine.

<traceoptions>—Charging-log trace options.

<user>—User to own charging files.

<world-readable>—Allow any user to read the log file.


[Contents] [Prev] [Next] [Index] [Report an Error]