From cb16276f0a9a839d585b5598e1ba68d9008c4f61 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 21 Nov 2023 16:29:30 +0800 Subject: [PATCH] fix: udm&pcf parameter config --- config/param/pcf_param_config.yaml | 2 +- config/param/udm_param_config.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/param/pcf_param_config.yaml b/config/param/pcf_param_config.yaml index f772d2e8..61b0c28c 100644 --- a/config/param/pcf_param_config.yaml +++ b/config/param/pcf_param_config.yaml @@ -118,7 +118,7 @@ pcf: value: '' access: "read-write" filter: '^.{1,63}$' - display: "App ID" + display: "APP ID" comment: "0~63" - name: "flowTemplate" type: "string" diff --git a/config/param/udm_param_config.yaml b/config/param/udm_param_config.yaml index 74099ab2..bcead537 100644 --- a/config/param/udm_param_config.yaml +++ b/config/param/udm_param_config.yaml @@ -111,7 +111,7 @@ udm: display: "Downlink" comment: "" subsNssais: - display: "Subs Nssais" + display: "Subs NSSAIs" array: - name: "index" type: "int" @@ -383,14 +383,14 @@ udm: value: "1Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Subscribed Session AMBR UL" + display: "Subscribed Session AMBR Uplink" comment: "" - name: "subscribedSessionAmbrDL" type: "regex" value: "2Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Subscribed Session AMBR DL" + display: "Subscribed Session AMBR Downlink" comment: "" - name: "staticIPAddress" type: "ipv4"