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

Method descriptiveString

GSM/GSML1FEC.cpp:2506–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2504}
2505
2506const char* SACCHL1Encoder::descriptiveString() const
2507{
2508 // It is a const wannabe.
2509 if (mSacchDescriptiveString.length() == 0) {
2510 Unconst(this)->mSacchDescriptiveString = string(L1Encoder::descriptiveString()) + "-SACCH";
2511 }
2512 return mSacchDescriptiveString.c_str();
2513}
2514
2515
2516void SACCHL1Encoder::setPhy(const SACCHL1Encoder& other)

Callers 3

createEntryMethod · 0.45
setPhysicalMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected