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

Commit 3b538a72 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7172656 from 688c8846 to sc-v2-release

Change-Id: If16f69ad4be671a5aa5478561d553b5689f4f37c
parents a6fec5b8 688c8846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -986,7 +986,7 @@ struct SlicingConfig {
    /**
     * Struct containing all NSSAIs (list of slice info).
     */
    Nssais nsaids;
    Nssais nssais;
};

/**
+8 −2
Original line number Diff line number Diff line
@@ -21,8 +21,14 @@ package android.hardware.radio.config@1.3;
 */
struct HalDeviceCapabilities {
  /**
   * True indicates that the modem is missing features within the current
   * version of the Radio HAL.
   * True indicates that the modem does NOT support the following features:
   * <ul>
   * <li>Providing either
   * android.hardware.radio@1.6::LinkCapacityEstimate:secondaryDownlinkCapacityKbps
   * or android.hardware.radio@1.6::LinkCapacityEstimate:secondaryUplinkCapacityKbps
   * when given from android.hardware.radio@1.6::RadioIndication:currentLinkCapacityEstimate
   * </li>
   * </ul>
   */
  bool modemReducedFeatureSet1;
};