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 pcf 
         mh-profile mh_profile_name 
            service name type npcf-smpolicycontrol 
               message type { PcfSmpolicycontrolCreate | PcfSmpolicycontrolDelete | PcfSmpolicycontrolUpdate } 
                  skip optional-ies [ userLocationInfoTime ] 
                  end 

NOTES:

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

  • service name type npcf-smpolicycontrol : Specify the policy control service name type.

  • message type { PcfSmpolicycontrolCreate | PcfSmpolicycontrolDelete | PcfSmpolicycontrolUpdate } : Specify the message type as PCF SM Policy Control Create, PCF SM Policy Control Delete, or PCF SM Policy Control Update.

  • skip optional-ies [ userLocationInfoTime ] : Specify the parameter that you want to skip for the selected PCF message.

    Important

    The controlled inclusion of IEs is limited to only the userLocationInfoTime IE.