summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stats_statsd: use int64_t instead of int for value and delta.Alexander Couzens2016-10-181-3/+3
* vty/osmo_counter: use name if description is NULLAlexander Couzens2016-10-131-1/+5
* configure: add --enable-sanitize, use in jenkins.shNeels Hofmeyr2016-10-122-2/+15
* gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr2016-10-121-3/+3
* Add function to send TRAP over Control InterfaceMax2016-10-122-0/+22
* jenkins.sh: drop unecessary PATH, now in slave configNeels Hofmeyr2016-10-121-1/+0
* gsm0408: Adding 3g spcific RR message typesPhilipp2016-10-121-0/+5
* fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr2016-10-121-1/+1
* Constify ctrl_cmd struct fields where appropriateMax2016-10-112-3/+4
* build: be robust against install-sh files above the root dirNeels Hofmeyr2016-10-011-0/+3
* Mark inline header function as staticMax2016-09-301-1/+1
* jenkins.sh: output all test logs when 'make check' failedNeels Hofmeyr2016-09-301-1/+3
* osmo_select_main(): drop useless call to osmo_timers_check()Neels Hofmeyr2016-09-281-2/+0
* AMR: add function to check speech framesMax2016-09-281-0/+21
* gsm0408_test: initialize msgb talloc ctxNeels Hofmeyr2016-09-271-0/+1
* msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr2016-09-272-2/+24
* bitrev_test: don't omit last byte from test result checkNeels Hofmeyr2016-09-262-25/+28
* Fix ASAN failure in bitrev_testMax2016-09-262-3/+3
* utils/conv_gen.py: code style changes (line width, tabs, etc.)Vadim Yanitskiy2016-09-241-181/+233
* gprs: Increase NS_ALLOC_SIZE to 3kDaniel Willmann2016-09-231-1/+2
* log CTRL bind address and portNeels Hofmeyr2016-09-231-0/+3
* log telnet bind address and portNeels Hofmeyr2016-09-231-1/+8
* timer_test: set 8 as default steps, use the default in testsuite.atNeels Hofmeyr2016-09-223-16/+281
* timer_test: print more details to stdout to checkNeels Hofmeyr2016-09-222-4/+116
* timer_test: redirect some output from stderr to stdoutNeels Hofmeyr2016-09-222-20/+24
* timer_test: remove all random elementsNeels Hofmeyr2016-09-221-3/+6
* timer_test: do not use real time: deterministic and fasterNeels Hofmeyr2016-09-221-20/+15
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-2210-17/+87
* timer_test: remove unused precision values and confusing logNeels Hofmeyr2016-09-222-8/+2
* timer_test: also report early finishes, report timing on errorNeels Hofmeyr2016-09-222-5/+19
* fix timer_test: don't forget to set tv_usec on the stop timeNeels Hofmeyr2016-09-221-0/+1
* remove unused local variable in get_rate_ctr()Neels Hofmeyr2016-09-191-1/+1
* remove unused function get_rate_ctr_group()Neels Hofmeyr2016-09-191-37/+0
* build: tests: don't link system installed libosmogsm.Neels Hofmeyr2016-09-101-5/+10
* fix GGSN Ctrl port to 4257Neels Hofmeyr2016-09-092-1/+2
* comment: */ports.h: link to wiki + manuals, indicate used portsNeels Hofmeyr2016-09-092-2/+16
* Add Marker to ph_tch_paramMax2016-09-092-1/+3
* libosmocodec link fix on MacOSXAnatoly Orlov2016-09-091-0/+1
* fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr2016-09-091-1/+1
* core/counter: add osmo_counter_dec()Alexander Couzens2016-08-301-0/+6
* IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2016-08-293-0/+28
* fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr2016-08-291-1/+1
* osmo_sock_init(): include host and port in error messagesNeels Hofmeyr2016-08-271-5/+16
* vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr2016-08-201-1/+1
* configure: check for pkg-config presenceNeels Hofmeyr2016-08-091-0/+15
* Add control interface port for GGSNMax2016-08-081-0/+1
* Add .mailmap file for mapping mail addresses in shortlogHarald Welte2016-08-081-0/+12
* Extend L1SAP with MeasurementsMax2016-08-042-1/+5
* fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte2016-08-011-0/+1
* lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte2016-08-011-1/+1