aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix gsm0808_sc_cfg <-> gsm48_mr_cfg conversionneels/codecsNeels Hofmeyr2023-03-097-170/+211
* gsm_08_58: Document IPAC RTP CSD modes in at least a few wordsHarald Welte2023-03-081-4/+4
* gsm: TS 44.021 modified V.110 frame encoding/decoding supportHarald Welte2023-03-089-1/+458
* isdn: Add V.110 encoder/decoderHarald Welte2023-03-0811-1/+1030
* logging: remove log_initialized(void)Eric2023-03-071-1/+0
* fix _thread orderEric2023-03-072-2/+2
* gsm0502: add burst length definitions from chapter 5.2Vadim Yanitskiy2023-03-071-0/+30
* Makefile.am: Make libraries depend on .map filesHarald Welte2023-03-066-0/+7
* gsm: gsm_gsmtime2fn(): constify paramPau Espin Pedrol2023-03-062-2/+2
* libosmocore.map: Add two missing entries for gsmtap*2() APIHarald Welte2023-03-051-0/+2
* gsm0808: make CSD enum values consistent with RSLOliver Smith2023-03-032-25/+25
* rsl: RSL_CMOD_CSD_T: make enum values consistentOliver Smith2023-03-031-7/+14
* rsl: put values for Channel Mode into enumsOliver Smith2023-03-031-41/+49
* Add osmo_sockaddr_size() to return the size of the variant usedDaniel Willmann2023-03-021-0/+23
* improve test output for gsm0808_sc_cfg_from_gsm48_mr_cfg()Neels Hofmeyr2023-02-282-424/+468
* add gsm0808_amr_modes_from_cfgNeels Hofmeyr2023-02-283-0/+122
* doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy2023-02-2811-14/+14
* doxygen: remove documentation for non-existent paramsVadim Yanitskiy2023-02-281-3/+1
* contrib/struct_endianness.py: simplify file extension checkVadim Yanitskiy2023-02-281-1/+1
* libosmocore.map: add tall_{ctr/msgb}_ctxOliver Smith2023-02-281-0/+2
* GSMTAP: add missing parameter docstringsMax2023-02-281-2/+4
* Add libosmocore.mapDaniel Willmann2023-02-273-1/+573
* gsm0808_enc/dec_channel_type: fix transparent flagOliver Smith2023-02-272-7/+7
* Interleaving for CSDHarald Welte2023-02-272-0/+54
* doxygen: also generate documentation for libosmo{sim,usb}Vadim Yanitskiy2023-02-2710-12/+3563
* debian/control: fix typoVadim Yanitskiy2023-02-271-1/+1
* debian/control: make libosmocore-doc depend on libosmo{ctrl,gb}-docVadim Yanitskiy2023-02-271-1/+3
* gsm: use OSMO_ASSERT() in osmo_iuup_msgb_alloc_c()Vadim Yanitskiy2023-02-271-1/+1
* msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]()Vadim Yanitskiy2023-02-271-2/+2
* convolutional coding for CSDHarald Welte2023-02-253-0/+123
* gsm/{bsslap,bssmap_le}: zero-initialize structs using memset()Vadim Yanitskiy2023-02-252-9/+10
* i460_mux: add define constant for maximum number of subchannelsPhilipp Maier2023-02-241-1/+3
* gsm: ensure completeness of osmo_bts_features_{descs,names}[]Vadim Yanitskiy2023-02-242-1/+8
* gsm: add missing features to osmo_bts_features_names[]Vadim Yanitskiy2023-02-241-0/+2
* add osmo_prim_operation_name()Neels Hofmeyr2023-02-221-1/+5
* Rename OSMO_AUTH_ALG_XOR to OSMO_AUTH_ALG_XOR_3GHarald Welte2023-02-223-4/+7
* New unit test for XOR-2G authenticationHarald Welte2023-02-224-0/+94
* Implement the XOR-2G authentication algorithmHarald Welte2023-02-214-1/+82
* tests: add test_gsm0808_enc_dec_channel_type_signOliver Smith2023-02-211-0/+28
* gsm0808_dec_channel_type: fix dec of ch_rate_typeOliver Smith2023-02-211-1/+1
* libosmogb.pc.in: Fix missing dependency on libosmogsmPau Espin Pedrol2023-02-201-1/+1
* Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/Pau Espin Pedrol2023-02-208-258/+261
* gsmtap_util: remove whitespace at the end of linePhilipp Maier2023-02-201-1/+1
* GSMTAP: add gsmtap_source_init*2()Max2023-02-202-4/+49
* gsm0808_enc_channel_type: Add spare byteMatan Perelman2023-02-201-0/+1
* Run struct_endianness.pyOliver Smith2023-02-201-0/+1
* gsm_04_60.h: Better describe origin of enum osmo_gprs_nmoPau Espin Pedrol2023-02-201-1/+2
* GSMTAP: fix typoMax2023-02-201-1/+1
* gsm: fix invalid check in gsm48_decode_ssversion()Vadim Yanitskiy2023-02-191-1/+1
* i460_mux: make osmo_i460_subchan_count publicPhilipp Maier2023-02-183-2/+7