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

Method CPError

SMS/SMSMessages.h:850–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848 public:
849
850 CPError(unsigned wTI=7)
851 :CPMessage(wTI),
852 mCause(0x7f)
853 { }
854
855 CPError(unsigned wTI, const CPCause& wCause)
856 :CPMessage(wTI),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected