From 03931803d82cba5da1b515468aab362a3f7af82a Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 11 Apr 2024 15:56:30 +0800 Subject: [PATCH] fix: ims parameter config yaml --- config/param/ims_param_config.yaml | 35 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/config/param/ims_param_config.yaml b/config/param/ims_param_config.yaml index 986e81ff..110e1dd1 100644 --- a/config/param/ims_param_config.yaml +++ b/config/param/ims_param_config.yaml @@ -11,15 +11,15 @@ ims: comment: "" - name: "hplmnMCC" type: "string" - value: "460" - access: "read" + value: "001" + access: "read-only" filter: '' display: "HPLMN MCC" comment: "" - name: "hplmnMNC" type: "string" - value: "00" - access: "read" + value: "01" + access: "read-only" filter: '' display: "HPLMN MNC" comment: "" @@ -39,29 +39,29 @@ ims: comment: "" - name: "domainName1" type: "string" - value: "ims.mnc000.mcc460.3gppnetwork.org" - access: "read" + value: "ims.mnc001.mcc001.3gppnetwork.org" + access: "read-only" filter: '' display: "Domain Name 1" comment: "" - name: "domainName2" type: "string" value: "" - access: "read" + access: "read-only" filter: '' display: "Domain Name 2" comment: "" - name: "domainName3" type: "string" value: "" - access: "read" + access: "read-only" filter: '' display: "Domain Name 3" comment: "" - name: "domainName4" type: "string" value: "" - access: "read" + access: "read-only" filter: '' display: "Domain Name 4" comment: "" @@ -148,7 +148,7 @@ ims: - name: "index" type: "int" value: "0" - access: "read-write" + access: "read-only" filter: '0~15' display: "Index" comment: "0~15" @@ -169,7 +169,7 @@ ims: - name: "domain" type: "string" value: "ims.mnc001.mcc001.3gppnetwork.org" - access: "read" + access: "read-only" filter: '0~128' display: "Domain" comment: "" @@ -179,14 +179,14 @@ ims: - name: "index" type: "int" value: "0" - access: "read-write" + access: "read-only" filter: '0~15' display: "Index" comment: "0~15" - name: "naName" type: "string" value: "" - access: "read" + access: "read-only" filter: '0~128' display: "NaName" comment: "" @@ -268,9 +268,10 @@ ims: display: "E164 Insert" comment: "" - name: "adminState" - type: "string" - value: "" + type: "int" + value: 0 access: "read-write" - filter: '0~128' + filter: '0~1' display: "Admin State" - comment: "" \ No newline at end of file + comment: "Enable: 0,Close 1,Open" + enum: [0, 1] \ No newline at end of file