From 9742a738377ecc893286265294730c618ca3da4f Mon Sep 17 00:00:00 2001 From: Rakesh Raghava Date: Wed, 8 Mar 2023 15:33:46 +0000 Subject: Rectify RTCP XR Loss RLE Report Block type handling Wrong value was set to RTCP XR Loss RLE Report Block type. Bug: 260563971 Test: atest ImsMediaNativeTests, checked Rtcp packets in call Change-Id: I5a77c6c4ed8aa9cf36b86ba5e8af4e11c993e8a2 --- .../telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h index c742d883..566497e3 100644 --- a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h +++ b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h @@ -50,7 +50,7 @@ public: * RTCP XR type Loss RLE Report Block as specified in * RFC 3611 section 4.1 */ - FLAG_RTCPXR_LOSS_RLE_REPORT_BLOCK = 1 < 0, + FLAG_RTCPXR_LOSS_RLE_REPORT_BLOCK = 1 << 0, /** * RTCP XR type Duplicate RLE Report Block as specified in * RFC 3611 section 4.2 -- cgit v1.2.3