aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-21fsm: log tweak: upon free, say 'Freeing instance'Neels Hofmeyr1-1/+1
2016-12-21doc: fix typo for osmo_hexparseNeels Hofmeyr1-1/+1
2016-12-21utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr1-7/+5
2016-12-21Catch-up with git version tagsMax6-8/+14
2016-12-20fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr1-4/+20
2016-12-16fsm: explicitly log removal from parent fsmNeels Hofmeyr1-0/+3
2016-12-15add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr1-1/+13
2016-12-14typo in comment for osmo_fsm_log_addr()Neels Hofmeyr1-1/+1
2016-12-14fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr1-17/+45
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr1-9/+6
2016-12-12fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr1-1/+2
2016-12-12fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr1-0/+5
2016-12-12fix logging: also catch first out-of-bounds logging catNeels Hofmeyr1-1/+3
2016-12-12fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-1/+8
2016-12-11gsm/oap: more robust: decode presence as clearly either 1 or 0Neels Hofmeyr1-4/+4
2016-12-11import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte4-1/+193
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-0/+5
2016-12-11Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr1-1/+2
2016-12-09Implement GSMTAP log targetHarald Welte4-3/+169
2016-12-09cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr1-1/+1
2016-12-09license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr1-5/+5
2016-12-09wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther1-3/+8
2016-12-02logging: Extend log_target with call-back for un-formatted log lineHarald Welte1-1/+4
2016-12-01gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2-0/+31
2016-12-01gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2-13/+16
2016-11-28timer: only call the callback if not NULLAlexander Couzens1-1/+2
2016-11-26ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte1-0/+1
2016-11-26Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte1-0/+22
2016-11-26osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte1-0/+1
2016-11-26telnet_interface: Handle osmo_fd_register() eror return codeHarald Welte1-1/+6
2016-11-26osmo_sock_init(): Fix memory leak in error pathHarald Welte1-0/+1
2016-11-26Fix unchecked return valueof osmo_fd_register()Harald Welte1-4/+12
2016-11-16Extend IPA error loggingMax1-2/+2
2016-11-15vty: Skip printing non-initialized log categoriesDaniel Willmann1-0/+3
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 Welte2-2/+3
2016-11-10bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther1-128/+0
2016-11-08Add logging and testing for FSM deallocationMax1-0/+1
2016-11-07Add null-pointer check to osmo_amr_rtp_dec()Max1-3/+3
2016-11-01Fix typo in osmo_fsm_log_addr()Max1-1/+1
2016-10-27gsm0408: Completing GSM 04.08 RR message typesPhilipp2-0/+109
2016-10-27COSMETIC: moving rr_cause_name() in gsm48.cPhilipp1-5/+5
2016-10-23utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy1-0/+15
2016-10-23utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy1-0/+10
2016-10-23utils/conv_gen.py: generate a single fileVadim Yanitskiy1-7/+5
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