aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-22WIP V110laforge/libosmoisdnHarald Welte1-0/+330
2023-03-22utils: Add HDLC decode utilityHarald Welte2-0/+96
2023-03-22HACK: add minimalistic V.110 trace decoding programHarald Welte2-0/+125
2023-03-22WIP: Add software UART implementationHarald Welte5-0/+361
2023-03-22gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte1-0/+1
2023-03-17isdn: fix identical operands in v110_adapt_IR8000_to_2400()Vadim Yanitskiy1-1/+2
2023-03-17tests/v110: assert(user_data_chunk_bits) in test_ra1()Vadim Yanitskiy1-1/+4
2023-03-17gsmtap: add missing entries to gsmtap_type_names[]Vadim Yanitskiy1-0/+4
2023-03-15New osmo-gsmtap-logsend utilityHarald Welte4-1/+144
2023-03-14error log: osmo_sock_init2_multiaddr() v4/v6 mixNeels Hofmeyr2-5/+9
2023-03-14contrib/talloc_count.sh: improve hexadecimal maskingNeels Hofmeyr1-0/+1
2023-03-14fix 'make vty-test' for --disable-external-tests --enable-gbNeels Hofmeyr1-1/+1
2023-03-14fix 'make vty-test' for --disable-gbNeels Hofmeyr1-0/+5
2023-03-14on_dso_load_select: run after on_dso_load_ctxOliver Smith2-3/+4
2023-03-14logging.c: Sanitize calls to osmo_fd_unregister()Pau Espin Pedrol1-2/+3
2023-03-14tests/Makefile.am: Move LDADD to right positionPau Espin Pedrol1-67/+77
2023-03-14tests/Makefile.am: Drop duplicated libosmogb.la in LDADDPau Espin Pedrol1-2/+2
2023-03-14tests/Makefile.am: Move system libs at the end of listPau Espin Pedrol1-10/+15
2023-03-14select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the APIPau Espin Pedrol1-3/+15
2023-03-14configure.ac: Fix typo in enable flag descriptionPau Espin Pedrol1-1/+1
2023-03-14configure.ac: Fix logic enabling osmo_fd fd checksPau Espin Pedrol1-3/+3
2023-03-14select.c: Clarify osmo_fd_unregister() can only be called on registered osmo_fdsPau Espin Pedrol1-0/+1
2023-03-14select.c: Clarify osmo_fd_(un)register() API expectations of registered fdPau Espin Pedrol1-0/+6
2023-03-13select: Optimize osmo_fd_get_by_fdPau Espin Pedrol1-8/+44
2023-03-11utils/osmo-stat-dummy/Makefile.am: drop empty variablesVadim Yanitskiy1-2/+2
2023-03-11utils/Makefile.am: do not overwrite AM_CFLAGSVadim Yanitskiy1-3/+1
2023-03-11utils/Makefile.am: remove duplicate libosmogsm.laVadim Yanitskiy1-1/+1
2023-03-11coding: clean up Makefile.amVadim Yanitskiy1-4/+3
2023-03-10logging: Unregister osmo_fd before closing fdPau Espin Pedrol1-1/+1
2023-03-09cosmetic: stats_tcp: Fix typo in commentPau Espin Pedrol1-2/+4
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 Welte9-1/+458
2023-03-08isdn: Add V.110 encoder/decoderHarald Welte11-1/+1030
2023-03-07logging: remove log_initialized(void)Eric1-1/+0
2023-03-07fix _thread orderEric2-2/+2
2023-03-07gsm0502: add burst length definitions from chapter 5.2Vadim Yanitskiy1-0/+30
2023-03-06Makefile.am: Make libraries depend on .map filesHarald Welte6-0/+7
2023-03-06gsm: gsm_gsmtime2fn(): constify paramPau Espin Pedrol2-2/+2
2023-03-05libosmocore.map: Add two missing entries for gsmtap*2() APIHarald Welte1-0/+2
2023-03-03gsm0808: make CSD enum values consistent with RSLOliver Smith2-25/+25
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-28improve test output for gsm0808_sc_cfg_from_gsm48_mr_cfg()Neels Hofmeyr2-424/+468
2023-02-28add gsm0808_amr_modes_from_cfgNeels Hofmeyr3-0/+122
2023-02-28doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy11-14/+14
2023-02-28doxygen: remove documentation for non-existent paramsVadim Yanitskiy1-3/+1
2023-02-28contrib/struct_endianness.py: simplify file extension checkVadim Yanitskiy1-1/+1
2023-02-28libosmocore.map: add tall_{ctr/msgb}_ctxOliver Smith1-0/+2
2023-02-28GSMTAP: add missing parameter docstringsMax1-2/+4