equal
deleted
inserted
replaced
177 * |
177 * |
178 * @return a vector with the allocated LCID |
178 * @return a vector with the allocated LCID |
179 */ |
179 */ |
180 std::vector<uint8_t> GetLcIdVector (); |
180 std::vector<uint8_t> GetLcIdVector (); |
181 |
181 |
182 /** |
182 |
183 * message from eNB-RRC for changing UE's configuration |
183 /** |
184 * (up to now TxMode) |
184 * reception of the RRC ConnectionReconfiguration message |
185 * |
185 * |
186 */ |
186 */ |
187 void DoRrcConfigurationUpdateInd (LteUeConfig_t params); |
187 void DoRecvConnectionSetup (LteUeConfig_t params); |
|
188 |
|
189 /** |
|
190 * reception of the RRC ConnectionReconfiguration message |
|
191 * |
|
192 */ |
|
193 void DoRecvConnectionReconfiguration (LteUeConfig_t params); |
188 |
194 |
189 |
195 |
190 /** |
196 /** |
191 * Execute a handover |
197 * Execute a handover |
192 * |
198 * |
193 * \param targetCellId |
199 * \param targetCellId |
194 * \param newRnti |
200 * \param newRnti |
195 */ |
201 */ |
196 void ConnectionReconfigurationWithMobilityControlInfo (uint16_t targetCellId, uint16_t newRnti); |
202 void DoRecvConnectionReconfigurationWithMobilityControlInfo (uint16_t targetCellId, uint16_t newRnti); |
197 |
203 |
198 private: |
204 private: |
199 |
205 |
200 // PDCP SAP methods |
206 // PDCP SAP methods |
201 void DoReceiveRrcPdu (LtePdcpSapUser::ReceiveRrcPduParameters params); |
207 void DoReceiveRrcPdu (LtePdcpSapUser::ReceiveRrcPduParameters params); |