Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ writeText
Method
writeText
GSM/GSML3RRMessages.cpp:405–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
void L3SIType4RestOctets::writeText(std::ostream& os) const
406
{
407
#if GPRS_PAT|GPRS_TESTSI4
408
if (GPRS::GPRSConfig::IsEnabled()) {
409
os <<
"GPRS enabled; RA_COLOUR=("
<< mRA_COLOUR <<
")"
;
410
}
411
#endif
412
}
413
414
415
Callers
1
text
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected