1. 14e76b9 gsm0808: Add utils for Encryption Information by Philipp Maier · 7 years ago
  2. e0c6530 gsm0808: Add utils for Channel Type by Philipp Maier · 7 years ago
  3. fa896ab gsm0808: Add AoIP specific elements to gsm0808_create_... functions by Philipp Maier · 7 years ago
  4. 6f725d6 gsm0808: Add utils for Speech Codec List and Speech Codec by Philipp Maier · 7 years ago
  5. 2240143 gsm0808: Add utils for AoIP Transport Layer Address by Philipp Maier · 7 years ago
  6. f7add08 add VTY port number for osmo-stp by Harald Welte · 7 years ago
  7. 62d3296 logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran by Harald Welte · 7 years ago
  8. 7f9c7e7 Add support for PCU version report by Max · 7 years ago
  9. 5d994e4 abis: add message type names by Max · 7 years ago
  10. 62d6f25 abis: add attribute names by Max · 7 years ago
  11. f444600 build: fix build dependencies for generated sources by Neels Hofmeyr · 7 years ago
  12. 9e4c170 build: generate gsm0503.h to builddir, not srcdir by Neels Hofmeyr · 7 years ago
  13. 00ab9ed add gsm48_pdisc_msgtype_name() by Neels Hofmeyr · 7 years ago
  14. dbd994c add gsm48_pdisc_names and gsm48_pdisc_name() by Neels Hofmeyr · 7 years ago
  15. 8a5d60b fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY() by Neels Hofmeyr · 7 years ago
  16. 7c1ec8c ctrl_type_vals: explicitly terminate by Neels Hofmeyr · 7 years ago
  17. 4cb0c8b linuxlist.h: add llist_first/last_entry macros by Neels Hofmeyr · 7 years ago
  18. bb6f7b7 osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND by Neels Hofmeyr · 7 years ago
  19. 953f929 gsm_04_08: add _NUM_CHREQ_T to enum by Alexander Couzens · 7 years ago
  20. f48e8a8 gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  21. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  22. 77a5b09 gsm0503.h: generate header automatically by Vadim Yanitskiy · 7 years ago
  23. fca04bb fsm: convenience: add inline osmo_fsm_inst_state_name() by Neels Hofmeyr · 7 years ago
  24. 70c7d41 Use value_string for ctrl_type by Max · 7 years ago
  25. fa5dc93 ports.h: rename CSCN to MSC by Neels Hofmeyr · 7 years ago
  26. fa9e05e Expand and expose ctrl connection allocation by Max · 7 years ago
  27. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  28. 492e180 logging.h: fixup: add API doc for logging enums recently added by Neels Hofmeyr · 7 years ago
  29. 0d6420b logging.h: fix backwards compat broken by recent commit by Neels Hofmeyr · 7 years ago
  30. d1c2fc6 gsm_04_08.h: add R99 MSCR and CBQ3 to SI3 Ctrl Chan Descr by Neels Hofmeyr · 7 years ago
  31. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  32. 10f5fb4 gsup: add osmo_gsup_message_type_name() by Neels Hofmeyr · 7 years ago
  33. af4bb17 Add CTRL port for OsmoHLR by Max · 7 years ago
  34. b288853 select: add functionality to check socket state by Philipp Maier · 8 years ago
  35. 03ab9a6 osmo_auth*: fix ordering of function args by Neels Hofmeyr · 7 years ago
  36. 55a43b8 gsm48: add UMTS AKA res+sync IEIs, msg type and cause val by Neels Hofmeyr · 7 years ago
  37. 8352d31 GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16 by Neels Hofmeyr · 7 years ago
  38. 4a7f87c comment: ports.h: more visibly remind to keep docs+wiki synced by Neels Hofmeyr · 7 years ago
  39. 92fa18e vty/ports.h: reserve port 4258 for OsmoHLR VTY by Neels Hofmeyr · 7 years ago
  40. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  41. 319f321 OML: add external alerts by Max · 7 years ago
  42. 75c0e2f utils.h: #include <stdio.h> as we use fprintf() by Harald Welte · 7 years ago
  43. 505a22f linuxlist.h: add llist_count() by Neels Hofmeyr · 7 years ago
  44. aa1bc01 logging: remove code duplication by Max · 7 years ago
  45. 8928747 CTRL: add write-only helpers by Max · 7 years ago
  46. 449324b bitvec: Ensure bitvec.h and bitvec.c agree on function argument type by Harald Welte · 7 years ago
  47. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  48. 1251afe Add abis_nm_fail_evt_vrep() function by Max · 7 years ago
  49. 85908a9 Add value strings for Probable Cause Type by Max · 7 years ago
  50. ebcf02d gsmtap: Add GSMTAP_TYPE_QC_DIAG by Harald Welte · 7 years ago
  51. 3419391 fsm: Add VTY introspection of osmo_fsm and their instances by Harald Welte · 7 years ago
  52. 8808bb4 Add osmo_fsm_find_by_name() and avoid registering FSM with same name by Harald Welte · 7 years ago
  53. ecbcdf5 Add OML Failure Event Report support by Max · 7 years ago
  54. 07352fe Add event cause string descriptions by Max · 7 years ago
  55. 848de8f Add function to get uninterrupted bit run by Pravin Kumarvel · 8 years ago
  56. 592fcc9 Add cause enum for OML fail reports by Minh-Quang Nguyen · 7 years ago
  57. dbd3a92 Add parsed TLV helpers from OsmoBTS by Max · 7 years ago
  58. 0bee65c Add OML definitions from OsmoBTS by Max · 7 years ago
  59. c014f60 fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term() by Neels Hofmeyr · 8 years ago
  60. eeacf90 fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h by Neels Hofmeyr · 8 years ago
  61. a0f74f2 add CRC16-CCITT to libosmocore by Harald Welte · 8 years ago
  62. 1808096 utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros by Neels Hofmeyr · 8 years ago
  63. 42b59c1 fsm api doc: fix typo in doxygen marker '\breif' by Neels Hofmeyr · 8 years ago
  64. 5c5c78a add value strings for enum osmo_fsm_term_cause and use for logging by Neels Hofmeyr · 8 years ago
  65. 725698a fsm: log caller's source for events and state changes, not fsm.c lines by Neels Hofmeyr · 8 years ago
  66. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 8 years ago
  67. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  68. 9795cf1 fix: DLGSUP logging category "unusable" by Neels Hofmeyr · 8 years ago 0.9.5
  69. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  70. a65e993 gsmtap: Add defintions for GSMTAP based remote logging by Harald Welte · 8 years ago
  71. 665d48b cosmetic: gsup comments: write 'Generic' for the G in GSUP by Neels Hofmeyr · 8 years ago
  72. 5f460de license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom' by Neels Hofmeyr · 8 years ago
  73. dda5e79 doc: fsm timer_cb: explain return value by Neels Hofmeyr · 8 years ago
  74. d7c0a37 logging: Extend log_target with call-back for un-formatted log line by Harald Welte · 8 years ago
  75. 909cbec Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE" by Neels Hofmeyr · 8 years ago
  76. bc1d758 gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() by Neels Hofmeyr · 8 years ago
  77. 25774b9 gsm0480: code dup: introduce and use gsm0480_l3hdr_push() by Neels Hofmeyr · 8 years ago
  78. c3c2852 gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE by Alexander Couzens · 8 years ago
  79. aeecc48 Introduce osmo_strlcpy() function so we can stop using strncpy() by Harald Welte · 8 years ago
  80. 6e363e7 gsm_08_58.h: Add more Ericsson specific RSL IE Identifiers by Harald Welte · 8 years ago
  81. 00b1539 RSL: Add defines for ericsson systinfo SI13 by Philipp · 8 years ago
  82. 8593f1f msgb: add msgb_push_u{8,16,32}() functions by Harald Welte · 8 years ago
  83. 1554f80 statsd: Fix compiler warning (int32_t vs. int64_t) by Harald Welte · 8 years ago
  84. bf173a3 bitcomp: Remove the t4 decoding from libosmocore by Holger Hans Peter Freyther · 8 years ago
  85. 8b25a3f Add osmo_fsm_unregister() to header by Max · 8 years ago
  86. 72e43f0 gsm0408: Completing GSM 04.08 RR message types by Philipp · 8 years ago
  87. a6b5216 utils/conv_gen.py: add EDGE MCS 1-9 definitions by Vadim Yanitskiy · 8 years ago
  88. f3d38c4 utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions by Vadim Yanitskiy · 8 years ago
  89. c7a01d5 gsm/gsm0503.h: fix typo by Vadim Yanitskiy · 8 years ago
  90. 694f72d Revert "Constify ctrl_cmd struct fields where appropriate" by Neels Hofmeyr · 8 years ago
  91. bc067eb Add function to send TRAP over Control Interface by Max · 8 years ago
  92. 349784c gsm0408: Adding 3g spcific RR message types by Philipp · 8 years ago
  93. ed9d6da Constify ctrl_cmd struct fields where appropriate by Max · 8 years ago
  94. 2bb65be Mark inline header function as static by Max · 8 years ago
  95. 74a8f08 AMR: add function to check speech frames by Max · 8 years ago
  96. f45334b msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() by Neels Hofmeyr · 8 years ago
  97. ba34a2f gprs: Increase NS_ALLOC_SIZE to 3k by Daniel Willmann · 8 years ago
  98. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  99. 1a587bd fix GGSN Ctrl port to 4257 by Neels Hofmeyr · 8 years ago
  100. 56313c8 comment: */ports.h: link to wiki + manuals, indicate used ports by Neels Hofmeyr · 8 years ago