lte: Init DL and UL EARFCN to solve valgrind error

see pull request !26
This commit is contained in:
ZorazeAli
2019-02-20 14:50:49 +01:00
parent 624d322466
commit b7465369ae

View File

@@ -48,6 +48,8 @@ LtePhy::LtePhy (Ptr<LteSpectrumPhy> dlPhy, Ptr<LteSpectrumPhy> 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)