summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [WIP] prometheus module (with prometheus_vty)tv2019-12-292-1/+681
* Introduce helper functions for safe fork+exec of processesHarald Welte2019-12-172-0/+239
* usb: Import a variety of libusb utility functions from simtraceHarald Welte2019-12-161-1/+377
* libosmocore libusb integrationHarald Welte2019-12-162-0/+158
* gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"Harald Welte2019-12-152-0/+3
* debian, utils: switch to python 3Oliver Smith2019-12-121-1/+1
* sim: allow opening reader# > 0Eric Wild2019-12-091-3/+4
* gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte2019-12-091-4/+15
* gprs_ns_instantiate(): propagate errors from gprs_sns_init() to callerHarald Welte2019-12-011-2/+7
* libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy2019-11-301-2/+2
* libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy2019-11-301-0/+1
* 04.80: Deprecate gsm0480_create_ussd_resp()Harald Welte2019-11-301-0/+1
* Introduce fields related to DTAP DLCIPau Espin Pedrol2019-11-272-0/+8
* add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2019-11-241-17/+92
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-241-30/+24
* osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr2019-11-241-2/+16
* utils: add osmo_strnchr()Neels Hofmeyr2019-11-241-0/+22
* utils_test: add osmo_print_n_test()Neels Hofmeyr2019-11-241-0/+2
* GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr2019-11-241-1/+1
* fix osmo_escape_str_c() and osmo_quote_str_c()Neels Hofmeyr2019-11-231-30/+48
* osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr2019-11-231-6/+8
* fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr2019-11-231-1/+1
* logging.h: define ansi color constantsNeels Hofmeyr2019-11-231-8/+8
* libosmogsm: add support for XOR authenticationDaniel Willmann2019-11-222-1/+188
* utils.c: fix various inaccurate API doc about return valuesNeels Hofmeyr2019-11-211-4/+3
* add osmo_sockaddr_str_cmp()Neels Hofmeyr2019-11-211-0/+74
* logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy2019-11-211-1/+1
* logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy2019-11-211-1/+5
* logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy2019-11-211-1/+1
* logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy2019-11-211-2/+1
* logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy2019-11-201-1/+0
* GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy2019-11-092-0/+10
* select: Make file descriptor lists per-threadHarald Welte2019-11-071-3/+17
* gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol2019-11-041-2/+2
* gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol2019-11-032-0/+22
* add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr2019-11-011-0/+29
* fsm: refuse state chg and events after termNeels Hofmeyr2019-10-291-0/+15
* add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr2019-10-291-9/+47
* gprs_ns_vty: return success for disabled FR/GREOliver Smith2019-10-291-4/+0
* gsm0508: add functions to calculate beginning of a blockPhilipp Maier2019-10-282-0/+158
* vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol2019-10-281-2/+1
* socket.c: build multiaddr socket API helpers only if used by public APIsPau Espin Pedrol2019-10-241-0/+4
* socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-211-15/+15
* socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-182-2/+288
* tdef: Return correct snprintf value for osmo_tdef_range_str_buf()Pau Espin Pedrol2019-10-181-2/+4
* vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol2019-10-111-0/+4
* socket.c: Move glibc workarounds to same place in addrinfo_helper()Pau Espin Pedrol2019-10-101-19/+10
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-095-94/+199
* vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol2019-10-071-2/+6
* tdef: Introduce min_val and max_val fieldsPau Espin Pedrol2019-10-072-10/+81