summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr2016-08-201-1/+1
* fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte2016-08-011-0/+1
* lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte2016-08-011-1/+1
* egprs: Add CPS tables from TS 04.60Tom Tsou2016-07-253-1/+109
* rsl: add rsl_act_type_name()Neels Hofmeyr2016-07-232-0/+14
* dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr2016-07-231-0/+1
* fix compiler warning: gsup.c: missing bracesNeels Hofmeyr2016-07-171-1/+1
* bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther2016-07-161-2/+2
* Add GEA3 & GEA4 ciphersMax2016-07-113-2/+110
* fsm: delete the timer when changing stateHarald Welte2016-07-101-0/+3
* fsm: talloc + copy the 'id' passed into a FSMHarald Welte2016-07-101-1/+2
* fsm: call 'onenter' as last step of a state changeHarald Welte2016-07-101-3/+4
* Add strings with GPRS GMM messagesMax2016-07-082-0/+25
* Add function to check GMM encryptabilityMax2016-07-072-0/+26
* Add missing osmo_c4 exportMax2016-07-071-0/+1
* lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte2016-07-031-0/+3
* Add function to check MS GEA capabilitiesMax2016-06-292-1/+31
* Make C4 function globally availableMax2016-06-292-4/+4
* Add strings for GPRS ciphersMax2016-06-292-0/+10
* Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2016-06-271-1/+1
* fsm: Introduce default time-out handlingHarald Welte2016-06-271-8/+13
* Fix potential segfault in msg_dequeueMax2016-06-231-3/+6
* Add octet-aligned/unaligned shift functionsMax2016-06-201-0/+48
* Add Finite State Machine abstraction codeHarald Welte2016-06-162-1/+423
* Add UMTS AKA related MM/GMM message type and IE definitionsHarald Welte2016-06-161-1/+9
* gsup.c: Fix encoding of UMTS auth vectorsHarald Welte2016-06-161-6/+22