fix: mme mml

This commit is contained in:
2023-11-29 11:46:42 +08:00
parent a46fbb63c5
commit a692bc0edd

View File

@@ -26,7 +26,7 @@ mme:
- name: "s1MmePort"
type: "int"
value: "36412"
access: "read-write"
access: "read-only"
filter: "0~65535"
display: "S1 MME Port"
comment: "0~65535"
@@ -68,7 +68,7 @@ mme:
- name: "sgsMmePort"
type: "int"
value: "29118"
access: "read-write"
access: "read-only"
filter: "0~65535"
display: "SGs MME Port"
comment: "0~65535"
@@ -87,7 +87,7 @@ mme:
value: '46000'
access: "read-write"
filter: '^[0-9]{5,6}$'
display: "Plmn Id"
display: "PLMN ID"
comment: ""
- name: "groupId"
type: "int"
@@ -118,7 +118,7 @@ mme:
value: '46000'
access: "read-write"
filter: '^[0-9]{5,6}$'
display: "Plmn Id"
display: "PLMN ID"
comment: ""
- name: "tac"
type: "int"
@@ -180,7 +180,7 @@ mme:
value: '46000'
access: "read-write"
filter: '^[0-9]{5,6}$'
display: "Plmn Id"
display: "PLMN ID"
comment: ""
- name: "tac"
type: "int"
@@ -196,6 +196,37 @@ mme:
filter: '0~64'
display: "SGW IP"
comment: ""
pgw:
display: "PGW List"
array:
- name: "index"
type: "int"
value: "0"
access: "read-write"
filter: '0~15'
display: "Index"
comment: "0~15"
- name: "plmnId"
type: "regex"
value: '46000'
access: "read-write"
filter: '^[0-9]{5,6}$'
display: "PLMN ID"
comment: ""
- name: "apn"
type: "string"
value: "cmnet"
access: "read-write"
filter: '0~128'
display: "APN"
comment: ""
- name: "pgwIp"
type: "string"
value: "192.168.1.181"
access: "read-write"
filter: '0~64'
display: "PGW IP"
comment: ""
amf:
display: "AMF List"
array:
@@ -211,7 +242,7 @@ mme:
value: '46000'
access: "read-write"
filter: '^[0-9]{5,6}$'
display: "Plmn Id"
display: "PLMN ID"
comment: ""
- name: "tac"
type: "int"