fix: 更新SMF参数配置

This commit is contained in:
TsMask
2025-03-19 15:15:43 +08:00
parent 27080c740e
commit 0838ac49e7
3 changed files with 73 additions and 16 deletions

View File

@@ -542,9 +542,59 @@ smf:
filter: "1~64"
display: "UPF ID"
comment: "upf1-id;upf2-id;upf3-id"
localDhcpCfg:
display: "Local DHCP Config"
sort: 13
list:
- name: "enable"
type: "bool"
value: "false"
access: "read-write"
filter: ""
display: "Enable"
comment: ""
- name: "localIp"
type: "string"
value: ""
access: "read-write"
filter: ""
display: "Local IP"
comment: ""
dnnselectdhcpserver:
display: "DNN Select DHCP Server"
sort: 15
array:
- name: "index"
type: "int"
value: ""
access: "read-only"
filter: "0~65535"
display: "Index"
comment: ""
- name: "enable"
type: "bool"
value: "false"
access: "read-write"
filter: ""
display: "Enable"
comment: ""
- name: "dnn"
type: "string"
value: ""
access: "read-write"
filter: "1~64"
display: "DNN"
comment: ""
- name: "dhcpServerAddr"
type: "string"
value: ""
access: "read-write"
filter: ""
display: "DHCP Server IP"
comment: "e.g. 192.168.1.1"
offlineChargingConfig:
display: "Offline Charging Config"
sort: 13
sort: 17
list:
- name: "cdrFileName"
type: "string"