1. ba58167 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  2. 54ca30c Add human-readable names for signal_ns by Max · 7 years ago
  3. c8cf820 Distinguish between unsupported and invalid MCS by Max · 7 years ago
  4. 34e228a core/conv: add x86 SSE support for Viterbi decoder by Tom Tsou · 7 years ago
  5. b6c8dda tests/Makefile.am: do not test disabled features by Vadim Yanitskiy · 7 years ago
  6. 1d604d8 src/select.c: Don't #include <sys/select.h> if it doesn't exist by Harald Welte · 7 years ago
  7. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  8. 7f24c15 gitignore: Update with new *_gen.c files and generic 'tags' by Harald Welte · 7 years ago
  9. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  10. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  11. a362ee9 add sercomm unit test by Harald Welte · 7 years ago
  12. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  13. fe71ee9 src/panic.c: Remove unneeded #include of gsm_utils.h by Harald Welte · 7 years ago
  14. df8e89f sercomm: Rename sercomm_lock() to sercomm_drv_lock() by Harald Welte · 7 years ago
  15. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  16. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago
  17. ea3d3ba sercomm: Add doxygen-style documentation to public API by Harald Welte · 7 years ago
  18. 1a97e2c sercomm: include header file from osmocom/core by Harald Welte · 7 years ago
  19. f6adcd7 sercomm: make rx msg size configurable per instance by Harald Welte · 7 years ago
  20. 1358836 sercomm: introduce osmo_ naming prefix in struct and function names by Harald Welte · 7 years ago
  21. cc95f4b sercomm: Enable multiple instances of 'sercomm' by Harald Welte · 7 years ago
  22. c68af6a Import sercomm.c from osmocom-bb by Harald Welte · 7 years ago
  23. 1cd9991 utils/osmo-sim-test.c: strip unused variables by Vadim Yanitskiy · 7 years ago
  24. 4c3e4ea gsm/gsm0411_smr.c: strip unused variable by Vadim Yanitskiy · 7 years ago
  25. 18d49d6 l1sap: Add frame-number to measurement indication struct by Philipp Maier · 7 years ago
  26. 0047602 timer: use timerclear() rather than explicit tv_set = tv_usec = 0 by Harald Welte · 7 years ago
  27. 67bdd80 stats: Disable stats*.c on embedded targets by Harald Welte · 7 years ago
  28. ac9e2d8 gsm/tlv.h: fix copy-paste error by Vadim Yanitskiy · 7 years ago
  29. 35b54d1 fsm_test.c: fix unreachable check by Vadim Yanitskiy · 7 years ago
  30. a5bb2b9 strrb: Add missing #include to talloc.h by Harald Welte · 7 years ago
  31. 20725b9 gsm0808 + ipa: fix compilation on systems without sys/socket.h by Harald Welte · 7 years ago
  32. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  33. 50ef733 tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte order by Harald Welte · 7 years ago
  34. 95871da use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore by Harald Welte · 7 years ago
  35. 3318c65 introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} by Harald Welte · 7 years ago
  36. 054667f endian.h: Make it work on 'bare iron' builds (and possibly more platforms) by Harald Welte · 7 years ago
  37. b93ce5a src/logging.c: Fix EMBEDDED build by Harald Welte · 7 years ago
  38. 391d874 kasumi_test.c: fix incomplete check by Vadim Yanitskiy · 7 years ago
  39. 91dd219 Make EARFCN size calculation more robust by Max · 7 years ago
  40. 6959e3c gsm_04_08: Add missing GSM cause value by Daniel Willmann · 7 years ago
  41. 13f4762 configure.ac: fix build on systems without SIMD support by Vadim Yanitskiy · 7 years ago
  42. b904091 doc: fix incorrect return value description by Max · 7 years ago
  43. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  44. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  45. 584f4b6 gprs: add value strings for NS PDU type by Max · 7 years ago
  46. 33c7ba6 Simplify ctrl cmd lookup by Max · 7 years ago
  47. 85a6af2 gsm0808: fix control flow issue by Philipp Maier · 7 years ago
  48. a8a5819 configure.ac: check for __builtin_cpu_supports call support by Vadim Yanitskiy · 7 years ago
  49. 2c3066e configure.ac: add SIMD detection capabilities by Vadim Yanitskiy · 7 years ago
  50. e604ee3 core/conv: strip unused memalign() call by Vadim Yanitskiy · 7 years ago
  51. 409e897 Fix broken ctrl commands by Max · 7 years ago
  52. 33e0306 tests/conv: add GSM 05.03 specific test by Vadim Yanitskiy · 7 years ago
  53. f74cfd3 Add SW Description (de)marshalling by Max · 7 years ago
  54. 8a4895c Uninitialized variable in ipa_ccm_make_id_resp_from_req() by Harald Welte · 7 years ago
  55. 0b2f715 control_if: Don't use magic number '5' when allocating vector by Harald Welte · 7 years ago
  56. 31c0fef control_if: Add control interface commands for FSMs by Harald Welte · 7 years ago
  57. f85861d control_if: Add helper function for 'local execution' of control command by Harald Welte · 7 years ago
  58. 79c137c control_if: Add API to initialize control interface without TCP port bind by Harald Welte · 7 years ago
  59. d6b1f85 ctrl: Allow installation of additional node lookup helpers by Harald Welte · 7 years ago
  60. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  61. 9e83c3d fsm: Re-set fsm_inst->T to 0 after timer expiration by Harald Welte · 7 years ago
  62. 4585e67 osmo_fsm: Lookup functions to find FSM Instance by name or ID by Harald Welte · 7 years ago
  63. 7bc88bb ipa: Introduce helpers to encode IPA CCM ID RESPONSE by Harald Welte · 7 years ago
  64. 59a9ebf msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3() by Harald Welte · 7 years ago
  65. b522740 vty/command.h: Introduce VTY nodes for libosmo-sigtran by Harald Welte · 7 years ago
  66. 3553680 core/conv: implement optimized Viterbi decoder by Tom Tsou · 8 years ago
  67. dda70fc Add osmo_sock_init2() function, allowing both BIND *and* CONNECT by Harald Welte · 7 years ago
  68. acd08fe Add struct osmo_prim_event_map and osmo_event_for_prim() by Harald Welte · 7 years ago
  69. 18a62b0 compiler warnings: take care of compiler warning "unused-result" by Thorsten Alteholz · 7 years ago
  70. 15596e2 gsm0808: make gsm0808_create_reset_ack() accessible by Philipp Maier · 7 years ago
  71. c6144a2 gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST by Philipp Maier · 7 years ago
  72. 3d48ec0 gsm0808: Add create functions for BSS_MAP_MSG_PAGING by Philipp Maier · 7 years ago
  73. b478dd3 gsm0808: Add create functions for CIPHER MODE COMMAND by Philipp Maier · 7 years ago
  74. 783047e gsm0808: Add utils for Cell Identifier List by Philipp Maier · 7 years ago
  75. 14e76b9 gsm0808: Add utils for Encryption Information by Philipp Maier · 7 years ago
  76. e0c6530 gsm0808: Add utils for Channel Type by Philipp Maier · 7 years ago
  77. fa896ab gsm0808: Add AoIP specific elements to gsm0808_create_... functions by Philipp Maier · 7 years ago
  78. 6f725d6 gsm0808: Add utils for Speech Codec List and Speech Codec by Philipp Maier · 7 years ago
  79. 2240143 gsm0808: Add utils for AoIP Transport Layer Address by Philipp Maier · 7 years ago
  80. f7add08 add VTY port number for osmo-stp by Harald Welte · 7 years ago
  81. ff20641 select: Find the highest fd when filling the fd_sets by Holger Hans Peter Freyther · 7 years ago
  82. 059c404 logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UA by Harald Welte · 7 years ago
  83. 62d3296 logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran by Harald Welte · 7 years ago
  84. d4089f4 jenkins: also test build in separate dir by Neels Hofmeyr · 7 years ago
  85. d78c973 Fix LAPD UA message buffer memory leak. by Jean-Francois Dionne · 7 years ago
  86. 7f9c7e7 Add support for PCU version report by Max · 7 years ago
  87. 5d994e4 abis: add message type names by Max · 7 years ago
  88. 62d6f25 abis: add attribute names by Max · 7 years ago
  89. e64d5bd build: fix distcheck: include gen scripts in EXTRA_DIST by Neels Hofmeyr · 7 years ago
  90. f444600 build: fix build dependencies for generated sources by Neels Hofmeyr · 7 years ago
  91. d1537e0 build: conv_gen.py: ensure parent dirs of written files exist by Neels Hofmeyr · 7 years ago
  92. 9e4c170 build: generate gsm0503.h to builddir, not srcdir by Neels Hofmeyr · 7 years ago
  93. 9b22686 build: coding/gsm0503: fix build in sep. dir: -I builddir by Neels Hofmeyr · 7 years ago
  94. 1447799 osmo-auc-gen: fix --sqn limit on 32bit systems, fixing build by Neels Hofmeyr · 7 years ago
  95. 1c260c0 README.md: Make sure all hyperlinks use <> by Harald Welte · 7 years ago
  96. 18a7d81 logging: fail gracefully if log_info() was not called by Harald Welte · 7 years ago
  97. 9ab0072 jenkins: add value_string termination check by Neels Hofmeyr · 7 years ago
  98. 220fa74 Add a README file for some background information about this repo by Harald Welte · 7 years ago
  99. 00ab9ed add gsm48_pdisc_msgtype_name() by Neels Hofmeyr · 7 years ago
  100. dbd994c add gsm48_pdisc_names and gsm48_pdisc_name() by Neels Hofmeyr · 7 years ago