summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr2017-11-201-0/+2
* gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2017-11-203-4/+9
* bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2017-11-202-0/+12
* bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2017-11-202-3/+99
* bssgp_fc_test: remove rounding to decisecondsNeels Hofmeyr2017-11-201-10/+0
* rate_ctr: fix mem leak for mangled descNeels Hofmeyr2017-11-201-9/+9
* msgb: add inline msgb_queue_free()Neels Hofmeyr2017-11-202-0/+10
* ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcpHarald Welte2017-11-201-1/+1
* gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr2017-11-181-1/+0
* lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr2017-11-181-0/+9
* abis_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* memleak: osmo_config_list_parse: getline() needs free also on errorNeels Hofmeyr2017-11-181-2/+3
* conv_acc: Our code requires SSSE3, not just SSE3Harald Welte2017-11-176-29/+29
* Print /proc/cpuinfo before executing testsuiteHarald Welte2017-11-161-0/+1
* utils: Fix false positive in compiler warningPau Espin Pedrol2017-11-161-1/+1
* gsm: Use correct include for getrandomPau Espin Pedrol2017-11-161-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-13145-100/+423
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-11-101-1/+1
* vty: add port number for osmo-mgwPhilipp Maier2017-11-101-0/+1
* vty: deprecate now empty node commandsNeels Hofmeyr2017-11-081-2/+2
* debian: build now depends on libgnutlsHarald Welte2017-11-031-0/+1
* gsm0503_coding.c: Use majority vote in tch_efr_unreorder()Niro Mahasinghe2017-11-031-3/+3
* gsm0503_coding.c: Fix tch_efr_unreorder() of one bitNiro Mahasinghe2017-11-031-1/+1
* Enable GnuTLS fallbackMax2017-11-023-5/+36
* Bump version: 0.10.1 → 0.10.2Harald Welte2017-11-021-0/+7
* Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr2017-11-011-1/+1
* utils: move linked libraries into common variableMax2017-10-301-3/+2
* Move additional libraries to appropriate placeMax2017-10-307-60/+46
* Tag/Release Version 0.10.1Harald Welte2017-10-291-0/+6
* Catch repeated calls to osmo_init_logging()Harald Welte2017-10-291-0/+6
* jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr2017-10-273-5/+8
* Tag/Release version 0.10.0Harald Welte2017-10-2714-28/+29
* Add unit tests for bcd2char and char2bcd conversionHarald Welte2017-10-272-0/+61
* osmo_char2bcd(): Implment hex digits a-f and A-FHarald Welte2017-10-271-1/+8
* utils: avoid segfault when calling osmo_strlcpy(src=NULL)Neels Hofmeyr2017-10-251-1/+1
* rate_ctr: Fix null pointer dereference in error pathHarald Welte2017-10-241-1/+2
* GPRS: constify NS printing routine parametersMax2017-10-243-4/+4
* GPRS: add vty command to show only persistent NSMax2017-10-241-8/+23
* stats_test: Extend check to include test for counter group name manglingHarald Welte2017-10-242-10/+51
* Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2017-10-243-15/+15
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-244-45/+161
* fsm: Enforce FSM and FSM instance names are valid osmocom identifiersHarald Welte2017-10-241-1/+12
* Introduce osmo_identifier_valid() function to check validity of identifierHarald Welte2017-10-242-0/+31
* jenkins: bail early if $MAKE env var is not setNeels Hofmeyr2017-10-241-0/+6
* fixups for recent "Cleanup jenkins build scripts"Neels Hofmeyr2017-10-243-22/+43
* contrib/fsm-to-dot.py: some tweaks that help with osmo-bsc's new FSMsNeels Hofmeyr2017-10-241-13/+40
* GPRS: check and report local address used for NSEMax2017-10-241-7/+13
* GPRS: clarify ip/frgre union useMax2017-10-243-9/+22
* GPRS: wrap NS state assignment in macroMax2017-10-241-14/+35