On 06/21/2010 09:53 PM, Luca Bertoncello wrote:
Hi, List!
OpenBSC saves his DB normally in the current directory, but I can
overwrite this property with -l.
Now I'd like to know WHERE OpenBSC created the DB, and what is his name.
Is it possible?
I searched in the telnet's commands but I found anything useful...
you will have to do:
ls -la /proc/`pidof bsc_hack`/fd/
and find the fd for sqlite, adding a vty command for printing the
databasename should not be that hard either.