fix: ims parameter config yaml

This commit is contained in:
2024-04-10 19:59:08 +08:00
parent f15f9be1b5
commit 4bf3b3c4ba

View File

@@ -156,7 +156,7 @@ ims:
type: "regex" type: "regex"
value: '001' value: '001'
access: "read-write" access: "read-write"
filter: '^[0-9]{3,4}$' filter: '^[0-9]{3}$'
display: "MCC" display: "MCC"
comment: "" comment: ""
- name: "mnc" - name: "mnc"
@@ -183,6 +183,13 @@ ims:
filter: '0~15' filter: '0~15'
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "naName"
type: "string"
value: ""
access: "read"
filter: '0~128'
display: "NaName"
comment: ""
- name: "title" - name: "title"
type: "string" type: "string"
value: "" value: ""