summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-06[WIP] mobile: integrate V.110 TA from libosmoisdnfixeria/csd_demoVadim Yanitskiy4-21/+77
2024-01-06[WIP] mobile: implement sending CSD data over UNIX socketVadim Yanitskiy3-8/+262
2024-01-06[WIP] mobile: integrate the soft-UART from libosmocoreVadim Yanitskiy3-2/+253
2023-12-09layer23: fix incorrect check in gsm_arfcn_refer_pcs()Vadim Yanitskiy1-1/+1
2023-12-04Correctly assemble measurement result into MEASUREMENT REPORTAndreas Eversberg1-3/+10
2023-12-04Correctly initialize neighbor cell measurement list from SI5*Andreas Eversberg1-1/+1
2023-11-27mobile: Fix PCS ARFCN handling: PCS can only be ARFCN 512..810Andreas Eversberg3-39/+46
2023-11-27LAPDm: Enable flag to prevent sending two subsequent REJ frameAndreas Eversberg1-0/+1
2023-11-10ASCI: Notify talker in the VTY that he cannot leave the call while talkingAndreas Eversberg1-0/+2
2023-11-03mobile: rename voice.[ch] to tch.[ch]Vadim Yanitskiy6-20/+20
2023-11-03mobile: cosmetic: rename gsm48_rr_tx_{voice->traffic}()Vadim Yanitskiy2-2/+2
2023-11-03mobile: add params and VTY commands for data callsVadim Yanitskiy2-0/+118
2023-11-03mobile: gsm_settings_init(): set TCH frame format explicitlyVadim Yanitskiy1-0/+1
2023-11-03mobile: clarify TCH I/O {handler,format} namingVadim Yanitskiy5-55/+55
2023-11-02mobile: rename 'audio' node to 'tch-voice' nodeVadim Yanitskiy1-19/+26
2023-11-02mobile: add support for Circuit Switched Data callsVadim Yanitskiy5-13/+454
2023-10-30layer23: rework L1CTL TRAFFIC.{ind,req} related loggingVadim Yanitskiy1-12/+4
2023-10-27ASCI: Correctly set and store 'uplink-release-local' flagAndreas Eversberg2-1/+3
2023-10-27ASCI: Add option to join voice group/broadcast calls without valid SIMAndreas Eversberg2-6/+55
2023-10-27ASCI: Use correct mobile identiy in TALKER INDICATION messageAndreas Eversberg1-2/+14
2023-10-27ASCI: Handle rejection of voice group/broadcast call correctlyAndreas Eversberg1-12/+26
2023-10-18mobile: vty: rework support enable/disable commandsVadim Yanitskiy1-130/+98
2023-10-18mobile: improve handling of Bearer Capability IE for MT callsVadim Yanitskiy1-58/+118
2023-10-18mobile: fix mncc_get_bearer(): return -1 straightawayVadim Yanitskiy1-6/+6
2023-10-18mobile: cosmetic: improve mncc_{get,set}_bearer()Vadim Yanitskiy1-8/+8
2023-10-18mobile: mnccms: use constants from libosmogsm (gsm_04_08.h)Vadim Yanitskiy1-24/+27
2023-10-18ASCI: Register state machines only once, when the application startsAndreas Eversberg1-6/+6
2023-10-18ASCI: Change state correctly when leaving group modeAndreas Eversberg1-4/+8
2023-10-18ASCI: Select correct state when returning to idle or group receive modeAndreas Eversberg1-18/+14
2023-10-18ASCI: Ignore cell selection event during group receive modeAndreas Eversberg1-13/+11
2023-10-18ASCI: Join a group/bcast call in correct MM states onlyAndreas Eversberg1-7/+19
2023-10-16mobile: clean up call related VTY commandsVadim Yanitskiy1-14/+27
2023-10-16mobile: separate 'call MS_NAME NUMBER' commandVadim Yanitskiy1-17/+43
2023-10-16mobile: mncc_call(): make *number argument constVadim Yanitskiy2-3/+3
2023-10-16mobile: mncc_recv_internal(): make struct gsm_mncc ptr constVadim Yanitskiy1-3/+5
2023-10-16mobile: fix AUDIO_IOH_LOOPBACK mode: pull DL info headerVadim Yanitskiy1-0/+2
2023-10-13layer23: send UL/DL GPRS blocks over GSMTAPVadim Yanitskiy1-1/+20
2023-10-10Provide create_conn_and_push_mm_hdr() with correct SAPIAndreas Eversberg1-8/+9
2023-10-09Correctly detect the follow-on proceed information elementAndreas Eversberg1-1/+1
2023-10-05Fix indices of ARFCNs for measurement reportAndreas Eversberg1-19/+17
2023-10-05Fix selection of correct ARFCN at arfcn_from_freq_index()Andreas Eversberg1-15/+10
2023-10-05ASCI: Fix false return value checks, discovered by Coverity ScanAndreas Eversberg1-7/+7
2023-10-05modem: grr_fsm: permit loop transition for GRR_ST_PACKET_ACCESSVadim Yanitskiy1-0/+1
2023-10-04Fix settings for VGCS/VBSAndreas Eversberg1-0/+2
2023-10-04ASCI: Add VTY command to display group call neighbor cellsAndreas Eversberg2-2/+59
2023-10-04ASCI: Add decoding of SYSTEM INFORMATION TYPE 10 $(ASCI)$Andreas Eversberg2-4/+290
2023-10-04Fix potential NULL pointer dereferences, discovered by Coverity ScanAndreas Eversberg1-0/+4
2023-10-02Correctly use SUP_WRITE() macro for GSM 850Andreas Eversberg1-1/+1
2023-10-02Fix typo in sysinfo.cAndreas Eversberg1-1/+1
2023-10-02Correctly extract bits from SI2*/SI5*Andreas Eversberg1-12/+12