Loading radio/1.6/types.hal +1 −1 Original line number Diff line number Diff line Loading @@ -986,7 +986,7 @@ struct SlicingConfig { /** * Struct containing all NSSAIs (list of slice info). */ Nssais nsaids; Nssais nssais; }; /** Loading radio/config/1.3/types.hal +8 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading
radio/1.6/types.hal +1 −1 Original line number Diff line number Diff line Loading @@ -986,7 +986,7 @@ struct SlicingConfig { /** * Struct containing all NSSAIs (list of slice info). */ Nssais nsaids; Nssais nssais; }; /** Loading
radio/config/1.3/types.hal +8 −2 Original line number Diff line number Diff line Loading @@ -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; };