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

Method isRequest

SIP/SIPMessage.h:85–85  ·  view source on GitHub ↗

Accessors:

Source from the content-addressed store, hash-verified

83
84 // Accessors:
85 bool isRequest() { return msmCode == 0; }
86 string smGetRemoteTag() { return isRequest() ? msmFrom.mTag : msmTo.mTag; }
87 string smGetLocalTag() { return isRequest() ? msmTo.mTag : msmFrom.mTag; }
88 string smCSeqMethod() const { return msmCSeqMethod; }

Callers 1

matchMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected