aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add utils/osmo-gsm-sharkneels/sockNeels Hofmeyr2023-04-153-0/+3596
* add osmo_sockaddr_str_from_128()Neels Hofmeyr2023-04-153-0/+21
* logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681Neels Hofmeyr2023-04-154-3/+16
* logging vty: add 'logging print timestamp', deprecate other timestamp cmdsNeels Hofmeyr2023-04-156-40/+136
* logging: use enum to set timestamp formatNeels Hofmeyr2023-04-1513-51/+104
* logging_vty.c: rename static functionNeels Hofmeyr2023-04-151-4/+4
* logging: test timestamp formatsNeels Hofmeyr2023-04-152-0/+36
* logging: add 'logging timezone (localtime|utc)'Neels Hofmeyr2023-04-156-12/+97
* logging vty: probe 'print' and 'logging timestamp' cmdsNeels Hofmeyr2023-04-151-0/+96
* gsm_04_08_gprs.h: Add missing GMM IEs for T3302 and T3346Pau Espin Pedrol2023-04-131-0/+2
* logging: print talloc report on exit from vty testMax2023-04-051-3/+3
* core: remove unnecessary #include <osmocom/core/talloc.h>Vadim Yanitskiy2023-03-314-8/+5
* fixup (partial revert): "coding: clean up Makefile.am"Vadim Yanitskiy2023-03-311-1/+1
* tests: make VTY tests depend on the respective binariesVadim Yanitskiy2023-03-301-5/+7
* gsm: Add missing TS 24.008 SM layer IEsPau Espin Pedrol2023-03-281-0/+9
* codec: add osmo_efr_check_sid() functionMychaela N. Falconia2023-03-252-0/+45
* rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2()Harald Welte2023-03-241-0/+9
* gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte2023-03-242-0/+2
* gsm0808: handle new enum gsm48_chan_mode speech/data valuesVadim Yanitskiy2023-03-231-28/+56
* gsm_04_08: add more enum gsm48_chan_mode data valuesVadim Yanitskiy2023-03-232-0/+29
* gsm_04_08: add more enum gsm48_chan_mode speech valuesVadim Yanitskiy2023-03-232-1/+14
* gsm_04_08: document/clarify enum gsm48_chan_mode valuesVadim Yanitskiy2023-03-231-2/+17
* Fix parsing of TLV_TYPE_SINGLE_TVPau Espin Pedrol2023-03-224-12/+20
* 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