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

Method text

SMS/SMSMessages.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void CPMessage::text(ostream& os) const
147{
148 os << (CPMessage::MessageType)MTI();
149 os <<LOGHEX2("TI",mTI);
150}
151
152
153

Callers 1

SMSMessages.cppFile · 0.45

Calls 2

UDHIMethod · 0.80
DCSMethod · 0.80

Tested by

no test coverage detected