Configuring the Paging Map

To configure the Paging Map, use the following configuration:

config 
    amf-global 
        paging-map paging_map_name 
            precedence precedence_count  
                trigger-type  
                    5qi { fiveqi-value fiveqi_value | paging-profile-name profile_name } 
                    arp { arp-value arp_value | paging-profile-name profile_name } 
                    dereg { dereg-value { amf_init paging-profile-name profile_name | udm_init paging-profile-name profile_name } | paging-profile-name profile_name } 
                    dnn { dnn-value  dnn_value | paging-profile-name profile_name } 
                    ppi { ppi-value  ppi_value | paging-profile-name profile_name } 
                    end 

NOTES:

  • paging-map paging_map_name —Specify the paging map.

    Based on the fetched paging map from the operator policy, a matching paging map is selected from paging-map list configured in amf-global.

    Each paging-map is a list of triggers having unique precedence associated with them. Based on the high precedence value matched trigger (with trigger value), the associated paging-profile is selected.

  • precedence precedence_count —Specify the map precedence level. Must be an integer in the range of 1–255. 1: High and 255: Low.

  • paging-profile-name profile_name —Specify the paging profile name. Must be a string of 1–64 characters.

  • trigger-type —Specify the trigger type. Trigger can be the traffic type. Must be one of the following:

    • 5qi - 5G QoS Identifier, received as part of N1N2 message from SMF.

    • dereg - Paging Policy Indicator, received as part of N1N2 message from SMF.

    • ppi - Paging triggered due to Deregistration by UDM or AMF.

    • dnn - DNN for which paging is triggered.

    • arp - Allocation and Retention Priority, received as part of N1N2 message from SMF.

  • fiveqi-value fiveqi_value —Specify QoS Indicator value. Must be an integer in the range of 1–85.

  • arp-value arp_value —Specify the allocation and retention priority value. Must be an integer in the range of 1–15.

  • dereg-value —Specify the deregistration trigger value which is either amf_init or udm_init.

  • dnn-value dnn_value —Specify the Data Network Name value. Must be a string of 1–64 characters.

  • ppi-value ppi_value —Specify the Paging Policy Indicator value. Must be an integer in the range of 1–7.