aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-20build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr1-0/+1
2017-03-16logging: fail gracefully if log_info() was not calledHarald Welte1-0/+21
2017-03-16add gsm48_pdisc_msgtype_name()Neels Hofmeyr2-0/+202
2017-03-16add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2-0/+20
2017-03-16auth_milenage: fix check against too large indNeels Hofmeyr1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+2
2017-03-15fix wrong return codeThorsten Alteholz1-1/+1
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-1/+66
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr1-3/+9
2017-03-15lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte1-28/+33
2017-03-13build: cosmetic: coding: break a CPPFLAGS lineNeels Hofmeyr1-1/+3
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy8-0/+5555
2017-03-06ctrl_type_vals: fix range checkNeels Hofmeyr1-1/+1
2017-03-02Check for proper lapdm_datalink entityMax1-2/+8
2017-03-02fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr1-0/+1
2017-03-01Handle replies in ctrl_cmd_handle()Max1-0/+17
2017-03-01Use value_string for ctrl_typeMax1-32/+13
2017-03-01Fix client-side ctrl interface helpersMax1-40/+1
2017-02-27Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther1-0/+2
2017-02-23libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte1-1/+1
2017-02-23Expand and expose ctrl connection allocationMax1-5/+51
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr7-43/+43
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr8-48/+49
2017-02-22fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr1-1/+8
2017-02-21gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr1-2/+2
2017-02-19Document ctrl_interface_setup_dynip() functionMax1-0/+8
2017-02-17fix: gprs_bssgp_vty: logging filter: wrong constantNeels Hofmeyr1-1/+1
2017-02-15gsup: add osmo_gsup_message_type_name()Neels Hofmeyr2-0/+30
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr1-9/+22
2017-02-09cosmetic: replace fprintf with LOGPPhilipp Maier1-8/+12
2017-02-09utils/conv_gen.py: improve application flexibilityVadim Yanitskiy1-1/+1
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte3-2/+3
2017-02-07lapd_core: Fix MDL-ERROR ind after RELEASE indPhilipp Maier1-4/+4
2017-02-07lapd_core: fix program flowPhilipp Maier1-5/+5
2017-02-07select: add functionality to check socket statePhilipp Maier1-6/+24
2017-02-06osmo_auth*: fix ordering of function argsNeels Hofmeyr1-3/+3
2017-02-03lapd_core: Improve debug outputPhilipp Maier1-144/+190
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2017-01-27socket: Introduce function to obtain socket nameHarald Welte1-1/+43
2017-01-25OML: add external alertsMax1-0/+1
2017-01-24sim: Link to libtalloc as symbols of it are used hereHolger Hans Peter Freyther1-0/+1
2017-01-23ipa: Remove unneeded #include statementHarald Welte1-1/+0
2017-01-23disable various code if building for bare-iron embeddedHarald Welte2-0/+12
2017-01-19Add abis_nm_fail_evt_vrep to libosmogsm.mapMax1-0/+1
2017-01-18doc: fix doxygen 'utils' group closing braceNeels Hofmeyr1-1/+2
2017-01-17libosmogsm.map: fix typoMax1-1/+1
2017-01-16Mark deprecated function as suchMax1-0/+1
2017-01-15doc: clarify osmo_strlcpy() docNeels Hofmeyr1-5/+5
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1
2017-01-15configure.ac: Introduce --disable-ctrlHarald Welte1-0/+3