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

Commit 0eac9d7b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update documentation for secondary bandwidth" am: 251b679e am: 187055a8

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1682336

Change-Id: Icdd1c6544d599f6692b799660b129bab10e27c94
parents 4dc9dcbe 187055a8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;
};