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

Method smIsEmpty

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

Has the message been initialized yet? We always add callid first thing, so check that.

Source from the content-addressed store, hash-verified

116 bool isACK() const { return !strcmp(smGetMethodName(),"ACK"); }
117 // Has the message been initialized yet? We always add callid first thing, so check that.
118 bool smIsEmpty() const { return msmContent.empty() && msmCallId.empty(); }
119};
120
121bool sameMsg(SipMessage *msg1, SipMessage *msg2);

Callers 1

MTWriteHighSideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected