This commit is contained in:
2024-05-10 19:15:37 +08:00
parent b73b191a5a
commit b3c4c7e453
3 changed files with 119 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
smf:
smfSystem:
display: "SMF System"
display: "SMF System Config"
list:
- name: "sbiIpAddr"
type: "string"
@@ -169,6 +169,114 @@ smf:
filter: "0~65535"
display: "UE MTU"
comment: ""
spgwSystem:
display: "SPGW Sytem Config"
list:
- name: "s11Ip"
type: "string"
value: "172.16.5.150"
access: "read-write"
filter: ''
display: "Local S11 IP"
comment: ""
- name: "localDiameterIp"
type: "string"
value: "172.16.5.150"
access: "read-write"
filter: ''
display: "Local Diameter IP"
comment: ""
- name: "localDiameterHostName"
type: "string"
value: "smf.mnc001.mcc001.3gppnetwork.org"
access: "read-write"
filter: ''
display: "Local Diameter Host Name"
comment: ""
- name: "localDiameterRealmName"
type: "string"
value: "mnc001.mcc001.3gppnetwork.org"
access: "read-write"
filter: ''
display: "Local Diameter Realm Name"
comment: ""
- name: "peerGyEnable"
type: "bool"
value: 'false'
access: "read-write"
filter: 'false;true;'
display: "Gy Enable"
comment: ""
- name: "primaryPeerGyIp"
type: "string"
value: ""
access: "read-write"
filter: ''
display: "Primary Remote Gy IP"
comment: ""
- name: "primaryPeerGyPort"
type: "int"
value: "3868"
access: "read-write"
filter: "0~65535"
display: "Primary Remote Gy Port"
comment: "0~65535"
- name: "secondaryPeerGyIp"
type: "string"
value: ""
access: "read-write"
filter: ''
display: "Secondary Remote Gy IP"
comment: ""
- name: "secondaryPeerGyPort"
type: "int"
value: "3868"
access: "read-write"
filter: "0~65535"
display: "Secondary Remote Gy Port"
comment: "0~65535"
- nmae: "peerGxEnable"
type: "bool"
value: 'false'
access: "read-write"
filter: 'false;true;'
display: "Gx Enable"
comment: ""
- name: "gxChargingEnable"
type: "bool"
value: 'false'
access: "read-write"
filter: 'false;true;'
display: "Gx Charging Enable"
comment: ""
- name: "primarxPeerGxIp"
type: "string"
value: ""
access: "read-write"
filter: ''
display: "Primary Remote Gx IP"
comment: ""
- name: "primarxPeerGxPort"
type: "int"
value: "3868"
access: "read-write"
filter: "0~65535"
display: "Primary Remote Gx Port"
comment: "0~65535"
- name: "secondaryPeerGxIp"
type: "string"
value: ""
access: "read-write"
filter: ''
display: "Secondary Remote Gx IP"
comment: ""
- nmae: "secondaryPeerGxPort"
type: "int"
value: "3868"
access: "read-write"
filter: "0~65535"
display: "Secondary Remote Gx Port"
comment: "0~65535"
upfConfig:
display: "UPF Config"
array:

View File

@@ -127,7 +127,6 @@ smsc:
comment: ""
smpplink:
display: "SMPP Link List"
method: "post,delete"
array:
- name: "index"
type: "int"