openbsc.git branch neels/dyn_pdch_gprs_none updated. 0.15.0-335-gca2897e

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
Tue Jul 12 11:29:00 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/dyn_pdch_gprs_none has been updated
  discards  5126109f92d6b28f62fa42d709bc2677d5c0f5af (commit)
  discards  ae053826240298c166a0f9ef72a08a01faf22aaf (commit)
       via  ca2897efaca18fbd30a3982580069b8883666cb6 (commit)
       via  af9846eff9c880e422b7e7880ba6db2aa3c1a12d (commit)
       via  575420637981828b64c1292ada015d7170b89390 (commit)
       via  176b62a80c0170f1b9a1578d0b16c3ef27cf1a8f (commit)
       via  e6052c4cc756f7d3a5023a0ba57fe8d80783967c (commit)
       via  9f8f9b80214fabfb3ac7674341c18a61a6ffcc5f (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 (5126109f92d6b28f62fa42d709bc2677d5c0f5af)
            \
             N -- N -- N (ca2897efaca18fbd30a3982580069b8883666cb6)

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=ca2897efaca18fbd30a3982580069b8883666cb6

commit ca2897efaca18fbd30a3982580069b8883666cb6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jul 6 14:39:04 2016 +0200

    dyn pdch: don't PDCH ACT if gprs mode is none
    
    Skip PDCH activation if the GPRS mode is 'none' at:
    
    * TCH/F_PDCH init after OML Enable (dyn_pdch_init())
    * after TCH/F_PDCH is released, in TCH/F mode
    * in the T3111 error timer callback after a TCH/F_PDCH was released in error
      state
    
    Assert the GPRS mode in rsl_ipacc_pdch_activate() to make sure all callers
    check the GPRS mode.
    
    Closes: OS#1765
    
    Change-Id: I970e5f9dbcb1c625209e914a4c7696294ed34e62

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

commit af9846eff9c880e422b7e7880ba6db2aa3c1a12d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jul 6 14:38:20 2016 +0200

    cosmetic: dyn_pdch_init(): flatten if-logic, add comments
    
    Prepare for upcoming addition of heeding gprs mode == none.
    
    Change-Id: Id0fe6f762ac863c4d4053841c7732d011aa8c561

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

Summary of changes:
 debian/changelog                          |  2 ++
 openbsc/include/openbsc/db.h              |  4 ++-
 openbsc/include/openbsc/gsm_data.h        | 10 ++----
 openbsc/include/openbsc/gsm_subscriber.h  |  5 +--
 openbsc/include/openbsc/osmux.h           |  1 +
 openbsc/src/gprs/sgsn_vty.c               | 17 ++++++++--
 openbsc/src/libbsc/bsc_vty.c              |  4 +++
 openbsc/src/libbsc/handover_logic.c       |  1 -
 openbsc/src/libbsc/net_init.c             | 10 +++++-
 openbsc/src/libmgcp/mgcp_protocol.c       |  6 ++--
 openbsc/src/libmsc/ctrl_commands.c        |  6 ++--
 openbsc/src/libmsc/db.c                   | 31 +++++++++++-------
 openbsc/src/libmsc/gsm_04_08.c            | 10 +++---
 openbsc/src/libmsc/gsm_subscriber.c       |  9 ++++--
 openbsc/src/libmsc/vty_interface_layer3.c | 31 +++++++++---------
 openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c |  5 +--
 openbsc/tests/db/db_test.c                | 30 +++++++++++------
 openbsc/tests/vty_test_runner.py          | 53 ++++++++++++++++++++++++++++++-
 18 files changed, 166 insertions(+), 69 deletions(-)


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



More information about the osmocom-commitlog mailing list