From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 20 Dec 2012 19:01:46 +0100
Message-ID: <E1TlkRG-0007td-8v@calypso.gnumonks.org>
Subject: osmo-bts.git branch master updated. 0.1.0-22-gb712866
Message: 4

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  b712866afff21f2f3172c66eadf47336db90cdd9 (commit)
       via  f5809d1ab7fb7fe8b5b3eec987c6745498bdbb21 (commit)
       via  a05ae28399622ad6b3d3f95ff70b86c6a1621996 (commit)
       via  cd6b2c8c7146b26b4dd71213729de404a37ea8cd (commit)
       via  bde046196e3e7bdca034910e3ca4f6ec937fb98e (commit)
       via  d1ffab96ca64111652fd850982ca00514b5b3531 (commit)
       via  61a1f996801cf682a4f4c508dea2b83aa6d4ddbf (commit)
       via  4fd0a84cf8959e84ae306510c25178f88acd2b88 (commit)
       via  9bd5afa0146285e596f0c1172a6a4920a1c8597a (commit)
       via  8d8ff80890ef6538b0340311b1bb3fc58e9c7e8d (commit)
       via  6f93861cfc161a0b3c5780ca61e4fe8fcdadb611 (commit)
      from  6ae49691afc4dc067f9dfb6c4aa386ec05f3cc1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=b712866afff21f2f3172c66eadf47336db90cdd9

commit b712866afff21f2f3172c66eadf47336db90cdd9
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Dec 20 00:21:38 2012 +0100

    openbsc: Check for the presence of the gsm_data_shared.h header file

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=f5809d1ab7fb7fe8b5b3eec987c6745498bdbb21

commit f5809d1ab7fb7fe8b5b3eec987c6745498bdbb21
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Dec 20 00:04:20 2012 +0100

    openbsc: Introduce autoconf support to set the OpenBSC include directory
    
    Add autoconf support to set the path to the OpenBSC include directory
    so that openbsc/gsm_data_shared.h can be found there.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=a05ae28399622ad6b3d3f95ff70b86c6a1621996

commit a05ae28399622ad6b3d3f95ff70b86c6a1621996
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 19 23:53:34 2012 +0100

    openbsc: Prepare to allow to have the OpenBSC directory somewhere else
    
    Right now osmo-bts requires access to one OpenBSC header file and
    this requires that openbsc and osmo-bts git are in the same directory.
    Begin with making the location of the OpenBSC sourcecode configurable.
    
    This approach will allow to build osmo-bts on our Jenkins installation
    but now has the risk of more code including the openbsc/*.h header files.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=cd6b2c8c7146b26b4dd71213729de404a37ea8cd

commit cd6b2c8c7146b26b4dd71213729de404a37ea8cd
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 19 23:36:06 2012 +0100

    calib: Use 2.4.0 as cut-off for the firmware, log errors
    
    In case opening a calibration file is failing an error will will be
    logged, the caller and implementation were inconsistent about the API
    version that is supported for the calibration data, attempt to make
    the cut-off at 2.4.0.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=bde046196e3e7bdca034910e3ca4f6ec937fb98e

commit bde046196e3e7bdca034910e3ca4f6ec937fb98e
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Sun Nov 25 22:51:10 2012 +0100

    tch: Do not print that there is no audio data on a TCH
    
    When only signalling is used on the TCH it is normal that there
    is no audio data. Save CPU time by not printing the message all
    them time. The warning should be edge triggered and only when in
    voice mode. This will be done in the future.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=d1ffab96ca64111652fd850982ca00514b5b3531

commit d1ffab96ca64111652fd850982ca00514b5b3531
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 19 23:29:31 2012 +0100

    misc: Forward declare calib_load to address a compiler warning

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=61a1f996801cf682a4f4c508dea2b83aa6d4ddbf

commit 61a1f996801cf682a4f4c508dea2b83aa6d4ddbf
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 19 00:37:09 2012 +0100

    misc: Forward declare l1if_set_ciphering to avoid a compiler warning

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=4fd0a84cf8959e84ae306510c25178f88acd2b88

commit 4fd0a84cf8959e84ae306510c25178f88acd2b88
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Dec 19 00:00:42 2012 +0100

    misc: Change the method to return void instead of int and garbage
    
    The method was not returning anything and the callers did not use
    the result. Change it to void for now.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=9bd5afa0146285e596f0c1172a6a4920a1c8597a

commit 9bd5afa0146285e596f0c1172a6a4920a1c8597a
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Dec 18 23:58:27 2012 +0100

    misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it const
    
    The rsl.c code was calling the paging request with a const pointer,
    change the signature to make the code const.

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=8d8ff80890ef6538b0340311b1bb3fc58e9c7e8d

commit 8d8ff80890ef6538b0340311b1bb3fc58e9c7e8d
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Dec 18 23:58:00 2012 +0100

    misc: Forward declare the load_timer_start to address compiler warning

http://cgit.osmocom.org/cgit/osmo-bts/commit/?id=6f93861cfc161a0b3c5780ca61e4fe8fcdadb611

commit 6f93861cfc161a0b3c5780ca61e4fe8fcdadb611
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Tue Dec 18 23:56:05 2012 +0100

    misc: load_ind_period is uint8_t and 60*100 is bigger than that.
    
    Address the compiler warning and truncate the value by hand.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                    |   16 ++++++++++++++++
 include/osmo-bts/bts.h          |    2 ++
 include/osmo-bts/gsm_data.h     |    2 +-
 include/osmo-bts/paging.h       |    2 +-
 include/osmo-bts/pcu_if.h       |    2 +-
 src/common/Makefile.am          |    2 +-
 src/common/bts.c                |    2 +-
 src/common/paging.c             |    2 +-
 src/common/pcu_sock.c           |    2 +-
 src/common/rsl.c                |    1 +
 src/osmo-bts-sysmo/Makefile.am  |    2 +-
 src/osmo-bts-sysmo/calib_file.c |    8 ++++++--
 src/osmo-bts-sysmo/l1_if.c      |    4 ++--
 src/osmo-bts-sysmo/l1_if.h      |    8 ++++++++
 tests/paging/Makefile.am        |    2 +-
 15 files changed, 44 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)


