This commit is contained in:
Brett
2013-10-21 13:10:21 +02:00
parent 5f90f383ce
commit 010b2ac109

View File

@@ -218,7 +218,7 @@ LteRlcAmHeader::PushNack (int nack)
{
m_nackSnList.push_back (nack);
if (m_nackSnList.size () % 2 != 0)
if (m_nackSnList.size () % 2 == 0)
{
m_headerLength++;
}