summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2023-03-19burst_process: Add GSMTAP outputHarald Welte1-19/+40
2023-03-05HACK: add burst_ind file containing /usr/share/common-licenses in ULHarald Welte1-0/+0
2023-03-01HACK: WIP to post-process burst_ind .dat files with 9.6 NT CSDHarald Welte7-7/+553
2022-02-03host/osmocon: fix setting custom baudrate for CP210xVadim Yanitskiy1-5/+5
2022-02-03layer23/ccch_scan: handle SI Type 1 in dump_bcch()Vadim Yanitskiy1-0/+14
2022-02-03layer23/ccch_scan: fix unused variable in local_burst_decode()Vadim Yanitskiy1-2/+0
2022-02-03[HACK] Add burst deciphering supportSylvain Munaut1-2/+69
2022-02-03[HACK] host/layer23: Add local burst processing for cleartext burstsSylvain Munaut4-1/+269
2022-02-03[HACK] host/layer23: Wire application logic for a simple demo sniff appSylvain Munaut1-3/+168
2022-02-03[HACK] Disptach the received BURST_IND with a signalSylvain Munaut2-0/+44
2022-02-03[HACK] Increase speed of l1ctl to 408250bps after bootVadim Yanitskiy1-0/+32
2021-12-14treewide: remove FSF addressOliver Smith73-292/+0
2021-11-25gprsdecode: Don't leak memory in gsmtap_sendmsg()Harald Welte1-1/+1
2021-11-15logging: use meaningful default loglevelsPhilipp Maier2-20/+20
2021-10-16layer23/osmocon: require libosmocore >= 1.5.0 in configure.acHarald Welte2-2/+2
2021-10-08262-10 is "DB Netz AG" and not "DB Systel"Harald Welte1-1/+1
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-06-09host/layer23/ccch_scan: skip CCCH frames with wrong lengthVadim Yanitskiy1-0/+7
2021-04-29trxcon: fix legacy length expectations for TRXDv0 Rx PDUsVadim Yanitskiy1-1/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+2
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-25mobile: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-2/+9
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-11Use osmo_fd_*_{disable,enable}Harald Welte1-6/+6
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-14/+14
2020-11-05trxcon/l1ctl_link: use osmo_store16be() in l1ctl_link_send()Vadim Yanitskiy1-3/+3
2020-10-25osmocon: More decoding of tpu_debug (on compal/rffe_dualband)Harald Welte1-1/+61
2020-10-23gsm48_rr: Don't swap ber with snr in "MON:" log lineHarald Welte1-1/+1
2020-10-21mobile: Use osmo_fd_setup() in script_lua.cHarald Welte1-4/+3
2020-10-19trxcon/l1ctl: fix: send confirmation for TCH mode requestVadim Yanitskiy1-2/+5
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte6-46/+22
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte8-37/+37
2020-10-16fix trx_if_tx_burst(): do not drop Uplink bursts in TRX_STATE_RSP_WAITVadim Yanitskiy1-0/+2
2020-10-13layer23/cbch-sniff: fix: use Osmocom specific RSL channel numberVadim Yanitskiy1-2/+13
2020-10-13layer23/cbch-sniff: fix: do not blindly assume presence of CBCHVadim Yanitskiy1-1/+1
2020-07-31layer23/mobile: implement handling of TCH test loop commandsVadim Yanitskiy7-15/+239
2020-07-30layer23/mobile: fix a memory leak (msgb) in gsm48_rr_data_ind()Vadim Yanitskiy1-1/+3
2020-07-30layer23/mobile: fix wrong message type in gsm48_rr_tx_rr_status()Vadim Yanitskiy1-1/+1
2020-07-29layer23/mobile: cosmetic: use GSM48_PDISC_TEST from gsm_04_08.hVadim Yanitskiy1-1/+1
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