summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-33/+187
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-091-0/+18
* compiler warnings: take care of compiler warning "unused-result"Thorsten Alteholz2017-04-081-0/+7
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-081-0/+1
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-082-0/+57
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-082-0/+53
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-082-0/+34
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-082-0/+80
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-082-0/+73
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-082-0/+75
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-082-5/+58
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-082-0/+190
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-083-1/+125
* select: Find the highest fd when filling the fd_setsHolger Hans Peter Freyther2017-04-041-1/+12
* logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte2017-04-031-0/+20
* Fix LAPD UA message buffer memory leak.Jean-Francois Dionne2017-03-291-5/+5
* Add support for PCU version reportMax2017-03-231-0/+1
* abis: add message type namesMax2017-03-222-0/+104
* abis: add attribute namesMax2017-03-212-0/+72
* build: fix build dependencies for generated sourcesNeels Hofmeyr2017-03-201-1/+3
* build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr2017-03-201-0/+1
* logging: fail gracefully if log_info() was not calledHarald Welte2017-03-161-0/+21
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-162-0/+202
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-162-0/+20
* auth_milenage: fix check against too large indNeels Hofmeyr2017-03-161-1/+1
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-151-1/+2
* fix wrong return codeThorsten Alteholz2017-03-151-1/+1
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-1/+66
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-151-3/+9
* lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte2017-03-151-28/+33
* build: cosmetic: coding: break a CPPFLAGS lineNeels Hofmeyr2017-03-131-1/+3
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-078-0/+5555
* ctrl_type_vals: fix range checkNeels Hofmeyr2017-03-061-1/+1
* Check for proper lapdm_datalink entityMax2017-03-021-2/+8
* fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr2017-03-021-0/+1
* Handle replies in ctrl_cmd_handle()Max2017-03-011-0/+17
* Use value_string for ctrl_typeMax2017-03-011-32/+13
* Fix client-side ctrl interface helpersMax2017-03-011-40/+1
* Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther2017-02-271-0/+2
* libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte2017-02-231-1/+1
* Expand and expose ctrl connection allocationMax2017-02-231-5/+51
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-237-43/+43
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-228-48/+49
* fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr2017-02-221-1/+8
* gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr2017-02-211-2/+2
* Document ctrl_interface_setup_dynip() functionMax2017-02-191-0/+8
* fix: gprs_bssgp_vty: logging filter: wrong constantNeels Hofmeyr2017-02-171-1/+1
* gsup: add osmo_gsup_message_type_name()Neels Hofmeyr2017-02-152-0/+30
* osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2017-02-141-9/+22
* cosmetic: replace fprintf with LOGPPhilipp Maier2017-02-091-8/+12