Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ CliError
Method
CliError
SGSNGGSN/SgsnCli.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
struct CliError {
25
string mMessage;
26
CliError(string wMessage) : mMessage(wMessage) {}
27
};
28
29
struct CliErrorBadNumArgs : CliError {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected