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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <service-based-charging>
                    <policy-control>
                        <static>
                            <profile>
                                <all-time>
                                    <default-roaming-class>
                                        <default-quality-of-service>
                                            <service-class>
                                                <name>name</name> <!-- identifier -->
                                                <volume-rate>volume-rate</volume-rate>
                                                <block-rate>block-rate</block-rate>
                                                <authorization-code>authorization-code-choice
                                                            </authorization-code>
                                            </service-class>
                                        </default-quality-of-service>
                                    </default-roaming-class>
                                </all-time>
                            </profile>
                        </static>
                    </policy-control>
                </service-based-charging>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

Service class for rates.

Contents

<authorization-code>—Authorization code.

<block-rate>—Rate per block for volume-based and active-time-based block charging.

<name>—Service class identifier.

<volume-rate>—Rate per megabyte for volume-based charging.


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