AUSF Configuration

AUSF configuration files includes:

  • ausf/ausf1/config/ausf.conf

ausf.conf

<?xml version="1.0" encoding="UTF-8"?>
<ngc>
    <!--ausfCfgComponent: Load ausf Configuration besides interfaces
        ausf-name: The name of the ausf node.
    -->
    <ausfcfg ausf-name="URANUS 5GC AUSF"
             ausf-capacity="100"
             ausf-apiroot="" />

    <!--Http2Component - N12/N13 interface component
        bind-port: Bind port for listening Http2 messages.
    -->
    <http2 http2-server-ip="192.168.120.55"
           http2-server-port="2133"
           http2-client-ip="192.168.130.55"
           http2-client-port="2132"
           http2-udm-ip="192.168.130.56"
           http2-udm-port="3123"
           udm-apiroot="" />

    <!--WF thread number configuration
    <wfcomponent thread-pool-size="50" />
    -->
</ngc>

Nausf Interface (HTTP2)

  • HTTP2 Server IP: local IP address, Nausf listening server IP.

  • HTTP2 Server Port: local port, Nausf listening server Port, default 2123.

  • HTTP2 Client IP: local IP address for connecting to UDM.

  • HTTP2 Client Port: local port for connecting to UDM.

  • UDM HTTP2 Server IP: remote IP address.

  • UDM HTTP2 Server Port: remote port.