Fix for uninitialized bool

This commit is contained in:
Paul Sutton 2017-06-15 14:18:42 +01:00
parent d8069f9364
commit 00f5d654a7
1 changed files with 1 additions and 0 deletions

View File

@ -995,6 +995,7 @@ bool rrc::ue::release_erabs()
void rrc::ue::notify_s1ap_ue_ctxt_setup_complete()
{
LIBLTE_S1AP_MESSAGE_INITIALCONTEXTSETUPRESPONSE_STRUCT res;
res.ext = false;
res.E_RABSetupListCtxtSURes.len = 0;
res.E_RABFailedToSetupListCtxtSURes.len = 0;