fix: udm parameter config

This commit is contained in:
2024-01-30 14:38:50 +08:00
parent 14232fcad7
commit 6b465f90d9

View File

@@ -98,16 +98,16 @@ udm:
comment: ""
- name: "uplink"
type: "regex"
value: '1Gbps'
value: '1 Gbps'
access: "read-write"
filter: '^\d+(\.\d+)?( )(bps|Kbps|Mbps|Gbps|Tbps)$'
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Uplink"
comment: ""
- name: "downlink"
type: "regex"
value: '2Gbps'
value: '2 Gbps'
access: "read-write"
filter: '^\d+(\.\d+)?( )(bps|Kbps|Mbps|Gbps|Tbps)$'
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Downlink"
comment: ""
subsNssais:
@@ -380,14 +380,14 @@ udm:
comment: ""
- name: "subscribedSessionAmbrUL"
type: "regex"
value: "1Gbps"
value: "1 Gbps"
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Subscribed Session AMBR Uplink"
comment: ""
- name: "subscribedSessionAmbrDL"
type: "regex"
value: "2Gbps"
value: "2 Gbps"
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Subscribed Session AMBR Downlink"