1. 039171a abis_test.c: Fix warning appearing on some buggy gcc versions by Pau Espin Pedrol · 7 years ago
  2. da38203 gsm0808: add speech codec type constants by Philipp Maier · 7 years ago
  3. 890f1f5 cosmetic: Add info about coresponding codecs to permitted speech consts by Philipp Maier · 7 years ago
  4. 3d9191e gsm0408: update bearer capability speech version by Philipp Maier · 7 years ago
  5. a9e193b cosmetic: Add codec references to Speech Version Indication by Philipp Maier · 7 years ago
  6. 35c6fb3 lapd_test.c: Convert compilation warning to level message by Pau Espin Pedrol · 7 years ago
  7. e05c1f4 vty: additional nodes for sccp-address configuration by Philipp Maier · 7 years ago
  8. 39273b3 src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGS by Neels Hofmeyr · 7 years ago
  9. 0876ef8 core/conv/conv_acc.c: use static allocation for trellis by Vadim Yanitskiy · 7 years ago
  10. 1ac56fb core/conv/conv_acc.c: use static allocation for vdecoder by Vadim Yanitskiy · 7 years ago
  11. 34da6b5 core/conv/conv_acc.c: delete reset_decoder() by Vadim Yanitskiy · 7 years ago
  12. 23d3bc0 core/conv/conv_acc.c: drop unused structure member by Vadim Yanitskiy · 7 years ago
  13. 46e533c core/conv: update description headers for conv_acc_* by Vadim Yanitskiy · 7 years ago
  14. e4fe71c core/conv: use proper filenames by Vadim Yanitskiy · 7 years ago
  15. dd75bac Move NUM_BYTES macro to core library by Max · 7 years ago
  16. 21be837 tlv_test.c: Fix compilation warnings by Pau Espin Pedrol · 7 years ago
  17. faa0461 gprs_ns_test.c: Remove unused byte arrays by Pau Espin Pedrol · 7 years ago
  18. b592134 sms_test.c: Remove test of deprecated wrapper function by Pau Espin Pedrol · 7 years ago
  19. 9227445 card_fs_uicc.c: Fix unused compilation warning by Pau Espin Pedrol · 7 years ago
  20. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  21. c2afe81 ctrl_test.c: fix build with GCC 7.1.1 by Vadim Yanitskiy · 7 years ago
  22. 556f036 gsm/gsm48.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  23. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  24. 6e6978a core/conv/conv.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  25. f178695 gb/gprs_bssgp.c: avoid valueless goto usage by Vadim Yanitskiy · 7 years ago
  26. d1c7323 sim/core.c: drop useless double assignment by Vadim Yanitskiy · 7 years ago
  27. cfb1eaa core/conv/viterbi.c: fix possible NULL-pointer reference by Vadim Yanitskiy · 7 years ago
  28. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  29. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  30. 2f984ea gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const by Harald Welte · 7 years ago
  31. 0eb2c5d gsm0503_interleaving: Mark input arguments as 'const *' by Harald Welte · 7 years ago
  32. c663678 Add doxygen documentation to libosmocoding by Harald Welte · 7 years ago
  33. b9946d3 gsm0503_{coding,mapping}: Mark input arguments as 'const' by Harald Welte · 7 years ago
  34. 2956737 Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014 by Harald Welte · 7 years ago
  35. dee7172 Include codec.h file from codec C files by Harald Welte · 7 years ago
  36. 3f066dd Update L3 protocol discriminator definitions by Harald Welte · 7 years ago
  37. 6789ba3 osmo_{fr,hr}_check_sid(): Use const input argument by Harald Welte · 7 years ago
  38. 43058ef Fix wrongful GSM FR codec SID frame detection in DTX. by Jean-Francois Dionne · 7 years ago
  39. 3851e8e introduce proper test case for GSM FR detection by Harald Welte · 7 years ago
  40. 0d49f47 core/conv: do not mix up AVX and SSE code by Vadim Yanitskiy · 7 years ago
  41. b51d51b core/conv: rename viterbi_gen.c to viterbi_generic.c by Vadim Yanitskiy · 7 years ago
  42. 75989e6 socket: Add osmo_sock_init2_ofd() function by Pau Espin Pedrol · 7 years ago
  43. cd8e7a4 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  44. 2d899a0 Revert "Introduce build script for arm-none-eabi cross-compilations" by blobb · 7 years ago
  45. ba58167 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  46. 54ca30c Add human-readable names for signal_ns by Max · 7 years ago
  47. c8cf820 Distinguish between unsupported and invalid MCS by Max · 7 years ago
  48. 34e228a core/conv: add x86 SSE support for Viterbi decoder by Tom Tsou · 7 years ago
  49. b6c8dda tests/Makefile.am: do not test disabled features by Vadim Yanitskiy · 7 years ago
  50. 1d604d8 src/select.c: Don't #include <sys/select.h> if it doesn't exist by Harald Welte · 7 years ago
  51. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  52. 7f24c15 gitignore: Update with new *_gen.c files and generic 'tags' by Harald Welte · 7 years ago
  53. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  54. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  55. a362ee9 add sercomm unit test by Harald Welte · 7 years ago
  56. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  57. fe71ee9 src/panic.c: Remove unneeded #include of gsm_utils.h by Harald Welte · 7 years ago
  58. df8e89f sercomm: Rename sercomm_lock() to sercomm_drv_lock() by Harald Welte · 7 years ago
  59. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  60. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago
  61. ea3d3ba sercomm: Add doxygen-style documentation to public API by Harald Welte · 7 years ago
  62. 1a97e2c sercomm: include header file from osmocom/core by Harald Welte · 7 years ago
  63. f6adcd7 sercomm: make rx msg size configurable per instance by Harald Welte · 7 years ago
  64. 1358836 sercomm: introduce osmo_ naming prefix in struct and function names by Harald Welte · 7 years ago
  65. cc95f4b sercomm: Enable multiple instances of 'sercomm' by Harald Welte · 7 years ago
  66. c68af6a Import sercomm.c from osmocom-bb by Harald Welte · 7 years ago
  67. 1cd9991 utils/osmo-sim-test.c: strip unused variables by Vadim Yanitskiy · 7 years ago
  68. 4c3e4ea gsm/gsm0411_smr.c: strip unused variable by Vadim Yanitskiy · 7 years ago
  69. 18d49d6 l1sap: Add frame-number to measurement indication struct by Philipp Maier · 7 years ago
  70. 0047602 timer: use timerclear() rather than explicit tv_set = tv_usec = 0 by Harald Welte · 7 years ago
  71. 67bdd80 stats: Disable stats*.c on embedded targets by Harald Welte · 7 years ago
  72. ac9e2d8 gsm/tlv.h: fix copy-paste error by Vadim Yanitskiy · 7 years ago
  73. 35b54d1 fsm_test.c: fix unreachable check by Vadim Yanitskiy · 7 years ago
  74. a5bb2b9 strrb: Add missing #include to talloc.h by Harald Welte · 7 years ago
  75. 20725b9 gsm0808 + ipa: fix compilation on systems without sys/socket.h by Harald Welte · 7 years ago
  76. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  77. 50ef733 tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte order by Harald Welte · 7 years ago
  78. 95871da use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore by Harald Welte · 7 years ago
  79. 3318c65 introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} by Harald Welte · 7 years ago
  80. 054667f endian.h: Make it work on 'bare iron' builds (and possibly more platforms) by Harald Welte · 7 years ago
  81. b93ce5a src/logging.c: Fix EMBEDDED build by Harald Welte · 7 years ago
  82. 391d874 kasumi_test.c: fix incomplete check by Vadim Yanitskiy · 7 years ago
  83. 91dd219 Make EARFCN size calculation more robust by Max · 7 years ago
  84. 6959e3c gsm_04_08: Add missing GSM cause value by Daniel Willmann · 7 years ago
  85. 13f4762 configure.ac: fix build on systems without SIMD support by Vadim Yanitskiy · 7 years ago
  86. b904091 doc: fix incorrect return value description by Max · 7 years ago
  87. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  88. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  89. 584f4b6 gprs: add value strings for NS PDU type by Max · 7 years ago
  90. 33c7ba6 Simplify ctrl cmd lookup by Max · 7 years ago
  91. 85a6af2 gsm0808: fix control flow issue by Philipp Maier · 7 years ago
  92. a8a5819 configure.ac: check for __builtin_cpu_supports call support by Vadim Yanitskiy · 7 years ago
  93. 2c3066e configure.ac: add SIMD detection capabilities by Vadim Yanitskiy · 7 years ago
  94. e604ee3 core/conv: strip unused memalign() call by Vadim Yanitskiy · 7 years ago
  95. 409e897 Fix broken ctrl commands by Max · 7 years ago
  96. 33e0306 tests/conv: add GSM 05.03 specific test by Vadim Yanitskiy · 7 years ago
  97. f74cfd3 Add SW Description (de)marshalling by Max · 7 years ago
  98. 8a4895c Uninitialized variable in ipa_ccm_make_id_resp_from_req() by Harald Welte · 7 years ago
  99. 0b2f715 control_if: Don't use magic number '5' when allocating vector by Harald Welte · 7 years ago
  100. 31c0fef control_if: Add control interface commands for FSMs by Harald Welte · 7 years ago