aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-02gsmtap.h: Add definitions for various ISDN sub-typesHarald Welte1-0/+5
2022-11-24gsm: constify several readonly paramsPau Espin Pedrol2-3/+3
2022-11-20Add define for unset Frame NumberMax1-0/+1
2022-11-07vty/logging.h: Avoid -Werror=pragmas error in C++ codeHarald Welte1-0/+1
2022-11-06Disable -Wstrict-prototypes for logging_vty_add_cmds()Harald Welte1-1/+6
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte6-11/+11
2022-10-25msgb: introduce extended copy functionsMax1-0/+2
2022-10-16logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtranHarald Welte1-1/+3
2022-10-16allocate VTY port number 4270 for osmo-isdntapHarald Welte1-0/+1
2022-10-11cosmetic: remove trailing spaceMax1-1/+1
2022-10-06msgb: do not use msgb_l4 instead of msgb_smsPhilipp Maier1-1/+1
2022-10-06msgb: assert msgb->lXh to be not NULLPhilipp Maier1-0/+4
2022-10-04socket: Introduce API osmo_sockaddr_is_anyPau Espin Pedrol1-0/+1
2022-10-04socket.h: Reorder sockaddr APIs to have them all togetherPau Espin Pedrol1-25/+25
2022-10-04gsm0502: use parentheses in GSM_TDMA_FN_{SUM,SUB} macrosVadim Yanitskiy1-2/+2
2022-09-29include: use '#pragma once' everywhereVadim Yanitskiy5-20/+5
2022-09-28gb: add bssgp2_enc_flush_ll encode FLUSH-LLAlexander Couzens1-0/+2
2022-09-25comments: gsm_08_08.h: AMR cfg: explain in much more detailNeels Hofmeyr1-5/+48
2022-09-08utils.h: protect param with parenthesis in OSMO_BYTES_FOR_BITS()Pau Espin Pedrol1-1/+1
2022-08-17Revert "Add function to guess AF_UNSPEC address"neels1-1/+0
2022-08-17Revert "Add osmo_sockaddr_strs_to_str()"neels1-9/+6
2022-08-14Add osmo_sockaddr_strs_to_str()Max1-6/+9
2022-08-09Add function to guess AF_UNSPEC addressMax1-0/+1
2022-08-09gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CIDPau Espin Pedrol1-0/+1
2022-08-09gsm: Add BTS feature for OsmuxPau Espin Pedrol1-0/+1
2022-08-08tlv.h: Fix TLVP_PRESENT returning a pointer instead of a booleanPau Espin Pedrol1-1/+1
2022-08-08cosmetic: tlv.h: Fix trailing whistespacePau Espin Pedrol1-2/+2
2022-08-08enrich API doc for gsm0808_speech_codecNeels Hofmeyr1-1/+6
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-1/+2
2022-07-29fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer constVadim Yanitskiy1-3/+3
2022-07-25gsm_23_041.h: Define CBS ETWS Warning Type valuesPau Espin Pedrol1-0/+10
2022-06-09cbsp: Add enum and value string for CausePau Espin Pedrol1-1/+25
2022-05-27coding: add gsm0503_detect_a[fh]s_dtx_frame2()Vadim Yanitskiy1-2/+9
2022-05-25cosmetic: iuup.h: Fix indentationPau Espin Pedrol1-3/+3
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol1-4/+10
2022-05-08stats: Functions with no arguments should specify(void)Harald Welte1-1/+1
2022-05-04gsm_12_21.h: Add header description pointing to TS filesPau Espin Pedrol1-0/+1
2022-05-04gsm_12_21.h: Fix abis_nm_avail_state InTest and Failed valuesPau Espin Pedrol1-1/+3
2022-04-28cosmetic: logging.h: fix indentationPau Espin Pedrol1-1/+1
2022-04-28vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters'Harald Welte1-2/+10
2022-04-26gsm: Introduce helper rach_tx_integer_raw2val()Pau Espin Pedrol1-0/+7
2022-04-05jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol1-2/+2
2022-03-30bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledgedDaniel Willmann1-0/+2
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy1-1/+26
2022-03-18cosmetic: gsm_08_08.h: Add space between assignment sidesPau Espin Pedrol1-1/+1
2022-03-13Cosmetic: linuxlist.h: fix misleading commentOliver Smith1-2/+1
2022-03-01add osmo_sockaddr_set_port()Neels Hofmeyr1-0/+1
2022-02-28BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr1-1/+5
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol3-2/+12
2022-02-09core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERTVadim Yanitskiy1-1/+1