DIAMETER: Send QoS AVPs in Gx CCA

This way we can trigger code paths in GGSN/PGW parsing those.

Change-Id: Ib758d4e3acc331954aca6423372410cb1e341ebd
This commit is contained in:
Pau Espin 2022-06-03 12:06:07 +02:00 committed by pespin
parent 6477d7358a
commit ee961c77fd
1 changed files with 9 additions and 3 deletions

View File

@ -1529,9 +1529,15 @@ ts_DIA_Gx_CCA(template (value) UINT32 hbh_id, template (value) UINT32 ete_id,
ts_AVP_OriginRealm("localdomain"),
ts_AVP_AuthAppId(int2oct(c_DIAMETER_3GPP_Gx_AID, 4)),
ts_AVP_CcReqType(req_type),
ts_AVP_CcReqNum(req_num)//,
// qos
// default eps bearer qos
ts_AVP_CcReqNum(req_num),
ts_AVP_PCC_3GPP_QoS_Information({
ts_AVP_PCC_3GPP_APN_Aggregate_Max_Bitrate_UL(33554432),
ts_AVP_PCC_3GPP_APN_Aggregate_Max_Bitrate_DL(52428800)
}),
ts_AVP_PCC_3GPP_Default_EPS_Bearer_QoS({
ts_AVP_PCC_3GPP_QoS_Class_Identifier(9),
ts_AVP_PCC_3GPP_AllocRetenPrio(2)
})
// supported features
// origin
});