feat 更新CBC和UDM配置

This commit is contained in:
TsMask
2025-07-16 10:14:59 +08:00
parent 678cc3aab1
commit e7d3f585a8
3 changed files with 149 additions and 72 deletions

View File

@@ -10,13 +10,6 @@ cbc:
filter: "0~64"
display: "CBC Name"
comment: ""
- name: "instance"
type: "string"
value: "CBC-001"
access: "read-write"
filter: "0~64"
display: "NF Instance"
comment: ""
- name: "sbiIp"
type: "string"
value: "127.0.0.1"
@@ -37,7 +30,14 @@ cbc:
access: "read-write"
filter: '{"0":"http","1":"https"}'
display: "SBI Scheme"
comment: "http or https"
comment: ""
- name: "sbiTimeout"
type: "int"
value: "3"
access: "read-write"
filter: "0~65535"
display: "SBI Timeout"
comment: "0~65535"
amfProfile:
display: "AMF Profile"
@@ -50,6 +50,13 @@ cbc:
filter: "0~15"
display: "Index"
comment: "0~15"
- name: "enabled"
type: "bool"
value: "1"
access: "read-write"
filter: '{"0":"false","1":"true"}'
display: "Enable AMF"
comment: "apply the current AMF NF Profile"
- name: "name"
type: "string"
value: "AMF"
@@ -63,21 +70,43 @@ cbc:
access: "read-write"
filter: "0~64"
display: "AMF URI"
comment: ""
- name: "plmnId"
comment: "format: http://<IP>:<PORT> e.g: http://192.168.1.1:9090"
- name: "taiList"
type: "regex"
value: "00101"
value: ""
access: "read-write"
filter: "^[0-9]{5,6}$"
display: "PLMN ID"
comment: ""
- name: "tac"
type: "string"
value: "1"
access: "read-write"
filter: "0~8"
display: "TAC"
comment: "0~16777215"
filter: ""
display: "Tai List"
comment: "allow TaiList null or add more tai value"
array:
- name: "index"
type: "int"
value: "1"
access: "read-only"
filter: "1~32"
display: "Index"
comment: "1~32"
- name: "mcc"
type: "regex"
value: "460"
access: "read-write"
filter: '^\d{3,3}$'
display: "MCC"
comment: ""
- name: "mnc"
type: "regex"
value: "00"
access: "read-write"
filter: '^\d{2,3}$'
display: "MNC"
comment: ""
- name: "tac"
type: "regex"
value: "4388"
access: "read-write"
filter: '^(\d+(;\d+)*)?$'
display: "TAC"
comment: "(A).format is decimal string,e.g:43888 (B).Allow set multiple tac value by ; split, e:4388;4360 "
mmeProfile:
display: "MME Profile"
@@ -90,6 +119,13 @@ cbc:
filter: "0~15"
display: "Index"
comment: "0~15"
- name: "enabled"
type: "bool"
value: "1"
access: "read-write"
filter: '{"0":"false","1":"true"}'
display: "Enable MME"
comment: "apply the current MME NF Profile"
- name: "name"
type: "string"
value: "MME"
@@ -103,18 +139,40 @@ cbc:
access: "read-write"
filter: "0~64"
display: "MME URI"
comment: ""
- name: "plmnId"
comment: "format: sctp://<IP>:<PORT> e.g: sctp://192.168.1.1:9090"
- name: "taiList"
type: "regex"
value: "00101"
value: ""
access: "read-write"
filter: "^[0-9]{5,6}$"
display: "PLMN ID"
comment: ""
- name: "tac"
type: "string"
value: "1"
access: "read-write"
filter: "0~8"
display: "TAC"
comment: "0~16777215"
filter: ""
display: "Tai List"
comment: "allow TaiList null or add more tai value"
array:
- name: "index"
type: "int"
value: "1"
access: "read-only"
filter: "1~32"
display: "Index"
comment: "1~32"
- name: "mcc"
type: "regex"
value: "460"
access: "read-write"
filter: '^\d{3,3}$'
display: "MCC"
comment: ""
- name: "mnc"
type: "regex"
value: "00"
access: "read-write"
filter: '^\d{2,3}$'
display: "MNC"
comment: ""
- name: "tac"
type: "regex"
value: "4388"
access: "read-write"
filter: '^(\d+(;\d+)*)?$'
display: "TAC"
comment: "(A).format is decimal string,e.g:43888 (B).Allow set multiple tac value by ; split, e:4388;4360 "