Configuring the Paging Algorithm

To configure Paging algorithm, use the following configuration:

config 
    amf-global 
        paging-algo paging_algorithm_name 
            action { all_gnb_all_tai | all_gnb_last_tai | all_gnb_remaining_tai_all | all_gnb_remaining_tai_seq | last_gnb_last_tai | last_n_gnb_last_tai } 
                max-n-gnb max_n_gnb_count 
                max-paging-attempts attempts_count  
                t3513-timeout timeout_value 
                end 

NOTES:

  • paging-algo paging_algorithm_name —Specify the paging algorithm.

  • action { all_gnb_all_tai | all_gnb_last_tai | all_gnb_remaining_tai_all | all_gnb_remaining_tai_seq | last_gnb_last_tai | last_n_gnb_last_tai } —Specify the paging action.

  • max-n-gnb max_n_gnb_count —Specify the number of gNBs to page. It’s the number of last gNBs from which UE contacted AMF. Must be an integer in the range of 1–5.

    AMF uses max-n-gnb when paging action is last_n_gnb_last_tai.

  • max-paging-attempts attempts_count —Specify the maximum number of paging attempts. It's an integer in the range of 1–5.

  • t3513-timeout timeout_value —Specify the paging timeout in seconds. Stops paging if all retries are done otherwise it performs retry. Must be an integer in the range of 1–10.