mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
No longer require default enablement of securityAlgorithmsUpdated()
No longer require default enablement of IRadioNetworkIndication.securityAlgorithmsUpdated() by removing "default true" requirement to IRadioNetwork.setSecurityAlgorithmsUpdatedEnabled() Bug: 312484760 Test: m Change-Id: Ia18fcb3d350341e03216df4b3c1fa27a85fcacc7
This commit is contained in:
@@ -694,8 +694,6 @@ oneway interface IRadioNetwork {
|
||||
* Enables or disables security algorithm update reports via indication API
|
||||
* {@link IRadioNetworkIndication.securityAlgorithmsUpdated()}.
|
||||
*
|
||||
* Note: The default value shall be enabled.
|
||||
*
|
||||
* @param serial Serial number of request.
|
||||
* @param enable {@code true} to enable security algorithm update reports, {@code false} to
|
||||
* disable.
|
||||
|
||||
@@ -2567,7 +2567,4 @@ TEST_P(RadioNetworkTest, isSecurityAlgorithmsUpdatedEnabled) {
|
||||
ASSERT_TRUE(CheckAnyOfErrors(
|
||||
radioRsp_network->rspInfo.error,
|
||||
{RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::MODEM_ERR}));
|
||||
|
||||
// the default value should be true if we have not called the setter
|
||||
EXPECT_TRUE(radioRsp_network->isSecurityAlgorithmsUpdatedEnabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user