aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP V110laforge/libosmoisdnHarald Welte2023-03-221-0/+330
* utils: Add HDLC decode utilityHarald Welte2023-03-222-0/+96
* HACK: add minimalistic V.110 trace decoding programHarald Welte2023-03-222-0/+125
* WIP: Add software UART implementationHarald Welte2023-03-225-0/+361
* gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte2023-03-221-0/+1
* isdn: fix identical operands in v110_adapt_IR8000_to_2400()Vadim Yanitskiy2023-03-171-1/+2
* tests/v110: assert(user_data_chunk_bits) in test_ra1()Vadim Yanitskiy2023-03-171-1/+4
* gsmtap: add missing entries to gsmtap_type_names[]Vadim Yanitskiy2023-03-171-0/+4
* New osmo-gsmtap-logsend utilityHarald Welte2023-03-154-1/+144
* error log: osmo_sock_init2_multiaddr() v4/v6 mixNeels Hofmeyr2023-03-142-5/+9
* contrib/talloc_count.sh: improve hexadecimal maskingNeels Hofmeyr2023-03-141-0/+1
* fix 'make vty-test' for --disable-external-tests --enable-gbNeels Hofmeyr2023-03-141-1/+1
* fix 'make vty-test' for --disable-gbNeels Hofmeyr2023-03-141-0/+5
* on_dso_load_select: run after on_dso_load_ctxOliver Smith2023-03-142-3/+4
* logging.c: Sanitize calls to osmo_fd_unregister()Pau Espin Pedrol2023-03-141-2/+3
* tests/Makefile.am: Move LDADD to right positionPau Espin Pedrol2023-03-141-67/+77
* tests/Makefile.am: Drop duplicated libosmogb.la in LDADDPau Espin Pedrol2023-03-141-2/+2
* tests/Makefile.am: Move system libs at the end of listPau Espin Pedrol2023-03-141-10/+15
* select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the APIPau Espin Pedrol2023-03-141-3/+15
* configure.ac: Fix typo in enable flag descriptionPau Espin Pedrol2023-03-141-1/+1
* configure.ac: Fix logic enabling osmo_fd fd checksPau Espin Pedrol2023-03-141-3/+3
* select.c: Clarify osmo_fd_unregister() can only be called on registered osmo_fdsPau Espin Pedrol2023-03-141-0/+1
* select.c: Clarify osmo_fd_(un)register() API expectations of registered fdPau Espin Pedrol2023-03-141-0/+6
* select: Optimize osmo_fd_get_by_fdPau Espin Pedrol2023-03-131-8/+44
* utils/osmo-stat-dummy/Makefile.am: drop empty variablesVadim Yanitskiy2023-03-111-2/+2
* utils/Makefile.am: do not overwrite AM_CFLAGSVadim Yanitskiy2023-03-111-3/+1
* utils/Makefile.am: remove duplicate libosmogsm.laVadim Yanitskiy2023-03-111-1/+1
* coding: clean up Makefile.amVadim Yanitskiy2023-03-111-4/+3
* logging: Unregister osmo_fd before closing fdPau Espin Pedrol2023-03-101-1/+1
* cosmetic: stats_tcp: Fix typo in commentPau Espin Pedrol2023-03-091-2/+4
* 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