Commit d9761e7a authored by Raymond Knopp's avatar Raymond Knopp

added missing structure element in eNB_RRC_UE_t : ue_release_timer_thres

parent e6f201a2
...@@ -359,6 +359,7 @@ typedef struct eNB_RRC_UE_s { ...@@ -359,6 +359,7 @@ typedef struct eNB_RRC_UE_s {
#endif #endif
uint32_t ul_failure_timer; uint32_t ul_failure_timer;
uint32_t ue_release_timer; uint32_t ue_release_timer;
uint32_t ue_release_timer_thres;
} eNB_RRC_UE_t; } eNB_RRC_UE_t;
typedef uid_t ue_uid_t; typedef uid_t ue_uid_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment