summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-26layer23: Use GSM_RESERVED_TMSI from libosmocore everywherePau Espin Pedrol7-22/+24
2023-04-26layer23: Call telnet_exit() during app exit if VTY support is enabledPau Espin Pedrol3-3/+9
2023-04-26layer23: mobile: Mark several functions staticPau Espin Pedrol2-10/+8
2023-04-26layer23: modem: Unregister registered callbacks upon app exitPau Espin Pedrol1-3/+11
2023-04-26l1gprs: reorder #includes, add missing <stdbool.h>Vadim Yanitskiy1-2/+3
2023-04-26virt_phy: fix bogous TDMA Fn check in l1ctl_rx_gprs_ul_block_req()Vadim Yanitskiy1-11/+1
2023-04-26virt_phy: fix memleaks in l1ctl_rx_gprs_ul_block_req()Vadim Yanitskiy1-2/+5
2023-04-25layer23: modem: Set on tun the IP address received during PDP Ctx Act AcceptPau Espin Pedrol2-8/+76
2023-04-25layer23: Decouple SIM events from MMR eventsPau Espin Pedrol3-53/+76
2023-04-25mobile: Fail VTY command if attching test SIM card failsPau Espin Pedrol1-1/+6
2023-04-25layer23: modem: Fix wrong 'radio not started' vty messagePau Espin Pedrol2-1/+6
2023-04-25layer23: Move testsim node to common/Pau Espin Pedrol4-301/+310
2023-04-24layer23: Use libosmocore API to validate IMSI stringPau Espin Pedrol3-27/+8
2023-04-24layer23: common/vty: Drop includes pointing to mobile appPau Espin Pedrol1-6/+0
2023-04-24layer23: Move vty_notify() to common/Pau Espin Pedrol12-174/+174
2023-04-23mobile: log unhandled event nameMax1-1/+2
2023-04-21trxcon/l1sched: rework the primitive APIVadim Yanitskiy14-758/+685
2023-04-14layer23: modem: Forward SNSM primitives SNDCP<->SM layersPau Espin Pedrol2-2/+40
2023-04-14layer23: modem: sndcp: Apply API change in libosmo-gprs-sndcpPau Espin Pedrol1-1/+1
2023-04-14trxcon/l1sched: add l1sched_find_lchan_by_chan_nr()Vadim Yanitskiy2-0/+24
2023-04-14trxcon/l1sched: use RSL_CHAN_NR_MASK from libosmogsmVadim Yanitskiy1-2/+2
2023-04-14trxcon/l1sched: cosmetic: rename l1sched_find_lchan()Vadim Yanitskiy2-10/+10
2023-04-14trxcon/l1sched: rename l1sched[_lchan]_prim_drop()Vadim Yanitskiy8-41/+21
2023-04-14trxcon: l1sched: fix copy-paste in LOGP_SCHEDD macroVadim Yanitskiy1-1/+1
2023-03-30layer23: modem: llc: Fix typo LLGM -> LLGMMPau Espin Pedrol1-1/+1
2023-03-30modem: initial SM layer support through libosmo-gprs-smPau Espin Pedrol9-0/+217
2023-03-29layer23: Support cpu-sched vty node from libosmocorePau Espin Pedrol1-3/+5
2023-03-28layer23: modem: fill imsi & imei in vty 'test gmm attach'Pau Espin Pedrol1-1/+8
2023-03-28layer23: modem: Forward GMMRR primitives between GMM and RLCMAC layersPau Espin Pedrol2-4/+32
2023-03-27layer23: rlcmac: Support GMM detaching from VTYPau Espin Pedrol1-1/+28
2023-03-25trxcon: l1sched_prim_dequeue(): check TDMA Fn in PDCH primsVadim Yanitskiy3-0/+20
2023-03-25trxcon: add GSMTAP logging target if '-g' is givenVadim Yanitskiy1-1/+13
2023-03-25modem: set logging cat for OSMO_GPRS_RLCMAC_LOGC_TBF{UL,DL}Vadim Yanitskiy1-0/+2
2023-03-25layer23: add missing log_info_cat[] entry for DGMMVadim Yanitskiy1-0/+6
2023-03-23layer23: modem: Test GMM layer through VTYPau Espin Pedrol3-10/+48
2023-03-18l1gprs: fix NULL pointer dereference in l1gprs_unregister_tbf()Vadim Yanitskiy1-1/+1
2023-03-18l1ctl_proto: fix unpacked struct in l1ctl_gprs_dl_block_indVadim Yanitskiy1-1/+1
2023-03-17modem: route L1CTL prims to/from libosmo-gprs-rlcmacVadim Yanitskiy1-5/+67
2023-03-17layer23: implement Rx/Tx API for GPRS related messagesVadim Yanitskiy3-0/+117
2023-03-17{trxcon,virt_phy}: shared GPRS L1 (MAC) implementationVadim Yanitskiy26-292/+858
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