| 596 | } |
| 597 | |
| 598 | void PeerInterface::sendHandoverFailure(const Control::HandoverEntry *hop, GSM::RRCause cause,unsigned holdoff) |
| 599 | { |
| 600 | char ind[100]; |
| 601 | sprintf(ind,"IND HANDOVER_FAILURE %u %u %u", hop->tranID(),cause,holdoff); |
| 602 | gPeerInterface.sendUntilAck(hop,ind); |
| 603 | } |
| 604 | |
| 605 | bool PeerInterface::sendHandoverRequest(string peer, const RefCntPointer<TranEntry> tran) |
| 606 | { |
no test coverage detected