aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-24i460_mux: add define constant for maximum number of subchannelsPhilipp Maier1-1/+3
2023-02-24gsm: ensure completeness of osmo_bts_features_{descs,names}[]Vadim Yanitskiy1-1/+1
2023-02-22add osmo_prim_operation_name()Neels Hofmeyr1-1/+5
2023-02-22Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3GHarald Welte1-1/+4
2023-02-21Implement the XOR-2G authentication algorithmHarald Welte1-0/+1
2023-02-20Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/Pau Espin Pedrol5-253/+258
2023-02-20GSMTAP: add gsmtap_source_init*2()Max1-0/+4
2023-02-20Run struct_endianness.pyOliver Smith1-0/+1
2023-02-20gsm_04_60.h: Better describe origin of enum osmo_gprs_nmoPau Espin Pedrol1-1/+2
2023-02-18i460_mux: make osmo_i460_subchan_count publicPhilipp Maier1-0/+2
2023-02-17Fix typo endianess -> endiannessOliver Smith15-93/+93
2023-02-13gsm0808_enc/dec_channel_type: support dataOliver Smith1-0/+55
2023-02-09gsm0808_chan_indicator: add SPEECH_CTM_TEXT_TELEPHONYOliver Smith1-0/+1
2023-02-04Add SI10 supportMax1-0/+14
2023-01-31gsm_08_08.h: fix typo in GSM0808_DATA_FULL_PREFOliver Smith1-1/+2
2023-01-30SI: add missing headerMax1-0/+1
2023-01-25Introduce tundev APIPau Espin Pedrol2-0/+44
2023-01-25Introduce netdev APIPau Espin Pedrol2-0/+50
2023-01-25SI: add RR short PD message typesMax1-0/+15
2023-01-25ASCI: add VBS/VGCS support to BTS features listMax1-0/+2
2023-01-24Introduce netns APIPau Espin Pedrol2-0/+25
2023-01-21create libosmoisdn sub-libraryHarald Welte6-291/+301
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol14-225/+292
2023-01-17socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen()Pau Espin Pedrol1-0/+2
2023-01-12uitils: add floored and euclidian modulo functionsPhilipp Maier1-0/+12
2023-01-09libosmocore: Deprecate APIs telnet_init(_dynip)()arehbein1-2/+6
2023-01-02gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const2023q1Vadim Yanitskiy1-2/+3
2022-12-20ctrl: add optional port to bind commandMax2-3/+9
2022-12-14gsm0808: add gsm0808_enc_speech_codec[_list]2()Vadim Yanitskiy1-3/+8
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