Added Control Rx media type and mapped it to QCI 5

This commit is contained in:
Supreeth Herle 2019-12-17 09:57:44 +01:00 committed by Sukchan Lee
parent 219899b8d0
commit 50f5a527a8
1 changed files with 3 additions and 0 deletions

View File

@ -714,6 +714,9 @@ int pcrf_gx_send_rar(
case OGS_DIAM_RX_MEDIA_TYPE_AUDIO:
qci = OGS_PDN_QCI_1;
break;
case OGS_DIAM_RX_MEDIA_TYPE_CONTROL:
qci = OGS_PDN_QCI_5;
break;
default:
ogs_error("Not implemented : [Media-Type:%d]",
media_component->media_type);