fix: update ims/smf/udm parameter config yaml

This commit is contained in:
2024-05-29 16:29:18 +08:00
parent 4b7259ba87
commit f985ed2017
4 changed files with 70 additions and 32 deletions

View File

@@ -72,12 +72,12 @@ smf:
filter: ''
display: "UDM URI"
comment: ""
- name: "chgEnable5G"
- name: "chfEnable"
type: "bool"
value: "false"
access: "read-write"
filter: "{\"0\":\"false\", \"1\":\"true\"}"
display: "5G Charing Enable"
display: "5G Charging Enable"
- name: "chfPrimaryUri"
type: "string"
value: "http://172.16.5.240:8080"
@@ -498,4 +498,34 @@ smf:
access: "read-write"
filter: '1~64'
display: "UPF ID"
comment: ""
comment: ""
snssaiSelectUpf:
display: "SNSSAI Select UPF"
array:
- name: "index"
type: "int"
value: ""
access: "read-only"
filter: '0~65535'
display: "Index"
comment: ""
- name: "enable"
type: "bool"
value: 'true'
access: "read-write"
filter: 'false;true;'
display: "Enable"
- name: "snssai"
type: "string"
value: "1-000001"
access: "read-write"
filter: '1~64'
display: "SNSSAI"
comment: "sst1-sd1;sst2-sd2;sst3-sd3"
- name: "upfId"
type: "string"
value: "upf1-Id"
access: "read-write"
filter: '1~64'
display: "UPF ID"
comment: "upf1-id;upf2-id;upf3-id"