1. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  2. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  3. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  4. fe71ee9 src/panic.c: Remove unneeded #include of gsm_utils.h by Harald Welte · 7 years ago
  5. df8e89f sercomm: Rename sercomm_lock() to sercomm_drv_lock() by Harald Welte · 7 years ago
  6. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  7. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago
  8. ea3d3ba sercomm: Add doxygen-style documentation to public API by Harald Welte · 7 years ago
  9. 1a97e2c sercomm: include header file from osmocom/core by Harald Welte · 7 years ago
  10. f6adcd7 sercomm: make rx msg size configurable per instance by Harald Welte · 7 years ago
  11. 1358836 sercomm: introduce osmo_ naming prefix in struct and function names by Harald Welte · 7 years ago
  12. cc95f4b sercomm: Enable multiple instances of 'sercomm' by Harald Welte · 7 years ago
  13. c68af6a Import sercomm.c from osmocom-bb by Harald Welte · 7 years ago
  14. 4c3e4ea gsm/gsm0411_smr.c: strip unused variable by Vadim Yanitskiy · 7 years ago
  15. 0047602 timer: use timerclear() rather than explicit tv_set = tv_usec = 0 by Harald Welte · 7 years ago
  16. 67bdd80 stats: Disable stats*.c on embedded targets by Harald Welte · 7 years ago
  17. a5bb2b9 strrb: Add missing #include to talloc.h by Harald Welte · 7 years ago
  18. 20725b9 gsm0808 + ipa: fix compilation on systems without sys/socket.h by Harald Welte · 7 years ago
  19. bfe62e5 libosmogb: Convert to use new endian conversion helpers by Harald Welte · 7 years ago
  20. 95871da use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore by Harald Welte · 7 years ago
  21. b93ce5a src/logging.c: Fix EMBEDDED build by Harald Welte · 7 years ago
  22. 91dd219 Make EARFCN size calculation more robust by Max · 7 years ago
  23. 6959e3c gsm_04_08: Add missing GSM cause value by Daniel Willmann · 7 years ago
  24. b904091 doc: fix incorrect return value description by Max · 7 years ago
  25. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  26. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  27. 584f4b6 gprs: add value strings for NS PDU type by Max · 7 years ago
  28. 33c7ba6 Simplify ctrl cmd lookup by Max · 7 years ago
  29. 85a6af2 gsm0808: fix control flow issue by Philipp Maier · 7 years ago
  30. e604ee3 core/conv: strip unused memalign() call by Vadim Yanitskiy · 7 years ago
  31. 409e897 Fix broken ctrl commands by Max · 7 years ago
  32. f74cfd3 Add SW Description (de)marshalling by Max · 7 years ago
  33. 8a4895c Uninitialized variable in ipa_ccm_make_id_resp_from_req() by Harald Welte · 7 years ago
  34. 0b2f715 control_if: Don't use magic number '5' when allocating vector by Harald Welte · 7 years ago
  35. 31c0fef control_if: Add control interface commands for FSMs by Harald Welte · 7 years ago
  36. f85861d control_if: Add helper function for 'local execution' of control command by Harald Welte · 7 years ago
  37. 79c137c control_if: Add API to initialize control interface without TCP port bind by Harald Welte · 7 years ago
  38. d6b1f85 ctrl: Allow installation of additional node lookup helpers by Harald Welte · 7 years ago
  39. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  40. 9e83c3d fsm: Re-set fsm_inst->T to 0 after timer expiration by Harald Welte · 7 years ago
  41. 4585e67 osmo_fsm: Lookup functions to find FSM Instance by name or ID by Harald Welte · 7 years ago
  42. 7bc88bb ipa: Introduce helpers to encode IPA CCM ID RESPONSE by Harald Welte · 7 years ago
  43. 3553680 core/conv: implement optimized Viterbi decoder by Tom Tsou · 8 years ago
  44. dda70fc Add osmo_sock_init2() function, allowing both BIND *and* CONNECT by Harald Welte · 7 years ago
  45. acd08fe Add struct osmo_prim_event_map and osmo_event_for_prim() by Harald Welte · 7 years ago
  46. 18a62b0 compiler warnings: take care of compiler warning "unused-result" by Thorsten Alteholz · 7 years ago
  47. 15596e2 gsm0808: make gsm0808_create_reset_ack() accessible by Philipp Maier · 7 years ago
  48. c6144a2 gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQST by Philipp Maier · 7 years ago
  49. 3d48ec0 gsm0808: Add create functions for BSS_MAP_MSG_PAGING by Philipp Maier · 7 years ago
  50. b478dd3 gsm0808: Add create functions for CIPHER MODE COMMAND by Philipp Maier · 7 years ago
  51. 783047e gsm0808: Add utils for Cell Identifier List by Philipp Maier · 7 years ago
  52. 14e76b9 gsm0808: Add utils for Encryption Information by Philipp Maier · 7 years ago
  53. e0c6530 gsm0808: Add utils for Channel Type by Philipp Maier · 7 years ago
  54. fa896ab gsm0808: Add AoIP specific elements to gsm0808_create_... functions by Philipp Maier · 7 years ago
  55. 6f725d6 gsm0808: Add utils for Speech Codec List and Speech Codec by Philipp Maier · 7 years ago
  56. 2240143 gsm0808: Add utils for AoIP Transport Layer Address by Philipp Maier · 7 years ago
  57. ff20641 select: Find the highest fd when filling the fd_sets by Holger Hans Peter Freyther · 7 years ago
  58. 059c404 logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UA by Harald Welte · 7 years ago
  59. d78c973 Fix LAPD UA message buffer memory leak. by Jean-Francois Dionne · 7 years ago
  60. 7f9c7e7 Add support for PCU version report by Max · 7 years ago
  61. 5d994e4 abis: add message type names by Max · 7 years ago
  62. 62d6f25 abis: add attribute names by Max · 7 years ago
  63. f444600 build: fix build dependencies for generated sources by Neels Hofmeyr · 7 years ago
  64. 9b22686 build: coding/gsm0503: fix build in sep. dir: -I builddir by Neels Hofmeyr · 7 years ago
  65. 18a7d81 logging: fail gracefully if log_info() was not called by Harald Welte · 7 years ago
  66. 00ab9ed add gsm48_pdisc_msgtype_name() by Neels Hofmeyr · 7 years ago
  67. dbd994c add gsm48_pdisc_names and gsm48_pdisc_name() by Neels Hofmeyr · 7 years ago
  68. e0cb0ee auth_milenage: fix check against too large ind by Neels Hofmeyr · 7 years ago
  69. 7c1ec8c ctrl_type_vals: explicitly terminate by Neels Hofmeyr · 7 years ago
  70. 49daf56 fix wrong return code by Thorsten Alteholz · 7 years ago
  71. bb6f7b7 osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND by Neels Hofmeyr · 7 years ago
  72. 82c9a0e osmo_auth_gen_vec: UMTS auth: store last used SQN, not next by Neels Hofmeyr · 7 years ago
  73. c733d14 lapd_core: Use 'struct value_string' for LAPD state names by Harald Welte · 7 years ago
  74. 6d0fd7b build: cosmetic: coding: break a CPPFLAGS line by Neels Hofmeyr · 7 years ago
  75. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  76. cb5c4ed ctrl_type_vals: fix range check by Neels Hofmeyr · 7 years ago
  77. 777be2e Check for proper lapdm_datalink entity by Max · 7 years ago
  78. 90fdb08 fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names by Neels Hofmeyr · 7 years ago
  79. 2ed3659 Handle replies in ctrl_cmd_handle() by Max · 7 years ago
  80. 70c7d41 Use value_string for ctrl_type by Max · 7 years ago
  81. 9756c46 Fix client-side ctrl interface helpers by Max · 7 years ago
  82. a2c5811 Export comp128 v2 and v3 routines as well by Holger Hans Peter Freyther · 7 years ago
  83. a100464 libosmoctrl: Fix typo in ctrl_interface_connect() by Harald Welte · 7 years ago
  84. fa9e05e Expand and expose ctrl connection allocation by Max · 7 years ago
  85. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  86. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  87. 3b8cb39 fix osmo_auth_gen_vec_auts: copy rand to auth vector by Neels Hofmeyr · 7 years ago
  88. 3a5ca64 gsup decode: fix expectation of AUTS length, should be 14 by Neels Hofmeyr · 7 years ago
  89. 32ee5af Document ctrl_interface_setup_dynip() function by Max · 7 years ago
  90. 8fcc81d fix: gprs_bssgp_vty: logging filter: wrong constant by Neels Hofmeyr · 7 years ago
  91. 10f5fb4 gsup: add osmo_gsup_message_type_name() by Neels Hofmeyr · 7 years ago
  92. 437ed4a osmo_hexparse: allow whitespace in parsed string, add ws test by Neels Hofmeyr · 7 years ago
  93. 6f0f560 cosmetic: replace fprintf with LOGP by Philipp Maier · 7 years ago
  94. 2c71794 utils/conv_gen.py: improve application flexibility by Vadim Yanitskiy · 7 years ago
  95. f12d40f fix various compiler warnings (on FreeBSD-11.0) by Harald Welte · 7 years ago
  96. 6b986c2 lapd_core: Fix MDL-ERROR ind after RELEASE ind by Philipp Maier · 7 years ago
  97. d9f6129 lapd_core: fix program flow by Philipp Maier · 8 years ago
  98. b288853 select: add functionality to check socket state by Philipp Maier · 8 years ago
  99. 03ab9a6 osmo_auth*: fix ordering of function args by Neels Hofmeyr · 7 years ago
  100. 08177d3 lapd_core: Improve debug output by Philipp Maier · 8 years ago