From 6bf1e6728a3d0ff4d98257593a4a0dc0bfa20e1d Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 19 Feb 2024 10:05:41 +0800 Subject: [PATCH] fix: udm paramete config --- config/param/udm_param_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/param/udm_param_config.yaml b/config/param/udm_param_config.yaml index fc7f34c5..05a4086d 100644 --- a/config/param/udm_param_config.yaml +++ b/config/param/udm_param_config.yaml @@ -128,10 +128,10 @@ udm: display: "Name" comment: "" - name: "supportedFeatures" - type: "string" - value: "1" + type: "regex" + value: "00000001" access: "read-write" - filter: '8~8' + filter: '^[0-9a-fA-F]{8}$' display: "Supported Features" comment: "" - name: "defaultSingleNSSAIs"