summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [WIP] prometheus module (with prometheus_vty)tv2019-12-291-0/+135
* Introduce helper functions for safe fork+exec of processesHarald Welte2019-12-172-0/+29
* usb: Import a variety of libusb utility functions from simtraceHarald Welte2019-12-161-0/+75
* libosmocore libusb integrationHarald Welte2019-12-162-0/+11
* debian, utils: switch to python 3Oliver Smith2019-12-121-1/+1
* core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy2019-12-113-3/+7
* gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte2019-12-091-0/+1
* add all missing OSMO_GSUP_TO_MSGT_*() macrosNeels Hofmeyr2019-11-281-0/+3
* Introduce fields related to DTAP DLCIPau Espin Pedrol2019-11-271-1/+28
* add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2019-11-241-0/+5
* vty_app_info.is_config_node: add OSMO_DEPRECATEDNeels Hofmeyr2019-11-241-1/+4
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-241-2/+7
* osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr2019-11-241-2/+8
* utils: add osmo_strnchr()Neels Hofmeyr2019-11-241-0/+1
* msgb_put: more elaborate logging of head/tailroom failureNeels Hofmeyr2019-11-241-3/+12
* fsm.h: add missing include of logging.hNeels Hofmeyr2019-11-241-0/+1
* GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr2019-11-241-1/+3
* utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr2019-11-231-0/+56
* cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr2019-11-231-1/+1
* logging.h: define ansi color constantsNeels Hofmeyr2019-11-231-0/+19
* add osmo_sockaddr_str_cmp()Neels Hofmeyr2019-11-212-0/+3
* fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr2019-11-111-2/+6
* GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy2019-11-091-0/+2
* select: Make file descriptor lists per-threadHarald Welte2019-11-071-0/+1
* gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_tPau Espin Pedrol2019-11-041-5/+28
* gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol2019-11-041-2/+1
* gsm: Fix compilation error under some compilersPau Espin Pedrol2019-11-042-2/+2
* gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol2019-11-031-1/+2
* add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr2019-11-011-0/+1
* cosmetic: gsm_04_08.h: Fix trailing whitespacePau Espin Pedrol2019-11-011-3/+3
* add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr2019-10-291-0/+1
* gsm0508: add functions to calculate beginning of a blockPhilipp Maier2019-10-281-0/+12
* socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-181-0/+7
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-091-0/+14
* tdef: Introduce min_val and max_val fieldsPau Espin Pedrol2019-10-071-0/+6
* API doc tweaks (mncc.h, gsm_08_08.h)Neels Hofmeyr2019-10-042-5/+7
* gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr2019-09-281-0/+7
* msgb: Allow size==headroom in msgb_alloc_headroom*()Pau Espin Pedrol2019-09-261-2/+2
* logging: Move extern declaration of osmo_log_target_list from logging.h to lo...Pau Espin Pedrol2019-09-202-1/+1
* ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier2019-09-201-2/+4
* cosmetic: Add comment on GSM-FR ECU structPhilipp Maier2019-09-201-0/+1
* cosmetic: Move comment to the right placePhilipp Maier2019-09-201-1/+1
* logging.h: add L1 SAPI related context and filterOliver Smith2019-09-181-0/+2
* logging_internal.h: Fix osmo_log_info definitionPau Espin Pedrol2019-09-171-1/+1
* tdef: fixup osmo_tdef_set()Neels Hofmeyr2019-09-111-1/+1
* tdef_vty.h: Add missing header dependenciesPau Espin Pedrol2019-09-071-0/+3
* tdef: Introduce API osmo_tdef_set()Pau Espin Pedrol2019-09-071-0/+1
* Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capabilityHarald Welte2019-09-051-0/+1
* gsm_08_58: Add vendor-specific Message Type for ETWS Primary WarningHarald Welte2019-09-051-0/+2
* codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte2019-09-021-0/+54