Am Thu, 22 Jul 2010 21:55:00 +0800 schrieb Holger Hans Peter Freyther holger@freyther.de:
You can iterate over the transaction list. The list anchor is inside the gsm_network structure, each transaction has a subsystem attached, e.g. for Call Control you can use cc part of the union to get to the call.
OK, I need to write a function in OpenBSC, isn't it? Is it not possible to get it from DB or Logs? Just to know...
And then: how can I get the IMSI/TMSI/IMEI/ID of a phone in the Log of MEAS?
Is it possible to do this with an option (that I did not found yet), or have I to change the code of OpenBSC?
Thanks