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

Method IsEnabled

GPRS/MAC.cpp:132–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool GPRSConfig::IsEnabled()
133{
134
135 // BEGINCONFIG
136 // 'GPRS.Enable',1,0,0,'Enable GPRS service: 0 or 1. If enabled, GPRS service is advertised in the C0T0 beacon, and GPRS service may be started on demand. See also GPRS.Channels.*'
137 // ENDCONFIG
138 if (gConfig.getNum("GPRS.Enable")) return true;
139 return false; // nope
140}
141
142bool GPRSConfig::sgsnIsInternal()
143{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected