summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_lchan_xcch.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-04trxcon: group *.c files into 'src' directoryVadim Yanitskiy1-194/+0
2022-07-02trxcon: group header files into 'include/osmocom/bb/trxcon'Vadim Yanitskiy1-6/+6
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-07-04trxcon/scheduler: unify and enrich decoding error messagesVadim Yanitskiy1-5/+2
2021-06-16trxcon/scheduler: introduce and use struct sched_burst_reqVadim Yanitskiy1-26/+16
2020-03-16trxcon/scheduler: align Downlink reception to the first burstVadim Yanitskiy1-3/+6
2020-03-16trxcon/scheduler: constify Downlink burst bits where possibleVadim Yanitskiy1-1/+1
2020-03-16trxcon/scheduler: refactor TDMA frame number calculationVadim Yanitskiy1-9/+5
2020-03-08trxcon/scheduler: refactor Downlink measurement processingVadim Yanitskiy1-9/+7
2020-03-01trxcon/scheduler: print completeness of the Rx burst buffersVadim Yanitskiy1-2/+3
2019-10-05host/trxcon: add optional GSMTAP frame logging supportVadim Yanitskiy1-3/+3
2019-06-30trxcon/scheduler: enrich GSM 05.03 encoding error messagesVadim Yanitskiy1-1/+3
2019-03-10trxcon/scheduler: clarify decoding of incomplete xCCH blocksVadim Yanitskiy1-0/+4
2019-02-21trxcon/scheduler: count number of measurementsVadim Yanitskiy1-2/+1
2019-01-17trxcon: do not include trxcon.h everywhereVadim Yanitskiy1-1/+0
2018-07-24trxcon/scheduler: fix: check primitive len before encodingVadim Yanitskiy1-0/+9
2018-03-11trxcon/sched_lchan_xcch.c: always send data indicationsVadim Yanitskiy1-6/+9
2018-03-11trxcon/scheduler: enforce lchan handlers to set message typeVadim Yanitskiy1-3/+3
2018-03-02host/trxcon: use integer math for ToA (Timing of Arrival)Vadim Yanitskiy1-3/+3
2018-01-05trxcon/scheduler: drop meaningless TODO commentVadim Yanitskiy1-1/+0
2017-12-18trxcon/scheduler: preprocess UL bursts before sendingVadim Yanitskiy1-4/+2
2017-12-18trxcon/scheduler: move prim management outside lchan handlersVadim Yanitskiy1-23/+9
2017-12-16host/trxcon/scheduler: always print error messagesVadim Yanitskiy1-2/+2
2017-12-16host/trxcon/scheduler: inform L2&3 about decoding errorsVadim Yanitskiy1-2/+2
2017-12-16host/trxcon/scheduler: use GSM_MACBLOCK_LEN definitionVadim Yanitskiy1-3/+4
2017-12-16host/trxcon/scheduler: drop meaningless memset callVadim Yanitskiy1-3/+1
2017-12-16host/trxcon/scheduler: clean up the trx_lchan_stateVadim Yanitskiy1-17/+10
2017-11-19host/trxcon/scheduler: separate logging of data messagesVadim Yanitskiy1-6/+6
2017-11-19host/trxcon/scheduler: share common declarations of lchan handlersVadim Yanitskiy1-10/+1
2017-11-19host/trxcon/l1ctl.c: include DL frame info in L1CTL_DATA_CONFVadim Yanitskiy1-1/+4
2017-11-19host/trxcon/l1ctl.c: don't fill l1ctl_info_ul into a primitiveVadim Yanitskiy1-3/+1
2017-11-19host/trxcon/scheduler: send stored tx_power to transceiverVadim Yanitskiy1-1/+1
2017-11-19host/trxcon/scheduler: clean up some includesVadim Yanitskiy1-4/+0
2017-11-19host/trxcon/scheduler: share common code for lchan handlersVadim Yanitskiy1-59/+7
2017-11-19host/trxcon/l1ctl.c: make l1ctl_tx_data_ind flexibleVadim Yanitskiy1-1/+1
2017-11-19host/trxcon/scheduler: get rid of useless nbits argumentVadim Yanitskiy1-6/+2
2017-11-19host/trxcon/scheduler: pass trx_lchan_state to lchan handlersVadim Yanitskiy1-22/+14
2017-11-19host/trxcon/scheduler: ignore incomplete sets of burstsVadim Yanitskiy1-7/+1
2017-11-19host/trxcon: split sched_lchan_handlers.cVadim Yanitskiy1-0/+304