aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-23statsd: do not omit index==0 when sending stat item groupsKirill Zakharenko1-14/+6
2020-03-06WIP: gb: Standard-compliant Static Gb over IPAlexander Chemeris1-15/+40
2020-01-02Bump version: 1.2.0.108-c6a8-dirty → 1.3.01.3.0Pau Espin Pedrol6-6/+6
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte2-0/+239
2019-12-16usb: Import a variety of libusb utility functions from simtraceHarald Welte1-1/+377
2019-12-16libosmocore libusb integrationHarald Welte2-0/+158
2019-12-15gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"Harald Welte2-0/+3
2019-12-12debian, utils: switch to python 3Oliver Smith1-1/+1
2019-12-09sim: allow opening reader# > 0Eric Wild1-3/+4
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte1-4/+15
2019-12-01gprs_ns_instantiate(): propagate errors from gprs_sns_init() to callerHarald Welte1-2/+7
2019-11-30libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy1-2/+2
2019-11-30libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy1-0/+1
2019-11-3004.80: Deprecate gsm0480_create_ussd_resp()Harald Welte1-0/+1
2019-11-27Introduce fields related to DTAP DLCIPau Espin Pedrol2-0/+8
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr1-17/+92
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-30/+24
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr1-2/+16
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr1-0/+22
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr1-0/+2
2019-11-24GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr1-1/+1
2019-11-23fix osmo_escape_str_c() and osmo_quote_str_c()Neels Hofmeyr1-30/+48
2019-11-23osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr1-6/+8
2019-11-23fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr1-8/+8
2019-11-22libosmogsm: add support for XOR authenticationDaniel Willmann2-1/+188
2019-11-21utils.c: fix various inaccurate API doc about return valuesNeels Hofmeyr1-4/+3
2019-11-21add osmo_sockaddr_str_cmp()Neels Hofmeyr1-0/+74
2019-11-21logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy1-1/+1
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy1-1/+5
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy1-1/+1
2019-11-21logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy1-2/+1
2019-11-20logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy1-1/+0
2019-11-09GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy2-0/+10
2019-11-07select: Make file descriptor lists per-threadHarald Welte1-3/+17
2019-11-04gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol1-2/+2
2019-11-03gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol2-0/+22
2019-11-01add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr1-0/+29
2019-10-29fsm: refuse state chg and events after termNeels Hofmeyr1-0/+15
2019-10-29add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr1-9/+47
2019-10-29gprs_ns_vty: return success for disabled FR/GREOliver Smith1-4/+0
2019-10-28gsm0508: add functions to calculate beginning of a blockPhilipp Maier2-0/+158
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol1-2/+1
2019-10-24socket.c: build multiaddr socket API helpers only if used by public APIsPau Espin Pedrol1-0/+4
2019-10-21socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()Pau Espin Pedrol1-15/+15
2019-10-18socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol2-2/+288
2019-10-18tdef: Return correct snprintf value for osmo_tdef_range_str_buf()Pau Espin Pedrol1-2/+4
2019-10-11vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol1-0/+4
2019-10-10socket.c: Move glibc workarounds to same place in addrinfo_helper()Pau Espin Pedrol1-19/+10
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol5-94/+199