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

Function sameMsg

SIP/SIPMessage.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588bool sameMsg(SipMessage *msg1, SipMessage *msg2)
589{
590 return msg1->msmCSeqNum == msg2->msmCSeqNum && msg1->msmCSeqMethod == msg2->msmCSeqMethod;
591}
592
593
594}; // namespace SIP

Callers 1

sameInviteOrMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected