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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <service-based-charging>
                    <policy-control>
                        <dynamic>
                            <gx-profile>
                                <pcrf-selection>
                                    <name>name</name> <!-- identifier -->
                                    <primary-pcrf>primary-pcrf</primary-pcrf>
                                    <secondary-pcrf>secondary-pcrf</secondary-pcrf>
                                    <primary-pcscf>primary-pcscf</primary-pcscf>
                                    <secondary-pcscf>secondary-pcscf</secondary-pcscf>
                                </pcrf-selection>
                            </gx-profile>
                        </dynamic>
                    </policy-control>
                </service-based-charging>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

Settings for selection of PCRF and P-CSCF.

Contents

<name>—PCRF table entry.

<primary-pcrf>—Diameter host identifier of primary PCRF.

<primary-pcscf>—Primary P-CSCF IPv4 address.

<secondary-pcrf>—Diameter host identifier of secondary PCRF.

<secondary-pcscf>—Secondary P-CSCF IPv4 address.


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