openbsc.git branch master updated. 0.15.0-647-g6934a0fa9

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 Jan 30 00:08:42 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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  6934a0fa9e50d46326e790989aedfee8b1c996f2 (commit)
      from  f18862309172e63c9631863cddceedb20ca3add2 (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=6934a0fa9e50d46326e790989aedfee8b1c996f2

commit 6934a0fa9e50d46326e790989aedfee8b1c996f2
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Jan 25 12:19:08 2017 +0100

    gprs: Fix compiler warning about uninitalized cause code
    
    in gprs_gmm.c:gsm48_rx_gmm_ra_upd_req the variable reject_cause
    is not initalized, which is ok, since it gets initalized before
    the jump into the "rejected" path. However, the compiler still
    throws a warning. This commit fixes the problem by preinitalizing
    the reject_cause to GMM_CAUSE_PROTO_ERR_UNSPEC
    
    Change-Id: I84cffb631e4cad3d4748512b47e3876208f53727

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

Summary of changes:
 openbsc/src/gprs/gprs_gmm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list