summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common
AgeCommit message (Expand)AuthorFilesLines
2024-02-06mobile: disable TCH/F14.4 (not implemented)Vadim Yanitskiy1-1/+1
2024-02-05layer23/modem: handle and forward L1CTL UL BLOCK.cnfVadim Yanitskiy1-0/+33
2024-02-05layer23: cosmetic: clarify GPRS related L1CTL loggingVadim Yanitskiy1-2/+2
2024-02-05apn_fsm: Set default timeout for APN activation to 65sPau Espin Pedrol1-1/+1
2024-01-26modem: fix assigning .timer_cb twice (-Winitializer-overrides)Vadim Yanitskiy1-1/+0
2024-01-24mobile: VTY: rework data type/rate configuration commandsVadim Yanitskiy1-2/+1
2024-01-24mobile: VTY: make soft-UART parameters configurableVadim Yanitskiy1-0/+6
2024-01-24mobile: VTY: use 'enum gsm48_bcap_transp' from libosmogsmVadim Yanitskiy1-1/+1
2024-01-24mobile: add a separate logging category for CSDVadim Yanitskiy1-0/+6
2023-12-09layer23: fix incorrect check in gsm_arfcn_refer_pcs()Vadim Yanitskiy1-1/+1
2023-11-27mobile: Fix PCS ARFCN handling: PCS can only be ARFCN 512..810Andreas Eversberg1-10/+22
2023-11-03mobile: add params and VTY commands for data callsVadim Yanitskiy1-0/+20
2023-11-03mobile: gsm_settings_init(): set TCH frame format explicitlyVadim Yanitskiy1-0/+1
2023-11-03mobile: clarify TCH I/O {handler,format} namingVadim Yanitskiy1-13/+13
2023-11-02mobile: add support for Circuit Switched Data callsVadim Yanitskiy2-0/+30
2023-10-30layer23: rework L1CTL TRAFFIC.{ind,req} related loggingVadim Yanitskiy1-12/+4
2023-10-27ASCI: Correctly set and store 'uplink-release-local' flagAndreas Eversberg1-0/+2
2023-10-13layer23: send UL/DL GPRS blocks over GSMTAPVadim Yanitskiy1-1/+20
2023-10-05Fix selection of correct ARFCN at arfcn_from_freq_index()Andreas Eversberg1-15/+10
2023-10-04Fix settings for VGCS/VBSAndreas Eversberg1-0/+2
2023-10-04ASCI: Add VTY command to display group call neighbor cellsAndreas Eversberg1-0/+42
2023-10-04ASCI: Add decoding of SYSTEM INFORMATION TYPE 10 $(ASCI)$Andreas Eversberg1-0/+261
2023-10-02Fix typo in sysinfo.cAndreas Eversberg1-1/+1
2023-10-02Correctly extract bits from SI2*/SI5*Andreas Eversberg1-12/+12
2023-10-02ASCI: Show NCH position in VTY together with system informationAndreas Eversberg1-0/+12
2023-09-28ASCI: Add support flags to mobile (and VTY) for VGCS/VBSAndreas Eversberg1-2/+2
2023-09-28ASCI: Add UIC support to random access burstAndreas Eversberg2-3/+5
2023-09-27ASCI: Add two logging categories for group and broadcast call controlAndreas Eversberg1-0/+12
2023-09-27ASCI: Add a flag to turn transmitter off or onAndreas Eversberg1-9/+10
2023-09-04l1gprs/l1ctl: Decouple RTS.ind from DL_BLOCK.indPau Espin Pedrol1-0/+32
2023-08-10l1ctl_proto: add 'start_fn' field to UL/DL TBF CFG.req messagesVadim Yanitskiy1-6/+11
2023-08-10l1ctl: Fix fill ph_data_param fn fieldPau Espin Pedrol1-1/+1
2023-08-09l1ctl: Fill ph_data_param fn fieldPau Espin Pedrol1-0/+1
2023-08-08Fix VTY command to set IMEISV.Andreas Eversberg1-1/+2
2023-06-23layer23: use gsm0502_fn2ccch_block() from libosmogsmVadim Yanitskiy1-26/+2
2023-06-22layer23: cosmetic: move <lapdm.h> to other libosmo* importsVadim Yanitskiy1-1/+1
2023-06-16layer23: fix handling of logging category mask (-d option)Vadim Yanitskiy1-1/+5
2023-06-15layer23: Update to libosmocore osmo_auth_gen_vec2Harald Welte1-2/+2
2023-05-26subscriber: Fix condition to print PTMSI signaturePau Espin Pedrol1-1/+1
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for testcard backendPau Espin Pedrol2-5/+193
2023-05-22layer23: subscriber: Implement LOCIGPRS read/write for simcard backendPau Espin Pedrol1-5/+145
2023-05-22layer23: Define sim_pin_required field as boolPau Espin Pedrol1-4/+4
2023-05-22layer23: Define barr field as boolPau Espin Pedrol1-2/+2
2023-05-22layer23: Define (r)plmn_valid field as boolPau Espin Pedrol2-5/+5
2023-05-22layer23: Define always_search_hplmn field as boolPau Espin Pedrol2-5/+5
2023-05-22layer23: Define imsi_attached field as boolPau Espin Pedrol1-8/+4
2023-05-22layer23: vty: Rename testsim node functionsPau Espin Pedrol1-28/+28
2023-05-22Migrate network identifier fields to modern osmocom structuresPau Espin Pedrol5-251/+158
2023-05-19common: Mark gsm_networks staticPau Espin Pedrol1-1/+1
2023-05-19layer23: subscriber: Move generic APIs to the top sectionPau Espin Pedrol1-191/+192