From a692bc0edda02930f3307abdfaff1dfaa71cf1d2 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 29 Nov 2023 11:46:42 +0800 Subject: [PATCH] fix: mme mml --- config/param/mme_param_config.yaml | 43 +++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/config/param/mme_param_config.yaml b/config/param/mme_param_config.yaml index 938c47a8..93bd5a7d 100644 --- a/config/param/mme_param_config.yaml +++ b/config/param/mme_param_config.yaml @@ -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"