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

Method sendHandoverComplete

Peering/Peering.cpp:591–596  ·  view source on GitHub ↗

This is sent by BS2.

Source from the content-addressed store, hash-verified

589
590// This is sent by BS2.
591void 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
598void PeerInterface::sendHandoverFailure(const Control::HandoverEntry *hop, GSM::RRCause cause,unsigned holdoff)
599{

Callers 1

machineRunStateMethod · 0.80

Calls 2

sendUntilAckMethod · 0.80
tranIDMethod · 0.45

Tested by

no test coverage detected