summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon
AgeCommit message (Expand)AuthorFilesLines
2022-07-01trxcon: Makefile.am: fix make {dist,distcheck} targetsVadim Yanitskiy1-1/+7
2022-07-01trxcon: Makefile.am: move versioning magic to the bottomVadim Yanitskiy1-7/+7
2022-05-13trxcon: clarify L1CTL_DM_REL_REQ related loggingVadim Yanitskiy1-2/+1
2021-12-14treewide: remove FSF addressOliver Smith13-52/+0
2021-07-04trxcon/scheduler: unify and enrich decoding error messagesVadim Yanitskiy4-15/+8
2021-06-16trxcon/trx_if: send NOPE indications if there is no burstVadim Yanitskiy1-5/+4
2021-06-16trxcon/scheduler: introduce and use struct sched_burst_reqVadim Yanitskiy10-162/+146
2021-06-16trxcon/scheduler: cosmetic: move TDMA frame number calculationVadim Yanitskiy1-7/+5
2021-04-29trxcon: fix legacy length expectations for TRXDv0 Rx PDUsVadim Yanitskiy1-1/+1
2020-11-30trxcon/scheduler: invalidate hard-coded Measurement resultsVadim Yanitskiy1-2/+2
2020-11-30trxcon/scheduler: clarify the content of Measurement resultsVadim Yanitskiy1-2/+15
2020-11-30trxcon/scheduler: clarify Measurement results paddingVadim Yanitskiy1-2/+2
2020-11-25trxcon: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+13
2020-11-25trxcon: Handle signal SIGABRTPau Espin Pedrol1-0/+1
2020-11-05trxcon/l1ctl_link: use osmo_store16be() in l1ctl_link_send()Vadim Yanitskiy1-3/+3
2020-10-19trxcon/l1ctl: fix: send confirmation for TCH mode requestVadim Yanitskiy1-2/+5
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte1-8/+5
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-2/+2
2020-10-16fix trx_if_tx_burst(): do not drop Uplink bursts in TRX_STATE_RSP_WAITVadim Yanitskiy1-0/+2
2020-07-13trxcon/scheduler: reduce default Uplink burst scheduling advanceVadim Yanitskiy1-2/+2
2020-07-12trxcon/scheduler: check TDMA frame order, drop out of order burstsVadim Yanitskiy1-5/+26
2020-07-08trxcon/scheduler: fix subst_frame_loss(): do not compensate too muchVadim Yanitskiy1-0/+1
2020-07-07trxcon/scheduler: subst_frame_loss(): print current TDMA fnVadim Yanitskiy1-2/+2
2020-06-19trxcon: use libosmocore's TDMA frame number APIVadim Yanitskiy5-39/+22
2020-06-18trxcon/scheduler: cosmetic: clarify lost frame counter descriptionVadim Yanitskiy1-1/+1
2020-06-18trxcon/scheduler: cosmetic: use enumerated type instead of uint8_tVadim Yanitskiy1-1/+1
2020-06-14trxcon: use osmo_{store,load}32be() to pack / unpack TDMA fnVadim Yanitskiy1-5/+2
2020-06-10trxcon: fix potential buffer overflow in l1ctl_proc_est_req_h1()Vadim Yanitskiy1-0/+3
2020-05-28trxcon: fix l1ctl_proc_est_req_h0(): convert to host byte orderVadim Yanitskiy1-2/+7
2020-05-17trxcon: refactor trx_if_cmd_setfh(): send Rx/Tx frequenciesVadim Yanitskiy1-20/+36
2020-05-17trxcon: use buffer size macros for TRXC/TRXD messagesVadim Yanitskiy2-4/+7
2020-04-09trxcon/logging: print category, level and extended timestampVadim Yanitskiy1-2/+8
2020-03-16trxcon/scheduler: print TDMA statistics on lchan deactivationVadim Yanitskiy1-0/+10
2020-03-16trxcon/scheduler: be safe against a theoretical integer overflowVadim Yanitskiy1-1/+10
2020-03-16trxcon/scheduler: do not abort on incomplete set of burstsVadim Yanitskiy2-4/+2
2020-03-16trxcon/scheduler: TCH/F: fix Downlink burst completeness checkVadim Yanitskiy1-1/+1
2020-03-16trxcon/scheduler: align Downlink reception to the first burstVadim Yanitskiy3-9/+18
2020-03-16trxcon/scheduler: constify Downlink burst bits where possibleVadim Yanitskiy8-13/+12
2020-03-16trxcon/scheduler: substitute lost TDMA frames on DownlinkVadim Yanitskiy2-55/+100
2020-03-16trxcon/scheduler: refactor TDMA frame number calculationVadim Yanitskiy8-46/+33
2020-03-08trxcon/scheduler: fix n_errors for BFI triggered by FACCHVadim Yanitskiy2-2/+6
2020-03-08trxcon/scheduler: FACCH: ensure fake measurements for BFIVadim Yanitskiy2-2/+4
2020-03-08trxcon/scheduler: refactor Downlink measurement processingVadim Yanitskiy10-74/+140
2020-03-08trxcon/scheduler: TCH/H & FACCH/H: fix notes on interleavingVadim Yanitskiy1-1/+4
2020-03-08trxcon/scheduler: make TDMA_FN_INC(fn) behave like ++fnVadim Yanitskiy3-5/+5
2020-03-01trxcon/scheduler: print completeness of the Rx burst buffersVadim Yanitskiy6-9/+33
2019-12-04trxcon: Use current MS Power on dummy meas reportsPau Espin Pedrol3-9/+13
2019-12-01trxcon/sched_trx.c: fix potential NULL-pointer dereferenceVadim Yanitskiy1-0/+2
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte1-1/+1
2019-11-05trxcon: Fix missing header for GSM_MACBLOCK_LENPau Espin Pedrol1-0/+1