osmocom-bb/src/host/trxcon
Vadim Yanitskiy ca5eee6e3f host/trxcon/trx_if.c: simplify response matching
Previously, we had both length and string matching of request and
response. To be able to implement commands with additional params
in the future, this change drops the length matching part.

Change-Id: Id4c50115f5f1b1da450ff8b8dcfd6ccf572d23f5
2017-11-19 17:35:07 +07:00
..
.gitignore host/trxcon/scheduler: add basic clock counter 2017-11-19 17:35:07 +07:00
Makefile.am host/trxcon/scheduler: implement xCCH decoding 2017-11-19 17:35:07 +07:00
configure.ac host/trxcon: initial release of transceiver interface 2017-11-19 17:35:07 +07:00
l1ctl.c host/trxcon/l1ctl.c: handle L1CTL_RACH_REQ 2017-11-19 17:35:07 +07:00
l1ctl.h host/trxcon/l1ctl.c: handle L1CTL_RACH_REQ 2017-11-19 17:35:07 +07:00
l1ctl_link.c host/trxcon: initial release of L1CTL handlers 2017-11-19 17:35:07 +07:00
l1ctl_link.h host/trxcon/l1ctl.c: implement L1CTL_FBSB_CONF 2017-11-19 17:35:07 +07:00
l1ctl_proto.h host/trxcon: initial release of L1CTL handlers 2017-11-19 17:35:07 +07:00
logging.c host/trxcon/scheduler: add basic clock counter 2017-11-19 17:35:07 +07:00
logging.h host/trxcon/scheduler: add basic clock counter 2017-11-19 17:35:07 +07:00
sched_clck.c host/trxcon/scheduler: add basic clock counter 2017-11-19 17:35:07 +07:00
sched_lchan_desc.c host/trxcon/scheduler: implement RACH handler 2017-11-19 17:35:07 +07:00
sched_lchan_handlers.c host/trxcon/scheduler: confirm successful RACH requests 2017-11-19 17:35:07 +07:00
sched_mframe.c host/trxcon/scheduler: add basic GSM PHY definitions 2017-11-19 17:35:07 +07:00
sched_trx.c host/trxcon/scheduler: implement TX queue handling 2017-11-19 17:35:07 +07:00
sched_trx.h host/trxcon/scheduler: implement TX queue handling 2017-11-19 17:35:07 +07:00
scheduler.h host/trxcon/scheduler: add basic clock counter 2017-11-19 17:35:07 +07:00
trx_if.c host/trxcon/trx_if.c: simplify response matching 2017-11-19 17:35:07 +07:00
trx_if.h host/trxcon/scheduler: store BSIC in trx_instance 2017-11-19 17:35:07 +07:00
trxcon.c host/trxcon: reset scheduler when L1CTL is lost 2017-11-19 17:35:07 +07:00
trxcon.h host/trxcon: send L1CTL_DATA_IND directly from lchan handler 2017-11-19 17:35:07 +07:00