reestablish DRBs at UE upon handover

This commit is contained in:
Nicola Baldo
2012-12-05 13:43:21 +01:00
parent 44a25859e1
commit 4c352d887e
2 changed files with 2 additions and 1 deletions

View File

@@ -283,7 +283,7 @@ LteUeMac::DoTransmitPdu (LteMacSapProvider::TransmitPduParameters params)
void
LteUeMac::DoReportBufferStatus (LteMacSapProvider::ReportBufferStatusParameters params)
{
NS_LOG_FUNCTION (this);
NS_LOG_FUNCTION (this << (uint32_t) params.lcid);
std::map <uint8_t, uint64_t>::iterator it;

View File

@@ -616,6 +616,7 @@ LteUeRrc::DoRecvRrcConnectionReconfiguration (LteRrcSap::RrcConnectionReconfigur
m_lastRrcTransactionIdentifier = msg.rrcTransactionIdentifier;
NS_ASSERT (msg.haveRadioResourceConfigDedicated);
m_srb1 = 0; // dispose SRB1
m_drbMap.clear (); // dispose all DRBs
ApplyRadioResourceConfigDedicated (msg.radioResourceConfigDedicated);
// RRC connection reconfiguration completed will be sent
// after handover is complete