Configuring Control for Optional IEs

To configure the control to skip the optional IEs, use the following sample configuration:

config 
   profile message-handling message_handling_name 
      nf-type nrf 
         mh-profile mh_profile_name 
            service name type { nnrf-at | nnrf-bs | nnrf-nfd | nnrf-nfm }  
               message type { nf-deregister | nf-list-retrieval | nf-profile-retrieval | nf-register | nf-status-notify | nf-status-subscribe | nf-status-unsubscribe | nf-updatenf-register } 
                  skip optional-ies locality 
                  end 

NOTES:

  • mh-profile mh_profile_name : Specify the NRF message handling profile configuration.

  • service name type { nnrf-at | nnrf-bs | nnrf-nfd | nnrf-nfm } : Specify the NRF service name type as nnrf-at, nnrf-bs, nnrf-nfd, and nnrf-nfm.

  • message type { nf-deregister | nf-list-retrieval | nf-profile-retrieval | nf-register | nf-status-notify | nf-status-subscribe | nf-status-unsubscribe | nf-update | nf-register } : Specify the message type as as NF Deregister, NF list retrieval, NF profile retrieval, NF register, NF status notify, NF status subscribe, NF status unsubscribe, NF update, and NF regsiter.

  • skip optional-ies locality : Specify the locality parameter to skip for the selected NRF message.

    Important

    The skip optional-ies locality CLI configuration is currently ineffective and will require backend changes in the future releases. This CLI must be enabled to facilitate seamless rolling upgrade to future releases when this CLI backend support is fully available.