From 139d20a9ba68595338bc8ce353e3339c74aade50 Mon Sep 17 00:00:00 2001
From: Vijay Chadachan <vijay.chadachan@firecell.io>
Date: Tue, 3 May 2022 11:58:15 +0200
Subject: [PATCH] Removing unused variables

---
 openair3/NAS/UE/EMM/Authentication.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/openair3/NAS/UE/EMM/Authentication.c b/openair3/NAS/UE/EMM/Authentication.c
index 36c90c4ab0b..a2762d08e83 100644
--- a/openair3/NAS/UE/EMM/Authentication.c
+++ b/openair3/NAS/UE/EMM/Authentication.c
@@ -149,8 +149,7 @@ int emm_proc_authentication_request(nas_user_t *user, int native_ksi, int ksi,
   int rc = RETURNerror;
   authentication_data_t *authentication_data = user->authentication_data;
   emm_timers_t *emm_timers = user->emm_data->emm_timers;
-  uint8_t nullRand[AUTH_CK_SIZE];
-  memset(nullRand, 0, AUTH_CK_SIZE);
+
   LOG_TRACE(INFO, "EMM-PROC  - Authentication requested ksi type = %s, ksi = %d", native_ksi ? "native" : "mapped", ksi);
 
   /* 3GPP TS 24.301, section 5.4.2.1
-- 
GitLab