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: ''
access: "read-write"
filter: '^.{1,63}$'
display: "App ID"
display: "APP ID"
comment: "0~63"
- name: "flowTemplate"
type: "string"

View File

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