summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
AgeCommit message (Expand)AuthorFilesLines
2024-02-06mobile: fix GAPK I/O producing too many UL framesVadim Yanitskiy2-2/+1
2024-02-06mobile: init TCH state earlier (on receipt of CC ALERTING)Vadim Yanitskiy1-0/+1
2024-02-05layer23/modem: handle and forward L1CTL UL BLOCK.cnfVadim Yanitskiy2-0/+2
2024-01-24mobile: VTY: rework data type/rate configuration commandsVadim Yanitskiy1-14/+48
2024-01-24mobile: VTY: make soft-UART parameters configurableVadim Yanitskiy1-0/+6
2024-01-24mobile: VTY: use 'enum gsm48_bcap_transp' from libosmogsmVadim Yanitskiy1-11/+4
2024-01-24mobile: add a separate logging category for CSDVadim Yanitskiy1-0/+1
2024-01-20mobile: implement sending CSD data over UNIX socketVadim Yanitskiy1-0/+1
2024-01-20mobile: integrate V.110 TA & soft-UART from libosmocoreVadim Yanitskiy1-0/+4
2024-01-18mobile: rename tch_send_voice_{msg,frame}() functionsVadim Yanitskiy1-2/+2
2024-01-18mobile: init/deinit GAPK I/O based on CC transaction eventsVadim Yanitskiy3-8/+25
2024-01-17mobile: store MNCC Bearer Capability in CC transactionVadim Yanitskiy1-0/+1
2024-01-17mobile: add generic signals for CC/SS/SM transactionsVadim Yanitskiy1-0/+7
2024-01-16layer23: drop unneeded forward declarationVadim Yanitskiy1-1/+0
2023-11-27mobile: Fix PCS ARFCN handling: PCS can only be ARFCN 512..810Andreas Eversberg1-2/+3
2023-11-03mobile: rename voice.[ch] to tch.[ch]Vadim Yanitskiy3-11/+11
2023-11-03mobile: cosmetic: rename gsm48_rr_tx_{voice->traffic}()Vadim Yanitskiy1-1/+1
2023-11-03mobile: add params and VTY commands for data callsVadim Yanitskiy2-0/+34
2023-11-03mobile: clarify TCH I/O {handler,format} namingVadim Yanitskiy1-23/+23
2023-11-02mobile: rename 'audio' node to 'tch-voice' nodeVadim Yanitskiy1-1/+1
2023-11-02mobile: add support for Circuit Switched Data callsVadim Yanitskiy3-1/+62
2023-10-30mobile: move 'struct gsm_call' from <mncc.h> to <mncc_ms.h>Vadim Yanitskiy2-19/+26
2023-10-30mobile: cosmetic: use '#pragma once' in mncc.hVadim Yanitskiy1-5/+1
2023-10-27ASCI: Add option to join voice group/broadcast calls without valid SIMAndreas Eversberg1-0/+1
2023-10-16mobile: mncc_call(): make *number argument constVadim Yanitskiy1-1/+1
2023-10-05Fix indices of ARFCNs for measurement reportAndreas Eversberg1-0/+1
2023-10-04ASCI: Add VTY command to display group call neighbor cellsAndreas Eversberg1-0/+1
2023-10-04ASCI: Add decoding of SYSTEM INFORMATION TYPE 10 $(ASCI)$Andreas Eversberg1-0/+22
2023-10-02ASCI: Add VTY commands to control voice group/broadcast callsAndreas Eversberg1-0/+2
2023-10-02ASCI: Add GCC/BCC layer to support voice group/broadcast callsAndreas Eversberg3-2/+64
2023-10-02ASCI: Add protocol type to trans_find_by_callref() functionAndreas Eversberg1-1/+1
2023-10-02ASCI: Add group receive and transmit mode support to MM layerAndreas Eversberg1-8/+41
2023-10-02ASCI: Add group transmit mode support to RR layerAndreas Eversberg2-0/+14
2023-09-28ASCI: Add group receive mode support to RR layerAndreas Eversberg1-0/+10
2023-09-28ASCI: Add ASCI notification support to RR layerAndreas Eversberg1-0/+5
2023-09-28ASCI: Add interface for group receive/transmit mode support to RR layerAndreas Eversberg1-0/+11
2023-09-28ASCI: Add uplink free/busy event to MM eventsAndreas Eversberg1-0/+2
2023-09-28ASCI: Add channel notification event to MM eventsAndreas Eversberg1-2/+13
2023-09-28ASCI: Increase channel request history to 5 entriesAndreas Eversberg1-1/+1
2023-09-28Refactoring encoding of mobile identity at mobile applicationAndreas Eversberg1-0/+2
2023-09-28ASCI: Add support flags to mobile (and VTY) for VGCS/VBSAndreas Eversberg1-0/+4
2023-09-28ASCI: Add UIC support to random access burstAndreas Eversberg1-1/+1
2023-09-27ASCI: Add two logging categories for group and broadcast call controlAndreas Eversberg1-0/+2
2023-09-27ASCI: Add a flag to turn transmitter off or onAndreas Eversberg3-7/+8
2023-09-27ASCI: MM connections are defined by 'ref' and 'protocol' tupleAndreas Eversberg1-1/+1
2023-09-27ASCI: Add GCC/BCC (call control) to mobility managementAndreas Eversberg1-0/+26
2023-09-23modem: grr: implement RACH.req retransmissionVadim Yanitskiy1-3/+3
2023-09-04l1gprs/l1ctl: Decouple RTS.ind from DL_BLOCK.indPau Espin Pedrol2-0/+2
2023-08-10l1ctl_proto: add 'start_fn' field to UL/DL TBF CFG.req messagesVadim Yanitskiy1-2/+3
2023-07-27layer23: modem: Validate IP version of UL data packets from tun match PDP con...Pau Espin Pedrol1-0/+3