lte: Add UeManager::GetComponentCarrierId ()
This commit is contained in:
@@ -1151,6 +1151,12 @@ UeManager::GetImsi (void) const
|
||||
return m_imsi;
|
||||
}
|
||||
|
||||
uint8_t
|
||||
UeManager::GetComponentCarrierId () const
|
||||
{
|
||||
return m_componentCarrierId;
|
||||
}
|
||||
|
||||
uint16_t
|
||||
UeManager::GetSrsConfigurationIndex (void) const
|
||||
{
|
||||
|
||||
@@ -322,6 +322,12 @@ public:
|
||||
*/
|
||||
uint64_t GetImsi (void) const;
|
||||
|
||||
/**
|
||||
*
|
||||
* \return the primary component carrier ID
|
||||
*/
|
||||
uint8_t GetComponentCarrierId () const;
|
||||
|
||||
/**
|
||||
*
|
||||
* \return the SRS Configuration Index
|
||||
|
||||
Reference in New Issue
Block a user