aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte2-0/+29
2019-12-16usb: Import a variety of libusb utility functions from simtraceHarald Welte1-0/+75
2019-12-16libosmocore libusb integrationHarald Welte2-0/+11
2019-12-12debian, utils: switch to python 3Oliver Smith1-1/+1
2019-12-11core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy3-3/+7
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte1-0/+1
2019-11-28add all missing OSMO_GSUP_TO_MSGT_*() macrosNeels Hofmeyr1-0/+3
2019-11-27Introduce fields related to DTAP DLCIPau Espin Pedrol1-1/+28
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr1-0/+5
2019-11-24vty_app_info.is_config_node: add OSMO_DEPRECATEDNeels Hofmeyr1-1/+4
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-2/+7
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr1-2/+8
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr1-0/+1
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 Hofmeyr1-1/+3
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr1-0/+56
2019-11-23cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr1-0/+19
2019-11-21add osmo_sockaddr_str_cmp()Neels Hofmeyr2-0/+3
2019-11-11fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr1-2/+6
2019-11-09GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy1-0/+2
2019-11-07select: Make file descriptor lists per-threadHarald Welte1-0/+1
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 Pedrol1-2/+1
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 Pedrol1-1/+2
2019-11-01add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr1-0/+1
2019-11-01cosmetic: gsm_04_08.h: Fix trailing whitespacePau Espin Pedrol1-3/+3
2019-10-29add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr1-0/+1
2019-10-28gsm0508: add functions to calculate beginning of a blockPhilipp Maier1-0/+12
2019-10-18socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol1-0/+7
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-0/+14
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol1-0/+6
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 Hofmeyr1-0/+7
2019-09-26msgb: Allow size==headroom in msgb_alloc_headroom*()Pau Espin Pedrol1-2/+2
2019-09-20logging: Move extern declaration of osmo_log_target_list from logging.h to lo...Pau Espin Pedrol2-1/+1
2019-09-20ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier1-2/+4
2019-09-20cosmetic: Add comment on GSM-FR ECU structPhilipp Maier1-0/+1
2019-09-20cosmetic: Move comment to the right placePhilipp Maier1-1/+1
2019-09-18logging.h: add L1 SAPI related context and filterOliver Smith1-0/+2
2019-09-17logging_internal.h: Fix osmo_log_info definitionPau Espin Pedrol1-1/+1
2019-09-11tdef: fixup osmo_tdef_set()Neels Hofmeyr1-1/+1
2019-09-07tdef_vty.h: Add missing header dependenciesPau Espin Pedrol1-0/+3
2019-09-07tdef: Introduce API osmo_tdef_set()Pau Espin Pedrol1-0/+1
2019-09-05Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capabilityHarald Welte1-0/+1
2019-09-05gsm_08_58: Add vendor-specific Message Type for ETWS Primary WarningHarald Welte1-0/+2
2019-09-02codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte1-0/+54
2019-08-31cbsp: Fix endless loop iteration when decoding cell list IEsHarald Welte1-0/+1