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

Function recvRRLP

Control/RRLPServer.cpp:272–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void 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

Callers 1

handleCommonMessagesFunction · 0.85

Calls 2

troubleMethod · 0.80
rrlpRecvMethod · 0.80

Tested by

no test coverage detected