| 270 | } |
| 271 | |
| 272 | void recvRRLP(MMContext *wLCH, const GSM::L3Message *wMsg) |
| 273 | { |
| 274 | LOG(DEBUG) <<LOGVAR(wMsg); |
| 275 | string sub = string("IMSI") + "000000000000000"; // TODO - this will be call to getIMSI (not db one) |
| 276 | RRLPServer wRRLPServer(sub); |
| 277 | if (wRRLPServer.trouble()) return; |
| 278 | wRRLPServer.rrlpRecv(wMsg); |
| 279 | } |
| 280 | |
| 281 | }; // namespace |
no test coverage detected