osmo-bts.git branch master updated. 0.7.0-83-gdf72b1f

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 Feb 19 14:04:52 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  df72b1fdbd7cf39cba49919b188301c5d3cf633a (commit)
       via  0829a1704e51c3acbf5577e35de16a5019e0214f (commit)
       via  7cf144b27d75fadfb4ec65019985bb10660a066a (commit)
      from  ca6021fa5df90bf769326a0e5658b934aa36eb0a (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=df72b1fdbd7cf39cba49919b188301c5d3cf633a

commit df72b1fdbd7cf39cba49919b188301c5d3cf633a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 19 12:48:11 2018 +0100

    trx: make l1if_fill_meas_res() static
    
    it's not used anywhere outside of l1_if.c, so make it a static function
    
    Change-Id: If988a7679f3a9253fab1a4d177a276d8ecaf794f

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

commit 0829a1704e51c3acbf5577e35de16a5019e0214f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 19 14:29:46 2018 +0100

    sysmo+lc15: Add missign include for readv/writev
    
    This avoids compiler warnings like this:
    
    ../../src/osmo-bts-sysmo/l1_transp_hw.c:130:13: warning: implicit declaration of function ‘writev’; did you mean ‘write’? [-Wimplicit-function-declaration]
       written = writev(fd->fd, iov, count);
    
    Change-Id: Ic67d369a3ca33bfa636ace9f272f1c7257de86e1

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

commit 7cf144b27d75fadfb4ec65019985bb10660a066a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 19 14:32:34 2018 +0100

    sysmo: Fix compiler warnings in eeprom.c
    
    This avoids compiler warnings like
    
    ../../src/osmo-bts-sysmo/eeprom.c: In function ‘eeprom_WriteSysInfo’:
    ../../src/osmo-bts-sysmo/eeprom.c:605:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
                 err = eeprom_write( EEPROM_CFG_START_ADDR + ((uint32_t)&ee.cfg.v1.sysInfo - (uint32_t)&ee), sizeof(ee.cfg.v1.sysInfo), (const char *) &ee.cfg.v1.sysInfo );
    
    Change-Id: Ic748038e6f25ec18ccb4a2f2503ca567fb00a586

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

Summary of changes:
 src/osmo-bts-litecell15/l1_transp_hw.c |  1 +
 src/osmo-bts-sysmo/eeprom.c            | 12 ++++++------
 src/osmo-bts-sysmo/l1_transp_hw.c      |  1 +
 src/osmo-bts-trx/l1_if.c               |  2 +-
 src/osmo-bts-trx/l1_if.h               |  2 --
 5 files changed, 9 insertions(+), 9 deletions(-)


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



More information about the osmocom-commitlog mailing list