1. 24e67f8 gprs_ns_sns: Use "correct" remote IP address for local IP endpoint by Harald Welte · 5 years ago
  2. 94c9b44 gprs_ns: Don't use initial IP/port for anything but SNS by Harald Welte · 5 years ago
  3. 1e072cc gprs_ns.c: Update comment: IP SNS has recently been implemented by Harald Welte · 5 years ago
  4. 9e6f5f1 osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label by Neels Hofmeyr · 5 years ago
  5. 76f025e Fix build on non-glibc systems by Karl Koscher · 5 years ago
  6. 94d79fd gsm0808_utils: fix gsm48 multirate to S-bit converter by Philipp Maier · 5 years ago
  7. 3713af8 gsm0808_utils: fix gsm48 multirate configuration generator by Philipp Maier · 5 years ago
  8. 3a50453 add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi() by Neels Hofmeyr · 5 years ago
  9. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  10. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  11. 8aa691f api doc: tweak gsm0808_cell_id_matches_list() doc by Neels Hofmeyr · 5 years ago
  12. 6d57c57 fix api doc typo for osmo_plmn_name2() by Neels Hofmeyr · 5 years ago
  13. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  14. 047f387 NS: Add support for GPRS NS IP Sub-Network-Service (SNS) by Harald Welte · 6 years ago
  15. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  16. 17a642d gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding by Harald Welte · 6 years ago
  17. 5ec0cf5 LCLS: add string dump helpers by Max · 5 years ago
  18. 47cf21f NS: Add missing NS Cause strings by Harald Welte · 5 years ago
  19. dc80281 NS: Don't print information about FR/GRE if not enabled! by Harald Welte · 5 years ago
  20. 52a8375 select: Call log_reset_context() before calling file descriptor callbacks by Harald Welte · 5 years ago
  21. 9ef2e15 gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message by Harald Welte · 5 years ago
  22. 9612fcb gprs_ns.c: cosmetic whitespace fixes by Harald Welte · 5 years ago
  23. 4091f92 gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple() by Harald Welte · 5 years ago
  24. 6a469e1 bssgp_tx_bvc_unblock(): Fix log message by Harald Welte · 5 years ago
  25. 10f07da rsl: Support PDCH in rsl_chan_nr_str by Pau Espin Pedrol · 5 years ago
  26. d1365e1 gsm0808: comment about difference of gsm0808_create_clear_command() by Harald Welte · 5 years ago
  27. 10ba47d Fix BSSMAP length generated by gsm0808_create_clear_command2() by Harald Welte · 5 years ago
  28. ee91040 fix osmo_gsm48_classmark* libosmogsm.map entries by Neels Hofmeyr · 5 years ago
  29. a0331ed get_value_string(): guard against NULL by Neels Hofmeyr · 5 years ago
  30. 450f5ac Enable remote SIM protocol log level by Max · 5 years ago
  31. 6b4895f gsm/gsm0480: introduce gsm0480_create_release_complete() by Vadim Yanitskiy · 5 years ago
  32. 74c4c4e gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMAND by Philipp Maier · 5 years ago
  33. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  34. c1aa178 vty api: add vty_out_va() by Neels Hofmeyr · 5 years ago
  35. 8d04f95 vty telnet: consistently never change nodes upon CTRL-C by Neels Hofmeyr · 5 years ago
  36. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  37. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  38. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  39. d6ff9c8 GSUP: deprecate osmo_gsup_get_err_msg_type() by Oliver Smith · 5 years ago
  40. 89991fd osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 years by Neels Hofmeyr · 5 years ago
  41. bd5a1dc osmo_fsm_inst_state_chg(): set T also for zero timeout by Neels Hofmeyr · 5 years ago
  42. 7740d26 add osmo_classmark_* API by Neels Hofmeyr · 5 years ago
  43. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  44. d01ef75 gsm0808: add BSSMAP Cell Identifier matching API by Neels Hofmeyr · 6 years ago
  45. 2033be8 Work around bogus gcc-8.2 array-bounds warning/error by Harald Welte · 5 years ago
  46. 1c3bae1 constrain gsm48_generate_mid() output array bounds by Harald Welte · 5 years ago
  47. 3927cc4 Bump version: 1.0.0 → 1.0.1 by Harald Welte · 5 years ago
  48. b27e6fe Rename msgb_wrap_with_TL() by Max · 5 years ago
  49. a0c1cba Bump version: 0.12.0.128-8dfde → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  50. 3b90125 LCLS: make GCR into static member of osmo_lcls by Max · 5 years ago
  51. 414c8f5 LCLS: add status parameter to Assignment Completed message by Max · 5 years ago
  52. d6ef6f1 gsm29118: fix coverity issues by Philipp Maier · 5 years ago
  53. 64b51eb socket: add define for socket name length by Philipp Maier · 5 years ago
  54. 1bec390 LCLS: add GCR comparison helper by Max · 5 years ago
  55. f8963f9 change GSM48_CMSERV_* to enum type, add names by Neels Hofmeyr · 5 years ago
  56. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago
  57. bd6e7a9 port rest octets encoding code from osmo-bsc by Stefan Sperling · 6 years ago
  58. fdf8b7b port arfcn range encode support from osmo-bsc by Stefan Sperling · 6 years ago
  59. a6749ac msgb: fix debug print by Max · 5 years ago
  60. 92f3f5e add osmo_lu_type_names[], osmo_lu_type_name() by Neels Hofmeyr · 5 years ago
  61. 02fd83d add osmo_mi_name(), for MI-to-string like "IMSI-123456" by Neels Hofmeyr · 5 years ago
  62. 45f89c9 LCLS: fix LCLS-CONNECT-CONTROL encoder by Max · 6 years ago
  63. 42e567c Automatically disable GnuTLS fallback by Max · 6 years ago
  64. 0187c3a Streamline glibc version check by Max · 6 years ago
  65. 0d39a8d osmo_rat_type: add OSMO_RAT_EUTRAN_SGS by Neels Hofmeyr · 5 years ago
  66. 5b5c349 gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type by Neels Hofmeyr · 6 years ago
  67. 785ecc9 logging/gsmtap: fix buffer overflow in _gsmtap_raw_output() by Vadim Yanitskiy · 6 years ago
  68. 4702215 LCLS: enc/dec entire parameter set instead of GCR by Max · 6 years ago
  69. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 6 years ago
  70. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 6 years ago
  71. d8d0ef6 vty: The telnet interface is TCP only. Fix the comments by Holger Hans Peter Freyther · 6 years ago
  72. 10db281 GSUP: add CHECK-IMEI message by Oliver Smith · 6 years ago
  73. e8c3b1b GSUP: fix missing osmo_gsup_get_err_msg_type()s by Oliver Smith · 6 years ago
  74. af25c37 Use define for key buffers by Max · 6 years ago
  75. 036012b LCLC: fix doc to match type signature by Max · 6 years ago
  76. e035572 Fix typos in SS opcode names by Max · 6 years ago
  77. 0145751 add to osmo_sock_get_name*() API by Neels Hofmeyr · 6 years ago
  78. f9ee8da GSUP/SMS: introduce READY-FOR-SM message by Vadim Yanitskiy · 6 years ago
  79. c262831 GSUP/SMS: introduce MO-/MT-FORWARD-SM messages by Vadim Yanitskiy · 6 years ago
  80. 5207432 LCLS: add gsm0808_create_ass2() by Max · 6 years ago
  81. 969fb2e LCLS, TS 48.008: add GCR IE encoding/decoding by Max · 6 years ago
  82. 7918f84 LCLS, TS 29.205: add GCR routines by Max · 6 years ago
  83. d8fcef7 gsm0480: fix copy-pasted note for gsm0480_gen_return_error() by Vadim Yanitskiy · 6 years ago
  84. db03825 msgb: add test helpers by Max · 6 years ago
  85. 48b2de0 fix api doc for osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  86. 6adffb9 gsm48_mi_to_string(): do not read from zero length input buffer by Neels Hofmeyr · 6 years ago
  87. ea2a0ab gsm48_mi_to_string(): guard against zero length output buffer by Neels Hofmeyr · 6 years ago
  88. 23187fa gsm48_generate_mid(): mask out ODD flag from mi_type by Neels Hofmeyr · 6 years ago
  89. 627e011 gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases by Neels Hofmeyr · 6 years ago
  90. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  91. 6aa20ee api doc: gsm48_mi_to_string(): warn of return value implementation by Neels Hofmeyr · 6 years ago
  92. 4f4905f gsm0808: add encoder for cause codes and use it by Philipp Maier · 6 years ago
  93. e190e03 gsm29118: add generator functions for GSM29118 messages by Philipp Maier · 6 years ago
  94. 8a942d2 cosmetic apn: correct whitespace error by Philipp Maier · 6 years ago
  95. 9d7a247 Add osmo_sockaddr_in_to_str_and_uint() by Max · 6 years ago
  96. 72dfd43 Allow log_init() with NULL log_info by Max · 6 years ago
  97. 30b2e34 ctrl: use #define for TRAP id by Max · 6 years ago
  98. 225bdf4 gsm0808: add message generator for BSSMAP HANDOVER PERFORMED by Philipp Maier · 6 years ago
  99. a2f696f configure.ac: check clock_gettime for glib < 2.17 by Alexander Couzens · 6 years ago
  100. f69aa9c Move BSSMAP_MSG_* defines to header file by Max · 6 years ago