Hi, list!
Of course OpenBSC knows which phone-calls there are right now. I'd like to get this list. How can I do this?
Thanks a lot!
On 07/22/2010 09:29 PM, Luca Bertoncello wrote:
Hi, list!
Of course OpenBSC knows which phone-calls there are right now. I'd like to get this list. How can I do this?
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.
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
On 07/22/2010 10:01 PM, Luca Bertoncello wrote:
Am Thu, 22 Jul 2010 21:55:00 +0800
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?
It depends on your requirement (measurement is a new one). If you just want to have measurement reports there are various "show lchan-*" commands, if you need to have the Call Information, you need to add a new command.
On Thu, Jul 22, 2010 at 03:29:23PM +0200, Luca Bertoncello wrote:
Hi, list!
Of course OpenBSC knows which phone-calls there are right now. I'd like to get this list. How can I do this?
'show lchan' is not sufficient? It shows you which channels are currently active for which subscriber.