Dear community members, <div>as we all know that TMSI is alotted by bsc, can anybody explain how this happens and what kind of algorithm they (professional network) use. Can I extract IMSI from TMSI??<div>Please answer !!!!<br>
<br><div class="gmail_quote">On Mon, Nov 15, 2010 at 2:05 AM,  <span dir="ltr"><<a href="mailto:openbsc-request@lists.gnumonks.org">openbsc-request@lists.gnumonks.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send OpenBSC mailing list submissions to<br>
        <a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.gnumonks.org/mailman/listinfo/openbsc" target="_blank">https://lists.gnumonks.org/mailman/listinfo/openbsc</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:openbsc-request@lists.gnumonks.org">openbsc-request@lists.gnumonks.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:openbsc-owner@lists.gnumonks.org">openbsc-owner@lists.gnumonks.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of OpenBSC digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. libosmocore compile error (Stuart Baggs)<br>
   2. Re: libosmocore compile error (Sylvain Munaut)<br>
   3. Re: libosmocore compile error (Stuart Baggs)<br>
   4. Re: libosmocore compile error (Holger Hans Peter Freyther)<br>
   5. Re: libosmocore compile error (Stuart Baggs)<br>
   6. Re: libosmocore compile error (Holger Hans Peter Freyther)<br>
   7. Re: libosmocore compile error (Holger Hans Peter Freyther)<br>
   8. bsc_hack dies (Stuart Baggs)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 14 Nov 2010 17:48:09 +0000<br>
From: Stuart Baggs <<a href="mailto:stuart@bluewave.im">stuart@bluewave.im</a>><br>
Subject: libosmocore compile error<br>
To: OpenBSC list <<a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a>><br>
Message-ID: <<a href="mailto:507B2AE3-06E7-4486-9AE0-F0965C15FF10@bluewave.im">507B2AE3-06E7-4486-9AE0-F0965C15FF10@bluewave.im</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi, I am trying to get a working GPRS branch up and running. I have done a fresh git clone of both libosmocore and openbsc master branches. Both compile without issue. When I try and run bsc_hack from /opt/openbsc/ I get this error:<br>

<br>
./bsc_hack: error while loading shared libraries: libosmovty.so.0: cannot open shared object file: No such file or directory<br>
<br>
Any ideas what has gone wrong with this install? Obviously openbsc cannot find libosmocore libraries, but I have compiled them cas per usual. Any ideas?<br>
<br>
Thanks<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 14 Nov 2010 19:00:50 +0100<br>
From: Sylvain Munaut <<a href="mailto:246tnt@gmail.com">246tnt@gmail.com</a>><br>
Subject: Re: libosmocore compile error<br>
To: Stuart Baggs <<a href="mailto:stuart@bluewave.im">stuart@bluewave.im</a>><br>
Cc: OpenBSC list <<a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a>><br>
Message-ID:<br>
        <AANLkTi=_yru5SiOApB6dQ7XAk_FgMzUymTW-CN+XLU=<a href="mailto:x@mail.gmail.com">x@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi,<br>
<br>
<br>
> ./bsc_hack: error while loading shared libraries: libosmovty.so.0: cannot open shared object file: No such file or directory<br>
><br>
> Any ideas what has gone wrong with this install? Obviously openbsc cannot find libosmocore libraries, but I have compiled them cas per usual. Any ideas?<br>
<br>
Well yeah ...<br>
<br>
When you install libraried in non-standard location you must tell the<br>
ld loader where to look<br>
<br>
Either using LD_LIBRARY_PATH en variable or /etc/ld.so.conf<br>
<br>
Cheers,<br>
<br>
    Sylvain<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 14 Nov 2010 18:49:12 +0000<br>
From: Stuart Baggs <<a href="mailto:stuart@bluewave.im">stuart@bluewave.im</a>><br>
Subject: Re: libosmocore compile error<br>
To: Sylvain Munaut <<a href="mailto:246tnt@gmail.com">246tnt@gmail.com</a>><br>
Cc: OpenBSC list <<a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a>><br>
Message-ID: <<a href="mailto:2A79A19C-6D6F-4E19-B9ED-9894421F8F10@bluewave.im">2A79A19C-6D6F-4E19-B9ED-9894421F8F10@bluewave.im</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Thanks, I though it was in the standard location. I have another issue now. I have installed libosmocore 0.1.27 and the latest clone of openbsc master branch but when compiling open_bsc I am getting:<br>
<br>
No package 'libosmo-sccp' found<br>
<br>
I though this was part of libosmocore? I have managed to get a git clone of libosmo-sccp but a ./configure comes up with:<br>
<br>
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."<br>
<br>
I'm keen to get the GPRS branch up and running so I can start testing.<br>
<br>
On 14 Nov 2010, at 18:00, Sylvain Munaut wrote:<br>
<br>
> Hi,<br>
><br>
><br>
>> ./bsc_hack: error while loading shared libraries: libosmovty.so.0: cannot open shared object file: No such file or directory<br>
>><br>
>> Any ideas what has gone wrong with this install? Obviously openbsc cannot find libosmocore libraries, but I have compiled them cas per usual. Any ideas?<br>
><br>
> Well yeah ...<br>
><br>
> When you install libraried in non-standard location you must tell the<br>
> ld loader where to look<br>
><br>
> Either using LD_LIBRARY_PATH en variable or /etc/ld.so.conf<br>
><br>
> Cheers,<br>
><br>
>    Sylvain<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 14 Nov 2010 19:51:37 +0100<br>
From: Holger Hans Peter Freyther <<a href="mailto:holger@freyther.de">holger@freyther.de</a>><br>
Subject: Re: libosmocore compile error<br>
To: <a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a><br>
Message-ID: <<a href="mailto:4CE02FB9.2060909@freyther.de">4CE02FB9.2060909@freyther.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On 11/14/2010 07:49 PM, Stuart Baggs wrote:<br>
<br>
> configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."<br>
<br>
autoreconf --install --force..<br>
<br>
<br>
<br>
><br>
> I'm keen to get the GPRS branch up and running so I can start testing.<br>
<br>
You don't need to pass the enable option for the BSC... normal OpenBSC does<br>
not require SCCP.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sun, 14 Nov 2010 18:59:29 +0000<br>
From: Stuart Baggs <<a href="mailto:stuart@bluewave.im">stuart@bluewave.im</a>><br>
Subject: Re: libosmocore compile error<br>
To: Holger Hans Peter Freyther <<a href="mailto:holger@freyther.de">holger@freyther.de</a>><br>
Cc: <a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a><br>
Message-ID: <<a href="mailto:5ABF6A6C-7A7B-40C9-B079-2CB06D0C9520@bluewave.im">5ABF6A6C-7A7B-40C9-B079-2CB06D0C9520@bluewave.im</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Thanks for your help. This is getting really frustrating now. I have tried to recompile openbsc with:<br>
<br>
autoreconf --install --force<br>
./configure<br>
<br>
but the process stops on ./configure with:<br>
<br>
checking for LIBOSMOSCCP... configure: error: Package requirements (libosmo-sccp >= 0.0.3) were not met:<br>
<br>
No package 'libosmo-sccp' found<br>
<br>
Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
installed software in a non-standard prefix.<br>
<br>
Alternatively, you may set the environment variables LIBOSMOSCCP_CFLAGS<br>
and LIBOSMOSCCP_LIBS to avoid the need to call pkg-config.<br>
See the pkg-config man page for more details.<br>
<br>
I'm probably being really stupid, but it's been a long day. Any pointers?<br>
<br>
Thanks guys.<br>
<br>
s<br>
<br>
On 14 Nov 2010, at 18:51, Holger Hans Peter Freyther wrote:<br>
<br>
> On 11/14/2010 07:49 PM, Stuart Baggs wrote:<br>
><br>
>> configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."<br>
><br>
> autoreconf --install --force..<br>
><br>
><br>
><br>
>><br>
>> I'm keen to get the GPRS branch up and running so I can start testing.<br>
><br>
> You don't need to pass the enable option for the BSC... normal OpenBSC does<br>
> not require SCCP.<br>
><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sun, 14 Nov 2010 20:04:10 +0100<br>
From: Holger Hans Peter Freyther <<a href="mailto:holger@freyther.de">holger@freyther.de</a>><br>
Subject: Re: libosmocore compile error<br>
To: <a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a><br>
Message-ID: <<a href="mailto:4CE032AA.2060601@freyther.de">4CE032AA.2060601@freyther.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On 11/14/2010 07:59 PM, Stuart Baggs wrote:<br>
> Thanks for your help. This is getting really frustrating now. I have tried to recompile openbsc with:<br>
><br>
> autoreconf --install --force<br>
> ./configure<br>
><br>
> but the process stops on ./configure with:<br>
><br>
> checking for LIBOSMOSCCP... configure: error: Package requirements (libosmo-sccp >= 0.0.3) were not met:<br>
><br>
> No package 'libosmo-sccp' found<br>
><br>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> installed software in a non-standard prefix.<br>
><br>
> Alternatively, you may set the environment variables LIBOSMOSCCP_CFLAGS<br>
> and LIBOSMOSCCP_LIBS to avoid the need to call pkg-config.<br>
> See the pkg-config man page for more details.<br>
><br>
> I'm probably being really stupid, but it's been a long day. Any pointers?<br>
<br>
....<br>
<br>
<br>
1.) the autoreconf --install --force was below your quote of attempting to<br>
build libosmo-sccp. So it was related to libosmo-sccp. :)<br>
<br>
2.) You have not invoked './configure', you have either invoked './configure<br>
--enable-nat' or './configure --enable-osmo-bsc' (or both). For a normal build<br>
libosmosccp is not required.<br>
<br>
To illustrate I have put the relevant part from <a href="http://configure.in" target="_blank">configure.in</a> here. So only if<br>
you have used any of the two options you will need libosmo-sccp. If you don't<br>
have libosmosccp... then don't specify the two options.<br>
<br>
I hope this helps<br>
<br>
<br>
<br>
<br>
AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT.<br>
Requires SCCP])],<br>
    [<br>
        PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)<br>
        osmo_ac_build_nat="yes"<br>
    ],<br>
    [<br>
        osmo_ac_build_nat="no"<br>
    ])<br>
AM_CONDITIONAL(BUILD_NAT, test "x$osmo_ac_build_nat" = "xyes")<br>
<br>
AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo<br>
BSC])],<br>
    [<br>
        PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)<br>
        osmo_ac_build_bsc="yes"<br>
    ],<br>
    [<br>
        osmo_ac_build_bsc="no"<br>
    ])<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Sun, 14 Nov 2010 21:24:09 +0100<br>
From: Holger Hans Peter Freyther <<a href="mailto:holger@freyther.de">holger@freyther.de</a>><br>
Subject: Re: libosmocore compile error<br>
To: <a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a><br>
Message-ID: <<a href="mailto:4CE04569.8070701@freyther.de">4CE04569.8070701@freyther.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On 11/14/2010 09:13 PM, Stuart Baggs wrote:<br>
> All compiled and installed. I'm running OpenBSC 0.3.99.20onwaves. Is this compatible with GPRS? I have compiled OpenGGSN and recompiled openbsc but I dont seem to be getting an osmo-sgsn binary created.<br>
<br>
osmo-sgsn is only in master. You will need to get osmo-sgsn from the master<br>
branch, bsc_msc_ip is only in the branch and will stay there.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Sun, 14 Nov 2010 20:35:33 +0000<br>
From: Stuart Baggs <<a href="mailto:stuart@bluewave.im">stuart@bluewave.im</a>><br>
Subject: bsc_hack dies<br>
To: OpenBSC list <<a href="mailto:openbsc@lists.gnumonks.org">openbsc@lists.gnumonks.org</a>><br>
Message-ID: <<a href="mailto:CF05E7EF-E369-4694-905E-D1DF7D0E203C@bluewave.im">CF05E7EF-E369-4694-905E-D1DF7D0E203C@bluewave.im</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
After 30 seconds my bsc_hack is dieing. Here is the error:<br>
<br>
root@gateway:~/openbsc/openbsc# /usr/local/sbin/bsc_hack -c /home/stuart/openbsc.cfg -P<br>
DB: Database initialized.<br>
DB: Database prepared.<br>
<000d> input/ipaccess.c:634 accept()ed new OML link from 192.168.1.51<br>
<0005> bsc_init.c:745 bootstrapping OML for BTS 0<br>
SET ATTR NACK  CAUSE=Message cannot be performed<br>
<000d> input/ipaccess.c:696 accept()ed new RSL link from 192.168.1.51<br>
<0004> bsc_init.c:941 bootstrapping RSL for BTS/TRX (0/0) on ARFCN 870 using MCC=234 MNC=18 LAC=1 CID=0 BSIC=63 TSC=7<br>
<0000> chan_alloc.c:441 (bts=0,trx=0,ts=0,ss=0) Recycling Channel.<br>
<0004> abis_rsl.c:588 (bts=0,trx=0,ts=0,ss=1) is back in operation.<br>
*** stack smashing detected ***: /usr/local/sbin/bsc_hack terminated<br>
======= Backtrace: =========<br>
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0x2eaed8]<br>
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0x2eae90]<br>
/usr/local/sbin/bsc_hack[0x8060f43]<br>
/usr/local/sbin/bsc_hack[0x805cca0]<br>
/usr/local/sbin/bsc_hack[0x80663d9]<br>
/usr/local/sbin/bsc_hack[0x80752a2]<br>
/usr/local/lib/libosmocore.so.0(bsc_select_main+0x14b)[0x88e51b]<br>
/usr/local/sbin/bsc_hack[0x804c0a6]<br>
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x220b56]<br>
/usr/local/sbin/bsc_hack[0x804bbb1]<br>
======= Memory map: ========<br>
00110000-00111000 r-xp 00000000 00:00 0          [vdso]<br>
0020a000-00348000 r-xp 00000000 fc:00 171        /lib/tls/i686/cmov/<a href="http://libc-2.10.1.so" target="_blank">libc-2.10.1.so</a><br>
00348000-00349000 ---p 0013e000 fc:00 171        /lib/tls/i686/cmov/<a href="http://libc-2.10.1.so" target="_blank">libc-2.10.1.so</a><br>
00349000-0034b000 r--p 0013e000 fc:00 171        /lib/tls/i686/cmov/<a href="http://libc-2.10.1.so" target="_blank">libc-2.10.1.so</a><br>
0034b000-0034c000 rw-p 00140000 fc:00 171        /lib/tls/i686/cmov/<a href="http://libc-2.10.1.so" target="_blank">libc-2.10.1.so</a><br>
0034c000-0034f000 rw-p 00000000 00:00 0<br>
003c0000-003dc000 r-xp 00000000 fc:00 300        /lib/libgcc_s.so.1<br>
003dc000-003dd000 r--p 0001b000 fc:00 300        /lib/libgcc_s.so.1<br>
003dd000-003de000 rw-p 0001c000 fc:00 300        /lib/libgcc_s.so.1<br>
00443000-0045e000 r-xp 00000000 fc:00 143        /lib/<a href="http://ld-2.10.1.so" target="_blank">ld-2.10.1.so</a><br>
0045e000-0045f000 r--p 0001a000 fc:00 143        /lib/<a href="http://ld-2.10.1.so" target="_blank">ld-2.10.1.so</a><br>
0045f000-00460000 rw-p 0001b000 fc:00 143        /lib/<a href="http://ld-2.10.1.so" target="_blank">ld-2.10.1.so</a><br>
004ba000-004c5000 r-xp 00000000 fc:00 151866     /usr/lib/libdbi.so.0.0.5<br>
004c5000-004c6000 rw-p 0000a000 fc:00 151866     /usr/lib/libdbi.so.0.0.5<br>
00569000-0056b000 r-xp 00000000 fc:00 177        /lib/tls/i686/cmov/<a href="http://libdl-2.10.1.so" target="_blank">libdl-2.10.1.so</a><br>
0056b000-0056c000 r--p 00001000 fc:00 177        /lib/tls/i686/cmov/<a href="http://libdl-2.10.1.so" target="_blank">libdl-2.10.1.so</a><br>
0056c000-0056d000 rw-p 00002000 fc:00 177        /lib/tls/i686/cmov/<a href="http://libdl-2.10.1.so" target="_blank">libdl-2.10.1.so</a><br>
005cf000-005f3000 r-xp 00000000 fc:00 179        /lib/tls/i686/cmov/<a href="http://libm-2.10.1.so" target="_blank">libm-2.10.1.so</a><br>
005f3000-005f4000 r--p 00023000 fc:00 179        /lib/tls/i686/cmov/<a href="http://libm-2.10.1.so" target="_blank">libm-2.10.1.so</a><br>
005f4000-005f5000 rw-p 00024000 fc:00 179        /lib/tls/i686/cmov/<a href="http://libm-2.10.1.so" target="_blank">libm-2.10.1.so</a><br>
006c8000-006dd000 r-xp 00000000 fc:00 235        /lib/tls/i686/cmov/<a href="http://libpthread-2.10.1.so" target="_blank">libpthread-2.10.1.so</a><br>
006dd000-006de000 r--p 00014000 fc:00 235        /lib/tls/i686/cmov/<a href="http://libpthread-2.10.1.so" target="_blank">libpthread-2.10.1.so</a><br>
006de000-006df000 rw-p 00015000 fc:00 235        /lib/tls/i686/cmov/<a href="http://libpthread-2.10.1.so" target="_blank">libpthread-2.10.1.so</a><br>
006df000-006e1000 rw-p 00000000 00:00 0<br>
00764000-007ea000 r-xp 00000000 fc:00 135483     /usr/lib/libsqlite3.so.0.8.6<br>
007ea000-007eb000 r--p 00086000 fc:00 135483     /usr/lib/libsqlite3.so.0.8.6<br>
007eb000-007ec000 rw-p 00087000 fc:00 135483     /usr/lib/libsqlite3.so.0.8.6<br>
00889000-008a2000 r-xp 00000000 fc:00 1806       /usr/local/lib/libosmocore.so.0.0.0<br>
008a2000-008a3000 r--p 00018000 fc:00 1806       /usr/local/lib/libosmocore.so.0.0.0<br>
008a3000-008a4000 rw-p 00019000 fc:00 1806       /usr/local/lib/libosmocore.so.0.0.0<br>
008a4000-008a5000 rw-p 00000000 00:00 0<br>
00abe000-00ac7000 r-xp 00000000 fc:00 175        /lib/tls/i686/cmov/<a href="http://libcrypt-2.10.1.so" target="_blank">libcrypt-2.10.1.so</a><br>
00ac7000-00ac8000 r--p 00008000 fc:00 175        /lib/tls/i686/cmov/<a href="http://libcrypt-2.10.1.so" target="_blank">libcrypt-2.10.1.so</a><br>
00ac8000-00ac9000 rw-p 00009000 fc:00 175        /lib/tls/i686/cmov/<a href="http://libcrypt-2.10.1.so" target="_blank">libcrypt-2.10.1.so</a><br>
00ac9000-00af0000 rw-p 00000000 00:00 0<br>
00bca000-00bcf000 r-xp 00000000 fc:00 151877     /usr/lib/dbd/libdbdsqlite3.so<br>
00bcf000-00bd0000 r--p 00004000 fc:00 151877     /usr/lib/dbd/libdbdsqlite3.so<br>
00bd0000-00bd1000 rw-p 00005000 fc:00 151877     /usr/lib/dbd/libdbdsqlite3.so<br>
08048000-08091000 r-xp 00000000 fc:00 154760     /usr/local/sbin/bsc_hack<br>
08091000-08092000 r--p 00048000 fc:00 154760     /usr/local/sbin/bsc_hack<br>
08092000-08097000 rw-p 00049000 fc:00 154760     /usr/local/sbin/bsc_hack<br>
08097000-0809b000 rw-p 00000000 00:00 0<br>
0919b000-09228000 rw-p 00000000 00:00 0          [heap]<br>
b6ffe000-b6fff000 ---p 00000000 00:00 0<br>
b6fff000-b7802000 rw-p 00000000 00:00 0<br>
b7806000-b7808000 rw-p 00000000 00:00 0<br>
bfa5e000-bfa73000 rw-p 00000000 00:00 0          [stack]<br>
signal 6 received<br>
talloc report on 'vty' (total  37965 bytes in 3350 blocks)<br>
    save_cwd                       contains     29 bytes in   1 blocks (ref 0) 0x91bb478<br>
    vty_command                    contains  21352 bytes in 1719 blocks (ref 0) 0x91bb440<br>
    vty_vector                     contains  16584 bytes in 1629 blocks (ref 0) 0x91bb408<br>
