summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2018-06-12osmocon: Do not exit on read return 0pespin/no-exitPau Espin Pedrol1-3/+4
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-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 Welte26-0/+7146
2018-04-04trxcon/l1ctl.c: hexdump content of unhandled messagesPau Espin Pedrol1-1/+2
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 Yanitskiy1-39/+0
2018-03-14L1CTL/L1CTL_CRYPTO_REQ: add key length and channel infoVadim Yanitskiy3-8/+16
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-02host/trxcon: use integer math for ToA (Timing of Arrival)Vadim Yanitskiy7-21/+23
2018-03-01trxcon: Fix '-i' to specify the "TRX IP address"Harald Welte3-35/+15
2018-02-28trxcon: Define event names for osmo_fsm'sHarald Welte3-0/+19
2018-02-23trxcon|fake_trx: change default TRX port number to 6700Harald Welte1-2/+2
2018-02-23mobile: Fix memory leak when not using a LUA scriptHolger Hans Peter Freyther2-2/+1
2018-02-10mobile/primitives.c: fix format string compiler warningVadim Yanitskiy1-3/+7
2018-02-08layer23/cell_log: set default logfile to /dev/nullVadim Yanitskiy1-1/+1
2018-02-06Import gprsdecode utility from SRLabsLuca Melette18-0/+7834
2018-01-22Don't ignore top-level MakefileMax1-0/+1
2018-01-18mobile: Print an error message if the VTY cannot be initializedStefan Sperling1-1/+4
2018-01-05trxcon/scheduler: use TCH frame length defs from libosmocodecVadim Yanitskiy2-5/+2
2018-01-05trxcon/scheduler: drop meaningless TODO commentVadim Yanitskiy1-1/+0
2018-01-05trxcon/scheduler: use linuxlist API for lchan managementVadim Yanitskiy3-58/+67
2018-01-05trxcon/scheduler: deactivate lchans when resetting / deleting TSVadim Yanitskiy1-0/+9