openbsc.git branch sysmocom/iu updated. 0.15.0-322-gcf3d2a1

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 Mar 4 14:39:09 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
       via  cf3d2a1fad3de8a7d914282f2b1f9eee319910c3 (commit)
       via  e4baf402cb457ad46642cec9271b762a394a59ea (commit)
       via  53d782fc38c1c609cb5986fc07980651d3ed8916 (commit)
      from  33a343858df3d2bc5d0784d7ad7c826d7526845f (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=cf3d2a1fad3de8a7d914282f2b1f9eee319910c3

commit cf3d2a1fad3de8a7d914282f2b1f9eee319910c3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 15:36:59 2016 +0100

    fix build: add xsc to osmo-bsc and tests/bsc-nat

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

commit e4baf402cb457ad46642cec9271b762a394a59ea
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 15:29:56 2016 +0100

    move two gsm0480_send_*() to xsc as gsm0480_gen_*()
    
    Have two separate gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete()
    for each of libbsc and libmsc. Move their core into libxsc as generator
    functions returning a msgb.
    
    Add src/libbsc/gsm_04_80_utils.c (note, not 04_08) to implement the libbsc
    side of it.
    
    The code is identical, but the linked structs and functions differ in each
    case. There could be a common source file built for both, but I decided against
    it, for more clarity I hope.

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

commit 53d782fc38c1c609cb5986fc07980651d3ed8916
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 15:27:48 2016 +0100

    fix two minor Makefile.am errors

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

Summary of changes:
 openbsc/include/openbsc/gsm_04_80.h                |  3 ++
 openbsc/src/libbsc/Makefile.am                     |  1 +
 .../libbsc/{bts_unknown.c => gsm_04_80_utils.c}    | 33 +++++++++---------
 openbsc/src/libmsc/Makefile.am                     |  2 +-
 openbsc/src/libmsc/gsm_04_80.c                     | 24 ++-----------
 openbsc/src/libxsc/xsc.c                           | 39 ++++++++++++++++++++++
 openbsc/src/osmo-bsc/Makefile.am                   |  2 +-
 openbsc/src/osmo-bsc_nat/Makefile.am               |  1 +
 openbsc/tests/bsc-nat/Makefile.am                  |  1 +
 9 files changed, 65 insertions(+), 41 deletions(-)
 copy openbsc/src/libbsc/{bts_unknown.c => gsm_04_80_utils.c} (54%)


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



More information about the osmocom-commitlog mailing list