summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-27cosmetic: add commandline helpPhilipp Maier1-1/+24
2018-08-27cosmetic: fix typoPhilipp Maier1-1/+1
2018-08-24Allow lua code to register a fd for reading with the runtimeHolger Hans Peter Freyther1-0/+103
2018-08-24Forget about the callback after use and cancellationHolger Hans Peter Freyther1-0/+5
2018-08-24osmocon: fix read buffer overrun in romload_prepare_block()Stefan Sperling1-1/+1
2018-08-24osmo_mcast_sock: make sure SO_REUSEADDR is appliedPhilipp Maier1-2/+3
2018-08-23osmocon: fix use of an initialized variableStefan Sperling1-1/+2
2018-08-17trxcon/sched_clck.c: fix time delta calculationsStefan Sperling2-35/+31
2018-08-15trxcon/scheduler: get rid of useless lchan->rsl_modeVadim Yanitskiy5-26/+5
2018-08-15trxcon/scheduler: fix: properly generate BFI for TCH/HVadim Yanitskiy1-4/+10
2018-08-15trxcon/scheduler: pass lchan to sched_bad_frame_ind()Vadim Yanitskiy4-14/+10
2018-08-14trxcon/sched_prim.c: properly handle both TCH/H and FACCH/H primsVadim Yanitskiy3-6/+86
2018-08-14trxcon/sched_prim.c: refactor prim dequeuing logicVadim Yanitskiy1-55/+83
2018-08-14trxcon/sched_trx.h: add missing parentheses to PRIM_IS_*Vadim Yanitskiy1-2/+2
2018-08-11layer23: Replace all instances of strncpy() by osmo_strlcpyHarald Welte7-23/+15
2018-08-11layer23: Fix possible buffer overflow writing NUL beyond end of stringHarald Welte1-1/+1
2018-08-11layer23: Use osmo_strlcpy() to avoid non-terminated stringsHarald Welte3-3/+3
2018-08-11layer23: Fix compiler warnings about string operation truncationHarald Welte1-4/+4
2018-08-11layer23: Fix compiler warning about snprintf buffer too smallHarald Welte1-1/+1
2018-08-11layer23: fix unaligned store in osmo_send_l1()Harald Welte1-5/+2
2018-08-11layer23: Add --enable-sanitize and --enable-werror configure flagsHarald Welte1-0/+27
2018-08-02trx_toolkit/fake_trx: introduce basic path loss simulationVadim Yanitskiy3-0/+123
2018-08-02trx_toolkit/burst_fwd.py: separate burst preprocessingVadim Yanitskiy1-15/+24
2018-07-28trxcon: make both Valgrind and trxcon happyVadim Yanitskiy1-0/+5
2018-07-24trxcon/scheduler: fix: check primitive len before encodingVadim Yanitskiy3-3/+29
2018-07-23Move from libc random() to osmo_get_rand_id (2nd attempt)Holger Hans Peter Freyther8-8/+61
2018-07-21trx_toolkit/trx_sniff.py: fix memleak: don't store packetsVadim Yanitskiy1-1/+1
2018-07-17mobile: use osmo_init_logging2 with proper talloc contextVadim Yanitskiy1-13/+5
2018-07-17Revert "Move from libc random() to osmo_get_rand_id"Vadim Yanitskiy4-18/+5
2018-07-16trxcon: fix tail bits at the front of Access burstPiotr Krysik1-1/+10
2018-07-11Move from libc random() to osmo_get_rand_idHolger Hans Peter Freyther4-5/+18
2018-07-06calypso: Print warning about unsupported encryption algorithmsPau Espin Pedrol1-0/+3
2018-06-17lua: Add API to enable passing credentialsHolger Hans Peter Freyther1-1/+22
2018-06-13osmoload: Set compiler attr to unused functionPau Espin Pedrol1-1/+1
2018-06-13osmocon: Set compiler attr to unused variablesPau Espin Pedrol1-2/+2
2018-06-12osmocon: Fix printf formatPau Espin Pedrol1-1/+1
2018-06-12osmoload: Remove duplicate const keywordPau Espin Pedrol1-1/+1
2018-06-12osmocon: Call osmo_init_ignore_signals at startupPau Espin Pedrol1-0/+3
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