Files
docker_open5gs/srsran/qos.yml
2024-12-26 20:37:40 +01:00

145 lines
3.0 KiB
YAML

# Quality of Service (QoS) example configurations for 5QI 1, 2, 5, 7 and 9
# Based on 5QI characteristics in TS 23.501 table 5.7.4-1
# This is a supplementary configuration to modify the RLC and PDCP radio bearers on
# a per 5QI basis.
qos:
-
five_qi: 1 # E.g. Conversational Voice
pdcp:
tx:
sn: 12
discard_timer: -1
status_report_required: false
rx:
sn: 12
t_reordering: 80
out_of_order_delivery: false
f1u_cu_up:
backoff_timer: 10
f1u_du:
backoff_timer: 10
rlc:
mode: um-bidir
um-bidir:
tx:
sn: 12
queue-size: 16384
queue-bytes: 6172672
rx:
sn: 12
t-reassembly: 50
-
five_qi: 2 # E.g. Conversational Video
pdcp:
tx:
sn: 12
discard_timer: -1
status_report_required: false
rx:
sn: 12
t_reordering: 80
out_of_order_delivery: false
f1u_cu_up:
backoff_timer: 10
f1u_du:
backoff_timer: 10
rlc:
mode: um-bidir
um-bidir:
tx:
sn: 12
queue-size: 16384
queue-bytes: 6172672
rx:
sn: 12
t-reassembly: 50
-
five_qi: 5 # E.g. IMS signaling
rlc:
mode: am
am:
tx:
sn: 12
t-poll-retransmit: 80
max-retx-threshold: 4
poll-pdu: 64
poll-byte: 125
queue-size: 16384
queue-bytes: 6172672
rx:
sn: 12
t-reassembly: 80
t-status-prohibit: 10
pdcp:
integrity_required: false
tx:
sn: 12
discard_timer: -1
status_report_required: false
rx:
sn: 12
t_reordering: 80
out_of_order_delivery: false
f1u_du:
backoff_timer: 10
f1u_cu_up:
backoff_timer: 10
-
five_qi: 7 # E.g. Voice, Video (live streaming)
pdcp:
integrity_required: false
tx:
sn: 12
discard_timer: -1
status_report_required: false
rx:
sn: 12
t_reordering: 80
out_of_order_delivery: false
f1u_cu_up:
backoff_timer: 10
f1u_du:
backoff_timer: 10
rlc:
mode: um-bidir
um-bidir:
tx:
sn: 12
queue-size: 16384
queue-bytes: 6172672
rx:
sn: 12
t-reassembly: 100
-
five_qi: 9 # E.g. Buffered video streaming, TCP-based traffic
pdcp:
tx:
sn: 18
discard_timer: -1
status_report_required: false
rx:
sn: 18
t_reordering: 220
out_of_order_delivery: false
f1u_cu_up:
backoff_timer: 10
f1u_du:
backoff_timer: 10
rlc:
mode: am
am:
tx:
sn: 18
t-poll-retransmit: 20
max-retx-threshold: 32
poll-pdu: 16
poll-byte: -1
queue-size: 16384
queue-bytes: 6172672
rx:
sn: 18
t-reassembly: 20
t-status-prohibit: 10