aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2023-03-22WIP: 3GPP TS 29.018 definitions for Gs interfacelaforge/gsHarald Welte2-1/+91
2023-03-08gsm: TS 44.021 modified V.110 frame encoding/decoding supportHarald Welte3-1/+310
2023-03-07fix _thread orderEric1-1/+1
2023-03-06Makefile.am: Make libraries depend on .map filesHarald Welte1-0/+1
2023-03-06gsm: gsm_gsmtime2fn(): constify paramPau Espin Pedrol1-1/+1
2023-02-28add gsm0808_amr_modes_from_cfgNeels Hofmeyr2-0/+99
2023-02-28doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy4-5/+5
2023-02-27gsm0808_enc/dec_channel_type: fix transparent flagOliver Smith1-2/+2
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 Pedrol1-2/+1
2023-02-20gsm0808_enc_channel_type: Add spare byteMatan Perelman1-0/+1
2023-02-19gsm: fix invalid check in gsm48_decode_ssversion()Vadim Yanitskiy1-1/+1
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 Pedrol1-1/+1
2023-02-04Add SI10 supportMax1-1/+1
2023-01-30SI: add missing headerMax2-1/+2
2023-01-25SI: add RR short PD message typesMax1-0/+23
2023-01-25ASCI: add VBS/VGCS support to BTS features listMax1-0/+2
2023-01-21create libosmoisdn sub-libraryHarald Welte3-2628/+3
2023-01-18Fix all references to config.hPau Espin Pedrol4-4/+4
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-1/+1
2023-01-12gsm_utils: improve gsm_gsmtime2fn()Philipp Maier1-2/+13
2023-01-02gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const2023q1Vadim Yanitskiy1-2/+3
2022-12-14gsm0808: use new gsm0808_enc_speech_codec[_list]2() APIVadim Yanitskiy1-24/+84
2022-12-14gsm0808: add gsm0808_enc_speech_codec[_list]2()Vadim Yanitskiy2-22/+53
2022-12-14gsm0808: remove over-defensive assert()s for function parametersVadim Yanitskiy1-29/+0
2022-12-14gsm0808: remove redundant assert() in enc_speech_codec()Vadim Yanitskiy1-1/+0
2022-12-14gsm0808: remove unneeded assignment in enc_speech_codec()Vadim Yanitskiy1-1/+1
2022-12-14gsm0808: cosmetic: switch is not a functionVadim Yanitskiy1-1/+1
2022-11-26LAPD: move tx_hist code into static functionsMax1-20/+22
2022-11-24gsm: constify several readonly paramsPau Espin Pedrol2-2/+2
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy1-3/+3
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-3/+3
2022-10-26gsm0502: gsm0502_fn_remap(): use GSM_TDMA_FN_SUB() macroVadim Yanitskiy1-4/+1
2022-10-20{gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDENVadim Yanitskiy1-1/+1
2022-10-11LAPD: use bool for T200 reset flagsMax1-2/+4
2022-10-11LAPD: log unknown format valueMax1-1/+1
2022-10-11cosmetic: make linter happy with LAPD codeMax1-4/+2
2022-10-06Fix Typo in gsm0808_msgt_names[]Keith Whyte1-1/+1
2022-10-06Fix LCLS-CONNECT-CONTROL generationKeith Whyte1-1/+1
2022-08-09gsm: bts_features: Add missing entries to osmo_bts_features_namesPau Espin Pedrol1-0/+2
2022-08-09gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CIDPau Espin Pedrol1-0/+1