sql: 参数配置更新UPF参数dataForwarderCommon

This commit is contained in:
TsMask
2024-07-15 14:58:17 +08:00
parent f1fa3099ad
commit a32288ed77
2 changed files with 23 additions and 1 deletions

View File

@@ -311,6 +311,27 @@ upf:
filter: ''
display: "RX TX Queue Num"
comment: ""
- name: "useSocket"
type: "int"
value: "0"
access: "read-write"
filter: '0~1'
display: "Use Socket"
comment: "data rx&tx use C socket"
- name: "enableTap"
type: "int"
value: "0"
access: "read-write"
filter: '0~1'
display: "Enable Tap"
comment: "Enable 5G ethernet LAN"
- name: "enableQer"
type: "int"
value: "0"
access: "read-write"
filter: '0~1'
display: "Enable Qer"
comment: "Enable PFCP Qer Control"
dataForwarderUpfd:
display: "Data Forwarder Upfd"
list:

File diff suppressed because one or more lines are too long