openbsc.git branch sysmocom/iu updated. 0.15.0-334-g3c94c2c

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
Tue Mar 15 12:22:38 UTC 2016


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, sysmocom/iu has been updated
  discards  c4628732483e3b24de5df3fae6c295056ce8b2de (commit)
  discards  a86eb00676f594ece27972344a2b73b16c67ee38 (commit)
  discards  837c6e43019a0afcf255640d591f16b3b0bb59ce (commit)
  discards  9499d053f96ae8e5cb75a189317b5232504d0f0d (commit)
  discards  49ee79f132b54346dfbd2fab44ebfb25e2126640 (commit)
  discards  9337c71bf2cb786fc716c4a4cf2bdd7783e8b189 (commit)
  discards  6d9deeace50a849fe648173a904dcc228a851b1a (commit)
  discards  324ffc91028099fafde06089ff2288df6b082b2c (commit)
  discards  0c39c0d08e2c76f91128b39b9e83e7d857b5204a (commit)
  discards  8ac13ec22931e147864c363c6bece158f56bed9e (commit)
       via  3c94c2c5975774282e49d2d9a1d2041b01c8378e (commit)
       via  372a3bd346d481bec4fd754b46ff7c8e380c012c (commit)
       via  51bf76ef478085a030382e91212e108f71537ccc (commit)
       via  aa6058203665aa2fb9edd033e852dcb1bf2c003f (commit)
       via  6b2623d94469f2d92117af581f12ffa270d5748d (commit)
       via  8b1272a6d300b391efda52cac7dddab7ccc320ef (commit)
       via  080921a5510323f6cbb0924328c0bb364afd08ce (commit)
       via  8e7f4c6f21f32ed5afb356e3279aba4023e08569 (commit)
       via  4a9b871de5fb8167ba678165ccdbad808fec4116 (commit)
       via  93f6fa5a814e888e8ed93c0536e0d94beed8f144 (commit)
       via  f1777ee8433626f8bc62b71f984b36d017e9b76c (commit)
       via  9e8e0e6a2930afbf3e156e3be945f17c117086ea (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (c4628732483e3b24de5df3fae6c295056ce8b2de)
            \
             N -- N -- N (3c94c2c5975774282e49d2d9a1d2041b01c8378e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=3c94c2c5975774282e49d2d9a1d2041b01c8378e

commit 3c94c2c5975774282e49d2d9a1d2041b01c8378e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 13:41:20 2016 +0100

    bsc_scan_msc_msg: check protocol discriminator
    
    The function assumed an MM protocol discriminator without verifying it.

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

commit 372a3bd346d481bec4fd754b46ff7c8e380c012c
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 14:36:56 2016 +0100

    04.08: apply new transaction id inline functions
    
    libosmocore recently added inline functions to relieve callers from applying
    bitmasks and bit shifts to access the transaction id of a GSM 04.08 header.
    Apply these functions.

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

commit 51bf76ef478085a030382e91212e108f71537ccc
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Mar 10 12:19:13 2016 +0100

    04.08: apply new bitmask functions, fix bitmask use
    
    Replace hardcoded protocol discriminator and message type bitmasks with
    function calls recently introduced in libosmocore.
    
    Note that the release 98 bitmasks slightly differ from the release 99 bitmasks.
    This patch uses the "default" gsm48_hdr_msg_type invocation, thus it depends on
    libosmocore whether 98 or 99 bitmasks are used.
    
    In some places, use of the bitmask was erratic. Fix these implicitly by
    employing the bitmask functions:
    
     * silent_call.c: silent_call_reroute(): add missing bitmask for MM.
     * bsc_msg_filter.c: bsc_msg_filter_initial(): RR vs. MM messages.
     * osmo_bsc_filter.c: bsc_find_msc() and bsc_scan_bts_msg(): RR vs. MM
       messages.
     * bsc_nat_rewrite.c: bsc_nat_rewrite_msg(): SMS vs. CC messages.
     * bsc_ussd.c: no bitmask is applicable for the message types used here.
     * gb_proxy.c: gbproxy_imsi_acquisition(): missing bit mask for pdisc.
    
    In gprs_gb_parse.c: gprs_gb_parse_dtap(), add a log notice for unexpected
    message types.

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

commit aa6058203665aa2fb9edd033e852dcb1bf2c003f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 23:57:14 2016 +0100

    cosmetic: comments

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

Summary of changes:
 openbsc/src/gprs/gb_proxy.c                |  4 ++--
 openbsc/src/gprs/gprs_gb_parse.c           | 13 ++++++++++---
 openbsc/src/gprs/gprs_gmm.c                | 10 +++++-----
 openbsc/src/libbsc/bsc_api.c               |  8 +++++---
 openbsc/src/libfilter/bsc_msg_filter.c     | 15 +++++++--------
 openbsc/src/libmsc/gsm_04_08.c             | 12 ++++++------
 openbsc/src/libmsc/gsm_04_11.c             |  2 +-
 openbsc/src/libmsc/gsm_subscriber.c        |  2 +-
 openbsc/src/libmsc/silent_call.c           |  5 +++--
 openbsc/src/osmo-bsc/osmo_bsc_api.c        |  8 ++++----
 openbsc/src/osmo-bsc/osmo_bsc_filter.c     | 22 ++++++++++++----------
 openbsc/src/osmo-bsc_nat/bsc_nat.c         |  4 ++--
 openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c |  9 ++++-----
 openbsc/src/osmo-bsc_nat/bsc_ussd.c        |  6 +++---
 14 files changed, 65 insertions(+), 55 deletions(-)


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



More information about the osmocom-commitlog mailing list