thanks -Alexander Huemer but now i get a c compiler error yet i have installed gcc-4.4_4.4.5-8_kfreebsd-i386(1).deb and libc0.1_2.11.2-10+b1_kfreebsd-i386.deb
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/root/libosmocore': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details root@debian:~/libosmocore#
On Fri, Dec 2, 2011 at 12:19 PM, openbsc-request@lists.osmocom.org wrote:
Send OpenBSC mailing list submissions to openbsc@lists.osmocom.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.osmocom.org/mailman/listinfo/openbsc or, via email, send a message with subject or body 'help' to openbsc-request@lists.osmocom.org
You can reach the person managing the list at openbsc-owner@lists.osmocom.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of OpenBSC digest..."
Today's Topics:
- Re: Time in MM Info [patch] (Rees, Jim)
- Re: Time in MM Info [patch] (Gus Bourg)
- Re: Time in MM Info [patch] (Gus Bourg)
- error at execution of autoreconf -i (Dick Rwegaba)
- Re: error at execution of autoreconf -i (Alexander Huemer)
- Re: Time in MM Info [patch] (Harald Welte)
Message: 1 Date: Thu, 1 Dec 2011 15:24:55 +0000 From: "Rees, Jim" jrees@arbor.net To: Gus Bourg gus@bourg.net Cc: "openbsc@lists.osmocom.org" openbsc@lists.osmocom.org Subject: Re: Time in MM Info [patch] Message-ID: 17FE85C3-C5BE-4836-A788-7E1442A444FA@arbor.net Content-Type: text/plain; charset="iso-8859-1"
Why not make tzunits a signed quantity and get rid of tzdir? And why 15 minute units? I realize this is how the bts wants them, but shouldn't the config file be a bit more user-friendly?
Also it looks like the indentation is a bit messed up.
Message: 2 Date: Thu, 1 Dec 2011 12:25:39 -0800 From: Gus Bourg gus@bourg.net To: Harald Welte laforge@gnumonks.org Cc: openbsc@lists.osmocom.org Subject: Re: Time in MM Info [patch] Message-ID: <CAKL=SEo2FJQcVZ+eGPHwKx0PO=6PhB9wWMyni2ELAcnMpKpsbQ@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"
Hi Harald,
Thanks for the input. Here's the updated patch.
Gus
On Wed, Nov 30, 2011 at 11:47 PM, Harald Welte laforge@gnumonks.org wrote:
Hi Gus,
On Wed, Nov 30, 2011 at 03:13:04PM -0800, Gus Bourg wrote:
Attached is a patch to support sending time to the device.
thanks a lot for the patch.
however, some remarks:
- We actually do support ranges with negative numbers in the syntax,
? after commit 33f0fc3c9565308044c934c9e0c1bb81c1a26311 in libosmocore ? you can do something like "timezone <-19-19> (0|15|30|45)" ? which I believe would be a more human-friendly way of entering it in ? hours and minutes.
- the internal storage could thus also be a simple "int timezone",
? which gets filled from the hour and minute part of the abovementioned ? command syntax.
- please make sure to use a default of "cur_time->tm_gmtoff" in case
? the config file doesn't use per-BTS timezones. ?So another "int ? timezone_bts_specific" member might be applicable.
- please make sure to use tab instead of " ? ? ? ?" (sequence of 8
? whitespaces), or use a script that automatically takes care of that.
- the "timezone" vty line should only be printed if the user actually
? configured it (i.e. timezone_bts_specific == 1).
- there needs to be a way to completely remove the timezone statement,
? most likely a "no timezone" VTY command in the BTS node.
Regards, ? ? ? ?Harald
--
- Harald Welte laforge@gnumonks.org ? ? ? ? ?
============================================================================
"Privacy in residential applications is a desirable marketing option." ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?(ETSI EN 300 175-7 Ch.
A6)
Hi Dick,
first of all, please refrain from quoting an entire list digest at the end of your message.
And as the cofnigure script itself states:
On Sat, Dec 03, 2011 at 10:18:35AM +0300, Dick Rwegaba wrote:
See `config.log' for more details
Have you checked config.log? What does it say? It would be great if you had attached that to your message, or at least something like the last 50 lines of config.log.
Regards, Harald