| 130 | } |
| 131 | |
| 132 | bool 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 | |
| 142 | bool GPRSConfig::sgsnIsInternal() |
| 143 | { |
nothing calls this directly
no outgoing calls
no test coverage detected