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/baseband-devel@lists.osmocom.org/.
Peter Stuge peter at stuge.seeisencah eisenach wrote:
> Cannot figure out where sercomm_drv_pull is defined.
$ git grep sercomm_drv_pull
src/host/osmocon/osmocon.c: if (sercomm_drv_pull(&c) != 0) {
src/target/firmware/calypso/uart.c: if (!sercomm_drv_pull(&ch)) {
src/target/firmware/comm/sercomm.c:int sercomm_drv_pull(uint8_t *ch)
src/target/firmware/include/comm/sercomm.h:int sercomm_drv_pull(uint8_t *ch);
//Peter