MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / sendHandoverFailure

Method sendHandoverFailure

Peering/Peering.cpp:598–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void 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
605bool PeerInterface::sendHandoverRequest(string peer, const RefCntPointer<TranEntry> tran)
606{

Callers 1

abortInboundHandoverFunction · 0.80

Calls 2

sendUntilAckMethod · 0.80
tranIDMethod · 0.45

Tested by

no test coverage detected