aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-22gsm_08_58.h: Add 'struct rsl_ie_nch_drx_info'Harald Welte1-0/+17
2023-05-22cosmetic: Fix spec reference in RSL header fileHarald Welte1-1/+1
2023-05-22Add osmo_gsm48_si1ro_nch_pos_{encode,decode} functionsHarald Welte1-0/+3
2023-05-20coding: declare gsm0503_tch_f96_[de]interleave()Vadim Yanitskiy1-0/+3
2023-05-19osmo_io: Improve handling and documentation of segmentation_cbDaniel Willmann1-2/+6
2023-05-19core: Add function to update osmo_io_ops field for osmo_io_fdarehbein1-0/+2
2023-05-17codec: replace GSM-FR ECU with new implementationMychaela N. Falconia1-1/+1
2023-05-10codec: add osmo_gsm611_silence_frame[] datumMychaela N. Falconia1-0/+2
2023-05-10Add osmo_io with initial poll backendHarald Welte3-1/+93
2023-05-09codec: add osmo_{fr,efr}_is_any_sid() inline functionsMychaela N. Falconia1-0/+27
2023-05-06gsm: add osmo_mobile_identity_decode_from_l3_buf()Neels Hofmeyr1-0/+2
2023-05-06vty: move struct vty_parent_node to private APINeels Hofmeyr1-15/+0
2023-05-06vty: fix vty->index for implicit go_parent_nodeNeels Hofmeyr1-0/+1
2023-05-04codec: add define constants for RFC5993 and TS101318Philipp Maier1-0/+4
2023-04-27gb: ns2: Rename parameter name in gprs_ns2_nsvc_by_sockaddr_bind()Pau Espin Pedrol1-1/+1
2023-04-25gsm_04_08_gprs.h: Add enum field for GMM 'P-TMSI type' IEPau Espin Pedrol1-0/+1
2023-04-17codec: add SID preening functions for FR & EFRMychaela N. Falconia1-0/+2
2023-04-16codec: add SID classification functions per GSM 06.31 & 06.81Mychaela N. Falconia1-0/+11
2023-04-13gsm_04_08_gprs.h: Add missing GMM IEs for T3302 and T3346Pau Espin Pedrol1-0/+2
2023-03-31core: remove unnecessary #include <osmocom/core/talloc.h>Vadim Yanitskiy2-5/+2
2023-03-28gsm: Add missing TS 24.008 SM layer IEsPau Espin Pedrol1-0/+9
2023-03-25codec: add osmo_efr_check_sid() functionMychaela N. Falconia1-0/+1
2023-03-24rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2()Harald Welte1-0/+9
2023-03-24gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte1-0/+1
2023-03-23gsm0808: handle new enum gsm48_chan_mode speech/data valuesVadim Yanitskiy1-28/+56
2023-03-23gsm_04_08: add more enum gsm48_chan_mode data valuesVadim Yanitskiy1-0/+19
2023-03-23gsm_04_08: add more enum gsm48_chan_mode speech valuesVadim Yanitskiy1-1/+7
2023-03-23gsm_04_08: document/clarify enum gsm48_chan_mode valuesVadim Yanitskiy1-2/+17
2023-03-22Fix parsing of TLV_TYPE_SINGLE_TVPau Espin Pedrol1-5/+10
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