Skip to content

Commit 5d67712

Browse files
authored
restore wrongly removed merging part in PATCH_REQ
restore wrongly removed merging part in PATCH_REQ
1 parent c0d1ca4 commit 5d67712

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pcscf/route/mt.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ route[N5_PATCH_MT_REQ] {
507507
jansson_set("string", "marBwUl", "5000 Kbps", "$var(medSubComp2)");
508508
jansson_set("string", "flowUsage", "RTCP", "$var(medSubComp2)");
509509

510+
# Merging the flows under MediaSubComponent for Audio Flow
511+
jansson_set("obj", "0", "$var(medSubComp1)", "$var(medSubComps)");
512+
jansson_set("obj", "1", "$var(medSubComp2)", "$var(medSubComps)");
513+
jansson_set("obj", "medSubComps", "$var(medSubComps)", "$var(medComp)");
514+
510515
# Now in case of a ReInvite with Video, we need to update the N5 QoS Request with the Video Flow Info
511516

512517
if(sdp_with_media("video")) {

0 commit comments

Comments
 (0)