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)