osmo-bts.git branch master updated. 0.7.0-89-ga4bca11

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 Feb 22 07:58:43 UTC 2018


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  a4bca115557feb0268e6cfda30238ded16328ae6 (commit)
       via  b93748a1707fa4e20c3a8c3a241dd9e3fb03ea87 (commit)
       via  bfe9af4ae1c1d72a5a94546093913083a0eaeda8 (commit)
       via  e0bfd675d1356a349df9674f78723ff33ed6b634 (commit)
      from  4847a1688ba6fee8e5b44c25317c2e221b4b0ae0 (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=a4bca115557feb0268e6cfda30238ded16328ae6

commit a4bca115557feb0268e6cfda30238ded16328ae6
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Feb 21 16:58:08 2018 +0100

    bts: use feature list instead of speech codec table
    
    osmo-bts has a table of pchan/channel mode combinations for every
    bts. This table models the codec capabilitys of the BTS hardware.
    However, having the speech codec apabilities modeled inside the
    BTS feature list would be much more comfortable and since the
    feature list is communicated back to the BSC we would get the
    codec capabilities inside the BSC domain as well.
    
    - remove the pchan/channel mode tables
    - set speech codec variants for each BTS type
    - fix bts_supports_cm so that it queries the feature list
    
    Change-Id: I977dc729ba856631245aedf76afd48eac92166f7

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

commit b93748a1707fa4e20c3a8c3a241dd9e3fb03ea87
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Feb 21 13:29:38 2018 +0100

    vty: display bts features in vty command show bts
    
    The VTY command show bts does not display the bts specific
    features yet.
    
    - Also display the feature list in snow-bts
    
    Change-Id: I509f2a7bbfa96c70bdfea4ff2488ee371e914620

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

commit bfe9af4ae1c1d72a5a94546093913083a0eaeda8
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Feb 21 13:55:36 2018 +0100

    octphy: ensure all BTS models set features
    
    Most of the BTS models do not or do register not all of thier
    features to the the feature list.
    
    - Update/extend the feature lists for all BTS-Models
    
    Change-Id: I26765a64153368016921c2ac115b1c4aec9bc5e4

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

commit e0bfd675d1356a349df9674f78723ff33ed6b634
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jan 26 14:26:54 2018 +0100

    gsm_data_shared: extend bts feature list with speech codecs
    
    The feature list does not cover any speech codec related information.
    
    - Add speech codec related items to feature list.
    
    Change-Id: If6d50c6f4e2348b23f31c3415b0f5577a3f5be50

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

Summary of changes:
 include/osmo-bts/bts.h             |  4 +--
 include/osmo-bts/gsm_data.h        |  6 ----
 include/osmo-bts/gsm_data_shared.h |  8 +++++-
 src/common/bts.c                   | 59 +++++++++++++++++++++++---------------
 src/common/gsm_data_shared.c       |  5 ++++
 src/common/rsl.c                   |  2 +-
 src/common/vty.c                   | 20 +++++++++++++
 src/osmo-bts-litecell15/main.c     |  6 ++++
 src/osmo-bts-octphy/l1_if.c        | 14 ++++-----
 src/osmo-bts-sysmo/main.c          | 17 ++++-------
 src/osmo-bts-trx/main.c            | 17 ++++-------
 src/osmo-bts-virtual/main.c        |  7 +++++
 tests/misc/misc_test.c             | 30 +++++++++----------
 13 files changed, 114 insertions(+), 81 deletions(-)


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



More information about the osmocom-commitlog mailing list