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 *