@@ -245,9 +245,9 @@ omec-sub-provision:
245
245
mtu : 1460 # Value is sent to UE when PDU Session Established
246
246
ue-ip-pool : " 172.250.1.0/16" # IP address pool for subscribers
247
247
ue-dnn-qos :
248
- dnn-mbr-downlink : 200000000 # UE level downlink QoS
249
- dnn-mbr-uplink : 20000000 # UE level uplink QoS
250
- bitrate-unit : bps # Unit for above QoS rates
248
+ dnn-mbr-downlink : 500 # UE level downlink QoS (Maximum bit rate per UE)
249
+ dnn-mbr-uplink : 500 # UE level uplink QoS (Maximum bit rate per UE)
250
+ bitrate-unit : Mbps # Unit for above QoS rates
251
251
traffic-class : # Default bearer QCI/ARP (not used in 5G)
252
252
name : " platinum"
253
253
qci : 9
@@ -329,15 +329,22 @@ omec-user-plane:
329
329
ip : 192.168.250.3/24
330
330
cfgFiles :
331
331
upf.jsonc :
332
- mode : af_packet # This mode implies no DPDK
332
+ mode : af_packet # This mode implies no DPDK
333
333
hwcksum : true
334
334
log_level : " trace"
335
335
measure_upf : true
336
336
measure_flow : true
337
- gtppsc : true # Extension header enabled in 5G.
337
+ gtppsc : true # Extension header enabled in 5G.
338
338
cpiface :
339
339
dnn : " internet" # Must match Slice dnn
340
340
hostname : " upf"
341
341
# http_port: "8080"
342
342
enable_ue_ip_alloc : false # If true, UPF allocates address from following pool
343
343
ue_ip_pool : " 172.250.0.0/16" # IP pool used UEs if enable_ue_ip_alloc=true
344
+ slice_rate_limit_config : # Slice-level rate limiting (also controlled by ROC)
345
+ # Uplink
346
+ n6_bps : 10000000000 # 10Gbps
347
+ n6_burst_bytes : 12500000 # 10ms * 10Gbps
348
+ # Downlink
349
+ n3_bps : 10000000000 # 10Gbps
350
+ n3_burst_bytes : 12500000 # 10ms * 10Gbps
0 commit comments