The list of domains in the mag-vmpool-config.yaml file is the complete set of domains that the XCAP server should handle for UEs making XCAP requests in the network.

How it works

The XCAP domains specified in the Rhino VoLTE TAS are used by the XCAP server to decide if it should handle a given XCAP request from a UE. If an XCAP request is received by the XCAP server with a request URI containing a domain not in this list it will be rejected with a 404 Not Found error response.

Configuration

The xcap-domains field lists the domains for which the Rhino VoLTE TAS XCAP server will accept requests, as shown in the Example for mag-vmpool-config.yaml

You will likely have at least one domain per mcc-mnc in your network, as configured in the PLMN IDs for my network.

Setting up XCAP domains configuration

I want to …​

Specify a set of domains the Rhino VoLTE TAS XCAP server will accept request for

To configure the Rhino VoLTE TAS XCAP server to accept request for a set of domains, in the mag-virtual-machine-pool section, set the xcap-domains list to a list of domain names.

    xcap-domains:
        - xcap.site1.ims.mnc123.mcc530.pub.3gppnetwork.org
        - xcap2.site1.ims.mnc123.mcc530.pub.3gppnetwork.org
Previous page Next page
Rhino VoLTE TAS Version 4.0.0