aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-22WIP: 3GPP TS 29.018 definitions for Gs interfacelaforge/gsHarald Welte2-0/+135
2023-03-08gsm_08_58: Document IPAC RTP CSD modes in at least a few wordsHarald Welte1-4/+4
2023-03-08gsm: TS 44.021 modified V.110 frame encoding/decoding supportHarald Welte2-0/+9
2023-03-08isdn: Add V.110 encoder/decoderHarald Welte2-0/+51
2023-03-07logging: remove log_initialized(void)Eric1-1/+0
2023-03-07fix _thread orderEric1-1/+1
2023-03-07gsm0502: add burst length definitions from chapter 5.2Vadim Yanitskiy1-0/+30
2023-03-06gsm: gsm_gsmtime2fn(): constify paramPau Espin Pedrol1-1/+1
2023-03-03gsm0808: make CSD enum values consistent with RSLOliver Smith1-20/+20
2023-03-03rsl: RSL_CMOD_CSD_T: make enum values consistentOliver Smith1-7/+14
2023-03-03rsl: put values for Channel Mode into enumsOliver Smith1-41/+49
2023-03-02Add osmo_sockaddr_size() to return the size of the variant usedDaniel Willmann1-0/+23
2023-02-28add gsm0808_amr_modes_from_cfgNeels Hofmeyr1-0/+23
2023-02-28doxygen: remove documentation for non-existent paramsVadim Yanitskiy1-3/+1
2023-02-27msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]()Vadim Yanitskiy1-2/+2
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