summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRakesh Raghava <rakeshraghava@google.com>2023-03-08 15:33:46 +0000
committerRakesh Raghava <rakeshraghava@google.com>2023-03-08 15:50:27 +0000
commit9742a738377ecc893286265294730c618ca3da4f (patch)
treefccc78b2ab017887dd8af4adfc774f17c2511526
parent4958e270e3c67b2f7fa61b6bf817460887300dba (diff)
downloadImsMedia-9742a738377ecc893286265294730c618ca3da4f.tar.gz
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
-rw-r--r--service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h2
1 files changed, 1 insertions, 1 deletions
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