Fix header length of the HandoverRequestAck message

This commit is contained in:
Manuel Requena
2012-12-10 18:19:51 +01:00
parent 51579f69d2
commit 8d73a3c194

View File

@@ -527,7 +527,7 @@ EpcX2HandoverRequestAckHeader::Deserialize (Buffer::Iterator start)
erabItem.dlGtpTeid = i.ReadNtohU32 ();
m_erabsAdmittedList.push_back (erabItem);
m_headerLength += 6;
m_headerLength += 10;
}
sz = i.ReadNtohU32 ();