--- a/src/lte/model/lte-ue-rrc.h Sun Jul 29 14:29:41 2012 +0200
+++ b/src/lte/model/lte-ue-rrc.h Tue Jul 31 19:18:23 2012 +0200
@@ -179,12 +179,18 @@
*/
std::vector<uint8_t> GetLcIdVector ();
+
/**
- * message from eNB-RRC for changing UE's configuration
- * (up to now TxMode)
- *
- */
- void DoRrcConfigurationUpdateInd (LteUeConfig_t params);
+ * reception of the RRC ConnectionReconfiguration message
+ *
+ */
+ void DoRecvConnectionSetup (LteUeConfig_t params);
+
+ /**
+ * reception of the RRC ConnectionReconfiguration message
+ *
+ */
+ void DoRecvConnectionReconfiguration (LteUeConfig_t params);
/**
@@ -193,7 +199,7 @@
* \param targetCellId
* \param newRnti
*/
- void ConnectionReconfigurationWithMobilityControlInfo (uint16_t targetCellId, uint16_t newRnti);
+ void DoRecvConnectionReconfigurationWithMobilityControlInfo (uint16_t targetCellId, uint16_t newRnti);
private: