1. f9c2c56 utils/conv_gen.py: explicitly import reduce() by Vadim Yanitskiy · 8 years ago
  2. 45ebc52 utils/conv_gen.py: don't mix print and write() by Vadim Yanitskiy · 8 years ago
  3. 61281f4 Fix typo in osmo_fsm_log_addr() by Max · 8 years ago
  4. 72e43f0 gsm0408: Completing GSM 04.08 RR message types by Philipp · 8 years ago
  5. ada0042 COSMETIC: moving rr_cause_name() in gsm48.c by Philipp · 8 years ago
  6. a6b5216 utils/conv_gen.py: add EDGE MCS 1-9 definitions by Vadim Yanitskiy · 8 years ago
  7. 84fc2ce utils/conv_gen.py: fix some typos by Vadim Yanitskiy · 8 years ago
  8. f3d38c4 utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions by Vadim Yanitskiy · 8 years ago
  9. c7a01d5 gsm/gsm0503.h: fix typo by Vadim Yanitskiy · 8 years ago
  10. 6908fa7 utils/conv_gen.py: improve output formatting by Vadim Yanitskiy · 8 years ago
  11. d2d9760 utils/conv_gen.py: generate a single file by Vadim Yanitskiy · 8 years ago
  12. 694f72d Revert "Constify ctrl_cmd struct fields where appropriate" by Neels Hofmeyr · 8 years ago
  13. eb604cf vty/show asciidoc: counters: improve table headers by Alexander Couzens · 8 years ago
  14. e052dc2 vty/show asciidoc: add user readable description of the version by Alexander Couzens · 8 years ago
  15. 27a35ed stats_statsd: use int64_t instead of int for value and delta. by Alexander Couzens · 8 years ago
  16. 3e432e1 vty/osmo_counter: use name if description is NULL by Alexander Couzens · 8 years ago
  17. a238176 configure: add --enable-sanitize, use in jenkins.sh by Neels Hofmeyr · 8 years ago
  18. 2b3c228 gsm/Makefile.am: use proper top_builddir/top_srcdir paths by Neels Hofmeyr · 8 years ago
  19. bc067eb Add function to send TRAP over Control Interface by Max · 8 years ago
  20. 530736f jenkins.sh: drop unecessary PATH, now in slave config by Neels Hofmeyr · 8 years ago
  21. 349784c gsm0408: Adding 3g spcific RR message types by Philipp · 8 years ago
  22. a95ee5e fix USSD: SS message type mask should be 0x3f, not 0xbf by Neels Hofmeyr · 8 years ago
  23. ed9d6da Constify ctrl_cmd struct fields where appropriate by Max · 8 years ago
  24. cbdfa65 build: be robust against install-sh files above the root dir by Neels Hofmeyr · 8 years ago
  25. 2bb65be Mark inline header function as static by Max · 8 years ago
  26. 56155c1 jenkins.sh: output all test logs when 'make check' failed by Neels Hofmeyr · 8 years ago
  27. 9c0751f osmo_select_main(): drop useless call to osmo_timers_check() by Neels Hofmeyr · 8 years ago 3G_2016_09
  28. 74a8f08 AMR: add function to check speech frames by Max · 8 years ago
  29. 8a3409c gsm0408_test: initialize msgb talloc ctx by Neels Hofmeyr · 8 years ago
  30. f45334b msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() by Neels Hofmeyr · 8 years ago
  31. 8319a67 bitrev_test: don't omit last byte from test result check by Neels Hofmeyr · 8 years ago
  32. 4fd6023 Fix ASAN failure in bitrev_test by Max · 8 years ago
  33. e31cf80 utils/conv_gen.py: code style changes (line width, tabs, etc.) by Vadim Yanitskiy · 8 years ago
  34. ba34a2f gprs: Increase NS_ALLOC_SIZE to 3k by Daniel Willmann · 8 years ago
  35. 38d232e log CTRL bind address and port by Neels Hofmeyr · 8 years ago
  36. 55dc2ed log telnet bind address and port by Neels Hofmeyr · 8 years ago
  37. dbc6817 timer_test: set 8 as default steps, use the default in testsuite.at by Neels Hofmeyr · 8 years ago
  38. d0858c2 timer_test: print more details to stdout to check by Neels Hofmeyr · 8 years ago
  39. 255dac1 timer_test: redirect some output from stderr to stdout by Neels Hofmeyr · 8 years ago
  40. d73c1cc timer_test: remove all random elements by Neels Hofmeyr · 8 years ago
  41. 7b4d727 timer_test: do not use real time: deterministic and faster by Neels Hofmeyr · 8 years ago
  42. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  43. 13a8fb8 timer_test: remove unused precision values and confusing log by Neels Hofmeyr · 8 years ago
  44. 9c9a047 timer_test: also report early finishes, report timing on error by Neels Hofmeyr · 8 years ago
  45. 633a0e7 fix timer_test: don't forget to set tv_usec on the stop time by Neels Hofmeyr · 8 years ago
  46. 5b34f77 remove unused local variable in get_rate_ctr() by Neels Hofmeyr · 8 years ago
  47. 2e38d35 remove unused function get_rate_ctr_group() by Neels Hofmeyr · 8 years ago
  48. d95f01d build: tests: don't link system installed libosmogsm. by Neels Hofmeyr · 8 years ago
  49. 1a587bd fix GGSN Ctrl port to 4257 by Neels Hofmeyr · 8 years ago
  50. 56313c8 comment: */ports.h: link to wiki + manuals, indicate used ports by Neels Hofmeyr · 8 years ago
  51. c69de3e Add Marker to ph_tch_param by Max · 8 years ago
  52. 6320934 libosmocodec link fix on MacOSX by Anatoly Orlov · 8 years ago
  53. 418ca58 fix error msg: msgb_put(): say "msgb_put", not "msgb_push" by Neels Hofmeyr · 8 years ago
  54. e65315f core/counter: add osmo_counter_dec() by Alexander Couzens · 8 years ago
  55. 0318f6b IuPS: add GMM Service Request related constants and value_str by Neels Hofmeyr · 8 years ago
  56. b7f191f fix printf format for commit 'osmo_sock_init(): include host and port in error messages' by Neels Hofmeyr · 8 years ago
  57. f0f07d9 osmo_sock_init(): include host and port in error messages by Neels Hofmeyr · 8 years ago
  58. 898e1d8 vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1" by Neels Hofmeyr · 8 years ago
  59. fef2fa2 configure: check for pkg-config presence by Neels Hofmeyr · 8 years ago
  60. d1dcda0 Add control interface port for GGSN by Max · 8 years ago
  61. 1a70223 Add .mailmap file for mapping mail addresses in shortlog by Harald Welte · 8 years ago
  62. 9a9739c Extend L1SAP with Measurements by Max · 8 years ago
  63. 460f9ef fsm: Make sure we call 'onenter' of new state, not old state by Harald Welte · 8 years ago
  64. f92e44c lapd_core: Fix crash in lapd_dl_flush_hist() by Harald Welte · 8 years ago
  65. 881dcaf Mark input string to osmo_talloc_replace_string() as const by Harald Welte · 8 years ago
  66. 9a5bbf3 egprs: Add CPS tables from TS 04.60 by Tom Tsou · 8 years ago
  67. 1a96946 Update structure in libosmocore for 11 bit RACH by bhargava · 8 years ago
  68. da34bf0 Add define for invalid TA by Max · 8 years ago
  69. 4739076 rsl: add rsl_act_type_name() by Neels Hofmeyr · 8 years ago
  70. fd80f5a dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH by Neels Hofmeyr · 8 years ago
  71. 15b96ff gsm_08_58.h: introduce RSL_CHAN_NR_1 constant by Neels Hofmeyr · 8 years ago
  72. 505adee fix compiler warning: gsup.c: missing braces by Neels Hofmeyr · 8 years ago
  73. 511b448 bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bit by Holger Hans Peter Freyther · 8 years ago
  74. edb57e7 Add function to check TA validity by Max · 8 years ago
  75. 4a62dbb ussd: Decode interrogateSS that doesn't have test by Holger Hans Peter Freyther · 8 years ago
  76. 9394dbd Add EGPRS RLC/MAC headers from 3GPP TS 04.60 by Tom Tsou · 8 years ago
  77. 4f16950 Add GEA3 & GEA4 ciphers by Max · 8 years ago
  78. 02a6672 fsm: delete the timer when changing state by Harald Welte · 8 years ago
  79. f323911 fsm: talloc + copy the 'id' passed into a FSM by Harald Welte · 8 years ago
  80. 673018f fsm: call 'onenter' as last step of a state change by Harald Welte · 8 years ago
  81. f5f773f Add strings with GPRS GMM messages by Max · 8 years ago
  82. fdca25d Add function to check GMM encryptability by Max · 8 years ago
  83. ae3b780 gitignore tests/fsm/fsm_test by Neels Hofmeyr · 8 years ago
  84. 92ce39f Add missing osmo_c4 export by Max · 8 years ago
  85. 0ee90f8 lapd_dl_flush_hist(): Don't flush a non-existant history by Harald Welte · 8 years ago
  86. dda9dff Clarify GPRS algorithm by Max · 8 years ago
  87. c57e5da Clarify GPRS ciphering direction by Max · 8 years ago
  88. eb59f24 tests: test actual support status for auth. algo by Max · 8 years ago
  89. a337b9c Add function to check MS GEA capabilities by Max · 8 years ago
  90. ceae123 Make C4 function globally available by Max · 8 years ago
  91. b897c42 Add strings for GPRS ciphers by Max · 8 years ago
  92. 6797b3a gitignore: *-libtool for differing platforms by Neels Hofmeyr · 8 years ago
  93. 14bf28a Mark input parameter to bitvec_set_bits() as 'const' by Harald Welte · 8 years ago
  94. f627c0f fsm: Introduce default time-out handling by Harald Welte · 8 years ago
  95. d826f17 Fix potential segfault in msg_dequeue by Max · 8 years ago
  96. e0a7d9e Add octet-aligned/unaligned shift functions by Max · 8 years ago
  97. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago
  98. 82f94ef Add UMTS AKA related MM/GMM message type and IE definitions by Harald Welte · 8 years ago
  99. bda26c0 Add structures defining decoded TS 23.003 identities by Harald Welte · 8 years ago
  100. de960cb gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORT by Harald Welte · 8 years ago