reestablish DRBs at UE upon handover
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user