Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
struct 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
L3DCCHLoop
Function · 0.80
dmPeriodicService
Method · 0.80
newDriveIncoming
Method · 0.80
set_master_clk
Method · 0.80
set_rates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected