fix: udm&pcf parameter config

This commit is contained in:
2023-11-21 16:29:30 +08:00
parent 8c2b892dc5
commit cb16276f0a
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ pcf:
value: '' value: ''
access: "read-write" access: "read-write"
filter: '^.{1,63}$' filter: '^.{1,63}$'
display: "App ID" display: "APP ID"
comment: "0~63" comment: "0~63"
- name: "flowTemplate" - name: "flowTemplate"
type: "string" type: "string"

View File

@@ -111,7 +111,7 @@ udm:
display: "Downlink" display: "Downlink"
comment: "" comment: ""
subsNssais: subsNssais:
display: "Subs Nssais" display: "Subs NSSAIs"
array: array:
- name: "index" - name: "index"
type: "int" type: "int"
@@ -383,14 +383,14 @@ udm:
value: "1Gbps" value: "1Gbps"
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Subscribed Session AMBR UL" display: "Subscribed Session AMBR Uplink"
comment: "" comment: ""
- name: "subscribedSessionAmbrDL" - name: "subscribedSessionAmbrDL"
type: "regex" type: "regex"
value: "2Gbps" value: "2Gbps"
access: "read-write" access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Subscribed Session AMBR DL" display: "Subscribed Session AMBR Downlink"
comment: "" comment: ""
- name: "staticIPAddress" - name: "staticIPAddress"
type: "ipv4" type: "ipv4"