src/lte/model/lte-ue-rrc.h
changeset 9346 00e674a0d567
parent 9345 8290ae6cab62
child 9386 24df31b77b25
child 9406 7f0f9d8f8e20
--- 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: