From 352ce4ce04f0185e8a5b4814393ef0070e4edfb8 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 8 May 2018 11:46:12 -0500 Subject: [PATCH] Disable Reest testing --- srsue/src/upper/rrc.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srsue/src/upper/rrc.cc b/srsue/src/upper/rrc.cc index c88617838..c8cb881f9 100644 --- a/srsue/src/upper/rrc.cc +++ b/srsue/src/upper/rrc.cc @@ -184,7 +184,6 @@ void rrc::run_thread() { } } } -uint32_t rest_cnt=0; /* @@ -239,10 +238,6 @@ void rrc::run_tti(uint32_t tti) { } break; case RRC_STATE_CONNECTED: - rest_cnt++; - if (rest_cnt == 1000) { - send_con_restablish_request(LIBLTE_RRC_CON_REEST_REQ_CAUSE_OTHER_FAILURE); - } if (ho_start) { ho_start = false; if (!ho_prepare()) {