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

Method text

GSM/GSML3RRMessages.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147void L3RRMessage::text(ostream& os) const
148{
149 os << "RR " << (MessageType) MTI() << " ";
150}
151
152
153L3RRMessage* GSM::L3RRFactory(L3RRMessage::MessageType MTI)

Callers

nothing calls this directly

Calls 2

writeTextMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected