osmocom-bb.git branch master updated. osmocon_v0.0.0-1783-g3aaf127c

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
Thu May 25 00:04:52 UTC 2017


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 Open Source GSM Base Band stack".

The branch, master has been updated
       via  3aaf127cc194d9fcb8f48324f242504fb203bbc9 (commit)
       via  b2a1f72710eabacb6d4e63059f03a140dfdaae60 (commit)
       via  81b6e7d9f4d84befe94a838b742c83225c4629dc (commit)
       via  e569ac3bc5ba56333c071ce796adee2e2b2d10d3 (commit)
       via  03485409beaa5c731435b6ca378892584810c145 (commit)
       via  06f44d377259978fabf718d283bd086136b50958 (commit)
       via  03aace58181e2785616a497b9e76fbb6ae1bad19 (commit)
       via  0f396942106c861b109743d017861aa8bf0c78d9 (commit)
      from  f978a66ca6bab275dc5bebde47e663132367d795 (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/osmocom-bb/commit/?id=3aaf127cc194d9fcb8f48324f242504fb203bbc9

commit 3aaf127cc194d9fcb8f48324f242504fb203bbc9
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 01:08:54 2017 +0300

    mobile/gsm48_mm.c: strip unused variable
    
    Change-Id: I2708628263bec4bc6bf53a357928e23609b40c64

http://cgit.osmocom.org/osmocom-bb/commit/?id=b2a1f72710eabacb6d4e63059f03a140dfdaae60

commit b2a1f72710eabacb6d4e63059f03a140dfdaae60
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:54:42 2017 +0300

    mobile/gsm480_ss.c: gsm480_mmss_ind: return rc
    
    Change-Id: Iabaccdbdfc5a5eb6424bd1603f405241650f13d8

http://cgit.osmocom.org/osmocom-bb/commit/?id=81b6e7d9f4d84befe94a838b742c83225c4629dc

commit 81b6e7d9f4d84befe94a838b742c83225c4629dc
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:37:36 2017 +0300

    mobile/gsm48_rr.c: fix BA range exceed check
    
    Change-Id: Ic2ebe9faeeda7ce812527962d209e6049f2dfc75

http://cgit.osmocom.org/osmocom-bb/commit/?id=e569ac3bc5ba56333c071ce796adee2e2b2d10d3

commit e569ac3bc5ba56333c071ce796adee2e2b2d10d3
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:28:40 2017 +0300

    mobile/gsm480_ss.c: fix copy-paste error
    
    Change-Id: I23287c0f31bee9c1b710f17f932633d2c621dab0

http://cgit.osmocom.org/osmocom-bb/commit/?id=03485409beaa5c731435b6ca378892584810c145

commit 03485409beaa5c731435b6ca378892584810c145
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:27:06 2017 +0300

    mobile/gsm322.c: fix mcc/mnc typo
    
    Change-Id: I4a3aaa0465598b17ccd30ec4cbeb90429216540e

http://cgit.osmocom.org/osmocom-bb/commit/?id=06f44d377259978fabf718d283bd086136b50958

commit 06f44d377259978fabf718d283bd086136b50958
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:23:24 2017 +0300

    mobile/gsm322.c: check fwrite() return value
    
    Change-Id: I74ad6e540c98ab4914e7a2ea725dd23f5a2fd034

http://cgit.osmocom.org/osmocom-bb/commit/?id=03aace58181e2785616a497b9e76fbb6ae1bad19

commit 03aace58181e2785616a497b9e76fbb6ae1bad19
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed May 17 00:03:33 2017 +0300

    host/app_mobile.c: do not exit in mobile_new()
    
    Previously, if there was any error during a new osmocom_ms
    structure allocation, the mobile_new() used to call exit()
    directly. Since we always check return value of this function
    it would be more correct to return NULL in any bad case.
    
    Change-Id: I9a594dd1d133f0c0740dc3bff41633f94099b593

http://cgit.osmocom.org/osmocom-bb/commit/?id=0f396942106c861b109743d017861aa8bf0c78d9

commit 0f396942106c861b109743d017861aa8bf0c78d9
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue May 16 23:13:28 2017 +0300

    sap_interface.c: drop meaningless condition
    
    If sap_state is equal to SAP_NOT_CONNECTED, it cannot
    be equal to another value at the same time. So the
    second part of condition doesn't make sense.
    
    Change-Id: I3038fc15745dc4be796d894002524e6b2dd5c90e

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

Summary of changes:
 src/host/layer23/src/common/sap_interface.c |  2 +-
 src/host/layer23/src/mobile/app_mobile.c    | 13 +++++++------
 src/host/layer23/src/mobile/gsm322.c        | 23 +++++++++++++----------
 src/host/layer23/src/mobile/gsm480_ss.c     |  7 ++++---
 src/host/layer23/src/mobile/gsm48_mm.c      |  2 --
 src/host/layer23/src/mobile/gsm48_rr.c      |  4 +++-
 6 files changed, 28 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list