| Commit message (Expand) | Author | Age | Files | Lines |
* | msgb: add msgb_push_u{8,16,32}() functions | Harald Welte | 2016-11-11 | 1 | -0/+30 |
* | bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message | Harald Welte | 2016-11-11 | 1 | -1/+2 |
* | gan: Mark gan_pdisc_vals[] as public / non-static symbol | Harald Welte | 2016-11-11 | 1 | -1/+1 |
* | bssgp_vty: Remove dead code and compiler warning | Harald Welte | 2016-11-11 | 1 | -7/+0 |
* | statsd: Fix compiler warning (int32_t vs. int64_t) | Harald Welte | 2016-11-11 | 3 | -3/+4 |
* | bitcomp: Remove the t4 decoding from libosmocore | Holger Hans Peter Freyther | 2016-11-10 | 4 | -151/+0 |
* | Add logging and testing for FSM deallocation | Max | 2016-11-08 | 2 | -4/+6 |
* | Add null-pointer check to osmo_amr_rtp_dec() | Max | 2016-11-07 | 2 | -6/+12 |
* | Add osmo_fsm_unregister() to header | Max | 2016-11-02 | 2 | -1/+2 |
* | utils/conv_gen.py: explicitly import reduce() | Vadim Yanitskiy | 2016-11-02 | 1 | -0/+1 |
* | utils/conv_gen.py: don't mix print and write() | Vadim Yanitskiy | 2016-11-02 | 1 | -32/+34 |
* | Fix typo in osmo_fsm_log_addr() | Max | 2016-11-01 | 1 | -1/+1 |
* | gsm0408: Completing GSM 04.08 RR message types | Philipp | 2016-10-27 | 4 | -2/+123 |
* | COSMETIC: moving rr_cause_name() in gsm48.c | Philipp | 2016-10-27 | 1 | -5/+5 |
* | utils/conv_gen.py: add EDGE MCS 1-9 definitions | Vadim Yanitskiy | 2016-10-23 | 3 | -1/+301 |
* | utils/conv_gen.py: fix some typos | Vadim Yanitskiy | 2016-10-23 | 1 | -6/+6 |
* | utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions | Vadim Yanitskiy | 2016-10-23 | 3 | -1/+212 |
* | gsm/gsm0503.h: fix typo | Vadim Yanitskiy | 2016-10-23 | 1 | -1/+1 |
* | utils/conv_gen.py: improve output formatting | Vadim Yanitskiy | 2016-10-23 | 1 | -6/+32 |
* | utils/conv_gen.py: generate a single file | Vadim Yanitskiy | 2016-10-23 | 3 | -326/+321 |
* | Revert "Constify ctrl_cmd struct fields where appropriate" | Neels Hofmeyr | 2016-10-20 | 2 | -4/+3 |
* | vty/show asciidoc: counters: improve table headers | Alexander Couzens | 2016-10-18 | 1 | -5/+8 |
* | vty/show asciidoc: add user readable description of the version | Alexander Couzens | 2016-10-18 | 1 | -0/+10 |
* | stats_statsd: use int64_t instead of int for value and delta. | Alexander Couzens | 2016-10-18 | 1 | -3/+3 |
* | vty/osmo_counter: use name if description is NULL | Alexander Couzens | 2016-10-13 | 1 | -1/+5 |
* | configure: add --enable-sanitize, use in jenkins.sh | Neels Hofmeyr | 2016-10-12 | 2 | -2/+15 |
* | gsm/Makefile.am: use proper top_builddir/top_srcdir paths | Neels Hofmeyr | 2016-10-12 | 1 | -3/+3 |
* | Add function to send TRAP over Control Interface | Max | 2016-10-12 | 2 | -0/+22 |
* | jenkins.sh: drop unecessary PATH, now in slave config | Neels Hofmeyr | 2016-10-12 | 1 | -1/+0 |
* | gsm0408: Adding 3g spcific RR message types | Philipp | 2016-10-12 | 1 | -0/+5 |
* | fix USSD: SS message type mask should be 0x3f, not 0xbf | Neels Hofmeyr | 2016-10-12 | 1 | -1/+1 |
* | Constify ctrl_cmd struct fields where appropriate | Max | 2016-10-11 | 2 | -3/+4 |
* | build: be robust against install-sh files above the root dir | Neels Hofmeyr | 2016-10-01 | 1 | -0/+3 |
* | Mark inline header function as static | Max | 2016-09-30 | 1 | -1/+1 |
* | jenkins.sh: output all test logs when 'make check' failed | Neels Hofmeyr | 2016-09-30 | 1 | -1/+3 |
* | osmo_select_main(): drop useless call to osmo_timers_check() | Neels Hofmeyr | 2016-09-28 | 1 | -2/+0 |
* | AMR: add function to check speech frames | Max | 2016-09-28 | 1 | -0/+21 |
* | gsm0408_test: initialize msgb talloc ctx | Neels Hofmeyr | 2016-09-27 | 1 | -0/+1 |
* | msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() | Neels Hofmeyr | 2016-09-27 | 2 | -2/+24 |
* | bitrev_test: don't omit last byte from test result check | Neels Hofmeyr | 2016-09-26 | 2 | -25/+28 |
* | Fix ASAN failure in bitrev_test | Max | 2016-09-26 | 2 | -3/+3 |
* | utils/conv_gen.py: code style changes (line width, tabs, etc.) | Vadim Yanitskiy | 2016-09-24 | 1 | -181/+233 |
* | gprs: Increase NS_ALLOC_SIZE to 3k | Daniel Willmann | 2016-09-23 | 1 | -1/+2 |
* | log CTRL bind address and port | Neels Hofmeyr | 2016-09-23 | 1 | -0/+3 |
* | log telnet bind address and port | Neels Hofmeyr | 2016-09-23 | 1 | -1/+8 |
* | timer_test: set 8 as default steps, use the default in testsuite.at | Neels Hofmeyr | 2016-09-22 | 3 | -16/+281 |
* | timer_test: print more details to stdout to check | Neels Hofmeyr | 2016-09-22 | 2 | -4/+116 |
* | timer_test: redirect some output from stderr to stdout | Neels Hofmeyr | 2016-09-22 | 2 | -20/+24 |
* | timer_test: remove all random elements | Neels Hofmeyr | 2016-09-22 | 1 | -3/+6 |
* | timer_test: do not use real time: deterministic and faster | Neels Hofmeyr | 2016-09-22 | 1 | -20/+15 |