summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-20fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr1-4/+20
2016-12-20fsm api doc: fix typo in doxygen marker '\breif'Neels Hofmeyr1-1/+1
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 Hofmeyr2-1/+20
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 Hofmeyr3-27/+103
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr3-12/+12
2016-12-12fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2-1/+3
2016-12-12show bug in logging: log_set_category_filter on DL* categoriesNeels Hofmeyr1-0/+6
2016-12-12fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2-0/+6
2016-12-12show bug in logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2-0/+5
2016-12-12fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2-1/+4
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for first invalid categoryNeels Hofmeyr1-0/+1
2016-12-12fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2-1/+10
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-0/+8
2016-12-12logging test: cosmetic: print target and don't print colorNeels Hofmeyr2-4/+5
2016-12-11doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgsNeels Hofmeyr1-11/+11
2016-12-11oap: add encode/decode unit testNeels Hofmeyr5-2/+273
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 Welte9-3/+519
2016-12-11fix: DLGSUP logging category "unusable"Neels Hofmeyr3-6/+6
2016-12-11Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr1-1/+2
2016-12-09Implement GSMTAP log targetHarald Welte6-3/+184
2016-12-09gsmtap: Add defintions for GSMTAP based remote loggingHarald Welte1-0/+19
2016-12-09Fix msgb_test on 64 bit architecturesHarald Welte1-1/+1
2016-12-09cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr2-2/+2
2016-12-09license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr2-6/+6
2016-12-09doc: fsm timer_cb: explain return valueNeels Hofmeyr1-1/+2
2016-12-09contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphsNeels Hofmeyr1-0/+710
2016-12-09wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther6-5/+103
2016-12-02logging: Extend log_target with call-back for un-formatted log lineHarald Welte2-2/+21
2016-12-02Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_T...Neels Hofmeyr1-2/+0
2016-12-01gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr3-0/+33
2016-12-01gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr3-13/+19
2016-12-01gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens1-0/+2
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 Welte2-0/+24
2016-11-26osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte1-0/+1
2016-11-26osmo-sim-test.c: Fix rmsg checkHarald Welte1-1/+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-16build: make check: disable sim_test when built with --disable-pcscNeels Hofmeyr4-6/+14
2016-11-16gsm_08_58.h: Add more Ericsson specific RSL IE IdentifiersHarald Welte1-3/+22
2016-11-16RSL: Add defines for ericsson systinfo SI13Philipp1-0/+4
2016-11-16Extend IPA error loggingMax1-2/+2
2016-11-15vty: Skip printing non-initialized log categoriesDaniel Willmann1-0/+3
2016-11-11msgb: add msgb_push_u{8,16,32}() functionsHarald Welte1-0/+30
2016-11-11bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging messageHarald Welte1-1/+2