Hello,
I have gone through some of the documentations and now trying to install osmoBSC i.e just the BSC part not the openBSC or osmoNITB. I am kind of confused , can anyone please tell me if I can build just the BSC part and in order to do that what are the packages that I have to configure.
Thanks Anindya
On Tue, Sep 12, 2017 at 06:20:33PM +0530, Anindya Sankar Roy wrote:
Hello,
I have gone through some of the documentations and now trying to install osmoBSC i.e just the BSC part not the openBSC or osmoNITB. I am kind of confused , can anyone please tell me if I can build just the BSC part and in order to do that what are the packages that I have to configure.
Before you build, be aware of the https://osmocom.org/projects/cellular-infrastructure/wiki/Nightly_Builds that may get you started without even installing a compiler.
If you really want to build:
We have the old/current osmo-bsc in openbsc.git. There you need to explicitly enable osmo-bsc: ./configure --enable-osmo-bsc
We now also have the new osmo-bsc.git where you may build it on its own, but be aware that it has moved to an actual M3UA SIGTRAN towards the MSC and is currently not capable of SCCPlite, which the old osmo-bsc supports.
Find more detail at https://osmocom.org/projects/cellular-infrastructure/wiki/Build_from_Source
HTH!
~N
Hello,
I am getting this error, can anyone tell me what I need to do from studying the error message
lab@openair4G:~/dev/open-gsm/osmo-bsc$ autoreconf -fi configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/ipaccess/Makefile.am: installing './depcomp' src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libbsc/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' src/libbsc/Makefile.am:16: to 'configure.ac' and run 'autoconf' again. src/libcommon-cs/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libcommon-cs/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' src/libcommon-cs/Makefile.am:16: to 'configure.ac' and run 'autoconf' again. src/libcommon/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libcommon/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' src/libcommon/Makefile.am:16: to 'configure.ac' and run 'autoconf' again. src/libfilter/Makefile.am:17: error: library used but 'RANLIB' is undefined src/libfilter/Makefile.am:17: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' src/libfilter/Makefile.am:17: to 'configure.ac' and run 'autoconf' again. src/libtrau/Makefile.am:23: error: library used but 'RANLIB' is undefined src/libtrau/Makefile.am:23: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' src/libtrau/Makefile.am:23: to 'configure.ac' and run 'autoconf' again. src/utils/Makefile.am:114: warning: compiling 'meas_json.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' autoreconf: automake failed with exit status: 1
Thanks Anindya
On Thu, Sep 14, 2017 at 5:39 AM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Tue, Sep 12, 2017 at 06:20:33PM +0530, Anindya Sankar Roy wrote:
Hello,
I have gone through some of the documentations and now trying to install osmoBSC i.e just the BSC part not the openBSC or osmoNITB. I am kind of confused , can anyone please tell me if I can build just the BSC part and in order to do that what are the packages that I have to configure.
Before you build, be aware of the https://osmocom.org/projects/cellular-infrastructure/wiki/Nightly_Builds that may get you started without even installing a compiler.
If you really want to build:
We have the old/current osmo-bsc in openbsc.git. There you need to explicitly enable osmo-bsc: ./configure --enable-osmo-bsc
We now also have the new osmo-bsc.git where you may build it on its own, but be aware that it has moved to an actual M3UA SIGTRAN towards the MSC and is currently not capable of SCCPlite, which the old osmo-bsc supports.
Find more detail at https://osmocom.org/projects/cellular-infrastructure/wiki/ Build_from_Source
HTH!
~N
On Thu, Sep 14, 2017 at 12:25:41PM +0530, Anindya Sankar Roy wrote:
Hello,
I am getting this error, can anyone tell me what I need to do from studying the error message
lab@openair4G:~/dev/open-gsm/osmo-bsc$ autoreconf -fi configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/ipaccess/Makefile.am: installing './depcomp' src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libbsc/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'
'ranlib' is a tool coming from binutils. It should have come with the build-essential package. It seems the ubuntu dependencies list is incomplete, please take the debian one from https://osmocom.org/projects/cellular-infrastructure/wiki/Build_from_Source:
apt-get install build-essential gcc g++ make automake autoconf libtool pkg-config libtalloc-dev libpcsclite-dev libortp-dev libsctp-dev libssl-dev libdbi-dev libdbd-sqlite3 libsqlite3-dev libpcap-dev libc-ares-dev sqlite3
Would be great if you could confirm that this list works, then we can update the wiki.
Otherwise, ubuntu 14 is quite old by now. You may want to use a newer one. We build our binary packes for 16.04, 16.10 and 17.04, as well as Debian 8 and 9. https://build.opensuse.org/project/show/network:osmocom:nightly
~N
Hello,
No , I have installed all the packages but still gives the same error.. I think maybe upgrading to 16.04 might help... I will retry and repost if getting it to 16.04 solves the problem.
Thanks Anindya
On Thu, Sep 14, 2017 at 8:50 PM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Thu, Sep 14, 2017 at 12:25:41PM +0530, Anindya Sankar Roy wrote:
Hello,
I am getting this error, can anyone tell me what I need to do from studying the error message
lab@openair4G:~/dev/open-gsm/osmo-bsc$ autoreconf -fi configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/ipaccess/Makefile.am: installing './depcomp' src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libbsc/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'
'ranlib' is a tool coming from binutils. It should have come with the build-essential package. It seems the ubuntu dependencies list is incomplete, please take the debian one from https://osmocom.org/projects/cellular-infrastructure/wiki/ Build_from_Source:
apt-get install build-essential gcc g++ make automake autoconf libtool pkg-config libtalloc-dev libpcsclite-dev libortp-dev libsctp-dev libssl-dev libdbi-dev libdbd-sqlite3 libsqlite3-dev libpcap-dev libc-ares-dev sqlite3
Would be great if you could confirm that this list works, then we can update the wiki.
Otherwise, ubuntu 14 is quite old by now. You may want to use a newer one. We build our binary packes for 16.04, 16.10 and 17.04, as well as Debian 8 and 9. https://build.opensuse.org/project/show/network:osmocom:nightly
~N
Hello everyone,
Nothing has solved, I have removed all the source files and started fresh... there are osmo-bsc deb in software center and I have installed them but they give this following error... Can anyone tell me how to solve it ?
lab@openair4G:/usr/share/doc/osmocom-bsc$ osmo-bsc <0005> bsc_init.c:536 Failed to parse the config file: 'openbsc.cfg' Bootstrapping the network failed. exiting. full talloc report on 'sccp' (total 1 bytes in 1 blocks)
Thanks
Anindya
On Fri, Sep 15, 2017 at 5:06 PM, Anindya Sankar Roy < anindya.s@toshniwalcontrols.com> wrote:
Hello,
No , I have installed all the packages but still gives the same error.. I think maybe upgrading to 16.04 might help... I will retry and repost if getting it to 16.04 solves the problem.
Thanks Anindya
On Thu, Sep 14, 2017 at 8:50 PM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Thu, Sep 14, 2017 at 12:25:41PM +0530, Anindya Sankar Roy wrote:
Hello,
I am getting this error, can anyone tell me what I need to do from studying the error message
lab@openair4G:~/dev/open-gsm/osmo-bsc$ autoreconf -fi configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' src/ipaccess/Makefile.am: installing './depcomp' src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined src/libbsc/Makefile.am:16: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'
'ranlib' is a tool coming from binutils. It should have come with the build-essential package. It seems the ubuntu dependencies list is incomplete, please take the debian one from https://osmocom.org/projects/cellular-infrastructure/wiki/Bu ild_from_Source:
apt-get install build-essential gcc g++ make automake autoconf libtool pkg-config libtalloc-dev libpcsclite-dev libortp-dev libsctp-dev libssl-dev libdbi-dev libdbd-sqlite3 libsqlite3-dev libpcap-dev libc-ares-dev sqlite3
Would be great if you could confirm that this list works, then we can update the wiki.
Otherwise, ubuntu 14 is quite old by now. You may want to use a newer one. We build our binary packes for 16.04, 16.10 and 17.04, as well as Debian 8 and 9. https://build.opensuse.org/project/show/network:osmocom:nightly
~N
On 22 September 2017 09:43:55 CEST, Anindya Sankar Roy anindya.s@toshniwalcontrols.com wrote:
Hello everyone,
Nothing has solved, I have removed all the source files and started fresh... there are osmo-bsc deb in software center and I have installed them but they give this following error... Can anyone tell me how to solve it ?
Hi Anindya, let me jump in here to try to avoid consuming developer's time. First, could I suggest to please take some time to browse through and read the wiki again, Neels kindly sent links to you, there are also other pages of interest to you there.
Also, please read the documentation. http://ftp.osmocom.org/docs/latest/osmobsc-usermanual.pdf (and other files at the same location)
One cannot be expected to setup something as complex as a full gsm stack without reading the manual, right?
lab@openair4G:/usr/share/doc/osmocom-bsc$ osmo-bsc <0005> bsc_init.c:536 Failed to parse the config file: 'openbsc.cfg' Bootstrapping the network failed. exiting.
So now you are using the packages and have a totally different error. If one would read the error, it should be clear that the problem is with the openbsc.cfg file, which I imagine doesn't exist.
Again, I would refer you to the manual, the wiki and this mailing list archive. All the answers you need are there. Your question has been asked before.
I guess, I missed some points or misunderstood something.. I got it working now...
On Fri, Sep 22, 2017 at 1:52 PM, Keith keith@rhizomatica.org wrote:
On 22 September 2017 09:43:55 CEST, Anindya Sankar Roy < anindya.s@toshniwalcontrols.com> wrote:
Hello everyone,
Nothing has solved, I have removed all the source files and started fresh... there are osmo-bsc deb in software center and I have installed them but they give this following error... Can anyone tell me how to solve it ?
Hi Anindya, let me jump in here to try to avoid consuming developer's time. First, could I suggest to please take some time to browse through and read the wiki again, Neels kindly sent links to you, there are also other pages of interest to you there.
Also, please read the documentation. http://ftp.osmocom.org/docs/latest/osmobsc-usermanual.pdf (and other files at the same location)
One cannot be expected to setup something as complex as a full gsm stack without reading the manual, right?
lab@openair4G:/usr/share/doc/osmocom-bsc$ osmo-bsc <0005> bsc_init.c:536 Failed to parse the config file: 'openbsc.cfg' Bootstrapping the network failed. exiting.
So now you are using the packages and have a totally different error. If one would read the error, it should be clear that the problem is with the openbsc.cfg file, which I imagine doesn't exist.
Again, I would refer you to the manual, the wiki and this mailing list archive. All the answers you need are there. Your question has been asked before.
-- Sent from my Android device.