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=df72b1fdbd7cf39cba49919b188301c…
commit df72b1fdbd7cf39cba49919b188301c5d3cf633a
Author: Harald Welte <laforge(a)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=0829a1704e51c3acbf5577e35de16a5…
commit 0829a1704e51c3acbf5577e35de16a5019e0214f
Author: Harald Welte <laforge(a)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=7cf144b27d75fadfb4ec65019985bb1…
commit 7cf144b27d75fadfb4ec65019985bb10660a066a
Author: Harald Welte <laforge(a)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, ...)