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

Commit 43a71653 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark IMS_NULL as deprecated." into main

parents ff566f5a 52a3afa7
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,