1. 639c408 configure.ac: Add --disable-doxygen flag by Pau Espin Pedrol · 7 years ago
  2. 1f82d0a osmo_sock_get_name(): clearly indicate local and remote by Neels Hofmeyr · 7 years ago
  3. 4aaa8ab Add missing BSSGP cause values by Max · 7 years ago
  4. 411402b l1sap.h: Add ber10k and lqual_cb to ph_tch_param by Pau Espin Pedrol · 7 years ago
  5. 590c402 BSSGP: handle BVC-RESET-ACK by Max · 7 years ago
  6. 70861e3 deb: fix build by adding libosmogb doc package by Max · 7 years ago
  7. 52a881e doxygen: gsm: do not exclude include/gsm/protocol/* by Neels Hofmeyr · 7 years ago
  8. 56ebc6f gitignore all tests using mask by Vadim Yanitskiy · 7 years ago
  9. 0d119ef contrib: Enable -Werror by default by Pau Espin Pedrol · 7 years ago
  10. 1349249 configure.ac: Fix C(PP)FLAGS for BSD build by Pau Espin Pedrol · 7 years ago
  11. 56c5b94 jenkins.sh: Disable sanitize for FreeBSD by Pau Espin Pedrol · 7 years ago
  12. 8aa85bd control_cmd.c: Fix unsigned comparison against < 0 by Pau Espin Pedrol · 7 years ago
  13. b3be964 abis_nm.c: Fix implicit enumeration type conversion by Pau Espin Pedrol · 7 years ago
  14. ea809df serial.c: Use pragma message instead of warning by Pau Espin Pedrol · 7 years ago
  15. 40e629b configure.ac: Enable -Wall by default by Pau Espin Pedrol · 7 years ago
  16. 29b7d53 gsm0411_utils.c: Fix compilation warnings by Pau Espin Pedrol · 7 years ago
  17. 399a6f0 Fix warnings: tolower() and similar require uchar by Pau Espin Pedrol · 7 years ago
  18. 4573502 Fix compilation warnings: use correct log type for uint32_t by Pau Espin Pedrol · 7 years ago
  19. c977984 fix map entry for gsm0808_speech_codec_from_chan_type by Neels Hofmeyr · 7 years ago
  20. 9a391e2 fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec() by Neels Hofmeyr · 7 years ago
  21. 95efc69 doxygen: config: one enum val per line by Neels Hofmeyr · 7 years ago
  22. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  23. 33370cb doxygen: various fixes in core/timer.h by Neels Hofmeyr · 7 years ago
  24. fc47b03 api doc typo fix in core/logging.h by Neels Hofmeyr · 7 years ago
  25. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  26. 249fb71 doxygen: add missing gb API doc generation by Neels Hofmeyr · 7 years ago
  27. 5181647 doxygen: include all undocumented items in the API doc by Neels Hofmeyr · 7 years ago
  28. 6a494f1 doxygen: drop INPUT gsm/protocol, already part of gsm/ by Neels Hofmeyr · 7 years ago
  29. 452a6bb comments: gsm0808_utils: mention various 3GPP specs by Philipp Maier · 7 years ago
  30. 17778bd gsm0808: fix length check of the element decoder functions by Philipp Maier · 7 years ago
  31. 00f4ef7 pseudotalloc: Add simplistic implementation of talloc_asprintf by Pau Espin Pedrol · 7 years ago
  32. ffa41ca osmo-sim-test.c: Remove unused functions by Pau Espin Pedrol · 7 years ago
  33. 4f8857e fsm.c: Fix compilation warning: Use PRIu32 for uint32_t by Pau Espin Pedrol · 7 years ago
  34. 648f878 timer_gettimeofday.c: Fix implicit use of timeradd by Pau Espin Pedrol · 7 years ago
  35. fc1911c sercomm_test.c: return correctly in main by Pau Espin Pedrol · 7 years ago
  36. 4703fd2 cosmetic: remove API documentation strings in header file by Philipp Maier · 7 years ago
  37. 884ba0f gsm0808: add function gsm0808_speech_codec_from_chan_type() by Philipp Maier · 7 years ago
  38. 3149b0d gsm0808: add function gsm0808_chan_type_to_speech_code() by Philipp Maier · 7 years ago
  39. a9b9276 gsm0808: add default speech codec configuration by Philipp Maier · 7 years ago
  40. bb83966 gsm0808: fix AoIP speech codec element parser/generator by Philipp Maier · 7 years ago
  41. 039171a abis_test.c: Fix warning appearing on some buggy gcc versions by Pau Espin Pedrol · 7 years ago
  42. da38203 gsm0808: add speech codec type constants by Philipp Maier · 7 years ago
  43. 890f1f5 cosmetic: Add info about coresponding codecs to permitted speech consts by Philipp Maier · 7 years ago
  44. 3d9191e gsm0408: update bearer capability speech version by Philipp Maier · 7 years ago
  45. a9e193b cosmetic: Add codec references to Speech Version Indication by Philipp Maier · 7 years ago
  46. 35c6fb3 lapd_test.c: Convert compilation warning to level message by Pau Espin Pedrol · 7 years ago
  47. e05c1f4 vty: additional nodes for sccp-address configuration by Philipp Maier · 7 years ago
  48. 39273b3 src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGS by Neels Hofmeyr · 7 years ago
  49. 0876ef8 core/conv/conv_acc.c: use static allocation for trellis by Vadim Yanitskiy · 7 years ago
  50. 1ac56fb core/conv/conv_acc.c: use static allocation for vdecoder by Vadim Yanitskiy · 7 years ago
  51. 34da6b5 core/conv/conv_acc.c: delete reset_decoder() by Vadim Yanitskiy · 7 years ago
  52. 23d3bc0 core/conv/conv_acc.c: drop unused structure member by Vadim Yanitskiy · 7 years ago
  53. 46e533c core/conv: update description headers for conv_acc_* by Vadim Yanitskiy · 7 years ago
  54. e4fe71c core/conv: use proper filenames by Vadim Yanitskiy · 7 years ago
  55. dd75bac Move NUM_BYTES macro to core library by Max · 7 years ago
  56. 21be837 tlv_test.c: Fix compilation warnings by Pau Espin Pedrol · 7 years ago
  57. faa0461 gprs_ns_test.c: Remove unused byte arrays by Pau Espin Pedrol · 7 years ago
  58. b592134 sms_test.c: Remove test of deprecated wrapper function by Pau Espin Pedrol · 7 years ago
  59. 9227445 card_fs_uicc.c: Fix unused compilation warning by Pau Espin Pedrol · 7 years ago
  60. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  61. c2afe81 ctrl_test.c: fix build with GCC 7.1.1 by Vadim Yanitskiy · 7 years ago
  62. 556f036 gsm/gsm48.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  63. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  64. 6e6978a core/conv/conv.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  65. f178695 gb/gprs_bssgp.c: avoid valueless goto usage by Vadim Yanitskiy · 7 years ago
  66. d1c7323 sim/core.c: drop useless double assignment by Vadim Yanitskiy · 7 years ago
  67. cfb1eaa core/conv/viterbi.c: fix possible NULL-pointer reference by Vadim Yanitskiy · 7 years ago
  68. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  69. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  70. 2f984ea gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const by Harald Welte · 7 years ago
  71. 0eb2c5d gsm0503_interleaving: Mark input arguments as 'const *' by Harald Welte · 7 years ago
  72. c663678 Add doxygen documentation to libosmocoding by Harald Welte · 7 years ago
  73. b9946d3 gsm0503_{coding,mapping}: Mark input arguments as 'const' by Harald Welte · 7 years ago
  74. 2956737 Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 by Harald Welte · 7 years ago
  75. dee7172 Include codec.h file from codec C files by Harald Welte · 7 years ago
  76. 3f066dd Update L3 protocol discriminator definitions by Harald Welte · 7 years ago
  77. 6789ba3 osmo_{fr,hr}_check_sid(): Use const input argument by Harald Welte · 7 years ago
  78. 43058ef Fix wrongful GSM FR codec SID frame detection in DTX. by Jean-Francois Dionne · 7 years ago
  79. 3851e8e introduce proper test case for GSM FR detection by Harald Welte · 7 years ago
  80. 0d49f47 core/conv: do not mix up AVX and SSE code by Vadim Yanitskiy · 7 years ago
  81. b51d51b core/conv: rename viterbi_gen.c to viterbi_generic.c by Vadim Yanitskiy · 7 years ago
  82. 75989e6 socket: Add osmo_sock_init2_ofd() function by Pau Espin Pedrol · 7 years ago
  83. cd8e7a4 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  84. 2d899a0 Revert "Introduce build script for arm-none-eabi cross-compilations" by blobb · 7 years ago
  85. ba58167 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  86. 54ca30c Add human-readable names for signal_ns by Max · 7 years ago
  87. c8cf820 Distinguish between unsupported and invalid MCS by Max · 7 years ago
  88. 34e228a core/conv: add x86 SSE support for Viterbi decoder by Tom Tsou · 7 years ago
  89. b6c8dda tests/Makefile.am: do not test disabled features by Vadim Yanitskiy · 7 years ago
  90. 1d604d8 src/select.c: Don't #include <sys/select.h> if it doesn't exist by Harald Welte · 7 years ago
  91. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  92. 7f24c15 gitignore: Update with new *_gen.c files and generic 'tags' by Harald Welte · 7 years ago
  93. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  94. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  95. a362ee9 add sercomm unit test by Harald Welte · 7 years ago
  96. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  97. fe71ee9 src/panic.c: Remove unneeded #include of gsm_utils.h by Harald Welte · 7 years ago
  98. df8e89f sercomm: Rename sercomm_lock() to sercomm_drv_lock() by Harald Welte · 7 years ago
  99. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  100. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago