osmo-bts.git branch stumpf/virt-phy updated. 0.4.0-374-gfad85d2

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 Jan 26 17:50:27 UTC 2017


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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, stumpf/virt-phy has been updated
       via  fad85d2d0d04328dd4dffed91555a109a595aa1b (commit)
       via  b1da0f727ab5c5063cd0fc38d3245a55d38ea0de (commit)
       via  0bef9000319c3228ff5549e8d2e6159ff39ebeb9 (commit)
       via  d1c904c4a6d3a862a37d62fdffbb74284a44b24d (commit)
       via  bf286abc409d04dc1f317a2d74f050235958dac4 (commit)
       via  70b71507c27f8967b0aa31cad0b3070c6780f3b4 (commit)
       via  c37fd8898526dfeac3da620ddb4d2ad701c1fffd (commit)
       via  1e399f888e4e1c93e0e5b7fd69fce09a2587fb87 (commit)
       via  0e5b12f981e9844590db409ebe7584a57a0a3025 (commit)
       via  df75195666526d4ccd7e2e05c59db47fd02f9692 (commit)
       via  b76043e6f467bfba62c2c24a8d8553938d9205c1 (commit)
       via  de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (commit)
       via  4723a195081f0f9ff561e360620ee0ade50a2b39 (commit)
       via  962b33ea9d9640bcd0ed0f18c278cc55207d0f46 (commit)
       via  563b744b3801bede7b03e48e09edbd9c328862ab (commit)
       via  792573dc9747b256e143183cb555b9ef4ca697ef (commit)
       via  ec11a85929afffd46b0c3daf8979c90e992fb727 (commit)
       via  c038cb790309c4970980d6811456c3ed6bc4d896 (commit)
       via  94dd5060c82c174b0b0af25284593272252d5787 (commit)
       via  2cf6b73a4278627331bdbbb4addf1a8bc1d964ce (commit)
       via  f3763590bd4618904f9a414f80c0fc81c761237c (commit)
       via  bfd42c2b0aa3d4b945bf3e61c5968b96656e3660 (commit)
       via  f9778b2a26ce06959ee7e188eb1d533d896f1846 (commit)
      from  93892f1c41cfd106d47a373d623eee9a7dfe99b5 (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-bts/commit/?id=fad85d2d0d04328dd4dffed91555a109a595aa1b

commit fad85d2d0d04328dd4dffed91555a109a595aa1b
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Thu Jan 26 18:48:51 2017 +0100

    VIRT-PHY: Forward RACH on uplink with received values.
    
    Dummy values are no longer used, but the received ra content parsed from
    the gsmtap msg data and forwarded to the upper layer.
    
    Minor changes: Comments, removed unnecessary code.

http://cgit.osmocom.org/osmo-bts/commit/?id=b1da0f727ab5c5063cd0fc38d3245a55d38ea0de

commit b1da0f727ab5c5063cd0fc38d3245a55d38ea0de
Merge: 0bef900 93892f1
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Thu Jan 26 18:40:29 2017 +0100

    Merge branch 'stumpf/virt-phy' of https://github.com/osmocom/osmo-bts.git into stumpf/virt-phy

http://cgit.osmocom.org/osmo-bts/commit/?id=0bef9000319c3228ff5549e8d2e6159ff39ebeb9

commit 0bef9000319c3228ff5549e8d2e6159ff39ebeb9
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Mon Jan 9 17:34:42 2017 +0100

    VIRT-PHY: Added example configurations for openbsc and osmobts.
    
    Change-Id: I368d4a378e20028603b09825eee766abb9195774

http://cgit.osmocom.org/osmo-bts/commit/?id=d1c904c4a6d3a862a37d62fdffbb74284a44b24d

commit d1c904c4a6d3a862a37d62fdffbb74284a44b24d
Author: Sebastian Stumpf <sebastian.stumpf87 at googlemail.com>
Date:   Sun Jan 8 16:31:50 2017 +0100

    VIRT-PHY: Added functionality to cooperate with osmocom-bb virt-phy.
    
    This patch improves the virtual physical layer designed to replace the
    air interface. The purpose is to get rid of the hardware requirements
    and be able to start testing and implementing layer 2 communication
    functionality on one machine. Multicast sockets are used to enable
    bidirectional communication between the BTS and the MS process.
    The GSMTAP protocol designed for wireshark capturing is used to
    encapsulate the payload on the virtual physical layer.
    
    * Working mcast socket communication and extraction of its
      functionality.
    * Fixed OML and RSL startup sequences.
    * Icludes tests for mcast socket and virtual UM.
    * Ecapsulation and parsing methods to and from GSMTAP messages.
    * Basic handlers for file descriptor callbacks from incoming mcast
      messages.
    * Multiplexing to different channels based on GSMTAP header channel
      type.

http://cgit.osmocom.org/osmo-bts/commit/?id=bf286abc409d04dc1f317a2d74f050235958dac4

commit bf286abc409d04dc1f317a2d74f050235958dac4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jan 9 13:13:37 2016 +0100

    WIP: Initial check-in of a new virtual BTS

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

Summary of changes:
 debian/copyright                                   |  81 ++++++++
 .../patches/01_location_of_gsm_data_shared.patch   |  18 ++
 debian/patches/series                              |   2 +
 debian/source/format                               |   2 +-
 include/osmo-bts/control_if.h                      |   3 +-
 include/osmo-bts/dtx_dl_amr_fsm.h                  |   2 +
 include/osmo-bts/msg_utils.h                       |   1 +
 include/osmo-bts/oml.h                             |   6 +
 include/osmo-bts/scheduler.h                       |   4 +
 src/common/bts.c                                   |  11 +-
 src/common/bts_ctrl_lookup.c                       |   6 +-
 src/common/dtx_dl_amr_fsm.c                        |  55 +++--
 src/common/l1sap.c                                 |  80 ++++++--
 src/common/main.c                                  |  18 +-
 src/common/measurement.c                           |   2 +-
 src/common/msg_utils.c                             |  97 ++++++---
 src/common/oml.c                                   | 223 ++++++++-------------
 src/common/pcu_sock.c                              |   4 +-
 src/common/rsl.c                                   |  41 +++-
 src/common/scheduler.c                             |  53 ++++-
 src/osmo-bts-litecell15/l1_if.c                    |   7 +-
 src/osmo-bts-litecell15/tch.c                      |   3 +-
 src/osmo-bts-sysmo/l1_if.c                         |   7 +-
 src/osmo-bts-sysmo/tch.c                           |   3 +-
 src/osmo-bts-virtual/Makefile.am                   |   5 +-
 src/osmo-bts-virtual/l1_if.c                       |  33 ++-
 src/osmo-bts-virtual/scheduler_virtbts.c           |   4 -
 27 files changed, 541 insertions(+), 230 deletions(-)
 create mode 100644 debian/copyright
 create mode 100644 debian/patches/01_location_of_gsm_data_shared.patch
 create mode 100644 debian/patches/series


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list