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

Method smGetMessageBody

SIP/SIPMessage.cpp:390–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390string SipMessage::smGetMessageBody() const
391{
392 //if (msmBodies.size() != 1) {
393 // LOG(ERR) << "Message Body invalid "<<msmBodies.size();
394 // return "";
395 //}
396 //return msmBodies.front().mBody;
397 return msmBody;
398}
399
400string SipMessage::smGetMessageContentType() const
401{

Callers 2

handleInviteMethod · 0.80
handleUssdByeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected