Skip to content
Snippets Groups Projects
Commit d9761e7a authored by knopp's avatar knopp
Browse files

added missing structure element in eNB_RRC_UE_t : ue_release_timer_thres

parent e6f201a2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment