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

Commit 52a3afa7 authored by yomna's avatar yomna
Browse files

Mark IMS_NULL as deprecated.

Bug: b/328449089
Test: m
Change-Id: I23610bd5736310ebbe6c78271343c5db48425a1a
parent 8089ad4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ enum SecurityAlgorithm {
    // IMS and SIP layer security (See 3GPP TS 33.203)
    // No IPsec config
    SIP_NO_IPSEC_CONFIG = 66,
    IMS_NULL = 67,
    IMS_NULL = 67, // Deprecated. Use SIP_NO_IPSEC_CONFIG and SIP_NULL instead.

    // Has IPsec config
    SIP_NULL = 68,