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

Method text

GSM/GSMSMSCBL3Messages.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void L3SMSCBSerialNumber::text(ostream& os) const
34{
35 os << "GS=" << mGS;
36 os << " MessageCode=" << mMessageCode;
37 os << " UpdateNumber=" << mUpdateNumber;
38}
39
40
41void L3SMSCBMessageIdentifier::writeV(L3Frame& l3, size_t& wp) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected