summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-12layer23: Fix gcc warning sprintf() writing on too short bufPau Espin Pedrol1-3/+3
2023-01-12modem: request an Uplink TBF, match Immediate AssignmentVadim Yanitskiy1-1/+95
2023-01-12layer23/sysinfo: fix copy-paste in gsm48_decode_sysinfo13()Vadim Yanitskiy1-2/+2
2023-01-07modem: fix unusual argument order: *ms always firstVadim Yanitskiy1-6/+6
2023-01-07modem: do not depend on $(top_srcdir)/src/misc/rslms.cVadim Yanitskiy2-8/+71
2023-01-07modem: passive decoding of SI{3,4,13} and IA Rest OctetsVadim Yanitskiy3-170/+330
2023-01-07layer23/sysinfo: implement decoding of SI13 Rest OctetsVadim Yanitskiy3-12/+171
2023-01-05host/*/configure.ac: set -std=gnu11Vadim Yanitskiy4-0/+8
2023-01-04fixup: gsmmap: move this utility to 'layer23/src/misc/'Vadim Yanitskiy1-16/+1
2023-01-03gsmmap: move this utility to 'layer23/src/misc/'Vadim Yanitskiy18-301/+29
2023-01-03gsmmap: fix -Werror=old-style-definitionVadim Yanitskiy1-2/+2
2023-01-03layer23: make all apps depend on libosmo-gprs-rlcmacVadim Yanitskiy6-0/+9
2023-01-03contrib/jenkins.sh: build some sub-projects with --enable-werrorVadim Yanitskiy1-2/+4