fix: amf parameter

This commit is contained in:
2023-11-16 16:26:48 +08:00
parent 53e85267fa
commit 78a155a54c

View File

@@ -216,7 +216,7 @@ amf:
display: "Weight" display: "Weight"
comment: "" comment: ""
guami: guami:
display: "Guami List" display: "GUAMI List"
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -230,7 +230,7 @@ amf:
value: '46000' value: '46000'
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: '^[0-9]{5,6}$'
display: "Plmn Id" display: "PLMN ID"
comment: "" comment: ""
- name: "regionId" - name: "regionId"
type: "int" type: "int"
@@ -268,7 +268,7 @@ amf:
value: '46000' value: '46000'
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: '^[0-9]{5,6}$'
display: "Plmn Id" display: "PLMN ID"
comment: "" comment: ""
- name: "tac" - name: "tac"
type: "string" type: "string"
@@ -292,19 +292,19 @@ amf:
value: '46000' value: '46000'
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: '^[0-9]{5,6}$'
display: "Plmn Id" display: "PLMN ID"
comment: "" comment: ""
- name: "sst" - name: "sst"
type: "int" type: "int"
value: '1' value: '1'
access: "read-write" access: "read-write"
filter: '0~127' filter: '0~127'
display: "Sst" display: "SST"
comment: "" comment: ""
- name: "sd" - name: "sd"
type: "regex" type: "regex"
value: '000001' value: '000001'
access: "read-write" access: "read-write"
filter: '' filter: ''
display: "Sd" display: "SD"
comment: "" comment: ""