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

Method MachineStatus

Control/L3StateMachine.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 bool operator==(MachineStatus &other) { return mCode == other.mCode; }
85 bool operator!=(MachineStatus &other) { return mCode != other.mCode; }
86 MachineStatus(MachineStatusCode code) { mCode = code; /*mRRCause = GSM::L3RRCause::NormalEvent;*/ }
87
88};
89std::ostream& operator<<(std::ostream& os, MachineStatus::MachineStatusCode state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected