summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* vty/osmo_counter: use name if description is NULLAlexander Couzens2016-10-131-1/+5
* gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr2016-10-121-3/+3
* Add function to send TRAP over Control InterfaceMax2016-10-121-0/+21
* fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr2016-10-121-1/+1
* osmo_select_main(): drop useless call to osmo_timers_check()Neels Hofmeyr2016-09-281-2/+0
* msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr2016-09-271-1/+20
* log CTRL bind address and portNeels Hofmeyr2016-09-231-0/+3
* log telnet bind address and portNeels Hofmeyr2016-09-231-1/+8
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-227-13/+72
* remove unused local variable in get_rate_ctr()Neels Hofmeyr2016-09-191-1/+1
* remove unused function get_rate_ctr_group()Neels Hofmeyr2016-09-191-37/+0
* libosmocodec link fix on MacOSXAnatoly Orlov2016-09-091-0/+1
* IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2016-08-292-0/+12
* fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr2016-08-291-1/+1
* osmo_sock_init(): include host and port in error messagesNeels Hofmeyr2016-08-271-5/+16