summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
8 daystrxcon: fix prim_compose_mr(): indicate proper tnHEADmasterVadim Yanitskiy1-1/+1
8 daystrxcon: fix hex formatting in prim_enqeue()Vadim Yanitskiy1-2/+2
2024-02-06mobile: fix GAPK I/O producing too many UL framesVadim Yanitskiy6-71/+18
2024-02-06mobile: set TRAFFIC.{ind,req} mode during call establishmentpespin/masterVadim Yanitskiy5-65/+51
2024-02-06mobile: init TCH state earlier (on receipt of CC ALERTING)Vadim Yanitskiy2-11/+29
2024-02-06mobile: use tch_send_msg() in tch_csd_tx_to_l1()Vadim Yanitskiy1-1/+1
2024-02-06mobile: disable TCH/F14.4 (not implemented)Vadim Yanitskiy1-1/+1
2024-02-06mobile: assert() values returned by get_string_value()Vadim Yanitskiy1-1/+6
2024-02-06mobile: cosmetic: fix '(ptr *) foo' shour be '(ptr *)foo'Vadim Yanitskiy1-4/+4
2024-02-05layer23/modem: handle and forward L1CTL UL BLOCK.cnfVadim Yanitskiy5-4/+62
2024-02-05layer23: cosmetic: clarify GPRS related L1CTL loggingVadim Yanitskiy1-2/+2
2024-02-05trxcon/l1sched: trigger sending UL BLOCK.cnf for PDTCHVadim Yanitskiy5-4/+28
2024-02-05l1gprs: implement UL BLOCK.cnf (L1CTL_GPRS_UL_BLOCK_CNF)Vadim Yanitskiy1-1/+40
2024-02-05modem: Improve logging when forwarding data to GRRPau Espin Pedrol1-1/+6
2024-02-05apn_fsm: Set default timeout for APN activation to 65sPau Espin Pedrol1-1/+1
2024-02-05l1gprs: minor changes to l1gprs_handle_rts_ind()Vadim Yanitskiy1-2/+2
2024-02-03mobile: fix -Wmaybe-uninitialized in tch_csd_rx_{to,from}_l1()Vadim Yanitskiy1-0/+8
2024-02-02trxcon/l1gprs: print msgb hexdump in prim_dequeue_pdtch()Vadim Yanitskiy1-2/+2
2024-02-02trxcon/l1gprs: print dropped prims in l1sched_reset_lchan()Vadim Yanitskiy1-1/+6
2024-01-26mobile: VTY: store/read data call params to/from config fileVadim Yanitskiy1-105/+212
2024-01-26mobile: fix rate adaption checking for MO/MT CSD callsVadim Yanitskiy2-11/+34
2024-01-26mobile: properly handle different TRAFFIC.{ind,req} formats for CSDVadim Yanitskiy1-16/+30
2024-01-26mobile: VTY: disable DATA_CALL_TR_V34_9600 (not supported)Vadim Yanitskiy2-2/+6
2024-01-26modem: fix assigning .timer_cb twice (-Winitializer-overrides)Vadim Yanitskiy1-1/+0
2024-01-24mobile: VTY: rework data type/rate configuration commandsVadim Yanitskiy4-109/+197
2024-01-24mobile: VTY: make soft-UART parameters configurableVadim Yanitskiy4-4/+146
2024-01-24mobile: VTY: use 'enum gsm48_bcap_transp' from libosmogsmVadim Yanitskiy4-33/+10
2024-01-24mobile: handle V.24 line status updates from V.110 TAVadim Yanitskiy1-2/+26
2024-01-24mobile: add a separate logging category for CSDVadim Yanitskiy4-19/+26
2024-01-24firmware (libosmocore): fix gsm48_chan_mode for TCH/[FH]2.4Vadim Yanitskiy1-1/+1
2024-01-20mobile: fix unsupported data rate (UR/IR) messagesVadim Yanitskiy2-4/+4
2024-01-20mobile: implement sending CSD data over UNIX socketVadim Yanitskiy4-11/+309
2024-01-20mobile: integrate V.110 TA & soft-UART from libosmocoreVadim Yanitskiy5-13/+498
2024-01-20mobile: split voice specific TCH handling into its own fileVadim Yanitskiy3-118/+170
2024-01-18mobile: rename tch_send_voice_{msg,frame}() functionsVadim Yanitskiy4-9/+9
2024-01-18mobile: init/deinit GAPK I/O based on CC transaction eventsVadim Yanitskiy7-122/+255
2024-01-17mobile: cosmetic: use consistent naming for gapk_io_stateVadim Yanitskiy1-40/+40
2024-01-17mobile: store MNCC Bearer Capability in CC transactionVadim Yanitskiy2-0/+20
2024-01-17mobile: add generic signals for CC/SS/SM transactionsVadim Yanitskiy4-10/+32
2024-01-17fixup: mobile: always check return value of tlv_parse()Vadim Yanitskiy1-1/+1
2024-01-17mobile: gsm48_mm_data_ind(): check if struct gsm48_hdr fitsVadim Yanitskiy1-3/+11
2024-01-16mobile: mncc_recvmsg(): fix 'msg_type' param typeVadim Yanitskiy1-1/+1
2024-01-16mobile: gsm48_cc_data_ind(): check if struct gsm48_hdr fitsVadim Yanitskiy1-6/+12
2024-01-16mobile: always check return value of tlv_parse()Vadim Yanitskiy4-64/+134
2024-01-16layer23: drop unneeded forward declarationVadim Yanitskiy1-1/+0
2024-01-16mobile: fix segfault on empty TRAFFIC.indVadim Yanitskiy1-0/+4
2024-01-10firmware: fix shebang in solve_envs.py: s/python/python3/Vadim Yanitskiy1-1/+1
2024-01-08layer23/ccch_scan: use osmo_mobile_identity APIHarald Welte1-48/+34
2024-01-08layer23/mobile: use osmo_mobile_identity APIHarald Welte1-25/+19
2023-12-10virt_phy: use osmo_init_logging2() to init loggingVadim Yanitskiy3-16/+13