free5gc / free5gc

Open source 5G core network base on 3GPP R15
https://free5gc.org
Apache License 2.0
1.88k stars 613 forks source link

[Bugs]Session-AMBR is not in effect #183

Closed juststrive007 closed 1 year ago

juststrive007 commented 3 years ago

Describe the bug

the Configuration of Session-AMBR (Aggregate Maximum Bit Rate)is not in effect

To Reproduce

Steps to reproduce the behavior:

  1. I changed the ue subscribe info in mogodb, and the table name is subscriptionData.provisionedData.smData.
  2. sessionAmbr:{ "uplink":"1000Kbps", "downlink":"1000Kbps" }
  3. Run the free5gc functions use the recommended script run.sh

Expected behavior

The uplink and downlink rate of UE should be controlled within 1000Kbps

Screenshots

However, the rate at which UE can actually receive and transmit is not limited

Environment :

free5gc-org commented 3 years ago

@juststrive007 Yes, UPF QoS is not supported.

free5gc-org commented 2 years ago

This issue has been mentioned on free5GC. There might be relevant details there:

http://forum.free5gc.org/t/throughput-with-free5gc/1431/2