summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-02WIP: Test GMM Attachpespin/test-attachPau Espin Pedrol2-1/+65
2023-02-27l1ctl_proto.h: explicitly assign message type valuesVadim Yanitskiy1-40/+37
2023-02-27modem: Use libosmo-gprs-rlcmac L1CTL primitivesPau Espin Pedrol1-11/+10
2023-02-21mobile: add vty statsd supportMax1-0/+4
2023-02-20Run struct_endianness.pyOliver Smith2-0/+37
2023-02-20Cosmetic: fix encoding of ui-experiment/font.hOliver Smith1-0/+0
2023-02-14trxcon: move AMR mode setting to l1sched_lchan_set_amr_cfg()Vadim Yanitskiy3-24/+34
2023-02-14trxcon: make l1sched_a5_burst_dec() accept l1sched_burst_indVadim Yanitskiy1-5/+5
2023-02-02layer23: Support configuring GSMTAP through VTY in l23 apps.Pau Espin Pedrol7-20/+335
2023-02-01layer23: Use updated libosmo-gprs-rlcmac header namePau Espin Pedrol2-2/+2
2023-01-31Get rid of openbsc leftover referencesPau Espin Pedrol2-18/+12
2023-01-31layer23: Integreate mobile further into l23_appPau Espin Pedrol4-90/+164
2023-01-30modem: Initial integration of libosmo-gprs-rlcmacPau Espin Pedrol8-3/+177
2023-01-30modem: Initial integration of libosmo-gprs-{llc,sndcp}Pau Espin Pedrol10-1/+436
2023-01-30trxcon: Fix heap-use-after-free in l1ctl_clientPau Espin Pedrol1-1/+1
2023-01-19Depend on libosmo-gprs-{llc,sndcp}Pau Espin Pedrol5-0/+16
2023-01-19layer23: Initial integration of tun devicePau Espin Pedrol7-1/+124
2023-01-19layer23: Introduce APN VTY nodePau Espin Pedrol12-3/+381
2023-01-17layer23: main: Log line about using config file before parsing itPau Espin Pedrol1-1/+1
2023-01-17layer23: Use shift operand to define bitmask valuesPau Espin Pedrol1-5/+5
2023-01-17layer23: generate config.hPau Espin Pedrol4-0/+9
2023-01-17layer23: ms.h: Use enum type in ms->shutdownPau Espin Pedrol1-2/+2
2023-01-17layer23: Let each app allocate its ms obj and start layer2 when neededPau Espin Pedrol10-48/+114
2023-01-17layer23: Move layer2-socket VTY command to common/Pau Espin Pedrol9-25/+51
2023-01-17layer23: Move '(no) shutdown' VTY code to common/vty.cPau Espin Pedrol6-61/+151
2023-01-17layer23: fix integer overflow in l1ctl_tx_data_req()Vadim Yanitskiy1-1/+1
2023-01-16layer23: Move settings.{c,h} under common/Pau Espin Pedrol10-8/+8
2023-01-16layer23: Move script_lua_close() call outside of settings.cPau Espin Pedrol2-3/+1
2023-01-16layer23: Move subscriber.{c,h} under common/Pau Espin Pedrol8-5/+6
2023-01-16layer23: Move support.{c,h} under common/Pau Espin Pedrol7-4/+5
2023-01-16layer23: Initial VTY framework to share VTY code between appsPau Espin Pedrol12-91/+311
2023-01-16mobile: settings.h: Add missing type forward declarationPau Espin Pedrol1-0/+2
2023-01-16layer23: Initialize osmocom_ms further in common codePau Espin Pedrol4-14/+14
2023-01-16layer23: mobile: Several fixes and improvements in show_ms_cmdPau Espin Pedrol1-7/+8
2023-01-16layer23: mobile: Fix typo in vty stringPau Espin Pedrol1-1/+1
2023-01-16layer23: Move osmocom_ms to a separate filePau Espin Pedrol33-118/+176
2023-01-16layer23: Add missing header dependencies to several filesPau Espin Pedrol24-6/+48
2023-01-16cosmetic: layer23: Fix trailing whitespacePau Espin Pedrol6-12/+12
2023-01-16layer23: misc/log.h: Fix missing pragma oncePau Espin Pedrol1-0/+1
2023-01-16layer23: common/sim.h: Fix missing pragma oncePau Espin Pedrol1-0/+1
2023-01-16cosmetic layer23/mobile/gsm322: Fix trailing whistespacePau Espin Pedrol1-1/+1
2023-01-13cosmetic: layer23/include/common/Makefile.am: Set one item per linePau Espin Pedrol1-3/+15
2023-01-13layer23: Add initial VTY support for l23_appsPau Espin Pedrol4-22/+76
2023-01-13layer23: Move extern declaration of l23_ctx to l23_app.hPau Espin Pedrol2-2/+2
2023-01-13layer23: Introduce l23_app_start() API stepPau Espin Pedrol7-24/+66
2023-01-12modem: fix wrong chan_nr (missing tn) in modem_rx_imm_ass()Vadim Yanitskiy1-2/+4
2023-01-12modem: fix -Wmaybe-uninitialized in modem_rx_imm_ass()Vadim Yanitskiy1-1/+2
2023-01-12modem: fix modem_tx_chan_req(): check if SI13 was receivedVadim Yanitskiy1-2/+2
2023-01-12modem: send CHANNEL REQUEST from modem_rx_bcch()Vadim Yanitskiy1-15/+24
2023-01-12cosmetic: layer23: Drop unnecessary space before function pointer argumentsPau Espin Pedrol2-4/+4