From d9761e7adc47a3d1bb40251f7c13f9766a0287cb Mon Sep 17 00:00:00 2001
From: Raymond Knopp <raymond.knopp@eurecom.fr>
Date: Mon, 16 May 2016 05:47:02 -0700
Subject: [PATCH] added missing structure element in eNB_RRC_UE_t :
ue_release_timer_thres
---
openair2/RRC/LITE/defs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/openair2/RRC/LITE/defs.h b/openair2/RRC/LITE/defs.h
index 7a52115440..f730a95c48 100644
--- a/openair2/RRC/LITE/defs.h
+++ b/openair2/RRC/LITE/defs.h
@@ -359,6 +359,7 @@ typedef struct eNB_RRC_UE_s {
#endif
uint32_t ul_failure_timer;
uint32_t ue_release_timer;
+ uint32_t ue_release_timer_thres;
} eNB_RRC_UE_t;
typedef uid_t ue_uid_t;
--
GitLab