Remove ENABLE_UR config flag
Description
- The UPF signals the VTIME flag in the UP Function Features
- We should use this to assess whether the SMF installs a URR
Suggested Changes
Current code
if (smf_cfg.enable_ur)
Suggestion
if (current_upf->function_features.second.vtime)