1. 90d79f4 gmstap_util: Fix sending out gsmtap messages by arehbein · 7 months ago
  2. f67e458 gsmtap_util: Simplify sink by arehbein · 8 months ago
  3. f38077e gsmtap_util: Use Osmo IO instead of Osmo write queues by arehbein · 9 months ago
  4. 1584b2a gsmtap: Hide implementation of gsmtap_inst by arehbein · 9 months ago
  5. 3ef6120 gsmtap_source_free(): Don't crash if NULL is passed by Harald Welte · 1 year ago
  6. 5e3aaf9 gsmtap.h: Define a packet type for encapsulation of GSM RLP frames by Harald Welte · 1 year, 4 months ago
  7. 0a60e42 gsmtap: add missing entries to gsmtap_type_names[] by Vadim Yanitskiy · 1 year, 4 months ago
  8. edb5f33 GSMTAP: add missing parameter docstrings by Max · 1 year, 4 months ago
  9. ce4a865 gsmtap_util: remove whitespace at the end of line by Philipp Maier · 1 year, 4 months ago
  10. a747d36 GSMTAP: add gsmtap_source_init*2() by Max · 1 year, 4 months ago
  11. ef5d3bc GSMTAP: fix typo by Max · 1 year, 4 months ago
  12. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  13. d4c3dc8 Move src/*.{c,h} to src/core/ by Pau Espin Pedrol · 1 year, 5 months ago[Renamed from src/gsmtap_util.c]
  14. 2f4186a VTY: implement 'no log gsmtap [HOSTNAME]' command by Vadim Yanitskiy · 2 years, 6 months ago
  15. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  16. 9e34f08 gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg() by Harald Welte · 2 years, 7 months ago
  17. fc02ff4 gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOS by Vadim Yanitskiy · 3 years, 1 month ago
  18. 833e8fa gsmtap_util: SNR can be negative, use a signed integer by Vadim Yanitskiy · 3 years, 6 months ago
  19. 9a5d90a Revert "gsmtap_makemsg_ex: NULL for unknown chan_type" by Pau Espin Pedrol · 4 years ago
  20. 12f93be gsmtap_makemsg_ex: NULL for unknown chan_type by Oliver Smith · 4 years, 1 month ago
  21. 6773304 gsmtap: Solve TCH / FACCH confusion once and for all by Harald Welte · 4 years, 4 months ago
  22. 20618ca Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_string by Harald Welte · 4 years, 4 months ago
  23. ac7fabe chantype_rsl2gsmtap(): Add entries for CBCH by Harald Welte · 4 years, 4 months ago
  24. b9baf02 src/gsmtap_util.c: fix possible memleak in gsmtap_source_init() by Vadim Yanitskiy · 5 years ago
  25. 2f65bb1 Doxygen: fix incorrect / missing parameter description by Vadim Yanitskiy · 5 years ago
  26. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  27. b8a9162 gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP by Philipp Maier · 6 years ago
  28. a4952aa memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure by Neels Hofmeyr · 6 years ago
  29. 90539ac memleak: gsmtap_sendmsg(): don't return 0 when no data was written by Neels Hofmeyr · 6 years ago
  30. c9a4ce6 gsmtap_sendmsg(): clarify API doc concerning msgb ownership by Neels Hofmeyr · 6 years ago
  31. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  32. 3b7cd0b chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion by Harald Welte · 7 years ago
  33. aa3ba46 gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL by Harald Welte · 7 years ago
  34. 93713a5 gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap() by Harald Welte · 7 years ago
  35. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  36. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  37. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  38. 95871da use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore by Harald Welte · 7 years ago
  39. edc8db2 Remove direct logging by Max · 7 years ago
  40. 9d862c8 Fix unchecked return valueof osmo_fd_register() by Harald Welte · 8 years ago
  41. 2d2e2cc Update doxygen annotations in libosmocore by Harald Welte · 8 years ago
  42. c28c6a0 misc: Doxygen tweaks: fixed some typos and minor errors by Katerina Barone-Adesi · 11 years ago
  43. de6e498 add some missing doxygen annotation for libosmocore functions by Harald Welte · 12 years ago
  44. abf66e7 gsmtap: Fix doxygen doc for the recent additions by Sylvain Munaut · 13 years ago
  45. 15ae715 gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content type by Sylvain Munaut · 13 years ago
  46. 47379ca doxygen: Add documentation for gsmtap_util.[ch] by Harald Welte · 13 years ago
  47. 0849c9a socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags by Pablo Neira Ayuso · 13 years ago
  48. 3710e46 gsmtap_util: Remove msg_free from the wq call back by Sylvain Munaut · 13 years ago
  49. 13692a6 gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_inst by Harald Welte · 13 years ago
  50. e476442 GSMTAP/socket code: Check for sys/socket.h and conditionally compile by Harald Welte · 13 years ago
  51. 33cb71a gsmtap: rework GSMTAP API to be more future-proof by Harald Welte · 13 years ago 0.3.1
  52. f7f89d0 select: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  53. d58ba46 GSMTAP: add function to create a 'sink' for gsmtap packets by Harald Welte · 13 years ago
  54. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  55. e34a940 [gsmtap] add new gsmtap_makemsg() function by Harald Welte · 14 years ago
  56. e779c36 Add gsmtap utility functions to libosmocore by Harald Welte · 14 years ago 0.1.13