aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Extend IPA error loggingMax1-2/+2
2016-11-15vty: Skip printing non-initialized log categoriesDaniel Willmann1-0/+3
2016-11-11msgb: add msgb_push_u{8,16,32}() functionsHarald Welte1-0/+30
2016-11-11bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging messageHarald Welte1-1/+2
2016-11-11gan: Mark gan_pdisc_vals[] as public / non-static symbolHarald Welte1-1/+1
2016-11-11bssgp_vty: Remove dead code and compiler warningHarald Welte1-7/+0
2016-11-11statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte3-3/+4
2016-11-10bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther4-151/+0
2016-11-08Add logging and testing for FSM deallocationMax2-4/+6
2016-11-07Add null-pointer check to osmo_amr_rtp_dec()Max2-6/+12
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