1. eb5b6ce [doc] Add Doxygen API documentation for stats.c and stats_statsd.c by Harald Welte · 7 years ago
  2. 17bbaa3 [doc] counter.[ch] Add Doxygen API documentation by Harald Welte · 7 years ago
  3. 781951b [doc] stat_item: Complete doxygen documentation for API by Harald Welte · 7 years ago
  4. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  5. 4b7c791 gsm: make osmo_imsi_str_valid() NULL-safe by Neels Hofmeyr · 7 years ago
  6. f624546 Fix build on older systems by Max · 7 years ago
  7. 4335bad utils: add osmo_is_hexstr(), add unit test by Neels Hofmeyr · 7 years ago
  8. 1a02e36 auth: add OSMO_MILENAGE_IND_BITLEN_MAX by Neels Hofmeyr · 7 years ago
  9. 26e30b1 auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name() by Neels Hofmeyr · 7 years ago
  10. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  11. 81dc67d Ensure __always_inline is defined on operating systems that don't have it by Harald Welte · 7 years ago
  12. 9cd1e74 add osmo_imsi_str_valid() and osmo_msisdn_str_valid() by Neels Hofmeyr · 7 years ago
  13. b697df0 doxygen: adjust copyright to include 2017 by Neels Hofmeyr · 7 years ago
  14. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  15. 607275c gb: drop special vty exit commands, use vty_install_default() by Neels Hofmeyr · 7 years ago
  16. 6f41767 vty: fix style: bssgp node vty prompt by Neels Hofmeyr · 7 years ago
  17. 463deef VTY: implement talloc context introspection command by Vadim Yanitskiy · 7 years ago
  18. 5584a14 vty/vty.c: do not bind vty context to application's one by Vadim Yanitskiy · 7 years ago
  19. 657c5b6 vty: derive node name from prompt, use as XML ids by Neels Hofmeyr · 7 years ago
  20. 0b723f6 vty: use internal node id for xml ids by Neels Hofmeyr · 7 years ago
  21. 00b5ed3 comment: describe indent_cmp() by Neels Hofmeyr · 7 years ago
  22. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  23. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  24. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  25. 889ab16 ipa: place comment "IPA Multiplex" on ipa allocated msgbs by Neels Hofmeyr · 7 years ago
  26. 03516d6 cosmetic: clarify language in vty read error by Keith · 7 years ago
  27. b9759db lapd_core: Fix crash in lapd_est_req() function by Ivan Kluchnikov · 7 years ago
  28. 272bd4f Makefile.am: fix missing LTLDFLAGS for libosmocoding by Vadim Yanitskiy · 7 years ago
  29. 2066a42 umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-gen by Neels Hofmeyr · 7 years ago
  30. 22bc45b vty: 'ctrl' node: add missing default commands like list,exit,end by Neels Hofmeyr · 7 years ago
  31. 733810c gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be local by Keith · 7 years ago
  32. 113392a auth_milenage: Fix non-AUTS case with OP by Harald Welte · 7 years ago
  33. 6c0a0e6 add osmo_fd_setup() convenience function to fill-in osmo_fd by Harald Welte · 7 years ago
  34. 35b2632 Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions by Harald Welte · 7 years ago
  35. a8a8d39 RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr() by Harald Welte · 7 years ago
  36. 3b7cd0b chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion by Harald Welte · 7 years ago
  37. 8b8938f BSSGP: add function to reset all PTP BVC by Max · 7 years ago
  38. 5cfa6dc osmo_sock_init2(): Fix creation of non-bound sockets by Harald Welte · 7 years ago
  39. a7ccf61 add DLMGCP logging category for libosmo-mgcp by Neels Hofmeyr · 7 years ago
  40. aab6b26 LC15: add NM measurement type to standard attribute list by Minh-Quang Nguyen · 7 years ago
  41. 2ff597e LC15: Enable string for IPAC RSL direct retry by Minh-Quang Nguyen · 7 years ago
  42. 17a8748 IPAC manufacture-defined measurement pre-processing definitions by Minh-Quang Nguyen · 8 years ago
  43. 37d204a socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option by Harald Welte · 7 years ago
  44. bc43a62 socket: Allow disabling multicast loop on socket creation by Harald Welte · 7 years ago
  45. c47bbda socket: Unify listen() calls and check for erroneous returns by Harald Welte · 7 years ago
  46. e30d7e6 socket.c: Add multicast related convenience functions by Harald Welte · 7 years ago
  47. ea91a51 select: Add new osmo_fd_close() function by Harald Welte · 7 years ago
  48. aa3ba46 gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL by Harald Welte · 7 years ago
  49. 93713a5 gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap() by Harald Welte · 7 years ago
  50. b808da4 utils: add function gsm_fn_as_gsmtime_str() by Philipp Maier · 7 years ago
  51. 1389e86 Add pseudo-random bit sequence generator to libosmcoore by Harald Welte · 7 years ago
  52. ed0eda2 Ignore broken everything log level by Max · 7 years ago
  53. 363130f gsm_utils: Add osmo_dump_gsmtime by Pau Espin Pedrol · 7 years ago
  54. eb55c0d gsup: Add encoding/decoding for the pdp charging characteristics by Holger Hans Peter Freyther · 7 years ago
  55. 1f82d0a osmo_sock_get_name(): clearly indicate local and remote by Neels Hofmeyr · 7 years ago
  56. 4aaa8ab Add missing BSSGP cause values by Max · 7 years ago
  57. 590c402 BSSGP: handle BVC-RESET-ACK by Max · 7 years ago
  58. 8aa85bd control_cmd.c: Fix unsigned comparison against < 0 by Pau Espin Pedrol · 7 years ago
  59. b3be964 abis_nm.c: Fix implicit enumeration type conversion by Pau Espin Pedrol · 7 years ago
  60. ea809df serial.c: Use pragma message instead of warning by Pau Espin Pedrol · 7 years ago
  61. 29b7d53 gsm0411_utils.c: Fix compilation warnings by Pau Espin Pedrol · 7 years ago
  62. 399a6f0 Fix warnings: tolower() and similar require uchar by Pau Espin Pedrol · 7 years ago
  63. 4573502 Fix compilation warnings: use correct log type for uint32_t by Pau Espin Pedrol · 7 years ago
  64. c977984 fix map entry for gsm0808_speech_codec_from_chan_type by Neels Hofmeyr · 7 years ago
  65. 9a391e2 fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec() by Neels Hofmeyr · 7 years ago
  66. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  67. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  68. 452a6bb comments: gsm0808_utils: mention various 3GPP specs by Philipp Maier · 7 years ago
  69. 17778bd gsm0808: fix length check of the element decoder functions by Philipp Maier · 7 years ago
  70. 00f4ef7 pseudotalloc: Add simplistic implementation of talloc_asprintf by Pau Espin Pedrol · 7 years ago
  71. 4f8857e fsm.c: Fix compilation warning: Use PRIu32 for uint32_t by Pau Espin Pedrol · 7 years ago
  72. 648f878 timer_gettimeofday.c: Fix implicit use of timeradd by Pau Espin Pedrol · 7 years ago
  73. 884ba0f gsm0808: add function gsm0808_speech_codec_from_chan_type() by Philipp Maier · 7 years ago
  74. 3149b0d gsm0808: add function gsm0808_chan_type_to_speech_code() by Philipp Maier · 7 years ago
  75. bb83966 gsm0808: fix AoIP speech codec element parser/generator by Philipp Maier · 7 years ago
  76. 39273b3 src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGS by Neels Hofmeyr · 7 years ago
  77. 0876ef8 core/conv/conv_acc.c: use static allocation for trellis by Vadim Yanitskiy · 7 years ago
  78. 1ac56fb core/conv/conv_acc.c: use static allocation for vdecoder by Vadim Yanitskiy · 7 years ago
  79. 34da6b5 core/conv/conv_acc.c: delete reset_decoder() by Vadim Yanitskiy · 7 years ago
  80. 23d3bc0 core/conv/conv_acc.c: drop unused structure member by Vadim Yanitskiy · 7 years ago
  81. 46e533c core/conv: update description headers for conv_acc_* by Vadim Yanitskiy · 7 years ago
  82. e4fe71c core/conv: use proper filenames by Vadim Yanitskiy · 7 years ago
  83. dd75bac Move NUM_BYTES macro to core library by Max · 7 years ago
  84. 9227445 card_fs_uicc.c: Fix unused compilation warning by Pau Espin Pedrol · 7 years ago
  85. 556f036 gsm/gsm48.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  86. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  87. 6e6978a core/conv/conv.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  88. f178695 gb/gprs_bssgp.c: avoid valueless goto usage by Vadim Yanitskiy · 7 years ago
  89. d1c7323 sim/core.c: drop useless double assignment by Vadim Yanitskiy · 7 years ago
  90. cfb1eaa core/conv/viterbi.c: fix possible NULL-pointer reference by Vadim Yanitskiy · 7 years ago
  91. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  92. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  93. 2f984ea gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const by Harald Welte · 7 years ago
  94. 0eb2c5d gsm0503_interleaving: Mark input arguments as 'const *' by Harald Welte · 7 years ago
  95. c663678 Add doxygen documentation to libosmocoding by Harald Welte · 7 years ago
  96. b9946d3 gsm0503_{coding,mapping}: Mark input arguments as 'const' by Harald Welte · 7 years ago
  97. 2956737 Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 by Harald Welte · 7 years ago
  98. dee7172 Include codec.h file from codec C files by Harald Welte · 7 years ago
  99. 6789ba3 osmo_{fr,hr}_check_sid(): Use const input argument by Harald Welte · 7 years ago
  100. 43058ef Fix wrongful GSM FR codec SID frame detection in DTX. by Jean-Francois Dionne · 7 years ago