Module: kamailio
Branch: master
Commit: 7edec9ec8420f9239134f408e6c829e299b4d213
URL: 
https://github.com/kamailio/kamailio/commit/7edec9ec8420f9239134f408e6c829e299b4d213

Author: Victor Seva <linuxman...@torreviejawireless.org>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2025-07-22T15:17:03+02:00

cdp: added support for Min-Requested-Bandwidth-[DU]L AVPs

>From 3GPP TS 29.214 version 10.6.0 Release 10:

> 5.3.31 Min-Requested-Bandwidth-DL AVP
> The Min-Requested-Bandwidth-DL AVP (AVP code 534) is of type Unsigned32, and 
> it indicates the minimum
> requested bandwidth in bits per second for a downlink IP flow. The bandwidth 
> contains all the overhead coming from
> the IP-layer and the layers above, e.g. IP, TCP, UDP, HTTP, RTP and RTP 
> payload.
> When provided in an AA-Request, it indicates the minimum requested bandwidth.
>
> 5.3.32 Min-Requested-Bandwidth-UL AVP
> The Min-Requested-Bandwidth-UL AVP (AVP code 535) is of type Unsigned32, and 
> it indicates the minimum
> requested bandwidth in bits per second for an uplink IP flow. The bandwidth 
> contains all the overhead coming from the
> IP-layer and the layers above, e.g. IP, TCP, UDP, HTTP, RTP and RTP payload.
> When provided in an AA-Request, it indicates the minimum requested bandwidth.

---

Modified: src/modules/cdp/diameter_epc_code_avp.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/7edec9ec8420f9239134f408e6c829e299b4d213.diff
Patch: 
https://github.com/kamailio/kamailio/commit/7edec9ec8420f9239134f408e6c829e299b4d213.patch

---

diff --git a/src/modules/cdp/diameter_epc_code_avp.h 
b/src/modules/cdp/diameter_epc_code_avp.h
index 186b75fe678..7c294bf21d1 100644
--- a/src/modules/cdp/diameter_epc_code_avp.h
+++ b/src/modules/cdp/diameter_epc_code_avp.h
@@ -112,6 +112,8 @@ enum
        AVP_EPC_Service_URN = 525,
        AVP_EPC_Acceptable_Service_Info = 526,
        AVP_EPC_Service_Info_Status = 527,
+       AVP_EPC_Min_Requested_Bandwidth_DL = 534,
+       AVP_EPC_Min_Requested_Bandwidth_UL = 535,
        /** 600 to 699 reserved for TS29.229                                    
                                                */
        /** 700 to 799 reserved for TS29.329                                    
                                                */
 

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to