From 223c314591ec04adc90df54505d368a12075b84f Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 5 Jan 2024 10:18:20 +0800 Subject: [PATCH] fix: parameter config comment rectification --- config/param/smf_param_config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/param/smf_param_config.yaml b/config/param/smf_param_config.yaml index e7f15a41..d5ee1cfc 100644 --- a/config/param/smf_param_config.yaml +++ b/config/param/smf_param_config.yaml @@ -36,7 +36,7 @@ smf: access: "read-write" filter: '' display: "N4 IPv6" - comment: "N4 IPv6" + comment: "" - name: "n4UIpv4" type: "ipv4" value: "" @@ -50,7 +50,7 @@ smf: access: "read-write" filter: '' display: "N4U IPv6" - comment: "N4U IPv6" + comment: "" - name: "amfUri" type: "string" value: "http://172.16.5.120:8080" @@ -165,14 +165,14 @@ smf: access: "read-write" filter: '1~64' display: "UPF ID" - comment: "upfId-1" + comment: "" - name: "addr" type: "string" value: "" access: "read-write" filter: '7~45' display: "Address" - comment: "ip:port" + comment: "e.g. ip:port" - name: "ipv4Pools" type: "string" value: "" @@ -276,11 +276,11 @@ smf: access: "read-write" filter: '1~64' display: "TAI" - comment: "46000123456" + comment: "MCC+MNC+TAC" - name: "upfId" type: "string" value: "upf2-Id" access: "read-write" filter: '1~64' display: "UPF ID" - comment: "UPF ID" \ No newline at end of file + comment: "" \ No newline at end of file