full talloc report on 'openbsc' (total 137666 bytes in  63 blocks)<br>
    struct e1inp_line              contains  45208 bytes in   1 blocks (ref 0) 0x9207170<br>
    struct ia_e1_handle            contains     60 bytes in   1 blocks (ref 0) 0x91f1500<br>
    telnet_connection              contains      1 bytes in   1 blocks (ref 0) 0x91a18a0<br>
    struct gsm_network             contains  89224 bytes in   6 blocks (ref 0) 0x91a16e0<br>
        struct gsm_bts                 contains  88804 bytes in   2 blocks (ref 0) 0x91f1620<br>
            struct gsm_bts_trx             contains  86188 bytes in   1 blocks (ref 0) 0x91f2090<br>
        BlueWave                       contains      9 bytes in   1 blocks (ref 0) 0x919f018<br>
        BlueWave                       contains      9 bytes in   1 blocks (ref 0) 0x91a3490<br>
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x91a2038<br>
    counter                        contains    580 bytes in  30 blocks (ref 0) 0x919b568<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3448<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3400<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a33b8<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3370<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3328<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a32e0<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3298<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3250<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3208<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a31c0<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a3178<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919d958<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919d910<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919d8c8<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919d880<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919d838<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919ea18<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919e9d0<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919e988<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919e940<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919e8f8<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919efd0<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919ef88<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919ef40<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919eef8<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919f0d0<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x919f088<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a2078<br>
        struct counter                 contains     20 bytes in   1 blocks (ref 0) 0x91a25b0<br>
    trau_upq_entry                 contains      0 bytes in   1 blocks (ref 0) 0x919b530<br>
    trau_map_entry                 contains      0 bytes in   1 blocks (ref 0) 0x919b4f8<br>
    transaction                    contains      0 bytes in   1 blocks (ref 0) 0x919b4c0<br>
    subch_txq_entry                contains      0 bytes in   1 blocks (ref 0) 0x919b488<br>
    signal_handler                 contains    140 bytes in   8 blocks (ref 0) 0x919b450<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x91f13e8<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x91eb2b8<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x919b6c0<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x919b678<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x919b630<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x919b5e8<br>
        struct signal_handler          contains     20 bytes in   1 blocks (ref 0) 0x919b5a0<br>
    paging_request                 contains      0 bytes in   1 blocks (ref 0) 0x919b418<br>
    gsm_call                       contains      0 bytes in   1 blocks (ref 0) 0x919b3e0<br>
    subscr_request                 contains      0 bytes in   1 blocks (ref 0) 0x919b3a8<br>
    subscriber                     contains    392 bytes in   2 blocks (ref 0) 0x919b370<br>
        struct gsm_subscriber          contains    392 bytes in   1 blocks (ref 0) 0x9212ce0<br>
    sms                            contains      0 bytes in   1 blocks (ref 0) 0x919b338<br>
    loc_updating_oper              contains      0 bytes in   1 blocks (ref 0) 0x919b300<br>
    bs11_file_list_entry           contains      0 bytes in   1 blocks (ref 0) 0x919b2c8<br>
    msgb                           contains   2060 bytes in   3 blocks (ref 0) 0x919b290<br>
        GSM 04.08                      contains   1092 bytes in   1 blocks (ref 0) 0x9213360<br>
        Abis/IP                        contains    968 bytes in   1 blocks (ref 0) 0x91f0f20<br>
Aborted<br>
<br>
<br>
Any ideas?<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
OpenBSC mailing list<br>
<a href="mailto:OpenBSC@lists.gnumonks.org">OpenBSC@lists.gnumonks.org</a><br>
<a href="https://lists.gnumonks.org/mailman/listinfo/openbsc" target="_blank">https://lists.gnumonks.org/mailman/listinfo/openbsc</a><br>
<br>
<br>
End of OpenBSC Digest, Vol 23, Issue 7<br>
**************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks.....<br><br>
</div></div>