osmo-bts.git branch master updated. 0.4.0-533-g390742b

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
Mon Jul 10 08:44:19 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, master has been updated
       via  390742b3ede56aa05e7fb01f140ec8450f38e2af (commit)
       via  f06ba300c4a251088b1aea01d5c0659e666f5caa (commit)
       via  ffdc05bc4ed1171fa4306c058c45ae6a4793b2b8 (commit)
       via  c2d3f14bfbb25d620a21a0735da49a9de0490862 (commit)
       via  f588b5f91d78d7cf1fc01d657b8483d3908c8841 (commit)
      from  0bd7a19114a0deec6a40956ed50979465ab608f7 (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=390742b3ede56aa05e7fb01f140ec8450f38e2af

commit 390742b3ede56aa05e7fb01f140ec8450f38e2af
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 30 18:57:02 2017 +0200

    Use osmo_dump_gsmtime to log fn across different layers
    
    This commit also fixes a missing end of line in the log output of handle_ph_data_ind
    
    Change-Id: I049f58d51333d3590361db5c0105e6899a862af6

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

commit f06ba300c4a251088b1aea01d5c0659e666f5caa
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Jul 3 10:56:59 2017 +0200

    Move dump_gsmtime to libosmocore as osmo_dump_gsmtime
    
    Internal l1sap dump_gsmtime has been moved to libosmocore as osmo_dump_gsmtime.
    Remove use of internal function and replace with the libosmocore version.
    
    Depends on libosmocore Ib5452e2c20f53006c0f6d197fb055728947125d8
    
    Change-Id: Ia2f89965d970ed5bbb8c0d4f591a043e58c4bd66

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

commit ffdc05bc4ed1171fa4306c058c45ae6a4793b2b8
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Thu Jun 29 17:53:49 2017 +0200

    l1sap.c: fn_ms_adj: Add err logging and always return GSM_RTP_DURATION
    
    After latest changes, l2 expects to receive an event for every TCH
    frame, that is, no TCH frame event should be lost on that layer. We
    should now then be safe returning always GSM_RTP_DURATION.
    
    The code which used to calculate the variable duration is left there to
    assert that indeed we are not longer having this kind of issues.
    
    Change-Id: I9d112c6db142be138e71393e77129e6d069d9973

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

commit c2d3f14bfbb25d620a21a0735da49a9de0490862
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Jun 28 15:41:04 2017 +0200

    l1sap.c: Avoid sending RTP frame with empty payload
    
    Depends on libosmo-abis Id6099372b6231c0a4b6ea0716f46f5daee7049e1
    
    Change-Id: Ie9053674aa4f43aac20dbd5c865d70317360abbc

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

commit f588b5f91d78d7cf1fc01d657b8483d3908c8841
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Fri Jun 30 15:19:00 2017 +0200

    Allow passing low link quality buffers to upper layers
    
    We want to always call l1if_tch_rx and l1sap_up in order to avoid losing triggering
    events on the upper layer.
    
    With this change, the upper layer will increase correctly seq + ts for
    RTP. It will then send an RTP packet with only the header and no payload, which is
    not correct but at least we avoid drifting the RTP clock. Upcoming patch
    in the series solves this issue.
    
    This patch assumes that we are not lossing data events from the physical
    layer and that we receive an event every 20ms, even if the MS is not
    transmitting due to DTX.
    
    Depends on libosmocore If4ae20c22b881e94585dad710f17b9e37f77bf82
    
    Change-Id: If5df8940fab833eb4e3ed851880b66987d356031

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

Summary of changes:
 include/osmo-bts/l1sap.h        |  3 +-
 src/common/l1sap.c              | 91 ++++++++++++++++++++++-------------------
 src/common/pcu_sock.c           |  8 ++++
 src/osmo-bts-litecell15/l1_if.c | 12 ++----
 src/osmo-bts-litecell15/tch.c   | 14 ++++---
 src/osmo-bts-octphy/l1_if.c     |  2 -
 src/osmo-bts-octphy/l1_tch.c    | 18 ++++++--
 src/osmo-bts-sysmo/l1_if.c      | 14 +++----
 src/osmo-bts-sysmo/tch.c        | 15 ++++---
 9 files changed, 100 insertions(+), 77 deletions(-)


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



More information about the osmocom-commitlog mailing list