summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* GPRS: unify NS state printingMax2017-10-244-67/+72
* add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()Neels Hofmeyr2017-10-242-0/+21
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-10-241-1/+1
* gb: optionally allow nsip packets only from a specific hostPhilipp Maier2017-10-243-3/+28
* Simplify bitvec_write_field()Max2017-10-241-9/+7
* Replace bitvec_set_uint() with bitvec_set_u64()Max2017-10-242-9/+28
* Add tests for bitvec_write_field()Max2017-10-244-1/+211
* ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr2017-10-232-14/+75
* Expand osmo_gettimeofday() docsMax2017-10-231-1/+7
* abis_nm: Add abis_nm_admin_name() APIPau Espin Pedrol2017-10-231-0/+7
* socket: add function osmo_sock_local_ip() to query local ipPhilipp Maier2017-10-232-0/+55
* GPRS: log NS socketMax2017-10-231-0/+1
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-224-0/+162