aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-22WIP: 3GPP TS 29.018 definitions for Gs interfacelaforge/gsHarald Welte2-1/+91
2023-03-17isdn: fix identical operands in v110_adapt_IR8000_to_2400()Vadim Yanitskiy1-1/+2
2023-03-17gsmtap: add missing entries to gsmtap_type_names[]Vadim Yanitskiy1-0/+4
2023-03-14error log: osmo_sock_init2_multiaddr() v4/v6 mixNeels Hofmeyr1-1/+5
2023-03-14on_dso_load_select: run after on_dso_load_ctxOliver Smith2-3/+4
2023-03-14logging.c: Sanitize calls to osmo_fd_unregister()Pau Espin Pedrol1-2/+3
2023-03-14select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the APIPau Espin Pedrol1-3/+15
2023-03-14select.c: Clarify osmo_fd_unregister() can only be called on registered osmo_fdsPau Espin Pedrol1-0/+1
2023-03-14select.c: Clarify osmo_fd_(un)register() API expectations of registered fdPau Espin Pedrol1-0/+6
2023-03-13select: Optimize osmo_fd_get_by_fdPau Espin Pedrol1-8/+44
2023-03-11coding: clean up Makefile.amVadim Yanitskiy1-4/+3
2023-03-10logging: Unregister osmo_fd before closing fdPau Espin Pedrol1-1/+1
2023-03-09cosmetic: stats_tcp: Fix typo in commentPau Espin Pedrol1-2/+4
2023-03-08gsm: TS 44.021 modified V.110 frame encoding/decoding supportHarald Welte3-1/+310
2023-03-08isdn: Add V.110 encoder/decoderHarald Welte3-1/+592
2023-03-07fix _thread orderEric1-1/+1
2023-03-06Makefile.am: Make libraries depend on .map filesHarald Welte6-0/+7
2023-03-06gsm: gsm_gsmtime2fn(): constify paramPau Espin Pedrol1-1/+1
2023-03-05libosmocore.map: Add two missing entries for gsmtap*2() APIHarald Welte1-0/+2
2023-02-28add gsm0808_amr_modes_from_cfgNeels Hofmeyr2-0/+99
2023-02-28doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy11-14/+14
2023-02-28libosmocore.map: add tall_{ctr/msgb}_ctxOliver Smith1-0/+2
2023-02-28GSMTAP: add missing parameter docstringsMax1-2/+4
2023-02-27Add libosmocore.mapDaniel Willmann2-1/+571
2023-02-27gsm0808_enc/dec_channel_type: fix transparent flagOliver Smith1-2/+2
2023-02-27Interleaving for CSDHarald Welte2-0/+54
2023-02-27gsm: use OSMO_ASSERT() in osmo_iuup_msgb_alloc_c()Vadim Yanitskiy1-1/+1
2023-02-25convolutional coding for CSDHarald Welte1-0/+4
2023-02-25gsm/{bsslap,bssmap_le}: zero-initialize structs using memset()Vadim Yanitskiy2-9/+10
2023-02-24gsm: ensure completeness of osmo_bts_features_{descs,names}[]Vadim Yanitskiy1-0/+7
2023-02-24gsm: add missing features to osmo_bts_features_names[]Vadim Yanitskiy1-0/+2
2023-02-22Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3GHarald Welte2-3/+3
2023-02-21Implement the XOR-2G authentication algorithmHarald Welte3-1/+81
2023-02-21gsm0808_dec_channel_type: fix dec of ch_rate_typeOliver Smith1-1/+1
2023-02-20Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/Pau Espin Pedrol2-5/+2
2023-02-20gsmtap_util: remove whitespace at the end of linePhilipp Maier1-1/+1
2023-02-20GSMTAP: add gsmtap_source_init*2()Max1-4/+45
2023-02-20gsm0808_enc_channel_type: Add spare byteMatan Perelman1-0/+1
2023-02-20GSMTAP: fix typoMax1-1/+1
2023-02-19gsm: fix invalid check in gsm48_decode_ssversion()Vadim Yanitskiy1-1/+1
2023-02-18i460_mux: make osmo_i460_subchan_count publicPhilipp Maier2-2/+5
2023-02-17Fix typo endianess -> endiannessOliver Smith1-1/+1
2023-02-16i460_mux.c fix apidocPhilipp Maier1-9/+8
2023-02-15socket: propagate error in osmo_sock_unix_init() to the callerMax1-4/+4
2023-02-13gsm0808_enc/dec_channel_type: support dataOliver Smith1-18/+84
2023-02-09gsm0808_dec_channel_type: add missing len checkOliver Smith1-0/+3
2023-02-07Bump version: 1.7.0.119-b31a-dirty → 1.8.01.8.0osmith/1.8.1Pau Espin Pedrol6-6/+6
2023-02-04Add SI10 supportMax1-1/+1
2023-02-02gprs_ns2_fr: use osmo_netdev to monitor and operate network devicePau Espin Pedrol4-138/+65
2023-01-30SI: add missing headerMax2-1/+2