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

Method isNSapiActive

SGSNGGSN/Sgsn.cpp:268–272  ·  view source on GitHub ↗

True if the pdpcontext is not in state PDP-INACTIVE

Source from the content-addressed store, hash-verified

266
267// True if the pdpcontext is not in state PDP-INACTIVE
268bool GmmInfo::isNSapiActive(unsigned nsapi)
269{
270 assert(nsapi < sNumPdps);
271 return !(mPdps[nsapi] == 0 || mPdps[nsapi]->isPdpInactive());
272}
273
274// This status is sent back to the MS in messages to indicate what the Network thinks
275// what PDPContexts are currently in use.

Callers 1

gmmInfoDumpFunction · 0.80

Calls 1

isPdpInactiveMethod · 0.80

Tested by

no test coverage detected