osmo-bts.git branch master updated. 0.4.0-38-g20e8770

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
Sat Jan 16 16:29:07 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  20e8770df08a8584df4ac91f4a8eb86dfe443cd4 (commit)
       via  866f9b979d0c8a36e76db8272693d59bfba9c0f5 (commit)
       via  3e98f942e51ca5f39a09adcb3d0d68d93b1588b0 (commit)
       via  7bd2251dcb15552d424b53e0e0e85a4d8150868c (commit)
       via  0c017618cd335f88712174154575ce9569a4634c (commit)
       via  8d198f3598f7e0928f7b4001088dfbf007873791 (commit)
       via  bca8d3b8f83af76303fe9923955bea25ef9f7e43 (commit)
       via  a9003acb1c4c1a697115d37f7ea28c4650b9681a (commit)
       via  dad89e50a220c9b634dd04600cfed76f4b4f7622 (commit)
       via  b92100ad36f40d3125ff945fbd38aece873d1718 (commit)
      from  e9f12acbeb5a369282719f8e0deecc88034a5488 (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=20e8770df08a8584df4ac91f4a8eb86dfe443cd4

commit 20e8770df08a8584df4ac91f4a8eb86dfe443cd4
Merge: e9f12ac 866f9b9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jan 16 17:28:25 2016 +0100

    Merge branch 'sysmocom/octphy'

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

commit 866f9b979d0c8a36e76db8272693d59bfba9c0f5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jan 16 13:11:35 2016 +0100

    OCTPHY: Obtain information from PHY and expose it in VTY
    
    This adds 'show trx 0 system-information' command to the VTY indicating
    various version information obtained from the DSP/PHY.

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

commit 3e98f942e51ca5f39a09adcb3d0d68d93b1588b0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jan 16 10:18:24 2016 +0100

    OCTPHY: Implement command re-transmission after message loss
    
    We re-use the 'wait_l1_conf' structure for implementing the
    unacknowledge command window towards the PHY.  This means that thre will
    unconditionally be a 'wait_l1_conf' now, even for requests where the
    caller didn't provide a call-back.

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

commit 7bd2251dcb15552d424b53e0e0e85a4d8150868c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Jan 15 19:12:04 2016 +0100

    OCTPHY: Print NOTICE message if we receive supervisory frame

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

commit 0c017618cd335f88712174154575ce9569a4634c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Jan 15 18:24:03 2016 +0100

    OCTPHY: Block PHY indications until it is confirmed open
    
    When re-starting OsmoBTS after unclean shutdown, the PHY is already
    sending notifications (PH-DATA.ind, PH-TIME.ind, etc.) for the previous
    physical channel / timeslot configuration.  At the point those messages
    are received, OsmoBTS might not even have A-bis OML up yet, and thus has
    no clue how to process such messages (and subsequently likely crashes).
    
    Let's block such primitives from passing further up the code until we
    have received the TRX-OPEN response.

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

commit 8d198f3598f7e0928f7b4001088dfbf007873791
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Jan 4 20:05:41 2016 +0100

    OCTPHY: Fix various memory leaks and add comments on msgb ownership

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

commit bca8d3b8f83af76303fe9923955bea25ef9f7e43
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Nov 13 23:09:24 2015 +0100

    OCTPHY: Exit gracefully if config file specifies no phy-netdev

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

commit a9003acb1c4c1a697115d37f7ea28c4650b9681a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Nov 13 23:06:23 2015 +0100

    OCTPHY: Ensure we write the phy-netdev parameter
    
    When writing the config file from the command line, we must not forget
    to write the phy-netdev parameter, otherwise the program will fail to
    re-start later :/

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

commit dad89e50a220c9b634dd04600cfed76f4b4f7622
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Nov 5 22:55:02 2015 +0100

    OCTPHY: Replace '-lortp' with the proper pkg-config/autofoo version

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

commit b92100ad36f40d3125ff945fbd38aece873d1718
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Sep 6 16:04:32 2015 +0200

    Add support for Octasic OCTSDR-2G GSM PHY
    
    This adds support for a new PHY to OsmoBTS, the Octasic OCTSDR-2G
    PHY. This is a proprietary GSM PHY running on a familty of Octasic DSPs.

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

Summary of changes:
 .gitignore                                     |    2 +
 configure.ac                                   |   20 +
 doc/examples/{ => octphy}/osmo-bts.cfg         |    8 +-
 src/Makefile.am                                |    5 +
 src/common/l1sap.c                             |    2 +-
 src/osmo-bts-octphy/Makefile.am                |   13 +
 src/osmo-bts-octphy/l1_if.c                    | 1598 ++++++++++++++++++++++++
 src/osmo-bts-octphy/l1_if.h                    |  124 ++
 src/osmo-bts-octphy/l1_oml.c                   | 1515 ++++++++++++++++++++++
 src/osmo-bts-octphy/l1_oml.h                   |   18 +
 src/osmo-bts-octphy/l1_tch.c                   |  402 ++++++
 src/osmo-bts-octphy/l1_utils.c                 |  130 ++
 src/osmo-bts-octphy/l1_utils.h                 |    9 +
 src/{osmo-bts-sysmo => osmo-bts-octphy}/main.c |  193 +--
 src/osmo-bts-octphy/octphy_hw_api.c            |  364 ++++++
 src/osmo-bts-octphy/octphy_hw_api.h            |   14 +
 src/osmo-bts-octphy/octphy_vty.c               |  225 ++++
 src/osmo-bts-octphy/octpkt.c                   |  190 +++
 src/osmo-bts-octphy/octpkt.h                   |   22 +
 19 files changed, 4692 insertions(+), 162 deletions(-)
 copy doc/examples/{ => octphy}/osmo-bts.cfg (77%)
 create mode 100644 src/osmo-bts-octphy/Makefile.am
 create mode 100644 src/osmo-bts-octphy/l1_if.c
 create mode 100644 src/osmo-bts-octphy/l1_if.h
 create mode 100644 src/osmo-bts-octphy/l1_oml.c
 create mode 100644 src/osmo-bts-octphy/l1_oml.h
 create mode 100644 src/osmo-bts-octphy/l1_tch.c
 create mode 100644 src/osmo-bts-octphy/l1_utils.c
 create mode 100644 src/osmo-bts-octphy/l1_utils.h
 copy src/{osmo-bts-sysmo => osmo-bts-octphy}/main.c (61%)
 create mode 100644 src/osmo-bts-octphy/octphy_hw_api.c
 create mode 100644 src/osmo-bts-octphy/octphy_hw_api.h
 create mode 100644 src/osmo-bts-octphy/octphy_vty.c
 create mode 100644 src/osmo-bts-octphy/octpkt.c
 create mode 100644 src/osmo-bts-octphy/octpkt.h


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



More information about the osmocom-commitlog mailing list