summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-19mobile: vty: add 'audio_frame' cmdneels/voiceNeels Hofmeyr1-0/+24
2022-09-19mobile: gsm_send_voice(): fix err msgNeels Hofmeyr1-1/+1
2022-09-19mobile: log rx/tx audio frame NOT FOR MERGENeels Hofmeyr1-1/+6
2022-09-07trxcon: Initial support for forwarding AMRPau Espin Pedrol14-111/+407
2022-09-03trxcon: cosmetic: alignment fix in trxcon_inst_alloc()Vadim Yanitskiy1-3/+3
2022-09-03trxcon: trx_if_open(): avoid using talloc_reparent()Vadim Yanitskiy1-15/+12
2022-09-03trxcon: handle l1sched_config_req via TRXCON_EV_SET_PHY_CONFIG_REQVadim Yanitskiy4-11/+43
2022-09-03trxcon: rework trxcon_inst cleanup logic, add trxcon_fsm_pre_term_cb()Vadim Yanitskiy2-25/+44
2022-09-01trxcon: Fix printf typePau Espin Pedrol1-1/+1
2022-08-30mobile: lapdm_channel_init() is deprecated, use lapdm_channel_init3()Vadim Yanitskiy1-7/+12
2022-08-23mobile: mobile_start(): fix grammar in logging messagesVadim Yanitskiy1-2/+2
2022-08-23mobile: fix description of 'test re-selection' commandVadim Yanitskiy1-1/+4
2022-08-21layer23: explicitly set chan_nr / link_id in L1CTL_RACH_REQVadim Yanitskiy3-5/+12
2022-08-21layer23: use $(top_builddir) instead of relative pathsVadim Yanitskiy2-2/+2
2022-08-21layer23: use $(top_srcdir) instead of relative pathsVadim Yanitskiy1-5/+5
2022-08-21layer23: cosmetic: make Makefile.am files git-friendlyVadim Yanitskiy3-21/+123
2022-08-09trxcon: allow populating global SACCH cache via L1CTLVadim Yanitskiy6-63/+75
2022-08-08trxcon: rework TRXC/TRXD cleanup logic, add trx_fsm_cleanup_cb()Vadim Yanitskiy1-2/+19
2022-08-08trxcon: improve L1CTL connection related loggingVadim Yanitskiy1-5/+11
2022-08-08trxcon: cosmetic: rename TRXCON_EV_{L1IF->PHYIF}_FAILUREVadim Yanitskiy3-5/+5
2022-08-08trxcon: cosmetic: rename TRXCON_EV_SET_{PHY_}CONFIG_REQVadim Yanitskiy3-9/+9
2022-07-30trxcon: l1sched: ensure n_bits_total is always initializedVadim Yanitskiy2-2/+2
2022-07-30trxcon: assert *ts is not NULL in l1sched_set_lchansVadim Yanitskiy1-4/+1
2022-07-29trxcon: extended RACH != 11-bit RACH, correct logging messagesVadim Yanitskiy2-11/+9
2022-07-29trxcon: abstract out 'struct trxcon_inst' from L1CTL/TRXC/TRXDVadim Yanitskiy3-35/+35
2022-07-29trxcon: move L1 params from struct trx_instance to trxcon_instVadim Yanitskiy5-19/+23
2022-07-29trxcon: rework trxcon_fsm, move into a separate fileVadim Yanitskiy8-410/+786
2022-07-29trxcon: trx_if_close(): power the transceiver off if neededVadim Yanitskiy1-0/+6
2022-07-27trxcon: make trx_if_cmd_setfh() accept const *maVadim Yanitskiy2-4/+4
2022-07-27trxcon: make l1sched_start_ciphering() accept const *keyVadim Yanitskiy2-2/+2
2022-07-26trx_toolkit: do not auto power on/off child MS TransceiversVadim Yanitskiy2-5/+12
2022-07-26trx_toolkit: use **kwargs in Transceiver.__init__()Vadim Yanitskiy2-25/+21
2022-07-26trx_toolkit: simplify Transceiver.power_event_handler()Vadim Yanitskiy2-19/+7
2022-07-26trxcon: support handling of multiple L1CTL client connectionsVadim Yanitskiy5-15/+45
2022-07-26trxcon: use trxcon->fi as the context in L1CTL loggingVadim Yanitskiy4-87/+123
2022-07-26trxcon: pass fn_advance param via struct l1sched_cfgVadim Yanitskiy3-6/+7
2022-07-26trxcon: pass lchan to tchh_block_dl_first_fn() for loggingVadim Yanitskiy1-4/+3
2022-07-26trxcon: make [l1sched_]tchh_block_dl_first_fn() staticVadim Yanitskiy2-5/+3
2022-07-26trxcon: make l1sched logging configurable, use trxcon->fi as prefixVadim Yanitskiy16-201/+253
2022-07-25trxcon: get rid of DEBUG_DEFAULT, give an exampleVadim Yanitskiy2-3/+1
2022-07-25trxcon: rename DTRX logging sub-system to DTRXCVadim Yanitskiy3-5/+5
2022-07-25trxcon: ensure TRXD logging is actually using LOGPFSMSL()Vadim Yanitskiy1-11/+13
2022-07-23trxcon: move osmocom/bb/{trxcon->l1sched}/l1sched.hVadim Yanitskiy20-16/+20
2022-07-22trxcon: remove unused #includes in sched_lchan_common.cVadim Yanitskiy1-2/+0
2022-07-22trxcon: l1ctl_server_{start,shutdown}() -> l1ctl_server_{alloc,free}()Vadim Yanitskiy3-6/+6
2022-07-22trxcon: allocate memory in l1ctl_server_start()Vadim Yanitskiy3-13/+16
2022-07-22trxcon: fix NULL pointer dereference in trx_if_open()Vadim Yanitskiy1-2/+2
2022-07-22trxcon: remove unused #imports in sched_clck.cVadim Yanitskiy1-4/+0
2022-07-22trxcon: call osmo_timer_del() unconditionallyVadim Yanitskiy3-6/+3
2022-07-21trxcon: fix trx_if_close(): delete TRXC timer if it's pendingVadim Yanitskiy1-0/+3