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

Method rxFrame

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

Source from the content-addressed store, hash-verified

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
174{

Callers 1

newUpdateCallTrafficFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected