MCPcopy 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
61L3Frame* 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

Calls

no outgoing calls

Tested by

no test coverage detected