lte: (fixes #2777) save bearer info in m_drbMap, needed for handover request
This commit is contained in:
@@ -371,6 +371,7 @@ UeManager::SetupDataRadioBearer (EpsBearer bearer, uint8_t bearerId, uint32_t gt
|
||||
uint8_t lcid = Drbid2Lcid (drbid);
|
||||
uint8_t bid = Drbid2Bid (drbid);
|
||||
NS_ASSERT_MSG ( bearerId == 0 || bid == bearerId, "bearer ID mismatch (" << (uint32_t) bid << " != " << (uint32_t) bearerId << ", the assumption that ID are allocated in the same way by MME and RRC is not valid any more");
|
||||
drbInfo->m_epsBearer = bearer;
|
||||
drbInfo->m_epsBearerIdentity = bid;
|
||||
drbInfo->m_drbIdentity = drbid;
|
||||
drbInfo->m_logicalChannelIdentity = lcid;
|
||||
|
||||
Reference in New Issue
Block a user