summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils/conv_gen.py: separate code definitionsVadim Yanitskiy2016-12-242-714/+728
* utils/conv_gen.py: use shared tables if possibleVadim Yanitskiy2016-12-241-37/+61
* fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr2016-12-242-20/+55
* fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr2016-12-242-13/+13
* fsm: log calling file+line for error "event for NULL fi"Neels Hofmeyr2016-12-241-2/+3
* fsm: doc: add missing file, line args; fix ws + tweak on one lineNeels Hofmeyr2016-12-241-1/+7
* fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr2016-12-241-1/+1
* serial.c: file descriptor '0' is a valid valueHarald Welte2016-12-241-2/+2
* serial.c: Fix fd leak in case of fcntl() error pathsHarald Welte2016-12-241-2/+4
* serial.c: Some ports don't support TIOCMBIS for RTS/CTS controlHarald Welte2016-12-231-2/+2
* serial: Open devie in non-blocking mode and then switch to blockingHarald Welte2016-12-231-3/+17
* add CRC16-CCITT to libosmocoreHarald Welte2016-12-232-0/+54
* Fix erroneously AGPL licensed file in libosmocore.Harald Welte2016-12-221-4/+4
* Integrate Debian packaging changesMax2016-12-2214-77/+462
* 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-212-7/+9
* Catch-up with git version tagsMax2016-12-2111-17/+51
* fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr2016-12-201-4/+20
* fsm api doc: fix typo in doxygen marker '\breif'Neels Hofmeyr2016-12-201-1/+1
* 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-152-1/+20
* 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-143-27/+103
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-143-12/+12
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-122-1/+3
* show bug in logging: log_set_category_filter on DL* categoriesNeels Hofmeyr2016-12-121-0/+6
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-122-0/+6
* show bug in logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-122-0/+5
* 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