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

Commit c5032696 authored by Yomna Nasser's avatar Yomna Nasser Committed by Android (Google) Code Review
Browse files

Merge "Update setNullCipherAndIntegrityEnabled doc"

parents b0170e08 603670e6
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -487,15 +487,21 @@ oneway interface IRadioNetwork {

    /**
     * Set if null encryption and integrity modes are enabled. If the value of enabled is false
     * the modem must not allow any network communications with null ciphering or null integrity
     * modes.
     * the modem must not allow any network communications with null ciphering (for both signalling
     * and user data) or null integrity (for signalling) modes for 3G and above, even if the
     * network only uses null algorithms. This setting must be respected even if
     * "cipheringDisabled" (as defined in TS 38.331) is in use by the network.
     *
     * For 2G, which does not use integrity protection, the modem must only disallow any network
     * communications with null ciphering.
     *
     * In the case when enabled is false, integrity protection for user data is optional, but
     * ciphering for user data is required. In case of an emergency call, the modem must bypass
     * this setting.
     * ciphering for user data is required.
     *
     * In case of an emergency call, the modem must bypass this setting.
     *
     * Null ciphering and integrity modes include (but are not limited to):
     * 2G: A5/0
     * 2G: A5/0 and GEA0
     * 3G: UEA0 and UIA0
     * 4G: EEA0 and EIA0
     * 5G: NEA0 and NIA0