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