Bug 1674 : removed unimplemented methods in LTE module

This commit is contained in:
Nicola Baldo
2013-05-06 18:03:54 +02:00
parent 804ff9b528
commit b00e7d6290
4 changed files with 0 additions and 28 deletions

View File

@@ -40,11 +40,6 @@ class RadioBearerStatsConnector
{
public:
static uint64_t FindImsiFromEnbRlcPath (std::string path);
static uint16_t FindCellIdFromEnbRlcPath (std::string path);
static uint64_t FindImsiFromUeRlcPath (std::string path);
static uint16_t FindCellIdFromUeRlcPath (std::string path);
RadioBearerStatsConnector ();
void EnableRlcStats (Ptr<RadioBearerStatsCalculator> rlcStats);

View File

@@ -69,22 +69,6 @@ public:
* Destructor
*/
virtual ~EpcSgwPgwApplication (void);
/**
* Simulates the reception by the PGW of a GTP-C message of type
* CreateSessionRequest or BearerResourceCommand coming from the
* MME. This triggers the creation of a new EPS Bearer.
*
* \param bearer the specification of the EPS Bearer to be created
* \param enbS1uAddress the IPv4 address at which the SGW can reach
* the eNB via the S1-U interface
* \param tft the Traffic Flow Template related to this bearer
*
* \return the TunnelEndpointIdentifier of this EPS bearer
*/
uint32_t ActivateS1Bearer (Ipv4Address ueAddr, Ipv4Address enbAddr, Ptr<EpcTft> tft);
/**
* Method to be assigned to the callback of the Gi TUN VirtualNetDevice. It

View File

@@ -70,7 +70,6 @@ public:
uint16_t GetRnti (void) const;
uint8_t GetBid (void) const;
uint8_t GetLayer (void) const;
private:
uint16_t m_rnti;

View File

@@ -697,12 +697,6 @@ public:
*/
LteRrcSap::RrcConnectionRelease GetMessage () const;
/**
* Getter for m_rrcConnectionRelease attribute
* @return m_rrcConnectionRelease
*/
uint8_t GetRrcTransactionIdentifier () const;
private:
LteRrcSap::RrcConnectionRelease m_rrcConnectionRelease;
};