aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2-0/+53
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2-0/+34
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier2-0/+80
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier2-0/+73
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier2-0/+75
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2-5/+58
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2-0/+190
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier3-1/+125
2017-04-04select: Find the highest fd when filling the fd_setsHolger Hans Peter Freyther1-1/+12
2017-04-03logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte1-0/+20
2017-03-29Fix LAPD UA message buffer memory leak.Jean-Francois Dionne1-5/+5
2017-03-23Add support for PCU version reportMax1-0/+1
2017-03-22abis: add message type namesMax2-0/+104
2017-03-21abis: add attribute namesMax2-0/+72
2017-03-20build: fix build dependencies for generated sourcesNeels Hofmeyr1-1/+3
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