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

Method allocSndcp

SGSNGGSN/LLC.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void LlcEngine::allocSndcp(SgsnInfo *si, unsigned nsapi, unsigned llcsapi)
226{
227 //LlcEntityUserData *userdatalle = si->mLlcEngine->getLlcEntityUserData(llcsapi);
228 LlcEntityUserData *userdatalle = getLlcEntityUserData(llcsapi);
229 new Sndcp(nsapi,llcsapi,userdatalle);
230}
231
232#if 0==SNDCP_IN_PDP
233void LlcEngine::freeSndcp(unsigned nsapi)

Callers 1

connectPdpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected