src/lte/model/lte-enb-rrc.cc
changeset 9457 afc07ef9c8d9
parent 9447 f836d3a3b71a
parent 9456 3102416ce9d7
child 9458 fb636c8fa3ea
equal deleted inserted replaced
9450:3cf34d61b738 9457:afc07ef9c8d9
  1258   ueManager->SendHandoverCommand (handoverCommand);
  1258   ueManager->SendHandoverCommand (handoverCommand);
  1259 
  1259 
  1260 }
  1260 }
  1261 
  1261 
  1262 void
  1262 void
       
  1263 LteEnbRrc::DoRecvHandoverPreparationFailure (EpcX2SapUser::HandoverPreparationFailureParams params)
       
  1264 {
       
  1265   NS_LOG_FUNCTION (this);
       
  1266 
       
  1267   NS_LOG_LOGIC ("Recv X2 message: HANDOVER PREPARATION FAILURE");
       
  1268 
       
  1269   NS_LOG_LOGIC ("oldEnbUeX2apId = " << params.oldEnbUeX2apId);
       
  1270   NS_LOG_LOGIC ("sourceCellId = " << params.sourceCellId);
       
  1271   NS_LOG_LOGIC ("targetCellId = " << params.targetCellId);
       
  1272   NS_LOG_LOGIC ("cause = " << params.cause);
       
  1273   NS_LOG_LOGIC ("criticalityDiagnostics = " << params.criticalityDiagnostics);
       
  1274 
       
  1275   NS_ASSERT ("Processing of HANDOVER PREPARATION FAILURE X2 message IS NOT IMPLEMENTED");
       
  1276 }
       
  1277 
       
  1278 void
  1263 LteEnbRrc::DoRecvUeContextRelease (EpcX2SapUser::UeContextReleaseParams params)
  1279 LteEnbRrc::DoRecvUeContextRelease (EpcX2SapUser::UeContextReleaseParams params)
  1264 {
  1280 {
  1265   NS_LOG_FUNCTION (this);
  1281   NS_LOG_FUNCTION (this);
  1266 
  1282 
  1267   NS_LOG_LOGIC ("Recv X2 message: UE CONTEXT RELEASE");
  1283   NS_LOG_LOGIC ("Recv X2 message: UE CONTEXT RELEASE");