Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a539ea1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7050692 from 8ffdb30e to sc-release

Change-Id: I673b58553656643617d73a8ffc52b2de6ff4732d
parents f503aaab 8ffdb30e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -411,7 +411,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;

@@ -420,7 +421,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;
};