aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-23utils/conv_gen.py: improve output formattingVadim Yanitskiy1-6/+32
2016-10-23utils/conv_gen.py: generate a single fileVadim Yanitskiy3-326/+321
2016-10-20Revert "Constify ctrl_cmd struct fields where appropriate"Neels Hofmeyr2-4/+3
2016-10-18vty/show asciidoc: counters: improve table headersAlexander Couzens1-5/+8
2016-10-18vty/show asciidoc: add user readable description of the versionAlexander Couzens1-0/+10
2016-10-18stats_statsd: use int64_t instead of int for value and delta.Alexander Couzens1-3/+3
2016-10-13vty/osmo_counter: use name if description is NULLAlexander Couzens1-1/+5
2016-10-12configure: add --enable-sanitize, use in jenkins.shNeels Hofmeyr2-2/+15
2016-10-12gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr1-3/+3
2016-10-12Add function to send TRAP over Control InterfaceMax2-0/+22
2016-10-12jenkins.sh: drop unecessary PATH, now in slave configNeels Hofmeyr1-1/+0
2016-10-12gsm0408: Adding 3g spcific RR message typesPhilipp1-0/+5
2016-10-12fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr1-1/+1
2016-10-11Constify ctrl_cmd struct fields where appropriateMax2-3/+4
2016-10-01build: be robust against install-sh files above the root dirNeels Hofmeyr1-0/+3
2016-09-30Mark inline header function as staticMax1-1/+1
2016-09-30jenkins.sh: output all test logs when 'make check' failedNeels Hofmeyr1-1/+3
2016-09-28osmo_select_main(): drop useless call to osmo_timers_check()3G_2016_09Neels Hofmeyr1-2/+0
2016-09-28AMR: add function to check speech framesMax1-0/+21
2016-09-27gsm0408_test: initialize msgb talloc ctxNeels Hofmeyr1-0/+1
2016-09-27msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr2-2/+24
2016-09-26bitrev_test: don't omit last byte from test result checkNeels Hofmeyr2-25/+28
2016-09-26Fix ASAN failure in bitrev_testMax2-3/+3
2016-09-24utils/conv_gen.py: code style changes (line width, tabs, etc.)Vadim Yanitskiy1-181/+233
2016-09-23gprs: Increase NS_ALLOC_SIZE to 3kDaniel Willmann1-1/+2
2016-09-23log CTRL bind address and portNeels Hofmeyr1-0/+3
2016-09-23log telnet bind address and portNeels Hofmeyr1-1/+8
2016-09-22timer_test: set 8 as default steps, use the default in testsuite.atNeels Hofmeyr3-16/+281
2016-09-22timer_test: print more details to stdout to checkNeels Hofmeyr2-4/+116
2016-09-22timer_test: redirect some output from stderr to stdoutNeels Hofmeyr2-20/+24
2016-09-22timer_test: remove all random elementsNeels Hofmeyr1-3/+6
2016-09-22timer_test: do not use real time: deterministic and fasterNeels Hofmeyr1-20/+15
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr10-17/+87
2016-09-22timer_test: remove unused precision values and confusing logNeels Hofmeyr2-8/+2
2016-09-22timer_test: also report early finishes, report timing on errorNeels Hofmeyr2-5/+19
2016-09-22fix timer_test: don't forget to set tv_usec on the stop timeNeels Hofmeyr1-0/+1
2016-09-19remove unused local variable in get_rate_ctr()Neels Hofmeyr1-1/+1
2016-09-19remove unused function get_rate_ctr_group()Neels Hofmeyr1-37/+0
2016-09-10build: tests: don't link system installed libosmogsm.Neels Hofmeyr1-5/+10
2016-09-09fix GGSN Ctrl port to 4257Neels Hofmeyr2-1/+2
2016-09-09comment: */ports.h: link to wiki + manuals, indicate used portsNeels Hofmeyr2-2/+16
2016-09-09Add Marker to ph_tch_paramMax2-1/+3
2016-09-09libosmocodec link fix on MacOSXAnatoly Orlov1-0/+1
2016-09-09fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr1-1/+1
2016-08-30core/counter: add osmo_counter_dec()Alexander Couzens1-0/+6
2016-08-29IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr3-0/+28
2016-08-29fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr1-1/+1
2016-08-27osmo_sock_init(): include host and port in error messagesNeels Hofmeyr1-5/+16
2016-08-20vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr1-1/+1
2016-08-09configure: check for pkg-config presenceNeels Hofmeyr1-0/+15