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

Method ChannelReadTimeout

Control/ControlCommon.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211class ChannelReadTimeout : public ControlLayerException {
212 public:
213 ChannelReadTimeout(unsigned wTransactionID=0)
214 :ControlLayerException(wTransactionID)
215 {}
216};
217
218/** Thrown when L3 can't parse an incoming message */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected