aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-26tun: Fix potential unpaired call to osmo_netns_switch_exit()Pau Espin Pedrol1-1/+2
2023-01-25netdev: Fix compilation building with --disable-libmnlPau Espin Pedrol1-1/+31
2023-01-25Introduce tundev APIPau Espin Pedrol2-0/+572
2023-01-25Introduce netdev APIPau Espin Pedrol2-0/+906
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-24Introduce netns APIPau Espin Pedrol2-0/+209
2023-01-21isdndlc: Fix documentationHarald Welte1-4/+3
2023-01-21create libosmoisdn sub-libraryHarald Welte6-5/+55
2023-01-18Fix all references to config.hPau Espin Pedrol27-27/+29
2023-01-18Makefile.am: Remove unexsiting all_includes variablePau Espin Pedrol4-4/+4
2023-01-18src/core/Makefile.am: reformat SOURCES listPau Espin Pedrol1-23/+62
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol70-118/+132