osmo-bts[master]: bts-trx: scheduler_trx.c: Fix missing header

2018-02-01 Thread Vadim Yanitskiy
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/6249 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I274662cd657ce8c36ed1d262d138590808bfafea Gerrit-PatchSet: 1 Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit

osmo-bts[master]: bts-trx: scheduler_trx.c: Fix missing header

2018-02-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6249 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I274662cd657ce8c36ed1d262d138590808bfafea Gerrit-PatchSet: 1 Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit

[PATCH] osmo-bts[master]: bts-trx: scheduler_trx.c: Fix missing header

2018-02-01 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/6249 bts-trx: scheduler_trx.c: Fix missing header It is required for bts_shutdown used in trx_fn_timer_cb, and compiler warns about implicit declaration. Change-Id: I274662cd657ce8c36ed1d262d138590808bfafea --- M src/osmo-bts-trx/scheduler_trx.c 1 file chan

[MERGED] osmo-bts[master]: bts-trx: scheduler_trx.c: Fix missing header

2018-02-05 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: bts-trx: scheduler_trx.c: Fix missing header .. bts-trx: scheduler_trx.c: Fix missing header It is required for bts_shutdown used in trx_fn_timer_cb, and