openbsc.git branch master updated. 0.15.0-511-g424656e

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
Wed Nov 9 15:36:41 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, master has been updated
       via  424656e527df460656e46a0430f40c90edec7529 (commit)
       via  591e1d7daa6839c9a02714b7420206ca4542aafe (commit)
      from  b748012d3186209c0f4c38ebb7113ce7c60e333b (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=424656e527df460656e46a0430f40c90edec7529

commit 424656e527df460656e46a0430f40c90edec7529
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Oct 15 16:30:35 2016 +0200

    OM2000: Fix state machien for CF/TRXC on START Result
    
    When receiving the 'Start Result' message, for CF and TRXC MO
    we directly transition to performing the Operational Info.  In that
    case, we need to return after sending the Operational Info and skip
    the usual processing for the default case below.
    
    Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb

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

commit 591e1d7daa6839c9a02714b7420206ca4542aafe
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jul 9 22:20:57 2016 +0200

    WIP: OM2000: Full state machine implementation using osmo_fsm
    
    Our existing OM2000 code for initializing all Managed Objects of a BTS
    at startup was never complete.  Rather than trying to fix the old-style
    code, introudce a hierarchy of osmo_fsm's reflecting the full protocol
    hand-shake and sequence of bringing up the individual MO's.
    
    If this works out well, it mihgt make sense to convert the TS 12.21 OML
    code for other BTS models, too.
    
    Change-Id: I3e11b28ba22b8c227e0401e6207fdda5381dda8c

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

Summary of changes:
 openbsc/include/openbsc/abis_om2000.h     |   11 +-
 openbsc/include/openbsc/gsm_data_shared.h |   39 +
 openbsc/src/libbsc/abis_om2000.c          | 1256 +++++++++++++++++++++++++----
 openbsc/src/libbsc/bts_ericsson_rbs2000.c |  112 +--
 4 files changed, 1132 insertions(+), 286 deletions(-)


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



More information about the osmocom-commitlog mailing list