aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-15add utils/osmo-gsm-sharkneels/sockNeels Hofmeyr3-0/+3596
2023-04-15add osmo_sockaddr_str_from_128()Neels Hofmeyr3-0/+21
2023-04-15logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681Neels Hofmeyr4-3/+16
2023-04-15logging vty: add 'logging print timestamp', deprecate other timestamp cmdsNeels Hofmeyr6-40/+136
2023-04-15logging: use enum to set timestamp formatNeels Hofmeyr13-51/+104
2023-04-15logging_vty.c: rename static functionNeels Hofmeyr1-4/+4
2023-04-15logging: test timestamp formatsNeels Hofmeyr2-0/+36
2023-04-15logging: add 'logging timezone (localtime|utc)'Neels Hofmeyr6-12/+97
2023-04-15logging vty: probe 'print' and 'logging timestamp' cmdsNeels Hofmeyr1-0/+96
2023-04-13gsm_04_08_gprs.h: Add missing GMM IEs for T3302 and T3346Pau Espin Pedrol1-0/+2
2023-04-05logging: print talloc report on exit from vty testMax1-3/+3
2023-03-31core: remove unnecessary #include <osmocom/core/talloc.h>Vadim Yanitskiy4-8/+5
2023-03-31fixup (partial revert): "coding: clean up Makefile.am"Vadim Yanitskiy1-1/+1
2023-03-30tests: make VTY tests depend on the respective binariesVadim Yanitskiy1-5/+7
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. Falconia2-0/+45
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 Welte2-0/+2
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 Yanitskiy2-0/+29
2023-03-23gsm_04_08: add more enum gsm48_chan_mode speech valuesVadim Yanitskiy2-1/+14
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 Pedrol4-12/+20
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