Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ frame
Method
frame
GSM/GSML3Message.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
L3Frame* L3Message::frame( Primitive prim ) const
62
{
63
L3Frame *newFrame = new L3Frame(prim, bitsNeeded());
64
write(*newFrame);
65
return newFrame;
66
}
67
68
69
Callers
1
AccessGrantServiceLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected