View | Details | Raw Unified | Return to bug 2777
Collapse All | Expand All

(-)a/src/lte/model/lte-enb-rrc.cc (+1 lines)
 Lines 371-376    Link Here 
371
  uint8_t lcid = Drbid2Lcid (drbid); 
371
  uint8_t lcid = Drbid2Lcid (drbid); 
372
  uint8_t bid = Drbid2Bid (drbid);
372
  uint8_t bid = Drbid2Bid (drbid);
373
  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");
373
  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");
374
  drbInfo->m_epsBearer = bearer;
374
  drbInfo->m_epsBearerIdentity = bid;
375
  drbInfo->m_epsBearerIdentity = bid;
375
  drbInfo->m_drbIdentity = drbid;
376
  drbInfo->m_drbIdentity = drbid;
376
  drbInfo->m_logicalChannelIdentity = lcid;
377
  drbInfo->m_logicalChannelIdentity = lcid;

Return to bug 2777