summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-122-1/+4
* show bug in logging: erratic redirection to DLGLOBAL for first invalid categoryNeels Hofmeyr2016-12-121-0/+1
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-122-1/+10
* show bug in logging: erratic redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-0/+8
* logging test: cosmetic: print target and don't print colorNeels Hofmeyr2016-12-122-4/+5
* doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgsNeels Hofmeyr2016-12-111-11/+11
* oap: add encode/decode unit testNeels Hofmeyr2016-12-115-2/+273
* gsm/oap: more robust: decode presence as clearly either 1 or 0Neels Hofmeyr2016-12-111-4/+4
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-119-3/+519
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-113-6/+6
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-096-3/+184
* gsmtap: Add defintions for GSMTAP based remote loggingHarald Welte2016-12-091-0/+19
* Fix msgb_test on 64 bit architecturesHarald Welte2016-12-091-1/+1
* cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr2016-12-092-2/+2
* license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr2016-12-092-6/+6
* doc: fsm timer_cb: explain return valueNeels Hofmeyr2016-12-091-1/+2
* contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphsNeels Hofmeyr2016-12-091-0/+710
* wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther2016-12-096-5/+103
* logging: Extend log_target with call-back for un-formatted log lineHarald Welte2016-12-022-2/+21
* Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_T...Neels Hofmeyr2016-12-021-2/+0
* gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2016-12-013-0/+33
* gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2016-12-013-13/+19
* gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2016-12-011-0/+2
* timer: only call the callback if not NULLAlexander Couzens2016-11-281-1/+2
* ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte2016-11-261-0/+1
* Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte2016-11-262-0/+24
* osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte2016-11-261-0/+1
* 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