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

Commit d9657be6 authored by Gil Cukierman's avatar Gil Cukierman
Browse files

Fix case on SIP HMAC enums

null -> NULL

Change-Id: I283bae1e8820db1e862f03372041796db5daa204
Test: m
Bug: 283336425
parent bdea4eaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,9 +64,9 @@ enum SecurityAlgorithm {
  DES_EDE3_CBC = 72,
  AES_EDE3_CBC = 73,
  HMAC_SHA1_96 = 74,
  HMAC_SHA1_96_null = 75,
  HMAC_SHA1_96_NULL = 75,
  HMAC_MD5_96 = 76,
  HMAC_MD5_96_null = 77,
  HMAC_MD5_96_NULL = 77,
  SRTP_AES_COUNTER = 87,
  SRTP_AES_F8 = 88,
  SRTP_HMAC_SHA1 = 89,
+2 −2
Original line number Diff line number Diff line
@@ -67,9 +67,9 @@ enum SecurityAlgorithm {
    DES_EDE3_CBC = 72,
    AES_EDE3_CBC = 73,
    HMAC_SHA1_96 = 74,
    HMAC_SHA1_96_null = 75,
    HMAC_SHA1_96_NULL = 75,
    HMAC_MD5_96 = 76,
    HMAC_MD5_96_null = 77,
    HMAC_MD5_96_NULL = 77,

    // RTP (see 3GPP TS 33.328)
    SRTP_AES_COUNTER = 87,