<br>thanks -Alexander Huemer<br> 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<br><br>checking for gcc... no<br>checking for cc... no<br>
checking for cl.exe... no<br>configure: error: in `/root/libosmocore':<br>configure: error: no acceptable C compiler found in $PATH<br>See `config.log' for more details<br>root@debian:~/libosmocore#<br><br><br><div class="gmail_quote">
On Fri, Dec 2, 2011 at 12:19 PM,  <span dir="ltr"><<a href="mailto:openbsc-request@lists.osmocom.org">openbsc-request@lists.osmocom.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.osmocom.org">openbsc@lists.osmocom.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.osmocom.org/mailman/listinfo/openbsc" target="_blank">https://lists.osmocom.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.osmocom.org">openbsc-request@lists.osmocom.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:openbsc-owner@lists.osmocom.org">openbsc-owner@lists.osmocom.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. Re: Time in MM Info [patch] (Rees, Jim)<br>
   2. Re: Time in MM Info [patch] (Gus Bourg)<br>
   3. Re: Time in MM Info [patch] (Gus Bourg)<br>
   4. error at execution of autoreconf -i (Dick Rwegaba)<br>
   5. Re: error at execution of autoreconf -i (Alexander Huemer)<br>
   6. Re: Time in MM Info [patch] (Harald Welte)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 1 Dec 2011 15:24:55 +0000<br>
From: "Rees, Jim" <<a href="mailto:jrees@arbor.net">jrees@arbor.net</a>><br>
To: Gus Bourg <<a href="mailto:gus@bourg.net">gus@bourg.net</a>><br>
Cc: "<a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a>" <<a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a>><br>
Subject: Re: Time in MM Info [patch]<br>
Message-ID: <<a href="mailto:17FE85C3-C5BE-4836-A788-7E1442A444FA@arbor.net">17FE85C3-C5BE-4836-A788-7E1442A444FA@arbor.net</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
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?<br>
<br>
Also it looks like the indentation is a bit messed up.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 1 Dec 2011 12:25:39 -0800<br>
From: Gus Bourg <<a href="mailto:gus@bourg.net">gus@bourg.net</a>><br>
To: Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>><br>
Cc: <a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a><br>
Subject: Re: Time in MM Info [patch]<br>
Message-ID:<br>
        <CAKL=SEo2FJQcVZ+eGPHwKx0PO=<a href="mailto:6PhB9wWMyni2ELAcnMpKpsbQ@mail.gmail.com">6PhB9wWMyni2ELAcnMpKpsbQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Harald,<br>
<br>
Thanks for the input.  Here's the updated patch.<br>
<br>
Gus<br>
<br>
On Wed, Nov 30, 2011 at 11:47 PM, Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>> wrote:<br>
> Hi Gus,<br>
><br>
> On Wed, Nov 30, 2011 at 03:13:04PM -0800, Gus Bourg wrote:<br>
>> Attached is a patch to support sending time to the device.<br>
><br>
> thanks a lot for the patch.<br>
><br>
> however, some remarks:<br>
><br>
> 1) We actually do support ranges with negative numbers in the syntax,<br>
> ? after commit 33f0fc3c9565308044c934c9e0c1bb81c1a26311 in libosmocore<br>
> ? you can do something like "timezone <-19-19> (0|15|30|45)"<br>
> ? which I believe would be a more human-friendly way of entering it in<br>
> ? hours and minutes.<br>
><br>
> 2) the internal storage could thus also be a simple "int timezone",<br>
> ? which gets filled from the hour and minute part of the abovementioned<br>
> ? command syntax.<br>
><br>
> 3) please make sure to use a default of "cur_time->tm_gmtoff" in case<br>
> ? the config file doesn't use per-BTS timezones. ?So another "int<br>
> ? timezone_bts_specific" member might be applicable.<br>
><br>
> 4) please make sure to use tab instead of " ? ? ? ?" (sequence of 8<br>
> ? whitespaces), or use a script that automatically takes care of that.<br>
><br>
> 5) the "timezone" vty line should only be printed if the user actually<br>
> ? configured it (i.e. timezone_bts_specific == 1).<br>
><br>
> 6) there needs to be a way to completely remove the timezone statement,<br>
> ? most likely a "no timezone" VTY command in the BTS node.<br>
><br>
> Regards,<br>
> ? ? ? ?Harald<br>
><br>
> --<br>
> - Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>> ? ? ? ? ? <a href="http://laforge.gnumonks.org/" target="_blank">http://laforge.gnumonks.org/</a><br>
> ============================================================================<br>
> "Privacy in residential applications is a desirable marketing option."<br>
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?(ETSI EN 300 175-7 Ch. A6)<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: time_happy_3.diff<br>
Type: text/x-diff<br>
Size: 5040 bytes<br>
Desc: not available<br>
URL: <<a href="http://lists.osmocom.org/pipermail/openbsc/attachments/20111201/60c3ccd1/attachment-0001.diff" target="_blank">http://lists.osmocom.org/pipermail/openbsc/attachments/20111201/60c3ccd1/attachment-0001.diff</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 1 Dec 2011 15:25:06 -0800<br>
From: Gus Bourg <<a href="mailto:gus@bourg.net">gus@bourg.net</a>><br>
To: Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>><br>
Cc: <a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a><br>
Subject: Re: Time in MM Info [patch]<br>
Message-ID:<br>
        <CAKL=<a href="mailto:SEp1%2BxC2p3dH7fdevdFjsT%2BROr2fHqSsJS4uPNW-qtaC5Q@mail.gmail.com">SEp1+xC2p3dH7fdevdFjsT+ROr2fHqSsJS4uPNW-qtaC5Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Apologize for so many replies.  Found another bug.  I think I have it<br>
