openbsc.git branch master updated. 0.13.0-825-g6995f24

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Jan 2 10:53:21 UTC 2015


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  6995f24831b70ef64bd08976f2aecc5314fe9862 (commit)
       via  b7ccac4d620271e8780fdc7640cba96c275bdf85 (commit)
       via  454140e7fcd9c904ffbdf5b16af84e52efe9b4d4 (commit)
       via  52fa7bd2da381cf933052806eb1fd78f3fc0967c (commit)
       via  c6e32ad0b8b4e040b836bcd6bf88a8279612d94d (commit)
      from  c83f0276b3d0e58b3c2187923f481026952b113b (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/openbsc/commit/?id=6995f24831b70ef64bd08976f2aecc5314fe9862

commit 6995f24831b70ef64bd08976f2aecc5314fe9862
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Dec 28 18:54:32 2014 +0100

    logging: Only compare the subscr address
    
    Move the "logging filter imsi IMSI" into the BTS/NITB code to
    allow to set the gsm_subscriber and only compare it. This way
    we simply compare the subscriber address and don't have to care
    if the subscriber data is still valid.

http://cgit.osmocom.org/openbsc/commit/?id=b7ccac4d620271e8780fdc7640cba96c275bdf85

commit b7ccac4d620271e8780fdc7640cba96c275bdf85
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Dec 28 15:00:36 2014 +0100

    logging: Set the context for paging requests as well.

http://cgit.osmocom.org/openbsc/commit/?id=454140e7fcd9c904ffbdf5b16af84e52efe9b4d4

commit 454140e7fcd9c904ffbdf5b16af84e52efe9b4d4
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Dec 28 12:08:28 2014 +0100

    lchan: Remember why a channel is broken using static strings
    
    Remember why a channel is being marked as broken. So we can
    maybe understand what happend.

http://cgit.osmocom.org/openbsc/commit/?id=52fa7bd2da381cf933052806eb1fd78f3fc0967c

commit 52fa7bd2da381cf933052806eb1fd78f3fc0967c
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jan 2 11:34:43 2015 +0100

    misc: Ignore new binaries

http://cgit.osmocom.org/openbsc/commit/?id=c6e32ad0b8b4e040b836bcd6bf88a8279612d94d

commit c6e32ad0b8b4e040b836bcd6bf88a8279612d94d
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jan 2 11:25:54 2015 +0100

    Partial revert "Fix most compiler warnings with gcc-4.9.2"
    
    Most of the "fixes" have nothing to do with gcc-4.9.2 but are a
    question of ABI/Architecture (e.g. x86 vs. AMD64). Revert these
    for now.
    
    This partially reverts commit 7b1d25a11e44bbc1cb0d2acd9f1a3d4a16ec7c90.
    
    abis_test.c: In function ‘test_simple_sw_config’:
    abis_test.c:68:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
      printf("Start: %ld len: %zu\n", descr[0].start - simple_config, descr[0].len);
      ^
    abis_test.c: In function ‘test_dual_sw_config’:
    abis_test.c:111:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
      printf("Start: %ld len: %zu\n", descr[0].start - dual_config, descr[0].len);
      ^
    abis_test.c:115:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
      printf("Start: %ld len: %zu\n", descr[1].start - dual_config, descr[1].len);
      ^
    abis_test.c: In function ‘test_sw_selection’:
    abis_test.c:132:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
      printf("Start: %ld len: %zu\n", descr[0].start - load_config, descr[0].len);
      ^
    abis_test.c:136:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=]
      printf("Start: %ld len: %zu\n", descr[1].start - load_config, descr[1].len);

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

Summary of changes:
 openbsc/.gitignore                        |  4 ++++
 openbsc/include/openbsc/abis_rsl.h        |  1 +
 openbsc/include/openbsc/debug.h           |  3 ++-
 openbsc/include/openbsc/gsm_data_shared.h |  1 +
 openbsc/src/libbsc/abis_rsl.c             | 22 +++++++++++++++-------
 openbsc/src/libbsc/bsc_vty.c              | 25 +++++--------------------
 openbsc/src/libbsc/chan_alloc.c           |  2 ++
 openbsc/src/libbsc/paging.c               |  8 ++++++++
 openbsc/src/libcommon/debug.c             | 18 +++++++++++-------
 openbsc/src/libmgcp/mgcp_protocol.c       |  2 +-
 openbsc/src/libmsc/gsm_04_08.c            |  1 +
 openbsc/src/libmsc/vty_interface_layer3.c | 28 ++++++++++++++++++++++++++++
 openbsc/src/osmo-bsc/osmo_bsc_vty.c       | 29 +++++++++++++++++++++++++++++
 openbsc/src/osmo-bsc_mgcp/mgcp_main.c     |  3 ---
 openbsc/tests/abis/abis_test.c            | 16 ++++++++--------
 openbsc/tests/gbproxy/gbproxy_test.c      | 16 ++++++++--------
 16 files changed, 124 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list