osmo-pcu.git branch jerlbeck/wip/edge updated. 0.2-608-gfcd7558

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 Nov 17 16:05:59 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  54e03496cdcc6188a03ce685c1a980d35a794a66 (commit)
  discards  950a7d4a0cb9c7cc667d0c7c49d5ca8550b8ab7e (commit)
  discards  e73584eebca759cb6c81092910e48bc99cb2b4bf (commit)
  discards  1a2e9dcd0e4177bfe5a0788447f4c1e8a5a1baa5 (commit)
       via  fcd7558506adb0d02d8cb18dbb7da23643dcd195 (commit)
       via  e4f82efe8202c26c690430e92359df87193dd96b (commit)
       via  0ff208a5e14289f293bab8ce113d3d72b460a702 (commit)
       via  212171cb67d9bc3add09fc1ba566d0f2db9d63ae (commit)
       via  6ea0240e894376d85e83fdad8d433da95412735e (commit)
       via  42aba81c2f8c8313fcbf85ee422d6b747107d98a (commit)
       via  08e5d604d3fce75b955549244b36fde62f20894b (commit)
       via  19d1e9270d7da12b1f847d689b65dae107fc1c33 (commit)
       via  218482769bc85576ed25ffbd70f5c687cd76f1ff (commit)
       via  d32cbbb13087eae2617920d4ea980f0e8869a89e (commit)
       via  8df447dc77d69a044c6f277b369be671655590f0 (commit)
       via  b8a5426cf06447e22647f08b2f36b7768ffeb65f (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 (54e03496cdcc6188a03ce685c1a980d35a794a66)
            \
             N -- N -- N (fcd7558506adb0d02d8cb18dbb7da23643dcd195)

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

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

    WIP edge: Add is_egprs_enabled method to TBF TODO
    
    Sponsored-by: On-Waves ehf
    
    WIP edge: Packet uplink assignment
    
    Tell the MS to use EGPRS if the MS has signalled a EGPRS multislot
    class and if EGPRS has been enables globally.
    
    TODO
    - alloc has also been extended
    - DL alloc not yet
    - Separate this from really requesting EGPRS
    - testing

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

commit e4f82efe8202c26c690430e92359df87193dd96b
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 17 16:30:58 2015 +0100

    encoder: Whitespace fixes
    
    Sponsored-by: On-Waves ehf

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

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

    edge: Support EGPRS in packet uplink assignment
    
    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=212171cb67d9bc3add09fc1ba566d0f2db9d63ae

commit 212171cb67d9bc3add09fc1ba566d0f2db9d63ae
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=6ea0240e894376d85e83fdad8d433da95412735e

commit 6ea0240e894376d85e83fdad8d433da95412735e
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:
 configure.ac                             |   8 --
 src/Makefile.am                          |   9 +-
 src/bts.cpp                              |   7 +-
 src/openbts_sock.cpp                     | 190 -------------------------------
 src/{sysmo_sock.cpp => osmobts_sock.cpp} |  14 ++-
 src/pcu_main.cpp                         |   2 +
 src/pcu_vty.c                            |   5 +
 src/tbf.h                                |  10 ++
 tests/alloc/AllocTest.cpp                |  21 ++--
 tests/tbf/TbfTest.cpp                    |   2 +-
 10 files changed, 43 insertions(+), 225 deletions(-)
 delete mode 100644 src/openbts_sock.cpp
 rename src/{sysmo_sock.cpp => osmobts_sock.cpp} (94%)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list