Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ append
Method
append
GPRS/ByteVector.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
void ByteVector::append(const ByteType *bytes, unsigned len)
189
{
190
memcpy(&mStart[grow(len)],bytes,len);
191
}
192
193
// Does change size().
194
void ByteVector::appendFill(ByteType byte, size_t span)
Callers
15
translateConfig.py
File · 0.45
rawconfig
Function · 0.45
_config
Function · 0.45
getConfig
Function · 0.45
addc
Method · 0.45
addc
Method · 0.45
tmsiTabUpdate
Method · 0.45
tmsiTabCreateOrUpdate
Method · 0.45
tmsiTabAssign
Method · 0.45
assign
Method · 0.45
outboundHandoverTransfer
Function · 0.45
addUpPDU
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TestTCHL1FEC
Function · 0.36