feat: 更新并格式化网元参数配置文件

This commit is contained in:
TsMask
2024-08-15 19:06:16 +08:00
parent 4c89a4ad44
commit fd234364b4
13 changed files with 2316 additions and 2238 deletions

View File

@@ -1,324 +1,329 @@
amf: amf:
system: system:
display: "System Config" display: "System Config"
sort: 1
list: list:
- name: "amfName" - name: "amfName"
type: "string" type: "string"
value: "AMF" value: "AMF"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "AMF Name" display: "AMF Name"
comment: "" comment: ""
- name: "relativeCapacity" - name: "relativeCapacity"
type: "int" type: "int"
value: "255" value: "255"
access: "read-write" access: "read-write"
filter: "0~255" filter: "0~255"
display: "Relative Capacity" display: "Relative Capacity"
comment: "0~255" comment: "0~255"
- name: "sbiScheme" - name: "sbiScheme"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"http","1":"https"}' filter: '{"0":"http","1":"https"}'
display: "SBI Scheme" display: "SBI Scheme"
comment: "" comment: ""
- name: "sbiServerIp" - name: "sbiServerIp"
type: "string" type: "string"
value: "192.168.1.183" value: "192.168.1.183"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "SBI Server IP" display: "SBI Server IP"
comment: "" comment: ""
- name: "sbiServerPort" - name: "sbiServerPort"
type: "int" type: "int"
value: "8080" value: "8080"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "SBI Server Port" display: "SBI Server Port"
comment: "0~65535" comment: "0~65535"
- name: "nrfEnabled" - name: "nrfEnabled"
type: "bool" type: "bool"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "NRF Enabled" display: "NRF Enabled"
comment: "" comment: ""
- name: "nrfUri" - name: "nrfUri"
type: "string" type: "string"
value: "http://172.16.5.180:8080" value: "http://172.16.5.180:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "NRF URI" display: "NRF URI"
comment: "" comment: ""
- name: "ausfUri" - name: "ausfUri"
type: "string" type: "string"
value: "http://172.16.5.130:8080" value: "http://172.16.5.130:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "AUSF URI" display: "AUSF URI"
comment: "" comment: ""
- name: "udmUri" - name: "udmUri"
type: "string" type: "string"
value: "http://172.16.5.140:8080" value: "http://172.16.5.140:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "UDM URI" display: "UDM URI"
comment: "" comment: ""
- name: "smfUri" - name: "smfUri"
type: "string" type: "string"
value: "http://172.16.5.150:8080" value: "http://172.16.5.150:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "SMF URI" display: "SMF URI"
comment: "" comment: ""
- name: "pcfUri" - name: "pcfUri"
type: "string" type: "string"
value: "http://172.16.5.160:8080" value: "http://172.16.5.160:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "PCF URI" display: "PCF URI"
comment: "" comment: ""
- name: "lmfUri" - name: "lmfUri"
type: "string" type: "string"
value: "http://172.16.5.200:8080" value: "http://172.16.5.200:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "LMF URI" display: "LMF URI"
comment: "" comment: ""
- name: "nefUri" - name: "nefUri"
type: "string" type: "string"
value: "http://172.16.5.210:8080" value: "http://172.16.5.210:8080"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "NEF URI" display: "NEF URI"
comment: "" comment: ""
- name: "imeiRestrictionEnabled" - name: "imeiRestrictionEnabled"
type: "bool" type: "bool"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "IMEI Restriction Enabled" display: "IMEI Restriction Enabled"
comment: "" comment: ""
- name: "allowedImeiPrefix" - name: "allowedImeiPrefix"
type: "string" type: "string"
value: "869583045" value: "869583045"
access: "read-write" access: "read-write"
filter: '0~128' filter: "0~128"
display: "Allowed IMEI Prefix" display: "Allowed IMEI Prefix"
comment: "" comment: ""
- name: "dnnCorrectionEnabled" - name: "dnnCorrectionEnabled"
type: "bool" type: "bool"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "DNN Correction Enabled" display: "DNN Correction Enabled"
comment: "" comment: ""
- name: "defaultDnn" - name: "defaultDnn"
type: "string" type: "string"
value: "internet" value: "internet"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "Default DNN" display: "Default DNN"
comment: "" comment: ""
- name: "integrityAlgorithm" - name: "integrityAlgorithm"
type: "enum" type: "enum"
value: "2" value: "2"
access: "read-write" access: "read-write"
filter: '{"0":"NIA0","1":"NIA1","2":"NIA2","3":"NIA3"}' filter: '{"0":"NIA0","1":"NIA1","2":"NIA2","3":"NIA3"}'
display: "Integrity Algorithm" display: "Integrity Algorithm"
comment: "" comment: ""
- name: "cipheringAlgorithm" - name: "cipheringAlgorithm"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"NEA0","1":"NEA1","2":"NEA2","3":"NEA3"}' filter: '{"0":"NEA0","1":"NEA1","2":"NEA2","3":"NEA3"}'
display: "Ciphering Algorithm" display: "Ciphering Algorithm"
comment: "" comment: ""
- name: "t3502" - name: "t3502"
type: "int" type: "int"
value: "720" value: "720"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3502" display: "T3502"
comment: "" comment: ""
- name: "t3512" - name: "t3512"
type: "int" type: "int"
value: "3600" value: "3600"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3512" display: "T3512"
comment: "" comment: ""
- name: "t3513" - name: "t3513"
type: "int" type: "int"
value: "2" value: "2"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3513" display: "T3513"
comment: "" comment: ""
- name: "t3522" - name: "t3522"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3522" display: "T3522"
comment: "" comment: ""
- name: "t3550" - name: "t3550"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3550" display: "T3550"
comment: "" comment: ""
- name: "t3555" - name: "t3555"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3555" display: "T3555"
comment: "" comment: ""
- name: "t3560" - name: "t3560"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3560" display: "T3560"
comment: "" comment: ""
- name: "t3565" - name: "t3565"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3565" display: "T3565"
comment: "" comment: ""
- name: "t3570" - name: "t3570"
type: "int" type: "int"
value: "6" value: "6"
access: "read-write" access: "read-write"
filter: "1~65535" filter: "1~65535"
display: "T3570" display: "T3570"
comment: "" comment: ""
association: association:
display: "TNL Association List" display: "TNL Association List"
sort: 3
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "ngapIp" - name: "ngapIp"
type: "string" type: "string"
value: "192.168.1.183" value: "192.168.1.183"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "NGAP IP" display: "NGAP IP"
comment: "" comment: ""
- name: "ngapSctpPort" - name: "ngapSctpPort"
type: "int" type: "int"
value: "38412" value: "38412"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "NGAP SCTP Port" display: "NGAP SCTP Port"
comment: "0~65535" comment: "0~65535"
- name: "weightFactor" - name: "weightFactor"
type: "int" type: "int"
value: "255" value: "255"
access: "read-write" access: "read-write"
filter: "0~255" filter: "0~255"
display: "Weight" display: "Weight"
comment: "0~255" comment: "0~255"
guami: guami:
display: "GUAMI List" display: "GUAMI List"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "plmnId" - name: "plmnId"
type: "regex" type: "regex"
value: '00101' value: "00101"
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: "^[0-9]{5,6}$"
display: "PLMN ID" display: "PLMN ID"
comment: "" comment: ""
- name: "regionId" - name: "regionId"
type: "int" type: "int"
value: '1' value: "1"
access: "read-write" access: "read-write"
filter: '0~255' filter: "0~255"
display: "Region ID" display: "Region ID"
comment: "0~255" comment: "0~255"
- name: "setId" - name: "setId"
type: "int" type: "int"
value: '1' value: "1"
access: "read-write" access: "read-write"
filter: '0~1023' filter: "0~1023"
display: "Set ID" display: "Set ID"
comment: "0~1023" comment: "0~1023"
- name: "pointer" - name: "pointer"
type: "int" type: "int"
value: '1' value: "1"
access: "read-write" access: "read-write"
filter: '0~63' filter: "0~63"
display: "Pointer" display: "Pointer"
comment: "0~63" comment: "0~63"
tai: tai:
display: "TAI List" display: "TAI List"
sort: 7
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "plmnId" - name: "plmnId"
type: "regex" type: "regex"
value: '00101' value: "00101"
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: "^[0-9]{5,6}$"
display: "PLMN ID" display: "PLMN ID"
comment: "" comment: ""
- name: "tac" - name: "tac"
type: "string" type: "string"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '0~8' filter: "0~8"
display: "TAC" display: "TAC"
comment: "0~16777215" comment: "0~16777215"
slice: slice:
display: "Slice List" display: "Slice List"
sort: 9
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "plmnId" - name: "plmnId"
type: "regex" type: "regex"
value: '00101' value: "00101"
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: "^[0-9]{5,6}$"
display: "PLMN ID" display: "PLMN ID"
comment: "" comment: ""
- name: "sst" - name: "sst"
type: "int" type: "int"
value: '1' value: "1"
access: "read-write" access: "read-write"
filter: '0~127' filter: "0~127"
display: "SST" display: "SST"
comment: "0~127" comment: "0~127"
- name: "sd" - name: "sd"
type: "regex" type: "regex"
value: '000001' value: "000001"
access: "read-write" access: "read-write"
filter: '^[A-Fa-f0-9]{6}' filter: "^[A-Fa-f0-9]{6}"
display: "SD" display: "SD"
comment: "" comment: ""

View File

@@ -1,46 +1,47 @@
ausf: ausf:
system: system:
display: "System" display: "System"
sort: 1
list: list:
- name: "serviceIP" - name: "serviceIP"
type: "ipv4" type: "ipv4"
value: "172.16.5.130" value: "172.16.5.130"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Service IP" display: "Service IP"
comment: "" comment: ""
- name: "servicePort" - name: "servicePort"
type: "int" type: "int"
value: "8080" value: "8080"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "Service Port" display: "Service Port"
comment: "" comment: ""
- name: "scheme" - name: "scheme"
type: "enum" type: "enum"
value: "http" value: "http"
access: "read-write" access: "read-write"
filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" filter: '{"0":"HTTP", "1":"HTTPS"}'
display: "Scheme" display: "Scheme"
comment: "" comment: ""
- name: "nrfUri" - name: "nrfUri"
type: "string" type: "string"
value: "http://172.16.5.180:8080" value: "http://172.16.5.180:8080"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NRF URI" display: "NRF URI"
comment: "" comment: ""
- name: "udmUri" - name: "udmUri"
type: "string" type: "string"
value: "http://172.16.5.140:8080" value: "http://172.16.5.140:8080"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "UDM URI" display: "UDM URI"
comment: "" comment: ""
- name: "groupId" - name: "groupId"
type: "string" type: "string"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Group ID" display: "Group ID"
comment: "" comment: ""

View File

@@ -1,6 +1,7 @@
ims: ims:
system: system:
display: "System" display: "System"
sort: 1
list: list:
- name: "label" - name: "label"
type: "string" type: "string"
@@ -123,14 +124,15 @@ ims:
comment: "" comment: ""
plmn: plmn:
display: "PLMN List" display: "PLMN List"
sort: 3
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: "0~15" filter: "0~3"
display: "Index" display: "Index"
comment: "0~15" comment: "0~3"
- name: "mcc" - name: "mcc"
type: "regex" type: "regex"
value: "001" value: "001"
@@ -154,6 +156,7 @@ ims:
comment: "" comment: ""
mmtel_dialplan: mmtel_dialplan:
display: "MMTEL Dialplan" display: "MMTEL Dialplan"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -255,6 +258,7 @@ ims:
comment: "Enable: Close/Open" comment: "Enable: Close/Open"
ds_system: ds_system:
display: "DS System" display: "DS System"
sort: 7
list: list:
- name: "dispatchSystemInd" - name: "dispatchSystemInd"
type: "bool" type: "bool"

View File

@@ -1,6 +1,7 @@
mme: mme:
system: system:
display: "System Config" display: "System Config"
sort: 1
list: list:
- name: "csfbEnabled" - name: "csfbEnabled"
type: "bool" type: "bool"
@@ -88,6 +89,7 @@ mme:
comment: "0~20" comment: "0~20"
gummei: gummei:
display: "Gummei List" display: "Gummei List"
sort: 3
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -119,6 +121,7 @@ mme:
comment: "0~255" comment: "0~255"
tai: tai:
display: "TAI List" display: "TAI List"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -143,6 +146,7 @@ mme:
comment: "0~65535" comment: "0~65535"
hss: hss:
display: "HSS List" display: "HSS List"
sort: 7
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -181,6 +185,7 @@ mme:
comment: "0~65535" comment: "0~65535"
sgw: sgw:
display: "SGW List" display: "SGW List"
sort: 9
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -212,6 +217,7 @@ mme:
comment: "0~64" comment: "0~64"
pgw: pgw:
display: "PGW List" display: "PGW List"
sort: 11
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -243,6 +249,7 @@ mme:
comment: "0~64" comment: "0~64"
amf: amf:
display: "AMF List" display: "AMF List"
sort: 13
array: array:
- name: "index" - name: "index"
type: "int" type: "int"

View File

@@ -1,108 +1,111 @@
mocngw: mocngw:
system: system:
display: "System Config" display: "System Config"
sort: 1
list: list:
- name: "s1apSouthAddr" - name: "s1apSouthAddr"
type: "string" type: "string"
value: "192.168.7.163" value: "192.168.7.163"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "S1AP South Address" display: "S1AP South Address"
comment: "" comment: ""
- name: "s1apNorthAddr" - name: "s1apNorthAddr"
type: "string" type: "string"
value: "192.168.8.163" value: "192.168.8.163"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "S1AP North Address" display: "S1AP North Address"
comment: "" comment: ""
- name: "tac" - name: "tac"
type: "int" type: "int"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '0~65535' filter: "0~65535"
display: "TAC" display: "TAC"
comment: "0~65535" comment: "0~65535"
- name: "enbId" - name: "enbId"
type: "int" type: "int"
value: "24" value: "24"
access: "read-write" access: "read-write"
filter: "0~1048575" filter: "0~1048575"
display: "ENB ID" display: "ENB ID"
comment: "0~1048575" comment: "0~1048575"
- name: "userPlaneEnabled" - name: "userPlaneEnabled"
type: "bool" type: "bool"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "User Plane Enabled" display: "User Plane Enabled"
comment: "" comment: ""
- name: "pfcpAddr" - name: "pfcpAddr"
type: "string" type: "string"
value: "192.168.7.163" value: "192.168.7.163"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "PFCP Address" display: "PFCP Address"
comment: "" comment: ""
mme: mme:
display: "MME List" display: "MME List"
sort: 3
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "s1apAddr" - name: "s1apAddr"
type: "string" type: "string"
value: "192.168.1.161" value: "192.168.1.161"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "S1AP Address" display: "S1AP Address"
comment: "" comment: ""
- name: "s1apPort" - name: "s1apPort"
type: "int" type: "int"
value: "36412" value: "36412"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "S1AP Port" display: "S1AP Port"
comment: "0~65535" comment: "0~65535"
- name: "plmnId" - name: "plmnId"
type: "regex" type: "regex"
value: '00101' value: "00101"
access: "read-write" access: "read-write"
filter: '^[0-9]{5,6}$' filter: "^[0-9]{5,6}$"
display: "PLMN ID" display: "PLMN ID"
comment: "" comment: ""
upgw: upgw:
display: "UPGW Config" display: "UPGW Config"
sort: 5
list: list:
- name: "pfcpAddr" - name: "pfcpAddr"
type: "string" type: "string"
value: "192.168.1.159" value: "192.168.1.159"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "PFCP Address" display: "PFCP Address"
comment: "" comment: ""
- name: "pfcpPort" - name: "pfcpPort"
type: "int" type: "int"
value: "8805" value: "8805"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "PFCP Port" display: "PFCP Port"
comment: "0~65535" comment: "0~65535"
- name: "gtpuSouthAddr" - name: "gtpuSouthAddr"
type: "string" type: "string"
value: "10.10.1.2" value: "10.10.1.2"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "GTP-U South Address" display: "GTP-U South Address"
comment: "" comment: ""
- name: "gtpuNorthAddr" - name: "gtpuNorthAddr"
type: "string" type: "string"
value: "192.168.7.123" value: "192.168.7.123"
access: "read-write" access: "read-write"
filter: '0~64' filter: "0~64"
display: "GTP-U North Address" display: "GTP-U North Address"
comment: "" comment: ""

View File

@@ -1,61 +1,61 @@
n3iwf: n3iwf:
system: system:
display: "System" display: "System"
sort: 1
list: list:
- name: "ikeBindAddr" - name: "ikeBindAddr"
type: "string" type: "string"
value: "192.168.12.160" value: "192.168.12.160"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "IKEBindAddress" display: "IKEBindAddress"
comment: "" comment: ""
- name: "gtpBindAddr" - name: "gtpBindAddr"
type: "string" type: "string"
value: "192.168.12.161" value: "192.168.12.161"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "GTPBindAddress" display: "GTPBindAddress"
comment: "" comment: ""
- name: "fqdn" - name: "fqdn"
type: "string" type: "string"
value: "n3iwf.5gc.mnc00.mcc460.pub.3gppnetwork.org" value: "n3iwf.5gc.mnc00.mcc460.pub.3gppnetwork.org"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "FQDN" display: "FQDN"
comment: "" comment: ""
- name: "internalIP" - name: "internalIP"
type: "string" type: "string"
value: "172.16.1.190" value: "172.16.1.190"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "InternalIP" display: "InternalIP"
comment: "" comment: ""
- name: "udmAddr" - name: "udmAddr"
type: "string" type: "string"
value: "172.16.1.140:8080" value: "172.16.1.140:8080"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "UdmIPAddrPort" display: "UdmIPAddrPort"
comment: "" comment: ""
- name: "smfIPAddr" - name: "smfIPAddr"
type: "string" type: "string"
value: "172.16.1.150" value: "172.16.1.150"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "SmfIPAddress" display: "SmfIPAddress"
comment: "" comment: ""
- name: "n3IPAddr" - name: "n3IPAddr"
type: "string" type: "string"
value: "192.168.1.160" value: "192.168.1.160"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "N3IPAddress" display: "N3IPAddress"
comment: "" comment: ""
- name: "n6IPAddr" - name: "n6IPAddr"
type: "string" type: "string"
value: "192.168.1.161" value: "192.168.1.161"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "N6IPAddress" display: "N6IPAddress"
comment: "" comment: ""

View File

@@ -1,64 +1,67 @@
nrf: nrf:
system: system:
display: "System" display: "System"
sort: 1
perms: "put"
list: list:
- name: "serviceIP" - name: "serviceIP"
type: "ipv4" type: "ipv4"
value: "172.16.5.180" value: "172.16.5.180"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Service IP" display: "Service IP"
comment: "" comment: ""
- name: "servicePort" - name: "servicePort"
type: "int" type: "int"
value: "8080" value: "8080"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "Service Port" display: "Service Port"
comment: "" comment: ""
- name: "scheme" - name: "scheme"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" filter: '{"0":"HTTP", "1":"HTTPS"}'
display: "Scheme" display: "Scheme"
comment: "" comment: ""
registeredNFs: registeredNFs:
display: "Registered NFs" display: "Registered NFs"
method: "get" sort: 3
perms: "get"
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~256' filter: "1~256"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "nfType" - name: "nfType"
type: "string" type: "string"
value: '' value: ""
access: "read-only" access: "read-only"
filter: '^.{1,128}$' filter: "^.{1,128}$"
display: "NF Type" display: "NF Type"
comment: "" comment: ""
- name: "status" - name: "status"
type: "string" type: "string"
value: '' value: ""
access: "read-only" access: "read-only"
filter: '^.{1,128}$' filter: "^.{1,128}$"
display: "Status" display: "Status"
comment: "" comment: ""
- name: "nfId" - name: "nfId"
type: "string" type: "string"
value: '' value: ""
access: "read-only" access: "read-only"
filter: '^.{1,128}$' filter: "^.{1,128}$"
display: "NF ID" display: "NF ID"
comment: "" comment: ""
- name: "ipAddress" - name: "ipAddress"
type: "string" type: "string"
value: '' value: ""
access: "read-only" access: "read-only"
filter: '^.{1,128}$' filter: "^.{1,128}$"
display: "IP Address" display: "IP Address"
comment: "" comment: ""

View File

@@ -1,258 +1,262 @@
nssf: nssf:
general: general:
display: "General" display: "General"
sort: 1
list: list:
- name: "nssfName" - name: "nssfName"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NSSF Name" display: "NSSF Name"
comment: "" comment: ""
- name: "nrfUri" - name: "nrfUri"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NRF URI" display: "NRF URI"
comment: "" comment: ""
- name: "logLevel" - name: "logLevel"
type: "string" type: "string"
value: "error" value: "error"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Log Level" display: "Log Level"
comment: "" comment: ""
- name: "nfId" - name: "nfId"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NF ID" display: "NF ID"
comment: "" comment: ""
- name: "systemId" - name: "systemId"
type: "int" type: "int"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "System ID" display: "System ID"
comment: "" comment: ""
sbi: sbi:
display: "SBI" display: "SBI"
sort: 3
list: list:
- name: "scheme" - name: "scheme"
type: "string" type: "string"
value: "http" value: "http"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Scheme" display: "Scheme"
comment: "" comment: ""
- name: "registerIpv4" - name: "registerIpv4"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Register IPv4" display: "Register IPv4"
comment: "" comment: ""
- name: "bindingIpv4" - name: "bindingIpv4"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Binding IPv4" display: "Binding IPv4"
comment: "" comment: ""
- name: "registerIpv6" - name: "registerIpv6"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Register IPv6" display: "Register IPv6"
comment: "" comment: ""
- name: "bindingIpv6" - name: "bindingIpv6"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Binding IPv6" display: "Binding IPv6"
comment: "" comment: ""
- name: "ipType" - name: "ipType"
type: "string" type: "string"
value: "ipv4" value: "ipv4"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "IP Type" display: "IP Type"
comment: "" comment: ""
- name: "port" - name: "port"
type: "int" type: "int"
value: "8080" value: "8080"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Port" display: "Port"
comment: "" comment: ""
- name: "telnetIpv4" - name: "telnetIpv4"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Telnet IPv4" display: "Telnet IPv4"
comment: "" comment: ""
- name: "telnetIpv6" - name: "telnetIpv6"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Telnet IPv6" display: "Telnet IPv6"
comment: "" comment: ""
- name: "telnetPort" - name: "telnetPort"
type: "int" type: "int"
value: "4100" value: "4100"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Telnet Port" display: "Telnet Port"
comment: "" comment: ""
supportedNetworkSliceList: supportedNetworkSliceList:
display: "Supported Network Slice List" display: "Supported Network Slice List"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~32' filter: "1~32"
display: "Index" display: "Index"
comment: "1~32" comment: "1~32"
- name: "mcc" - name: "mcc"
type: "string" type: "string"
value: "001" value: "001"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "MCC" display: "MCC"
comment: "" comment: ""
- name: "mnc" - name: "mnc"
type: "string" type: "string"
value: "01" value: "01"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "MNC" display: "MNC"
comment: "" comment: ""
- name: "tac" - name: "tac"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "TAC" display: "TAC"
comment: "" comment: ""
- name: "supportedSst" - name: "supportedSst"
type: "int" type: "int"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Supported SST" display: "Supported SST"
comment: "" comment: ""
- name: "supportedSd" - name: "supportedSd"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Supported SD" display: "Supported SD"
comment: "" comment: ""
- name: "restrictedSst" - name: "restrictedSst"
type: "int" type: "int"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Restricted SST" display: "Restricted SST"
comment: "" comment: ""
- name: "restrictedSd" - name: "restrictedSd"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Restricted SD" display: "Restricted SD"
comment: "" comment: ""
- name: "nrfId" - name: "nrfId"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NRF ID" display: "NRF ID"
comment: "" comment: ""
- name: "nsiId" - name: "nsiId"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NSI ID" display: "NSI ID"
comment: "" comment: ""
- name: "accessType" - name: "accessType"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Access Type" display: "Access Type"
comment: "" comment: ""
- name: "amfSetId" - name: "amfSetId"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "AMF Set ID" display: "AMF Set ID"
comment: "" comment: ""
plmnMappingList: plmnMappingList:
display: "PLMN Mapping List" display: "PLMN Mapping List"
sort: 7
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~32' filter: "1~32"
display: "Index" display: "Index"
comment: "1~32" comment: "1~32"
- name: "operatorName" - name: "operatorName"
type: "string" type: "string"
value: "" value: ""
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Operator Name" display: "Operator Name"
comment: "" comment: ""
- name: "mcc" - name: "mcc"
type: "string" type: "string"
value: "001" value: "001"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "MCC" display: "MCC"
comment: "" comment: ""
- name: "mnc" - name: "mnc"
type: "string" type: "string"
value: "02" value: "02"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "MNC" display: "MNC"
comment: "" comment: ""
- name: "servingSnssaiSst" - name: "servingSnssaiSst"
type: "int" type: "int"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Serving SNSSAI SST" display: "Serving SNSSAI SST"
comment: "" comment: ""
- name: "servingSnssaiSd" - name: "servingSnssaiSd"
type: "string" type: "string"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Serving SNSSAI SD" display: "Serving SNSSAI SD"
comment: "" comment: ""
- name: "homeSnssaiSst" - name: "homeSnssaiSst"
type: "int" type: "int"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Home SNSSAI SST" display: "Home SNSSAI SST"
comment: "" comment: ""
- name: "homeSnssaiSd" - name: "homeSnssaiSd"
type: "string" type: "string"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Home SNSSAI SD" display: "Home SNSSAI SD"
comment: "" comment: ""

View File

@@ -1,99 +1,101 @@
pcf: pcf:
system: system:
display: "System" display: "System"
sort: 1
list: list:
- name: "serviceIP" - name: "serviceIP"
type: "ipv4" type: "ipv4"
value: "172.16.5.160" value: "172.16.5.160"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Service IP" display: "Service IP"
comment: "" comment: ""
- name: "servicePort" - name: "servicePort"
type: "int" type: "int"
value: "8080" value: "8080"
access: "read-write" access: "read-write"
filter: "0~65535" filter: "0~65535"
display: "Service Port" display: "Service Port"
comment: "" comment: ""
- name: "scheme" - name: "scheme"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" filter: '{"0":"HTTP", "1":"HTTPS"}'
display: "Scheme" display: "Scheme"
comment: "" comment: ""
- name: "nrfUri" - name: "nrfUri"
type: "string" type: "string"
value: "http://172.16.5.180:8080" value: "http://172.16.5.180:8080"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "NRF URI" display: "NRF URI"
comment: "" comment: ""
- name: "supportedPlmn1" - name: "supportedPlmn1"
type: "string" type: "string"
value: "00101" value: "00101"
access: "read-write" access: "read-write"
filter: '^\d{5,6}$' filter: '^\d{5,6}$'
display: "Supported Plmn1" display: "Supported Plmn1"
comment: "" comment: ""
- name: "supportedPlmn2" - name: "supportedPlmn2"
type: "string" type: "string"
value: "00101" value: "00101"
access: "read-write" access: "read-write"
filter: '^\d{5,6}$' filter: '^\d{5,6}$'
display: "Supported Plmn2" display: "Supported Plmn2"
comment: "" comment: ""
- name: "supportedPlmn3" - name: "supportedPlmn3"
type: "string" type: "string"
value: "00101" value: "00101"
access: "read-write" access: "read-write"
filter: '^\d{5,6}$' filter: '^\d{5,6}$'
display: "Supported Plmn3" display: "Supported Plmn3"
comment: "" comment: ""
- name: "supportedPlmn4" - name: "supportedPlmn4"
type: "string" type: "string"
value: "00101" value: "00101"
access: "read-write" access: "read-write"
filter: '^\d{5,6}$' filter: '^\d{5,6}$'
display: "Supported Plmn4" display: "Supported Plmn4"
comment: "" comment: ""
serviceAreaRestriction: serviceAreaRestriction:
display: "Service Area Restriction" display: "Service Area Restriction"
sort: 3
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~16' filter: "1~16"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "name" - name: "name"
type: "string" type: "string"
value: 'def_ambr' value: "def_ambr"
access: "read-write" access: "read-write"
filter: '^.{1,32}$' filter: "^.{1,32}$"
display: "Name" display: "Name"
comment: "" comment: ""
- name: "restrictionType" - name: "restrictionType"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Allowed Areas\", \"1\":\"Not Allowed Areas\"}" filter: '{"0":"Allowed Areas", "1":"Not Allowed Areas"}'
display: "Restriction Type" display: "Restriction Type"
comment: "" comment: ""
- name: "tacs" - name: "tacs"
type: "string" type: "string"
value: '123' value: "123"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "TACs" display: "TACs"
comment: "" comment: ""
- name: "areaCodes" - name: "areaCodes"
type: "string" type: "string"
value: '123456' value: "123456"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Area Codes" display: "Area Codes"
comment: "" comment: ""
- name: "maxTAs" - name: "maxTAs"
@@ -105,139 +107,141 @@ pcf:
comment: "" comment: ""
pccRules: pccRules:
display: "PCC Rules" display: "PCC Rules"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~64' filter: "1~64"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "ruleId" - name: "ruleId"
type: "string" type: "string"
value: 'internet' value: "internet"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Rule ID" display: "Rule ID"
comment: "" comment: ""
- name: "activate" - name: "activate"
type: "bool" type: "bool"
value: 'true' value: "true"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Activate" display: "Activate"
comment: "" comment: ""
- name: "precedence" - name: "precedence"
type: "int" type: "int"
value: "80" value: "80"
access: "read-write" access: "read-write"
filter: '0~255' filter: "0~255"
display: "Precedence" display: "Precedence"
comment: "" comment: ""
- name: "flowUsage" - name: "flowUsage"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"General\", \"1\":\"IMS-Signalling\"}" filter: '{"0":"General", "1":"IMS-Signalling"}'
display: "Flow Usage" display: "Flow Usage"
comment: "" comment: ""
- name: "appId" - name: "appId"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "APP ID" display: "APP ID"
comment: "" comment: ""
- name: "flowTemplate" - name: "flowTemplate"
type: "string" type: "string"
value: 'flow_any' value: "flow_any"
access: "read-write" access: "read-write"
filter: '^.{1,255}$' filter: "^.{1,255}$"
display: "Flow Template" display: "Flow Template"
comment: "" comment: ""
- name: "qosId" - name: "qosId"
type: "string" type: "string"
value: 'qos_internet' value: "qos_internet"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "QoS ID" display: "QoS ID"
comment: "" comment: ""
- name: "trafficControlId" - name: "trafficControlId"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Traffic Control ID" display: "Traffic Control ID"
comment: "" comment: ""
- name: "usageMonitoringId" - name: "usageMonitoringId"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Usage Monitoring ID" display: "Usage Monitoring ID"
comment: "" comment: ""
sessionRules: sessionRules:
display: "Session Rules" display: "Session Rules"
sort: 7
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~64' filter: "1~64"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "ruleId" - name: "ruleId"
type: "string" type: "string"
value: 'internet' value: "internet"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Rule ID" display: "Rule ID"
comment: "" comment: ""
- name: "activate" - name: "activate"
type: "bool" type: "bool"
value: 'true' value: "true"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Activate" display: "Activate"
comment: "" comment: ""
- name: "fiveQI" - name: "fiveQI"
type: "int" type: "int"
value: "9" value: "9"
access: "read-write" access: "read-write"
filter: '0~255' filter: "0~255"
display: "5QI" display: "5QI"
comment: "" comment: ""
- name: "fiveQIPriorityLevel" - name: "fiveQIPriorityLevel"
type: "int" type: "int"
value: "80" value: "80"
access: "read-write" access: "read-write"
filter: '0~127' filter: "0~127"
display: "5QI Priority Level" display: "5QI Priority Level"
comment: "" comment: ""
- name: "flowUsage" - name: "flowUsage"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"General\", \"1\":\"IMS-Signalling\"}" filter: '{"0":"General", "1":"IMS-Signalling"}'
display: "Flow Usage" display: "Flow Usage"
comment: "" comment: ""
- name: "usageMonitoringId" - name: "usageMonitoringId"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Usage Monitoring ID" display: "Usage Monitoring ID"
comment: "" comment: ""
- name: "ambrDl" - name: "ambrDl"
type: "string" type: "string"
value: '200Mbps' value: "200Mbps"
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "AMBR Downlink" display: "AMBR Downlink"
comment: "" comment: ""
- name: "ambrUl" - name: "ambrUl"
type: "string" type: "string"
value: '100Mbps' value: "100Mbps"
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "AMBR Uplink" display: "AMBR Uplink"
@@ -246,227 +250,231 @@ pcf:
type: "int" type: "int"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~4095' filter: "0~4095"
display: "Averaging Window" display: "Averaging Window"
comment: "" comment: ""
- name: "maxDataBurstVolume" - name: "maxDataBurstVolume"
type: "int" type: "int"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~4095' filter: "0~4095"
display: "Max Data Burst Volume" display: "Max Data Burst Volume"
comment: "" comment: ""
- name: "arpPriorityLevel" - name: "arpPriorityLevel"
type: "int" type: "int"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '1~15' filter: "1~15"
display: "ARP Priority Level" display: "ARP Priority Level"
comment: "" comment: ""
- name: "arpPreemptCap" - name: "arpPreemptCap"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Not Preempt\",\"1\":\"May Preempt\"}" filter: '{"0":"Not Preempt","1":"May Preempt"}'
display: "ARP Preempt Capability" display: "ARP Preempt Capability"
comment: "" comment: ""
- name: "arpPreemptVuln" - name: "arpPreemptVuln"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Not Preemptable\",\"1\":\"Preemptable\"}" filter: '{"0":"Not Preemptable","1":"Preemptable"}'
display: "ARP Preempt Vulnerability" display: "ARP Preempt Vulnerability"
comment: "" comment: ""
- name: "maxbrDl" - name: "maxbrDl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Downlink" display: "Max Bitrate Downlink"
comment: "" comment: ""
- name: "maxbrUl" - name: "maxbrUl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Uplink" display: "Max Bitrate Uplink"
comment: "" comment: ""
- name: "gbrDl" - name: "gbrDl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Downlink" display: "GBR Downlink"
comment: "" comment: ""
- name: "gbrUl" - name: "gbrUl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Uplink" display: "GBR Uplink"
comment: "" comment: ""
gxServer: gxServer:
display: "Gx Server" display: "Gx Server"
sort: 9
list: list:
- name: "enable" - name: "enable"
type: "bool" type: "bool"
value: 'true' value: "true"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Enable" display: "Enable"
comment: "" comment: ""
- name: "netType" - name: "netType"
type: "enum" type: "enum"
value: '1' value: "1"
access: "read-write" access: "read-write"
filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" filter: '{"0":"TCP","1":"SCTP"}'
display: "Link Type" display: "Link Type"
comment: "" comment: ""
- name: "addr" - name: "addr"
type: "string" type: "string"
value: "172.16.5.140:3868" value: "172.16.5.140:3868"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Address" display: "Address"
comment: "" comment: ""
- name: "host" - name: "host"
type: "string" type: "string"
value: "hss.ims.mnc001.mcc001.3gppnetwork.org" value: "hss.ims.mnc001.mcc001.3gppnetwork.org"
access: "read-write" access: "read-write"
filter: '^.{0,127}$' filter: "^.{0,127}$"
display: "Host" display: "Host"
comment: "" comment: ""
- name: "realm" - name: "realm"
type: "string" type: "string"
value: "ims.mnc001.mcc001.3gppnetwork.org" value: "ims.mnc001.mcc001.3gppnetwork.org"
access: "read-write" access: "read-write"
filter: '^.{0,127}$' filter: "^.{0,127}$"
display: "Realm" display: "Realm"
comment: "" comment: ""
rxServer: rxServer:
display: "Rx Server" display: "Rx Server"
sort: 11
list: list:
- name: "enable" - name: "enable"
type: "bool" type: "bool"
value: 'true' value: "true"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Enable" display: "Enable"
comment: "" comment: ""
- name: "netType" - name: "netType"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" filter: '{"0":"TCP","1":"SCTP"}'
display: "Link Type" display: "Link Type"
comment: "" comment: ""
- name: "addr" - name: "addr"
type: "string" type: "string"
value: "172.16.5.140:3868" value: "172.16.5.140:3868"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Address" display: "Address"
comment: "" comment: ""
- name: "host" - name: "host"
type: "string" type: "string"
value: "hss.ims.mnc001.mcc001.3gppnetwork.org" value: "hss.ims.mnc001.mcc001.3gppnetwork.org"
access: "read-write" access: "read-write"
filter: '^.{0,127}$' filter: "^.{0,127}$"
display: "Host" display: "Host"
comment: "" comment: ""
- name: "realm" - name: "realm"
type: "string" type: "string"
value: "ims.mnc001.mcc001.3gppnetwork.org" value: "ims.mnc001.mcc001.3gppnetwork.org"
access: "read-write" access: "read-write"
filter: '^.{0,127}$' filter: "^.{0,127}$"
display: "Realm" display: "Realm"
comment: "" comment: ""
flowTemplate: flowTemplate:
display: "Flow Template" display: "Flow Template"
sort: 13
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~256' filter: "1~256"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "templateName" - name: "templateName"
type: "string" type: "string"
value: 'flow_any' value: "flow_any"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Template Name" display: "Template Name"
comment: "" comment: ""
- name: "flowDescription" - name: "flowDescription"
type: "string" type: "string"
value: 'permit out ip from any to assigned' value: "permit out ip from any to assigned"
access: "read-write" access: "read-write"
filter: '^.{1,127}$' filter: "^.{1,127}$"
display: "Flow Description" display: "Flow Description"
comment: "" comment: ""
- name: "flowDirection" - name: "flowDirection"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Unspecified\", \"1\":\"Uplink\", \"2\":\"Downlink\", \"3\":\"Bidirectional\"}" filter: '{"0":"Unspecified", "1":"Uplink", "2":"Downlink", "3":"Bidirectional"}'
display: "Flow Direction" display: "Flow Direction"
comment: "" comment: ""
qosTemplate: qosTemplate:
display: "QoS Template" display: "QoS Template"
sort: 15
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~64' filter: "1~64"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "qosId" - name: "qosId"
type: "string" type: "string"
value: 'qos_internet' value: "qos_internet"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "QoS ID" display: "QoS ID"
comment: "" comment: ""
- name: "fiveQI" - name: "fiveQI"
type: "int" type: "int"
value: "9" value: "9"
access: "read-write" access: "read-write"
filter: '0~255' filter: "0~255"
display: "5QI" display: "5QI"
comment: "" comment: ""
- name: "fiveQIPriorityLevel" - name: "fiveQIPriorityLevel"
type: "int" type: "int"
value: "80" value: "80"
access: "read-write" access: "read-write"
filter: '0~127' filter: "0~127"
display: "5QI Priority Level" display: "5QI Priority Level"
comment: "" comment: ""
- name: "maxbrDl" - name: "maxbrDl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Downlink" display: "Max Bitrate Downlink"
comment: "" comment: ""
- name: "maxbrUl" - name: "maxbrUl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Uplink" display: "Max Bitrate Uplink"
comment: "" comment: ""
- name: "gbrDl" - name: "gbrDl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Downlink" display: "GBR Downlink"
comment: "" comment: ""
- name: "gbrUl" - name: "gbrUl"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Uplink" display: "GBR Uplink"
@@ -475,148 +483,151 @@ pcf:
type: "int" type: "int"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '1~15' filter: "1~15"
display: "ARP Priority Level" display: "ARP Priority Level"
comment: "" comment: ""
- name: "arpPreemptCap" - name: "arpPreemptCap"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Not Preempt\",\"1\":\"May Preempt\"}" filter: '{"0":"Not Preempt","1":"May Preempt"}'
display: "ARP Preempt Capability" display: "ARP Preempt Capability"
comment: "" comment: ""
- name: "arpPreemptVuln" - name: "arpPreemptVuln"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Not Preemptable\",\"1\":\"Preemptable\"}" filter: '{"0":"Not Preemptable","1":"Preemptable"}'
display: "ARP Preempt Vulnerability" display: "ARP Preempt Vulnerability"
comment: "" comment: ""
- name: "defQosFlowIndication" - name: "defQosFlowIndication"
type: "bool" type: "bool"
value: 'false' value: "false"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Default QoS Flow Indication" display: "Default QoS Flow Indication"
comment: "" comment: ""
usageMonitoringTemplate: usageMonitoringTemplate:
display: "Usage Monitoring Template" display: "Usage Monitoring Template"
sort: 17
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~64' filter: "1~64"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "umId" - name: "umId"
type: "string" type: "string"
value: 'flow_any' value: "flow_any"
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Usage Monitoring ID" display: "Usage Monitoring ID"
comment: "" comment: ""
- name: "volumeThreshold" - name: "volumeThreshold"
type: "int" type: "int"
value: '5242880' value: "5242880"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Volume Threshold(KB)" display: "Volume Threshold(KB)"
comment: "" comment: ""
- name: "volumeThresholdUplink" - name: "volumeThresholdUplink"
type: "int" type: "int"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Volume Threshold Uplink(KB)" display: "Volume Threshold Uplink(KB)"
comment: "" comment: ""
- name: "volumeThresholdDownlink" - name: "volumeThresholdDownlink"
type: "int" type: "int"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Volume Threshold Downlink(KB)" display: "Volume Threshold Downlink(KB)"
comment: "" comment: ""
- name: "timeThreshold" - name: "timeThreshold"
type: "int" type: "int"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Time Threshold" display: "Time Threshold"
comment: "" comment: ""
- name: "inactivityTime" - name: "inactivityTime"
type: "int" type: "int"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: '' filter: ""
display: "Inactivity Time" display: "Inactivity Time"
comment: "" comment: ""
trafficControlTemplate: trafficControlTemplate:
display: "Traffic Control Template" display: "Traffic Control Template"
sort: 19
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~64' filter: "1~64"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "tcId" - name: "tcId"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Traffic Control ID" display: "Traffic Control ID"
comment: "" comment: ""
- name: "flowStatus" - name: "flowStatus"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"Disable\", \"1\":\"Uplink\", \"2\":\"Downlink\", \"3\":\"Enable\", \"4\":\"Remove\"}" filter: '{"0":"Disable", "1":"Uplink", "2":"Downlink", "3":"Enable", "4":"Remove"}'
display: "Flow Status" display: "Flow Status"
comment: "" comment: ""
- name: "muteNotif" - name: "muteNotif"
type: "bool" type: "bool"
value: 'true' value: "true"
access: "read-write" access: "read-write"
filter: 'false;true;' filter: "false;true;"
display: "Mute Notify" display: "Mute Notify"
comment: "" comment: ""
- name: "dnai" - name: "dnai"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Route to Location DNAI" display: "Route to Location DNAI"
comment: "" comment: ""
headerEnrichTemplate: headerEnrichTemplate:
display: "Header Enrich Template" display: "Header Enrich Template"
sort: 21
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "1" value: "1"
access: "read-only" access: "read-only"
filter: '1~16' filter: "1~16"
display: "Index" display: "Index"
comment: "" comment: ""
- name: "templateName" - name: "templateName"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Template Name" display: "Template Name"
comment: "" comment: ""
- name: "headerType" - name: "headerType"
type: "enum" type: "enum"
value: '0' value: "0"
access: "read-write" access: "read-write"
filter: "{\"0\":\"GPSI\", \"1\":\"SUPI\", \"2\":\"UE IP\", \"3\":\"User Location\", \"4\":\"DNN\"}" filter: '{"0":"GPSI", "1":"SUPI", "2":"UE IP", "3":"User Location", "4":"DNN"}'
display: "Header Type" display: "Header Type"
comment: "" comment: ""
- name: "headerName" - name: "headerName"
type: "string" type: "string"
value: '' value: ""
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: "^.{1,63}$"
display: "Header Name" display: "Header Name"
comment: "" comment: ""

File diff suppressed because it is too large Load Diff

View File

@@ -1,208 +1,210 @@
smsc: smsc:
system: system:
display: "System" display: "System"
sort: 1
list: list:
- name: "cdrFlag" - name: "cdrFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "CDR Flag" display: "CDR Flag"
comment: "" comment: ""
- name: "smValidity" - name: "smValidity"
type: "int" type: "int"
value: "259200" value: "259200"
access: "read-write" access: "read-write"
filter: '0-2147483647' filter: "0-2147483647"
display: "SM Validity" display: "SM Validity"
comment: "" comment: ""
- name: "logFlag" - name: "logFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Log Flag" display: "Log Flag"
comment: "" comment: ""
- name: "localPollingFlag" - name: "localPollingFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Local Polling Flag" display: "Local Polling Flag"
comment: "Enable or disable resend pending SMS to unattainable local users." comment: "Enable or disable resend pending SMS to unattainable local users."
- name: "localRoamingOutPollingFlag" - name: "localRoamingOutPollingFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Local Roaming Out Polling Flag" display: "Local Roaming Out Polling Flag"
comment: "Enable or disable resend pending SMS to unattainable outbound roaming users." comment: "Enable or disable resend pending SMS to unattainable outbound roaming users."
- name: "visitorRoamingInPollingFlag" - name: "visitorRoamingInPollingFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Visitor Roaming In Polling Flag" display: "Visitor Roaming In Polling Flag"
comment: "Enable or disable resend pending SMS to unattainable inbound roaming users." comment: "Enable or disable resend pending SMS to unattainable inbound roaming users."
- name: "otherPollingFlag" - name: "otherPollingFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Other Polling Flag" display: "Other Polling Flag"
comment: "Enable or disable resend pending SMS to other unattainable users." comment: "Enable or disable resend pending SMS to other unattainable users."
- name: "pollingNumber" - name: "pollingNumber"
type: "int" type: "int"
value: "64" value: "64"
access: "read-write" access: "read-write"
filter: '0-64' filter: "0-64"
display: "Polling Number" display: "Polling Number"
comment: "Define the maximum port number that the queue of pending SMS may grow to." comment: "Define the maximum port number that the queue of pending SMS may grow to."
- name: "priorityFlag" - name: "priorityFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Priority Flag" display: "Priority Flag"
comment: "Specify the priority parameter of SM_RP_PRI. true = High; false = Low." comment: "Specify the priority parameter of SM_RP_PRI. true = High; false = Low."
- name: "tpReplyPathFlag" - name: "tpReplyPathFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "TP Reply Path Flag" display: "TP Reply Path Flag"
comment: "Enable or disable TP-Reply-Path parameter in the SMS-DELIVER data unit." comment: "Enable or disable TP-Reply-Path parameter in the SMS-DELIVER data unit."
- name: "smscDomain" - name: "smscDomain"
type: "string" type: "string"
value: "0.0.0.0" value: "0.0.0.0"
access: "read-write" access: "read-write"
filter: '0~16' filter: "0~16"
display: "SMSC Domain" display: "SMSC Domain"
comment: "" comment: ""
- name: "csfbVolteFlag" - name: "csfbVolteFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "CSFB VoLTE Flag" display: "CSFB VoLTE Flag"
comment: "" comment: ""
- name: "camelFlag" - name: "camelFlag"
type: "bool" type: "bool"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Camel Flag" display: "Camel Flag"
comment: "" comment: ""
- name: "scfAddress" - name: "scfAddress"
type: "string" type: "string"
value: "0.0.0.0" value: "0.0.0.0"
access: "read-write" access: "read-write"
filter: '0~16' filter: "0~16"
display: "SCF Address" display: "SCF Address"
comment: "" comment: ""
msisdnsegment: msisdnsegment:
display: "MSISDN Segment List" display: "MSISDN Segment List"
method: "put" sort: 3
perms: "put"
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~15' filter: "0~15"
display: "Index" display: "Index"
comment: "0~15" comment: "0~15"
- name: "startMSISDN" - name: "startMSISDN"
type: "string" type: "string"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~32' filter: "0~32"
display: "Start MSISDN" display: "Start MSISDN"
comment: "" comment: ""
- name: "endMSISDN" - name: "endMSISDN"
type: "string" type: "string"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~32' filter: "0~32"
display: "End MSISDN" display: "End MSISDN"
comment: "" comment: ""
smpplink: smpplink:
display: "SMPP Link List" display: "SMPP Link List"
sort: 5
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
value: "0" value: "0"
access: "read-only" access: "read-only"
filter: '0~63' filter: "0~63"
display: "Index" display: "Index"
comment: "0~63" comment: "0~63"
- name: "linkAlias" - name: "linkAlias"
type: "string" type: "string"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~32' filter: "0~32"
display: "Link Alias" display: "Link Alias"
comment: "" comment: ""
- name: "sessionType" - name: "sessionType"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"bindTX","1":"bindRX","2":"bindTRX"}' filter: '{"0":"bindTX","1":"bindRX","2":"bindTRX"}'
display: "Session Type" display: "Session Type"
comment: "" comment: ""
- name: "serviceNumber" - name: "serviceNumber"
type: "string" type: "string"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '0~32' filter: "0~32"
display: "Service Number" display: "Service Number"
comment: "" comment: ""
- name: "dataCodingScheme" - name: "dataCodingScheme"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"smpp7def7","1":"smpp8dcs4def7","2":"smpp8dcs0def7","16":"smpp7def8","17":"smpp8dcs4def8","18":"smpp8dcs0def8"}' filter: '{"0":"smpp7def7","1":"smpp8dcs4def7","2":"smpp8dcs0def7","16":"smpp7def8","17":"smpp8dcs4def8","18":"smpp8dcs0def8"}'
display: "Data Coding Scheme" display: "Data Coding Scheme"
comment: "" comment: ""
- name: "platformNum" - name: "platformNum"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"plat0","1":"plat1","2":"ignore"}' filter: '{"0":"plat0","1":"plat1","2":"ignore"}'
display: "Platform Num" display: "Platform Num"
comment: "" comment: ""
- name: "timeToLive" - name: "timeToLive"
type: "int" type: "int"
value: "604800" value: "604800"
access: "read-write" access: "read-write"
filter: '0-2147483647' filter: "0-2147483647"
display: "Time To Live" display: "Time To Live"
comment: "" comment: ""
- name: "manipulationFlag" - name: "manipulationFlag"
type: "bool" type: "bool"
value: "1" value: "1"
access: "read-write" access: "read-write"
filter: '{"0":"false","1":"true"}' filter: '{"0":"false","1":"true"}'
display: "Manipulation Flag" display: "Manipulation Flag"
comment: "" comment: ""
- name: "ton" - name: "ton"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"unknown","1":"international","2":"national","3":"networkSpecific","4":"subscriberNumber","5":"alphanumeric","6":"abbreviated"}' filter: '{"0":"unknown","1":"international","2":"national","3":"networkSpecific","4":"subscriberNumber","5":"alphanumeric","6":"abbreviated"}'
display: "Type of Number" display: "Type of Number"
comment: "" comment: ""
- name: "npi" - name: "npi"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"unknown","1":"isdn","3":"data","4":"telex","6":"landMobile","8":"national","9":"private","10":"ermes","14":"internet","18":"wapClientID"}' filter: '{"0":"unknown","1":"isdn","3":"data","4":"telex","6":"landMobile","8":"national","9":"private","10":"ermes","14":"internet","18":"wapClientID"}'
display: "Number Plan Indicator" display: "Number Plan Indicator"
comment: "" comment: ""
- name: "roleType" - name: "roleType"
type: "enum" type: "enum"
value: "0" value: "0"
access: "read-write" access: "read-write"
filter: '{"0":"server","1":"client"}' filter: '{"0":"server","1":"client"}'
display: "Role Type" display: "Role Type"
comment: "" comment: ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff