Can you explain please why you are changing the license.
thks.
On Sat, Jan 1, 2011 at 11:04 PM, openbsc-request@lists.gnumonks.org wrote:
Send OpenBSC mailing list submissions to openbsc@lists.gnumonks.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnumonks.org/mailman/listinfo/openbsc or, via email, send a message with subject or body 'help' to openbsc-request@lists.gnumonks.org
You can reach the person managing the list at openbsc-owner@lists.gnumonks.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of OpenBSC digest..."
Today's Topics:
- Re: OpenBSC on Solaris (Sqlite3) (Holger Hans Peter Freyther)
 - Relicensing OpenBSC under AGPLv3 (Harald Welte)
 - RE: OpenBSC on Solaris (Sqlite3) (Omar Atia)
 - RE: OpenBSC on Solaris (Sqlite3) (Omar Atia)
 - RE: OpenBSC on Solaris (Sqlite3) (Omar Atia)
 
Message: 1 Date: Sat, 01 Jan 2011 10:57:43 +0100 From: Holger Hans Peter Freyther holger@freyther.de Subject: Re: OpenBSC on Solaris (Sqlite3) To: Omar Atia omar.atia@its.ws Cc: openbsc@lists.gnumonks.org Message-ID: 4D1EFA97.2010208@freyther.de Content-Type: text/plain; charset=UTF-8
On 01/01/2011 10:28 AM, Omar Atia wrote:
Dear Holger,
I will try to make it on Linux (Home PC), but for the time being solaries
is the OS available for me .
Sorry,
you really need to find Solaris support in some other channel (no idea where this should be).
z.
Message: 2 Date: Sat, 1 Jan 2011 18:19:01 +0100 From: Harald Welte laforge@gnumonks.org Subject: Relicensing OpenBSC under AGPLv3 To: openbsc@lists.gnumonks.org Message-ID: 20110101171901.GM23146@prithivi.gnumonks.org Content-Type: text/plain; charset=us-ascii
Hi all,
Following-up to the previous discussion in May 2009, I have finally changed the OpenBSC (and related software) license from GPLv2-or-later to AGPLv3-or-later.
All copyright holders have been contacted and all agree on the change of the license.
libosmocore will remain GPLv2-or-later, and if linked with OpenBSC, you will use the AGPLv3 compatible GPLv3 license.
Regards, Harald --
- Harald Welte laforge@gnumonks.org
 ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)
Message: 3 Date: Sat, 01 Jan 2011 11:28:47 +0200 From: Omar Atia omar.atia@its.ws Subject: RE: OpenBSC on Solaris (Sqlite3) To: 'Holger Hans Peter Freyther' holger@freyther.de, openbsc@lists.gnumonks.org Message-ID: 000201cba996$4d6a9410$e83fbc30$%atia@its.ws Content-Type: text/plain; charset=utf-8
Dear Holger,
I will try to make it on Linux (Home PC), but for the time being solaries is the OS available for me .
2nd I have found success in compiling sqlite3 and created 3 libs file and put them under
root@ITSHPS # cd /usr/lib/dbd or /usr/local/lib/dbd root@ITSHPS # ls -ltr total 56 -rwxr-xr-x 1 root root 31520 Jan 1 11:15 libdbdsqlite3 -rwxr-xr-x 1 root root 942 Jan 1 11:15 libdbdsqlite3.la -rw-r--r-- 1 root root 24532 Jan 1 11:15 libdbdsqlite3.a
Is it necessary to have the shared library as driver I mean is it obligatory to have libdbdsqlite3.a and libdbdsqlite3.so ?
Kindly check that folder under your linux path and let me know because I'm still getting same message when running bsc_hack.
[ITSHPS]celtabs:/oradata/u01/celtabs/openbsc/openbsc/openbsc/src>./bsc_hack -c openbsc.cfg.nanobts <0012> db.c:192 Failed to create connection. DB: Failed to init database. Please check the option settings.
Please check the below link it contains the so file ...
http://packages.debian.org/lenny/sparc/libdbd-sqlite3/filelist
Thanks,, Omar Atia
-----Original Message----- From: openbsc-bounces@lists.gnumonks.org [mailto: openbsc-bounces@lists.gnumonks.org] On Behalf Of Holger Hans Peter Freyther Sent: Saturday, January 01, 2011 12:39 AM To: openbsc@lists.gnumonks.org Subject: Re: OpenBSC on Solaris (Sqlite3)
On 12/31/2010 11:32 PM, Omar Atia wrote:
Dear holger,
so now I have framework installed and I have the sources for the
libdbdsqlite3 but I'm not able to compile , it is writing make statements without compiling ...
search for *** in the output. it is an indication of (GNU) make that there is an error. Most likely the configure script told you it couldn't find the sqlite3.h and that the SQLIte3 backend was disabled or you need to pass --enable-sqlite3 when configuring the drivers.
Is there a strong reason to use Solaris? If there is not strong reason to use it you might be more happy with a Linux System as it comes with an easy way to install all these dependencies.
Message: 4 Date: Sat, 01 Jan 2011 11:56:43 +0200 From: Omar Atia omar.atia@its.ws Subject: RE: OpenBSC on Solaris (Sqlite3) To: 'Holger Hans Peter Freyther' holger@freyther.de Cc: openbsc@lists.gnumonks.org Message-ID: 000301cba99a$349615a0$9dc240e0$%atia@its.ws Content-Type: text/plain; charset=utf-8
It works dear , shared library was missing during compilation :) ...sorry
-----Original Message----- From: Holger Hans Peter Freyther [mailto:holger@freyther.de] Sent: Saturday, January 01, 2011 11:58 AM To: Omar Atia Cc: openbsc@lists.gnumonks.org Subject: Re: OpenBSC on Solaris (Sqlite3)
On 01/01/2011 10:28 AM, Omar Atia wrote:
Dear Holger,
I will try to make it on Linux (Home PC), but for the time being solaries
is the OS available for me .
Sorry,
you really need to find Solaris support in some other channel (no idea where this should be).
z.
Message: 5 Date: Sun, 02 Jan 2011 00:01:41 +0200 From: Omar Atia omar.atia@its.ws Subject: RE: OpenBSC on Solaris (Sqlite3) To: 'Omar Atia' omar.atia@its.ws, 'Holger Hans Peter Freyther' holger@freyther.de Cc: openbsc@lists.gnumonks.org Message-ID: 000701cba9ff$7ac0c740$704255c0$%atia@its.ws Content-Type: text/plain; charset="utf-8"
Dear Holger?
Also attached screen shot for the telnet to bsc_hack as well as running the program for sure I still have to bring ipaccess nanoBTS:
Do you have documentation for sample vty commands ? how to provisin subscriber ? bulk provisining for example ? or needs a script to write them to DB in bulk mode ? another question is can we use oracle or we need to redesign the application (db.c) , I saw some commented line for mysql ?
-----Original Message----- From: Omar Atia [mailto:omar.atia@its.ws] Sent: Saturday, January 01, 2011 11:57 AM To: 'Holger Hans Peter Freyther' Cc: 'openbsc@lists.gnumonks.org' Subject: RE: OpenBSC on Solaris (Sqlite3)
It works dear , shared library was missing during compilation :) ...sorry
-----Original Message-----
From: Holger Hans Peter Freyther [mailto:holger@freyther.de]
Sent: Saturday, January 01, 2011 11:58 AM
To: Omar Atia
Cc: openbsc@lists.gnumonks.org
Subject: Re: OpenBSC on Solaris (Sqlite3)
On 01/01/2011 10:28 AM, Omar Atia wrote:
Dear Holger,
I will try to make it on Linux (Home PC), but for the time being solaries
is the OS available for me .
Sorry,
you really need to find Solaris support in some other channel (no idea where
this should be).
z.
On 01/01/2011 11:14 PM, mosbah abdelkader wrote:
Can you explain please why you are changing the license.
Hi,
please see the archive. Harald mentioned the month it was discussed and this is the link to it[1].
[1] http://lists.gnumonks.org/pipermail/openbsc/2010-May/thread.html
It sounds a very reasonable choice to me.
That way if a mobile carrier would like to use OpenBSC to provide a GSM service and they modify/improve OpenBSC they need to release the improvement/modifications to their users or commit it back directly to the OpenBSC community.
Otherwise it would be possible for a mobile carrier to invest a lot of money into OpenBSC to avoid paying traditional mobile manufacturer (nokia, ericsson, etc, etc) but never givin back the results of the investment to the community.
Fabio
On 01/01/11 23.14, mosbah abdelkader wrote:
Can you explain please why you are changing the license.
thks.