openbsc.git branch neels/patches-pending updated. 0.15.0-190-g92d80aa

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
Mon Mar 14 13:40:11 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, neels/patches-pending has been updated
  discards  7349a4e7f8d0dbf3ce2aa417c14aead373446c0a (commit)
  discards  677d8ba284b881a6443d11c63f39cc6bf1bee1bf (commit)
  discards  81c4f3457ded86e18fc4de6c4bf7656042c43f2b (commit)
       via  92d80aa186b59bcef96a9c623a6e61d2bcf7d673 (commit)
       via  4b5ac247c18f612db6225ff53e23cee3fae233d8 (commit)
       via  e305755b61d946c5be8d7fa0a4d50df6a17a6fc8 (commit)
       via  91d4f5f08110c467a6e94f4464a46e56629061e7 (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 (7349a4e7f8d0dbf3ce2aa417c14aead373446c0a)
            \
             N -- N -- N (92d80aa186b59bcef96a9c623a6e61d2bcf7d673)

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=92d80aa186b59bcef96a9c623a6e61d2bcf7d673

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

    GSM 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=4b5ac247c18f612db6225ff53e23cee3fae233d8

commit 4b5ac247c18f612db6225ff53e23cee3fae233d8
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=e305755b61d946c5be8d7fa0a4d50df6a17a6fc8

commit e305755b61d946c5be8d7fa0a4d50df6a17a6fc8
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 7 16:48:38 2016 +0100

    fix confusing typo in constant (THAN -> THEN)

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

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

    GSM 04.08: apply 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.

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

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         |  5 ++---
 openbsc/src/libmsc/gsm_04_11.c         |  2 +-
 openbsc/src/libmsc/silent_call.c       |  5 +++--
 openbsc/src/osmo-bsc_nat/bsc_ussd.c    |  2 +-
 9 files changed, 36 insertions(+), 28 deletions(-)


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



More information about the osmocom-commitlog mailing list