aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-09remove now-unused argument to gprs_ns_vty_init()Harald Welte2-2/+2
2016-11-07libosmogb: Support multiple instances also from VTYHarald Welte5-36/+143
2016-11-02Add osmo_fsm_unregister() to headerMax2-1/+2
2016-11-02utils/conv_gen.py: explicitly import reduce()Vadim Yanitskiy1-0/+1
2016-11-02utils/conv_gen.py: don't mix print and write()Vadim Yanitskiy1-32/+34
2016-11-01Fix typo in osmo_fsm_log_addr()Max1-1/+1
2016-10-27gsm0408: Completing GSM 04.08 RR message typesPhilipp4-2/+123
2016-10-27COSMETIC: moving rr_cause_name() in gsm48.cPhilipp1-5/+5
2016-10-23utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy3-1/+301
2016-10-23utils/conv_gen.py: fix some typosVadim Yanitskiy1-6/+6
2016-10-23utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy3-1/+212
2016-10-23gsm/gsm0503.h: fix typoVadim Yanitskiy1-1/+1
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