actually right this time.  Previously fractional hours were not set<br>
right, and the calculation for the timezone offset was all wrong when<br>
when the timezone wasn't set.<br>
<br>
Thanks,<br>
Gus<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: ProperTime.diff<br>
Type: text/x-diff<br>
Size: 5339 bytes<br>
Desc: not available<br>
URL: <<a href="http://lists.osmocom.org/pipermail/openbsc/attachments/20111201/5eec3199/attachment-0001.diff" target="_blank">http://lists.osmocom.org/pipermail/openbsc/attachments/20111201/5eec3199/attachment-0001.diff</a>><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 2 Dec 2011 09:41:29 +0300<br>
From: Dick Rwegaba <<a href="mailto:drwegaba@gmail.com">drwegaba@gmail.com</a>><br>
To: <a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a><br>
Subject: error at execution of autoreconf -i<br>
Message-ID:<br>
        <<a href="mailto:CAEO9OAfnoMUBCfUiJq-Q2GDzRVyn4SUKJ5FcmNsg3t4MkOp8pg@mail.gmail.com">CAEO9OAfnoMUBCfUiJq-Q2GDzRVyn4SUKJ5FcmNsg3t4MkOp8pg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
can some one help me with a work around?<br>
root@debian:~/libosmocore# autoreconf -i<br>
Can't exec "aclocal": No such file or directory at<br>
/usr/share/autoconf/Autom4te/FileUtils.pm line 326.<br>
autoreconf: failed to run aclocal: No such file or directory<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osmocom.org/pipermail/openbsc/attachments/20111202/34d0c7af/attachment-0001.html" target="_blank">http://lists.osmocom.org/pipermail/openbsc/attachments/20111202/34d0c7af/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 2 Dec 2011 08:19:55 +0100<br>
From: Alexander Huemer <alexander.huemer@xx.vu><br>
To: Dick Rwegaba <<a href="mailto:drwegaba@gmail.com">drwegaba@gmail.com</a>><br>
Cc: <a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a><br>
Subject: Re: error at execution of autoreconf -i<br>
Message-ID: <<a href="mailto:20111202071955.GA3573@de.xx.vu">20111202071955.GA3573@de.xx.vu</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
On Fri, Dec 02, 2011 at 09:41:29AM +0300, Dick Rwegaba wrote:<br>
> can some one help me with a work around?<br>
> root@debian:~/libosmocore# autoreconf -i<br>
> Can't exec "aclocal": No such file or directory at<br>
> /usr/share/autoconf/Autom4te/FileUtils.pm line 326.<br>
> autoreconf: failed to run aclocal: No such file or directory<br>
Hi Dick,<br>
<br>
install automake.<br>
on debian/ubuntu with:<br>
$ sudo apt-get install automake<br>
that is missing in [1], I'll fix that.<br>
<br>
Kind regards,<br>
-Alexander Huemer<br>
<br>
[1] <a href="http://openbsc.osmocom.org/trac/wiki/Building_OpenBSC" target="_blank">http://openbsc.osmocom.org/trac/wiki/Building_OpenBSC</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 2 Dec 2011 10:19:13 +0100<br>
From: Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>><br>
To: Gus Bourg <<a href="mailto:gus@bourg.net">gus@bourg.net</a>><br>
Cc: <a href="mailto:openbsc@lists.osmocom.org">openbsc@lists.osmocom.org</a><br>
Subject: Re: Time in MM Info [patch]<br>
Message-ID: <<a href="mailto:20111202091913.GJ1007@prithivi.gnumonks.org">20111202091913.GJ1007@prithivi.gnumonks.org</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi Gus,<br>
<br>
On Thu, Dec 01, 2011 at 03:25:06PM -0800, Gus Bourg wrote:<br>
<br>
> Apologize for so many replies.  Found another bug.  I think I have it<br>
> actually right this time.  Previously fractional hours were not set<br>
> right, and the calculation for the timezone offset was all wrong when<br>
> when the timezone wasn't set.<br>
<br>
thanks, patch applied.<br>
<br>
Please keep those patches coming, we appreciate all contributions...<br>
--<br>
- Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>>           <a href="http://laforge.gnumonks.org/" target="_blank">http://laforge.gnumonks.org/</a><br>
============================================================================<br>
"Privacy in residential applications is a desirable marketing option."<br>
                                                  (ETSI EN 300 175-7 Ch. A6)<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
OpenBSC mailing list<br>
<a href="mailto:OpenBSC@lists.osmocom.org">OpenBSC@lists.osmocom.org</a><br>
<a href="https://lists.osmocom.org/mailman/listinfo/openbsc" target="_blank">https://lists.osmocom.org/mailman/listinfo/openbsc</a><br>
<br>
<br>
End of OpenBSC Digest, Vol 36, Issue 2<br>
**************************************<br>
</blockquote></div><br>