summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-sim-test.c: Fix rmsg checkHarald Welte2016-11-261-1/+1
* telnet_interface: Handle osmo_fd_register() eror return codeHarald Welte2016-11-261-1/+6
* osmo_sock_init(): Fix memory leak in error pathHarald Welte2016-11-261-0/+1
* Fix unchecked return valueof osmo_fd_register()Harald Welte2016-11-261-4/+12
* build: make check: disable sim_test when built with --disable-pcscNeels Hofmeyr2016-11-164-6/+14
* gsm_08_58.h: Add more Ericsson specific RSL IE IdentifiersHarald Welte2016-11-161-3/+22
* RSL: Add defines for ericsson systinfo SI13Philipp2016-11-161-0/+4
* Extend IPA error loggingMax2016-11-161-2/+2
* vty: Skip printing non-initialized log categoriesDaniel Willmann2016-11-151-0/+3
* msgb: add msgb_push_u{8,16,32}() functionsHarald Welte2016-11-111-0/+30
* bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging messageHarald Welte2016-11-111-1/+2
* gan: Mark gan_pdisc_vals[] as public / non-static symbolHarald Welte2016-11-111-1/+1
* bssgp_vty: Remove dead code and compiler warningHarald Welte2016-11-111-7/+0
* statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte2016-11-113-3/+4
* bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther2016-11-104-151/+0
* Add logging and testing for FSM deallocationMax2016-11-082-4/+6
* Add null-pointer check to osmo_amr_rtp_dec()Max2016-11-072-6/+12
* Add osmo_fsm_unregister() to headerMax2016-11-022-1/+2
* utils/conv_gen.py: explicitly import reduce()Vadim Yanitskiy2016-11-021-0/+1
* utils/conv_gen.py: don't mix print and write()Vadim Yanitskiy2016-11-021-32/+34
* Fix typo in osmo_fsm_log_addr()Max2016-11-011-1/+1
* gsm0408: Completing GSM 04.08 RR message typesPhilipp2016-10-274-2/+123
* COSMETIC: moving rr_cause_name() in gsm48.cPhilipp2016-10-271-5/+5
* utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy2016-10-233-1/+301
* utils/conv_gen.py: fix some typosVadim Yanitskiy2016-10-231-6/+6
* utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy2016-10-233-1/+212
* gsm/gsm0503.h: fix typoVadim Yanitskiy2016-10-231-1/+1
* utils/conv_gen.py: improve output formattingVadim Yanitskiy2016-10-231-6/+32
* utils/conv_gen.py: generate a single fileVadim Yanitskiy2016-10-233-326/+321
* Revert "Constify ctrl_cmd struct fields where appropriate"Neels Hofmeyr2016-10-202-4/+3
* vty/show asciidoc: counters: improve table headersAlexander Couzens2016-10-181-5/+8
* vty/show asciidoc: add user readable description of the versionAlexander Couzens2016-10-181-0/+10
* 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