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

Method what

SIP/SIPParse.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34struct SipParseError : public std::exception {
35 SipParseError() { LOG(DEBUG) << "SipParseError"; }
36 virtual const char *what() const throw() {
37 return "SipParseError";
38 }
39};
40
41

Callers 5

L3DCCHLoopFunction · 0.80
dmPeriodicServiceMethod · 0.80
newDriveIncomingMethod · 0.80
set_master_clkMethod · 0.80
set_ratesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected