From 6b465f90d91477af20b4145b2953c8e92654ac16 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 30 Jan 2024 14:38:50 +0800 Subject: [PATCH] fix: udm parameter config --- config/param/udm_param_config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/param/udm_param_config.yaml b/config/param/udm_param_config.yaml index f70228b3..fc7f34c5 100644 --- a/config/param/udm_param_config.yaml +++ b/config/param/udm_param_config.yaml @@ -98,16 +98,16 @@ udm: comment: "" - name: "uplink" type: "regex" - value: '1Gbps' + value: '1 Gbps' access: "read-write" - filter: '^\d+(\.\d+)?( )(bps|Kbps|Mbps|Gbps|Tbps)$' + filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' display: "Uplink" comment: "" - name: "downlink" type: "regex" - value: '2Gbps' + value: '2 Gbps' access: "read-write" - filter: '^\d+(\.\d+)?( )(bps|Kbps|Mbps|Gbps|Tbps)$' + filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' display: "Downlink" comment: "" subsNssais: @@ -380,14 +380,14 @@ udm: comment: "" - name: "subscribedSessionAmbrUL" type: "regex" - value: "1Gbps" + value: "1 Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' display: "Subscribed Session AMBR Uplink" comment: "" - name: "subscribedSessionAmbrDL" type: "regex" - value: "2Gbps" + value: "2 Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' display: "Subscribed Session AMBR Downlink"