summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fsm: log tweak: upon free, say 'Freeing instance'Neels Hofmeyr2016-12-211-1/+1
* doc: fix typo for osmo_hexparseNeels Hofmeyr2016-12-211-1/+1
* utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr2016-12-211-7/+5
* Catch-up with git version tagsMax2016-12-216-8/+14
* fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr2016-12-201-4/+20
* fsm: explicitly log removal from parent fsmNeels Hofmeyr2016-12-161-0/+3
* add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr2016-12-151-1/+13
* typo in comment for osmo_fsm_log_addr()Neels Hofmeyr2016-12-141-1/+1
* fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr2016-12-141-17/+45
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-141-9/+6
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-121-1/+2
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-121-0/+5
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-121-1/+3
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-1/+8
* 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-114-1/+193
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-0/+5
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-094-3/+169
* cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr2016-12-091-1/+1
* license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr2016-12-091-5/+5
* wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther2016-12-091-3/+8
* logging: Extend log_target with call-back for un-formatted log lineHarald Welte2016-12-021-1/+4
* gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2016-12-012-0/+31
* gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2016-12-012-13/+16
* 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-261-0/+22
* osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte2016-11-261-0/+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
* Extend IPA error loggingMax2016-11-161-2/+2
* vty: Skip printing non-initialized log categoriesDaniel Willmann2016-11-151-0/+3
* 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-112-2/+3
* bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther2016-11-101-128/+0
* Add logging and testing for FSM deallocationMax2016-11-081-0/+1
* Add null-pointer check to osmo_amr_rtp_dec()Max2016-11-071-3/+3
* Fix typo in osmo_fsm_log_addr()Max2016-11-011-1/+1
* gsm0408: Completing GSM 04.08 RR message typesPhilipp2016-10-272-0/+109
* COSMETIC: moving rr_cause_name() in gsm48.cPhilipp2016-10-271-5/+5
* utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy2016-10-231-0/+15
* utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy2016-10-231-0/+10
* utils/conv_gen.py: generate a single fileVadim Yanitskiy2016-10-231-7/+5
* 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