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

Method smCopyTopVia

SIP/SIPMessage.cpp:243–246  ·  view source on GitHub ↗

Copy the top via from other into this.

Source from the content-addressed store, hash-verified

241
242// Copy the top via from other into this.
243void SipMessage::smCopyTopVia(SipMessage *other)
244{
245 this->msmVias = commaListFront(other->msmVias);
246}
247
248// Add a new Via with a new unique branch.
249void SipMessage::smAddViaBranch(string transport, string branch)

Callers 1

SipMessageAckOrCancelMethod · 0.80

Calls 1

commaListFrontFunction · 0.85

Tested by

no test coverage detected