Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ L3ReadError
Method
L3ReadError
GSM/GSML3Message.h:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
class L3ReadError : public GSMError {
32
public:
33
L3ReadError():GSMError() {}
34
};
35
#define L3_READ_ERROR {throw L3ReadError();}
36
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected