aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr3-0/+82
2019-11-24msgb_put: more elaborate logging of head/tailroom failureNeels Hofmeyr1-3/+12
2019-11-24fsm.h: add missing include of logging.hNeels Hofmeyr1-0/+1
2019-11-24GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr2-2/+4
2019-11-23fix osmo_escape_str_c() and osmo_quote_str_c()Neels Hofmeyr1-30/+48
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr3-0/+154
2019-11-23osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr3-54/+58
2019-11-23cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr1-1/+1
2019-11-23fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr4-14/+33
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 Hofmeyr5-0/+678
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 Yanitskiy2-5/+6
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy6-2/+15
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-11fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr2-13/+17
2019-11-11test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.cNeels Hofmeyr2-0/+24
2019-11-09GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy4-0/+13
2019-11-07select: Make file descriptor lists per-threadHarald Welte2-3/+18
2019-11-04gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_tPau Espin Pedrol1-5/+28
2019-11-04gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol3-4/+23
2019-11-04gsm: Fix compilation error under some compilersPau Espin Pedrol2-2/+2
2019-11-03gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol5-1/+49
2019-11-01add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr4-0/+87
2019-11-01cosmetic: gsm_04_08.h: Fix trailing whitespacePau Espin Pedrol1-3/+3
2019-10-29fsm: refuse state chg and events after termNeels Hofmeyr2-1996/+307
2019-10-29add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr4-26/+3508
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 Maier7-0/+611
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol5-2/+29
2019-10-24configure: Introduce --disable-libsctp and error by default if libsctp not foundPau Espin Pedrol2-11/+18
2019-10-24socket.c: build multiaddr socket API helpers only if used by public APIsPau Espin Pedrol1-0/+4
2019-10-22libosmocore.pc.in: Append -lsctp to Libs.privatePau Espin Pedrol1-1/+1
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 Pedrol5-2/+307
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 Pedrol12-100/+709
2019-10-07vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol1-2/+6
2019-10-07tdef_test: verify case where osmo_tdef_set returns -EEXISTPau Espin Pedrol2-0/+4
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol8-13/+175
2019-10-04API doc tweaks (mncc.h, gsm_08_08.h)Neels Hofmeyr2-5/+7
2019-09-28gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr3-7/+49
2019-09-28cosmetic: clarify c_iflag in osmo_serial_init()Harald Welte1-1/+1
2019-09-28sim/class_tables: Fix typo in commentHarald Welte1-1/+1
2019-09-27gsm29205_test: fix error: missing braces around initializerVadim Yanitskiy1-1/+7