From 12b08d2185797d8446c3336fb57ca666cc2127e9 Mon Sep 17 00:00:00 2001 From: Budiarto Herman Date: Tue, 24 Sep 2013 21:19:23 +0300 Subject: [PATCH] Removed unused LteHelper::Connect helper function --- src/lte/helper/lte-helper.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/lte/helper/lte-helper.h b/src/lte/helper/lte-helper.h index 71226416f..3fa9460fa 100644 --- a/src/lte/helper/lte-helper.h +++ b/src/lte/helper/lte-helper.h @@ -301,28 +301,6 @@ public: */ void AttachToClosestEnb (Ptr ueDevice, NetDeviceContainer enbDevices); - /** - * \brief Instruct a set of UE devices to switch to ACTIVE/CONNECTED state. - * \param ueDevices - * - * If this function is called when the UE is in a situation where performing - * a call is not possible (e.g. before the simulation begin), then the UE will - * attempt to connect at the earliest possible time (e.g. after it camps to a - * suitable cell). - */ - void Connect (NetDeviceContainer ueDevices); - - /** - * \brief Instruct a UE device to switch to ACTIVE/CONNECTED state. - * \param ueDevice - * - * If this function is called when the UE is in a situation where performing - * a call is not possible (e.g. before the simulation begin), then the UE will - * attempt to connect at the earliest possible time (e.g. after it camps to a - * suitable cell). - */ - void Connect (Ptr ueDevice); - /** * Activate a dedicated EPS bearer on a given set of UE devices *