This is sent by BS2.
| 589 | |
| 590 | // This is sent by BS2. |
| 591 | void PeerInterface::sendHandoverComplete(const Control::HandoverEntry* hop) |
| 592 | { |
| 593 | char ind[100]; |
| 594 | sprintf(ind,"IND HANDOVER_COMPLETE %u", hop->tranID()); |
| 595 | gPeerInterface.sendUntilAck(hop,ind); |
| 596 | } |
| 597 | |
| 598 | void PeerInterface::sendHandoverFailure(const Control::HandoverEntry *hop, GSM::RRCause cause,unsigned holdoff) |
| 599 | { |
no test coverage detected