osmo-bts.git branch master updated. 0.4.0-507-g59d0c2c

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
Wed Jun 28 13:22:07 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  59d0c2cca64c9efe199733fc04708cc500f44090 (commit)
       via  5047fbe3b8b9e1e2404c7c8952ae2ac7a0ada662 (commit)
       via  521ab50dcc95a7f0626340b76f9803805ee09bfc (commit)
       via  ae7ece10640c042072eb1efb257a1cf6511edc22 (commit)
      from  4962ed1811b26e1b01fbfd445a8e8fee97a398a0 (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=59d0c2cca64c9efe199733fc04708cc500f44090

commit 59d0c2cca64c9efe199733fc04708cc500f44090
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 26 17:43:40 2017 +0200

    octphy: remove log output
    
    When handle_ph_data_ind() runs BER and RSSI is logged. Remove
    this log output by removing the call to dump_meas_res
    
    (Patch by Octasic Inc.)
    
    Change-Id: I5e755465daa3daec2e2b4f61bc8d779c49196e9a

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

commit 5047fbe3b8b9e1e2404c7c8952ae2ac7a0ada662
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 26 17:28:43 2017 +0200

    octphy: initalize nmsg only when needed
    
    nmsg is initalized every time the function runs, even when it
    is not needed. Move the initalization into the if (msg) body
    so that nmsg is only initalized when we really need it.
    
    (Patch by Octasic Inc.)
    
    Change-Id: If51dc50a9f4bdb4aba62c0ae5fbfac552806f0c0

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

commit 521ab50dcc95a7f0626340b76f9803805ee09bfc
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 26 17:24:03 2017 +0200

    octphy: initalize l1msg and only when needed
    
    l1msg is initalized when the variable is declared. This means
    the allocation always runs right on the beginning. Even when
    the buffer is not needed at all.
    
    do a prober l1msg initalization only when needed and check the
    return code.
    
    (Patch by Octasic Inc.)
    
    Change-Id: Ia71d49b9cc109af53d997a687a7fb1b5ed062d1c

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

commit ae7ece10640c042072eb1efb257a1cf6511edc22
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Jun 13 16:59:42 2017 +0200

    octphy: improve log output
    
    Printing the RX payload size is strictly informative, so the
    loglevel LOGL_ERROR is wrong. This commit changes it to
    LOGL_DEBUG
    
    (Patch by Octasic Inc.)
    
    Change-Id: I712cdd79cbba93f457705d38871bd8d4b7f4e897

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

Summary of changes:
 src/osmo-bts-octphy/l1_if.c  | 23 +++++++++++++++--------
 src/osmo-bts-octphy/l1_tch.c |  2 +-
 2 files changed, 16 insertions(+), 9 deletions(-)


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



More information about the osmocom-commitlog mailing list