osmo-pcu.git branch master updated. 0.2-402-g00fc6b1

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 Apr 9 17:40:39 UTC 2015


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 "UNNAMED PROJECT".

The branch, master has been updated
       via  00fc6b13f266dab31e7a00d62b0988970fa20697 (commit)
       via  90de3a7ffed01e8f5196c2dd2af6d23ac47734f3 (commit)
       via  d58b711eec1aad9cde3693be3097f0923dc66abd (commit)
       via  cc12f02658859b31d225f54fed5bae0742cbd9d3 (commit)
      from  d0261b72dea475c1fccdf00b77d6be6317588232 (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/osmo-pcu/commit/?id=00fc6b13f266dab31e7a00d62b0988970fa20697

commit 00fc6b13f266dab31e7a00d62b0988970fa20697
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Apr 9 19:26:39 2015 +0200

    pcu: Call bssgp_set_log_ss(DBSSGP) in main()
    
    Currently the BSSGP functions in libosmocore do not log correctly to
    DBSSGP since the DBSSGP variable in common_vty.c is left
    uninitialized.
    
    This commit adds the call to bssgp_set_log_ss() to inform libosmocore
    which sub system id it shall use for BSSGP.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=90de3a7ffed01e8f5196c2dd2af6d23ac47734f3

commit 90de3a7ffed01e8f5196c2dd2af6d23ac47734f3
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Apr 9 19:18:59 2015 +0200

    tbf: Send BSSGP LLC discarded on TBI exhaustion
    
    Currently the PCU silently discard LLC frames from the SGSN if a
    DL TBF cannot be allocated.
    
    This commit changes tbf_new_dl_assignment and reuse_tbf to send an
    LLC discarded message to the SGSN in this case.
    
    Ticket: #607
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=d58b711eec1aad9cde3693be3097f0923dc66abd

commit d58b711eec1aad9cde3693be3097f0923dc66abd
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Apr 9 19:17:21 2015 +0200

    tbf/test: Add test for DL TBF exhaustion
    
    This test calls gprs_rlcmac_dl_tbf::handle() with varying TLLI and
    IMSI until the function fails.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=cc12f02658859b31d225f54fed5bae0742cbd9d3

commit cc12f02658859b31d225f54fed5bae0742cbd9d3
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Apr 9 15:45:24 2015 +0200

    vty: Use libosmocore VTY standards
    
    This commit applies to following changes to pcu_vty.c:
    
    - Use vty_install_default() instead of install_default()
    - Add a blank after the '#' of the prompt
    - Rename the 'pcu' configuration node to 'config-pcu'
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/pcu_main.cpp      |   1 +
 src/pcu_vty.c         |  38 +---
 src/pcu_vty.h         |   3 -
 src/tbf_dl.cpp        |  31 ++-
 tests/tbf/TbfTest.cpp |  51 +++++
 tests/tbf/TbfTest.err | 549 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/tbf/TbfTest.ok  |   2 +
 7 files changed, 619 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list