sql: 更新AMF/MME/SMF参数配置属性

This commit is contained in:
TsMask
2025-05-16 16:50:32 +08:00
parent 2d1fa2a824
commit afd30754fc
4 changed files with 55 additions and 33 deletions

View File

@@ -11,6 +11,14 @@ amf:
display: "AMF Name" display: "AMF Name"
comment: "" comment: ""
visible: "self" visible: "self"
- name: "nfPriority"
type: "int"
value: "255"
access: "read-write"
filter: "0~255"
display: "NF Priority"
comment: "0~255"
visible: "self"
- name: "relativeCapacity" - name: "relativeCapacity"
type: "int" type: "int"
value: "255" value: "255"
@@ -539,6 +547,13 @@ amf:
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "enableHttpPprof" display: "enableHttpPprof"
comment: "" comment: ""
- name: "enableTrace"
type: "bool"
value: "0"
access: "read-write"
filter: '{"0":"false","1":"true"}'
display: "enableTrace"
comment: ""
gnbList: gnbList:
display: "Gnb List Config" display: "Gnb List Config"
sort: 13 sort: 13

View File

@@ -444,10 +444,10 @@ mme:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read" access: "read-only"
filter: "0~15" filter: "0~65535"
display: "Index" display: "Index"
comment: "0~15" comment: "0~65535"
- name: "imei" - name: "imei"
type: "string" type: "string"
value: "001" value: "001"

View File

@@ -170,6 +170,13 @@ smf:
filter: "" filter: ""
display: "Secondary PCSCF IPv6" display: "Secondary PCSCF IPv6"
comment: "" comment: ""
- name: "traceMsgEnable"
type: "bool"
value: "false"
access: "read-write"
filter: ""
display: "Trace Enable"
comment: ""
- name: "ueMtu" - name: "ueMtu"
type: "int" type: "int"
value: "" value: ""

File diff suppressed because one or more lines are too long