From b7465369aea64225e250beac080d835e7680cf29 Mon Sep 17 00:00:00 2001 From: ZorazeAli Date: Wed, 20 Feb 2019 14:50:49 +0100 Subject: [PATCH] lte: Init DL and UL EARFCN to solve valgrind error see pull request !26 --- src/lte/model/lte-phy.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lte/model/lte-phy.cc b/src/lte/model/lte-phy.cc index 0f3b84eaf..e2a35cec1 100644 --- a/src/lte/model/lte-phy.cc +++ b/src/lte/model/lte-phy.cc @@ -48,6 +48,8 @@ LtePhy::LtePhy (Ptr dlPhy, Ptr ulPhy) m_ulBandwidth (0), m_dlBandwidth (0), m_rbgSize (0), + m_dlEarfcn (0), + m_ulEarfcn (0), m_macChTtiDelay (0), m_cellId (0), m_componentCarrierId(0)