DSG-SCP Configuration

As the available DSG-SCP configuration is extensive, it is broken into several sections. The overall structure of the DSG-SCP configuration within an N2SVCD configuration is as follows:

<?xml version="1.0" encoding="utf-8"?>
<n2svcd>
  ...
  <applications>
    ...
    <application name="<application instance name>" module="DsgScpApp">
      <include>
        <lib>../../n2scp/apps/dsg_scp/lib</lib>
        <lib>../../n2scp/lib</lib>
      </include>
      <parameters>
        <!-- Top-level parameters for DSG-SCP overall configuration -->
      </parameters>
      <config>
        <diameter>
          <!-- Diameter configuration for the DSG-SCP -->
        </diameter>
        <normalisation>
          <!-- Normalisation rules for the DSG-SCP -->
        </normalisation>
        <denormalisation>
          <!-- Denormalisation rules for the DSG-SCP -->
        </denormalisation>
        <ssps>
          <!-- SSP selection rules for the DSG-SCP -->
        </ssps>
        <srps>
          <!-- Available SRPs for the DSG-SCP -->
        </srps>
      </config>
    </application>
    ...
  </application>
  ...
</n2svcd>

Note that the configuration uses the term “SSP” to refer to both INAP SSP and CAMEL MSC endpoints.

These configuration sections are set out in the following pages: