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

Method text

GSM/GSML3CCElements.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void L3BearerCapability::text(ostream& os) const
104{
105 os << LOGHEX2("octet3",mOctet3);
106 for (unsigned i = 0; i < mNumOctet3a; i++) {
107 os<<LOGHEX2("octet3a",mOctet3a[i]) << "(" <<CodecType2Name(getCodecType(i)) << ")";
108 }
109}
110
111void L3SupportedCodecList::writeV( L3Frame& dest, size_t &wp ) const
112{

Callers

nothing calls this directly

Calls 1

CodecType2NameFunction · 0.85

Tested by

no test coverage detected