summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-12osmocon: Do not exit on read return 0pespin/no-exitPau Espin Pedrol1-3/+4
2018-06-08trf6151: Actually fix setting of uplink ARFCNSteve Markgraf1-1/+1
2018-06-04mobile/sms: Make it optional to store the SMS on diskHolger Hans Peter Freyther4-4/+37
2018-06-02mobile/sms: Simplify the string format routinesHolger Hans Peter Freyther1-4/+1
2018-06-02mobile/sms: Fix memory leak in case the storage can not be openedHolger Hans Peter Freyther1-1/+3
2018-06-01mobile: Make time spent in c7 configurableHolger Hans Peter Freyther4-1/+26
2018-05-22osmocon: Makefile.am: Fix build using different pathPau Espin Pedrol1-3/+3
2018-05-20Remove the patches for WiresharkVadim Yanitskiy2-1188/+0
2018-05-20README.development: add brief info about the TRX ToolkitVadim Yanitskiy1-1/+9
2018-05-20README.development: cosmetic: correct/add wiki linksVadim Yanitskiy1-4/+10
2018-05-20README.building: cosmetic: correct wiki linksVadim Yanitskiy1-1/+3
2018-04-15VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNamesVadim Yanitskiy1-0/+1
2018-04-15trxcon: Prefix SACCH fill frame with L1 headerHarald Welte1-2/+12
2018-04-09host/trxcon: track talloc NULL contexts by defaultVadim Yanitskiy1-0/+3
2018-04-09host/trxcon: don't free root talloc contextVadim Yanitskiy1-2/+7
2018-04-09host/trxcon: use osmo_init_logging2()Vadim Yanitskiy1-1/+2
2018-04-07Merge 'fixeria/trx' into masterHarald Welte47-1/+10305
2018-04-04trxcon/l1ctl.c: hexdump content of unhandled messagesPau Espin Pedrol1-1/+2
2018-04-04trx_toolkit: Add cmdline arg to set bind addrPau Espin Pedrol8-36/+58
2018-04-02trxcon: Respect the tch_mode field of DM_EST_REQHarald Welte3-7/+8
2018-03-22trxcon/scheduler: add CHAN_IS_SACCH macroVadim Yanitskiy1-0/+3
2018-03-22trxcon/scheduler: share lchan link identifiersVadim Yanitskiy2-41/+41
2018-03-22trxcon/sched_prim.c: fix: correct the first padding byteVadim Yanitskiy1-8/+9
2018-03-21virt_phy: Add missing gprs related entries to l1ctlPrimNamesPau Espin Pedrol1-1/+6
2018-03-14common/l1ctl.c move TCH bit-ordering to the firmwareVadim Yanitskiy3-40/+54
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy4-11/+18
2018-03-13Rename 'fake_trx' to 'trx_toolkit'Vadim Yanitskiy20-20/+19
2018-03-13fake_trx: unify the GPL license headerVadim Yanitskiy7-61/+41
2018-03-11trxcon/sched_lchan_tchf.c: always send traffic indicationsVadim Yanitskiy1-17/+29
2018-03-11trxcon/sched_lchan_xcch.c: always send data indicationsVadim Yanitskiy1-6/+9
2018-03-11trxcon/scheduler: enforce lchan handlers to set message typeVadim Yanitskiy4-21/+18
2018-03-11trxcon/sched_lchan_common.c: use static memory allocationVadim Yanitskiy1-28/+19
2018-03-11trxcon: clean up DATA / TRAFFIC indication APIVadim Yanitskiy3-27/+23
2018-03-11trxcon: clean up DATA / TRAFFIC confirmation APIVadim Yanitskiy3-16/+12
2018-03-11trxcon/l1ctl.c: combine both DATA and TRAFFIC REQ handlersVadim Yanitskiy1-44/+16
2018-03-11trxcon/l1ctl_link.c: allocate msgb after its length is readVadim Yanitskiy1-10/+8
2018-03-11trxcon: clarify L1CTL message length fieldVadim Yanitskiy3-5/+19
2018-03-11trxcon: use meaningful names for L1CTL messagesVadim Yanitskiy2-2/+2
2018-03-11trxcon/scheduler: transmit dummy frames on CBTX lchansVadim Yanitskiy4-0/+118
2018-03-11trxcon/scheduler: introduce a new CBTX lchan flagVadim Yanitskiy2-30/+32
2018-03-11trxcon/sched_trx.h: clarify lchan flags meaningVadim Yanitskiy1-1/+3
2018-03-11trxcon/sched_trx.c: fix: omit inactive logical channelsVadim Yanitskiy1-0/+4
2018-03-11trxcon/sched_trx.c: fix: properly deallocate lchansVadim Yanitskiy1-2/+4
2018-03-11trxcon/configure.ac: add --enable-sanitize optionVadim Yanitskiy1-0/+11
2018-03-06fake_trx/ctrl_cmd.py: use a random bind port by defaultVadim Yanitskiy1-4/+13
2018-03-06fake_trx/udp_link.py: use a random bind port by defaultVadim Yanitskiy1-4/+5
2018-03-06fake_trx/ctrl_if.py: remove incorrect isdigit() checkVadim Yanitskiy1-5/+0
2018-03-06fake_trx/ctrl_if.py: reduce code branch nastingVadim Yanitskiy1-8/+10
2018-03-06fake_trx/ctrl_if.py: remove forgotten debug printVadim Yanitskiy1-1/+0
2018-03-02host/trxcon: use integer math for ToA (Timing of Arrival)Vadim Yanitskiy7-21/+23