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

Method txFrame

Control/L3TranEntry.cpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169void TranEntry::setDialog(SIP::SipDialog *dialog) { mDialog = dialog; dialog->setTranId(mID); }
170void TranEntry::txFrame(GSM::AudioFrame* frame, unsigned numFlushed) { getDialog()->txFrame(frame,numFlushed); }
171GSM::AudioFrame *TranEntry::rxFrame() { return getDialog()->rxFrame(); } // Crashes if rtp not established.
172
173short TranEntry::getRTPPort() const

Callers 1

newUpdateCallTrafficFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected