| 178 | |
| 179 | |
| 180 | void *GSM::CCCHLogicalChannelServiceLoopAdapter(CCCHLogicalChannel* chan) |
| 181 | { |
| 182 | chan->serviceLoop(); |
| 183 | return NULL; |
| 184 | } |
| 185 | |
| 186 | #if ENABLE_PAGING_CHANNELS |
| 187 | // (pat) This routine is going to be entirely replaced with one that works better for gprs. |
nothing calls this directly
no test coverage detected