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

Method setDialog

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

Source from the content-addressed store, hash-verified

167}
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

Callers 1

ttSetDialogMethod · 0.45

Calls 1

setTranIdMethod · 0.80

Tested by

no test coverage detected