lte: Add m_componentCarrierId to UeManager to track primary CC

This commit is contained in:
Alexander Krotov
2017-06-06 20:05:04 +03:00
parent af31e71732
commit b3e8451186
2 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ UeManager::UeManager (Ptr<LteEnbRrc> rrc, uint16_t rnti, State s)
: m_lastAllocatedDrbid (0),
m_rnti (rnti),
m_imsi (0),
m_componentCarrierId (0),
m_lastRrcTransactionIdentifier (0),
m_rrc (rrc),
m_state (s),

View File

@@ -488,6 +488,10 @@ private:
* unique UE identifier.
*/
uint64_t m_imsi;
/**
* ID of the primary CC for this UE
*/
uint8_t m_componentCarrierId;
uint8_t m_lastRrcTransactionIdentifier; ///< last RRC transaction identifier