aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-13vty/osmo_counter: use name if description is NULLAlexander Couzens1-1/+5
2016-10-12gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr1-3/+3
2016-10-12Add function to send TRAP over Control InterfaceMax1-0/+21
2016-10-12fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr1-1/+1
2016-09-28osmo_select_main(): drop useless call to osmo_timers_check()3G_2016_09Neels Hofmeyr1-2/+0
2016-09-27msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr1-1/+20
2016-09-23log CTRL bind address and portNeels Hofmeyr1-0/+3
2016-09-23log telnet bind address and portNeels Hofmeyr1-1/+8
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr7-13/+72
2016-09-19remove unused local variable in get_rate_ctr()Neels Hofmeyr1-1/+1
2016-09-19remove unused function get_rate_ctr_group()Neels Hofmeyr1-37/+0
2016-09-09libosmocodec link fix on MacOSXAnatoly Orlov1-0/+1
2016-08-29IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2-0/+12
2016-08-29fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr1-1/+1
2016-08-27osmo_sock_init(): include host and port in error messagesNeels Hofmeyr1-5/+16
2016-08-20vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr1-1/+1
2016-08-01fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte1-0/+1
2016-08-01lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte1-1/+1
2016-07-25egprs: Add CPS tables from TS 04.60Tom Tsou3-1/+109
2016-07-23rsl: add rsl_act_type_name()Neels Hofmeyr2-0/+14
2016-07-23dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr1-0/+1
2016-07-17fix compiler warning: gsup.c: missing bracesNeels Hofmeyr1-1/+1
2016-07-16bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther1-2/+2