osmo-pcu.git branch jerlbeck/wip/edge updated. 0.2-612-gebe7628

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 Nov 27 17:22:24 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, jerlbeck/wip/edge has been updated
  discards  fcd7558506adb0d02d8cb18dbb7da23643dcd195 (commit)
  discards  e4f82efe8202c26c690430e92359df87193dd96b (commit)
  discards  0ff208a5e14289f293bab8ce113d3d72b460a702 (commit)
  discards  212171cb67d9bc3add09fc1ba566d0f2db9d63ae (commit)
  discards  6ea0240e894376d85e83fdad8d433da95412735e (commit)
       via  ebe7628ee120988381a35c1b2b5d13694757b56b (commit)
       via  483de5ea056b0d5259a81735a7faec2c2d177301 (commit)
       via  e44582acdccda82484e68691393507e6e064b901 (commit)
       via  a19e5a536b9f8d0b38abc86ddda1cdda5e2e74f2 (commit)
       via  193f5a45f44d23c28613dfc636d997fe74af7262 (commit)
       via  f3a2df2c1e07ac06f002d2196a315037ad97af5c (commit)
       via  f0cf3d6325de6e695434954cd8514a9b72be8488 (commit)
       via  edfd7e3d94b7868c0a5eb18cde68bb03805fbbb4 (commit)
       via  acfb883011552a54c1d5b1b727466a3f29768e61 (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 (fcd7558506adb0d02d8cb18dbb7da23643dcd195)
            \
             N -- N -- N (ebe7628ee120988381a35c1b2b5d13694757b56b)

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/osmo-pcu/commit/?id=ebe7628ee120988381a35c1b2b5d13694757b56b

commit ebe7628ee120988381a35c1b2b5d13694757b56b
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 18:10:39 2015 +0100

    edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_class (TODO)
    
    TODO
      - commit message
      - get egprs_ms_class from BSSGP RA cap
      - check usage ms_class in append

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

commit 483de5ea056b0d5259a81735a7faec2c2d177301
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Sep 28 18:54:32 2015 +0200

    edge: Enable EGPRS if configured and egprs_ms_class present
    
    Enable the TBF to use EGPRS if the bts->egprs_enabled config variable
    has been set via the VTY "egprs" command and if the MS has signaled a
    EGPRS multislot class.
    
    Tell the MS to use EGPRS if the condition above holds.
    
    Note that this will cause the MS to use EGPRS RLC block formats for
    further messages which are not yet understood by the PCU.
    
    Sponsored-by: On-Waves ehf

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

commit e44582acdccda82484e68691393507e6e064b901
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 15:17:34 2015 +0100

    edge: Support EGPRS multislot class handling in tbf_alloc
    
    Add an egprs_ms_class argument to the allocation functions and
    set/pass it where necessary.
    
    Sponsored-by: On-Waves ehf

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

commit a19e5a536b9f8d0b38abc86ddda1cdda5e2e74f2
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 16:17:40 2015 +0100

    edge: Add m_egprs_enabled and related methods to TBF
    
    Add the following methods to gprs_rlcmac_tbf:
      - is_egprs_enabled
      - enable_egprs
      - disable_egprs
    
    Also show the value of the flag in name() by displaying "EGPRS" if
    it is set.
    
    Sponsored-by: On-Waves ehf

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

commit 193f5a45f44d23c28613dfc636d997fe74af7262
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Sep 28 18:54:32 2015 +0200

    edge: Support EGPRS in packet uplink assignment message
    
    Currently the Encoding::write_packet_uplink_assignment method only
    supports the GPRS variant of the message.
    
    This commit adds the missing EGPRS variant to the encoder.
    
    Sponsored-by: On-Waves ehf

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

commit f3a2df2c1e07ac06f002d2196a315037ad97af5c
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Sep 28 18:12:57 2015 +0200

    edge: Add egprs config command
    
    Add a global config flag to enable the use EDGE/EGPRS.
    
    The following VTY commands are added to node config-pcu:
    
     - egprs              Enables EGPRS
     - no egprs           Disable EGPRS
    
    Note that enabling EGPRS is experimental and will most likely break
    packet transmission until a minimal required set of EGPRS
    functionality is implemented.
    
    Sponsored-by: On-Waves ehf

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

commit f0cf3d6325de6e695434954cd8514a9b72be8488
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Sep 28 17:55:32 2015 +0200

    edge: Get EGPRS multislot class
    
    The EGPRS MS class ist contained in the MS_RA_capability information.
    Its presence indicates, that the MS is able (and willing) to use
    EGPRS.
    
    This commit implements basic support for retrieving, storing, and
    showing it in the VTY. The information is stored in the MS object.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 examples/osmo-pcu.cfg     |  4 ++++
 src/gprs_bssgp_pcu.cpp    |  4 +++-
 src/pcu_vty.c             |  5 ++++-
 src/tbf.cpp               |  7 ++++---
 src/tbf.h                 |  6 +++---
 src/tbf_dl.cpp            | 10 ++++++----
 tests/alloc/AllocTest.cpp | 15 ++++++++-------
 tests/tbf/TbfTest.cpp     | 14 +++++++-------
 tests/tbf/TbfTest.err     | 20 ++++++++++----------
 9 files changed, 49 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list