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

Method TLWriteLowSideV

SIP/SIPTransaction.cpp:280–290  ·  view source on GitHub ↗

This only gets called once.

Source from the content-addressed store, hash-verified

278
279// This only gets called once.
280void SipClientTrLayer::TLWriteLowSideV(SipMessage *request)
281{
282 LOG(DEBUG);
283 ScopedLock lock(mstLock);
284 // For an Outbound Transaction, there is only one request except for invite, which also sends an ACK.
285 if (! mstOutRequest.msmReqMethod.empty()) { assert(request->isACK()); }
286 mstOutRequest = *request;
287 devassert(mstState == stInitializing);
288 stWrite(request);
289 mstState = stCallingOrTrying;
290}
291
292void SipClientTrLayer::sctInitRegisterClientTransaction(SipDialog *wDialog, SipMessage *request, string branch)
293{

Callers

nothing calls this directly

Calls 1

isACKMethod · 0.80

Tested by

no test coverage detected