From 6985b64a95614c26d407d6b5ac4cf942efcad4b1 Mon Sep 17 00:00:00 2001 From: Sooraj Sasindran Date: Wed, 23 Dec 2020 10:17:18 -0800 Subject: [PATCH] Update documentation for secondary bandwidth Update documentation for secondary bandwidth to indicate that some modems do not support this feature Test: build Bug: 162373679 Change-Id: I03d4079e03817fe7c7b52eb18058c49e54302d6b Merged-In: I03d4079e03817fe7c7b52eb18058c49e54302d6b --- radio/1.6/types.hal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 82c9daadb9..80afad7580 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal @@ -427,7 +427,8 @@ struct LinkCapacityEstimate { * This bandwidth estimate shall be the estimated maximum sustainable link bandwidth * (as would be measured at the Upper PDCP or SNDCP SAP). This is valid only * in if device is connected to both primary and secodary in dual connected - * mode. This must be filled with -1 if secondary is not connected. + * mode. This must be filled with -1 if secondary is not connected or if + * modem does not support this feature. */ uint32_t secondaryDownlinkCapacityKbps; @@ -436,7 +437,8 @@ struct LinkCapacityEstimate { * This bandwidth estimate shall be the estimated * maximum sustainable link bandwidth (as would be measured at the Upper PDCP or SNDCP SAP). * This is valid only in if device is connected to both primary and secodary in dual connected - * mode.This must be filled with -1 if secondary is not connected. + * mode.This must be filled with -1 if secondary is not connected or if modem + * does not support this feature. */ uint32_t secondaryUplinkCapacityKbps; };