Hi!
JFYI: Zecke and myself have been playing around with the first steps towards a layer2 of the mobile station side.
In order to reduce code duplicaiton, we have moved a lot of header files and some code such as msgb.c, signal.c, bitvec.c and others into the library "libosmocore" (LIBrary Open Source MObile [communications] CORE).
This library resides at git://git.osmocore.org/libosmocore.git
You will have to download, compile and install the library before you can compile/install openbsc. This is done with the usual 'autoreconf -i && ./configure && make' steps.
Sorry for the minor inconvenience, but we really didn't want to have code duplication between our projects.
Regards, Harald
Hi Harald,
Please check the osmocore git address, am getting this error : fatal: Unable to look up git.osmocore.org (port 9418) (Name or service not known)
Best regards,
Ihab el Bakri
Date: Sat, 20 Feb 2010 23:28:37 +0100 From: laforge@gnumonks.org To: openbsc@lists.gnumonks.org Subject: Build dependency / libosmocore
Hi!
JFYI: Zecke and myself have been playing around with the first steps towards a layer2 of the mobile station side.
In order to reduce code duplicaiton, we have moved a lot of header files and some code such as msgb.c, signal.c, bitvec.c and others into the library "libosmocore" (LIBrary Open Source MObile [communications] CORE).
This library resides at git://git.osmocore.org/libosmocore.git
You will have to download, compile and install the library before you can compile/install openbsc. This is done with the usual 'autoreconf -i && ./configure && make' steps.
Sorry for the minor inconvenience, but we really didn't want to have code duplication between our projects.
Regards, Harald --
- Harald Welte laforge@gnumonks.org http://laforge.gnumonks.org/
============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)
_________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969
Hi Ihab el Bakri,
On Sun, Feb 21, 2010 at 09:11:33AM +0100, Ihab el Bakri wrote:
Please check the osmocore git address, am getting this error : fatal: Unable to look up git.osmocore.org (port 9418) (Name or service not known)
sorry, my mistake: it is git://git.osmocom.org/libosmocore.git
Regards, Harald