summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-17{trxcon,virt_phy}: shared GPRS L1 (MAC) implementationVadim Yanitskiy24-254/+738
2023-03-17modem: fix modem_gmm_prim_up_cb(): add missing breakVadim Yanitskiy1-0/+1
2023-03-17layer23/{mobile,modem}: prefix VTY prompt with project's nameVadim Yanitskiy2-2/+2
2023-03-16layer23/{mobile,modem}: fix segfault on VTY connectionVadim Yanitskiy5-11/+7
2023-03-16modem: add test VTY command for sending raw LLC PDUsVadim Yanitskiy1-0/+73
2023-03-16modem: add test VTY command to send CHANNEL REQUESTVadim Yanitskiy3-7/+39
2023-03-15layer23: modem: Depend on libosmo-gprs-gmmPau Espin Pedrol7-0/+115
2023-03-14modem: clean up #includes (using include-what-you-use)Vadim Yanitskiy5-25/+30
2023-03-14modem: move GRR specific code into its own fileVadim Yanitskiy5-418/+465
2023-03-14layer23: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol3-4/+3
2023-03-14modem: get rid of app_data.chan_req, use ms->rrlayerVadim Yanitskiy1-12/+25
2023-03-14modem: get rid of app_data.{ccch_mode,si}, use ms->cellselVadim Yanitskiy1-24/+27
2023-03-13virt_phy: avoid confusion between RSSI (dBm) and RxLev (0..63)Vadim Yanitskiy4-12/+12
2023-03-13virt_phy: cosmetic: make the linter happy about identifier namesVadim Yanitskiy1-25/+25
2023-03-13virt_phy: cosmetic: make the linter happy about code indentVadim Yanitskiy3-46/+46
2023-03-13virt_phy: clean up and improve Makefile.amVadim Yanitskiy1-6/+21
2023-03-13virt_phy: rearrange and clean up header filesVadim Yanitskiy30-101/+136
2023-03-13trxcon: do not send DATA.cnf for L1SCHED_DT_TRAFFICVadim Yanitskiy1-5/+6
2023-03-13layer23: fix parsing of command line optionsVadim Yanitskiy2-8/+8
2023-03-13layer23: refactor the application API conceptVadim Yanitskiy12-147/+66
2023-03-13gprsdecode: Makefile.am: drop -Wno-missing-braces and -O3Vadim Yanitskiy1-2/+1
2023-03-08trxcon: move l1ctl_proto.h to 'include/osmocom/bb/'Vadim Yanitskiy5-3/+6
2023-03-08vty: fix local-host docsMax1-1/+1
2023-03-08mobile: allow configuring local GSMTAP addressMax3-3/+38
2023-03-08trxcon: do not crash on receipt of 8-PSK modulated burstsVadim Yanitskiy1-3/+19
2023-03-08trxcon: use 3GPP TS 45.002 definitions from libosmogsmVadim Yanitskiy9-55/+49
2023-03-06mobile: log state/event details on errorMax1-1/+2
2023-03-06mobile: deprecate --gsmtap-ip optionMax1-9/+10
2023-03-06mobile: log MCC/MNC of the network while registeringMax1-2/+2
2023-03-04mobile: drop duplicated #defineMax1-13/+11
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 Pedrol11-3/+376
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