1. ec0f334 contrib/fsm-to-dot: less false positives on event parsing by Neels Hofmeyr · 6 years ago
  2. 536534a contrib/fsm-to-dot: mark arrows that feed events by Neels Hofmeyr · 6 years ago
  3. 75ee4e8 contrib/fsm-to-dot: add default edge label '-' by Neels Hofmeyr · 6 years ago
  4. fcf7992 contrib/fsm-to-dot: warn and draw unallowed state transitions by Neels Hofmeyr · 6 years ago
  5. bb22df3 contrib/fsm-to-dot: don't match on event names in comments by Neels Hofmeyr · 6 years ago
  6. 46145e8 contrib/fsm-to-dot: allow transition from and to the same state by Neels Hofmeyr · 6 years ago
  7. 167f808 contrib/fsm-to-dot: add -h option to print basic instructions by Neels Hofmeyr · 6 years ago
  8. 21946e8 cosmetic: gsm0808_test: drop extraneous assertion by Neels Hofmeyr · 6 years ago
  9. 8b8cd93 fix gsm0808_enc_cell_id_list2 for leading-zero MNC by Neels Hofmeyr · 6 years ago
  10. c44fc23 show failure in gsm0808_enc_cell_id_list2() in gsm0808_test by Neels Hofmeyr · 6 years ago
  11. 473485c gsm0808_test: cosmetic: test non-hex MCC by Neels Hofmeyr · 6 years ago
  12. c1991df gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure by Neels Hofmeyr · 6 years ago
  13. 7e27b14 gsm_08_08: correct speech codec defaults by Philipp Maier · 6 years ago
  14. 04a2a32 fsm: Update the name as well if the id is updated and accept NULL by Daniel Willmann · 6 years ago
  15. d86055b abis_nm: Introduce abis_nm_dump_foh() by Harald Welte · 6 years ago
  16. c9bebbd add a regression test for TLV parsing with repeated IEs by Stefan Sperling · 6 years ago
  17. 483f386 add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists by Stefan Sperling · 6 years ago
  18. ed4327c fix parse_cell_id_lac_and_ci_list() by Stefan Sperling · 6 years ago
  19. 9c62fc6 fix bug in parse_cell_id_ci_list() by Stefan Sperling · 6 years ago
  20. 2338145 use gsm48_decode_lai2() in gsm0808_dec_cell_id_list() by Stefan Sperling · 6 years ago
  21. e1a8674 fix cell identifier decoding in libosmocore by Stefan Sperling · 6 years ago
  22. 2873bf1 fix a cell identifier parsing bug in libosmocore by Stefan Sperling · 6 years ago
  23. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  24. b10ec0b jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  25. 09ecbb7 configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  26. 10959cd src/msgb.c: avoid using internal talloc API by Vadim Yanitskiy · 6 years ago
  27. b423305 src/msgb.c: print an error if msgb allocation failed by Vadim Yanitskiy · 6 years ago
  28. 68b1e8e src/msgb.c: remove dead includes from OpenBSC by Vadim Yanitskiy · 6 years ago
  29. 8c8e6d7 src/msgb.c: cosmetic: fix spelling mistakes by Vadim Yanitskiy · 6 years ago
  30. bf86d71 features: define osmo_bts_*_feature() as static inline by Philipp Maier · 6 years ago
  31. 075299d osmo-release.sh: Set correct version when generating the changelog by Pau Espin Pedrol · 6 years ago
  32. 4d68fd0 gsm23003: add osmo_mcc_from_str() by Neels Hofmeyr · 6 years ago
  33. 20f7d0e fix osmo_mnc_from_str(): don't try to parse NULL by Neels Hofmeyr · 6 years ago
  34. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  35. 5b8b8c6 gsm23003_test: fix: compare members instead of bcmp by Neels Hofmeyr · 6 years ago
  36. ccfc387 introduce GSM_MCC_MNC_INVALID by Neels Hofmeyr · 6 years ago
  37. 8d82780 timer: Document osmo_gettimeofday API by Pau Espin Pedrol · 6 years ago
  38. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  39. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  40. 6c7b3e2 gsm0408_test: add test cases for MNC with leading zeros by Neels Hofmeyr · 6 years ago
  41. 4566f4e gsm0408_test: test new gsm48_{decode,generate}_lai2() functions by Neels Hofmeyr · 6 years ago
  42. dbb2513 gsm0408_test: check for new mnc_3_digits flag by Neels Hofmeyr · 6 years ago
  43. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  44. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  45. 38c902b l1sap: Add fields for higher-precision timing offset values by Harald Welte · 6 years ago
  46. a57f90c l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind by Harald Welte · 6 years ago
  47. 726ba36 core: Add timespec helper macros and make timer_compat.h public by Pau Espin Pedrol · 6 years ago
  48. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  49. 888dc7d print BIG FAT ERROR message if osmo_fsm lacks event names by Stefan Sperling · 6 years ago
  50. 6950b19 coding: Add BER-reporting RACH decode functions by Harald Welte · 6 years ago
  51. 175a4ae rate_ctr: Add rate_ctr_inc2() as convenience wrapper by Harald Welte · 6 years ago
  52. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  53. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  54. 98a7a26 ports.h: Add VTY and CTRL ports for osmo-trx by Pau Espin Pedrol · 6 years ago
  55. d5a577b gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai() by Neels Hofmeyr · 6 years ago
  56. b9fd7eb gsm0408_test: RA test: include min/max value cases by Neels Hofmeyr · 6 years ago
  57. c38b32d gsm0408_test: include BCD and leading zeros in test output by Neels Hofmeyr · 6 years ago
  58. 0bf93a6 gsm0408_test: cosmetically re-order MCC to come before MNC by Neels Hofmeyr · 6 years ago
  59. 22da145 cosmetic: gsm0408_test: RA test cases as array-of-struct by Neels Hofmeyr · 6 years ago
  60. f4cd228 contrib/jenkins_arch.sh: Fix script comparison and arm support by Daniel Willmann · 6 years ago
  61. d1f5793 fsm: allow graceful exit on FSM termination by Philipp Maier · 6 years ago
  62. 4a8a9f4 memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure by Neels Hofmeyr · 6 years ago
  63. a4952aa memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure by Neels Hofmeyr · 6 years ago
  64. 90539ac memleak: gsmtap_sendmsg(): don't return 0 when no data was written by Neels Hofmeyr · 6 years ago
  65. c9a4ce6 gsmtap_sendmsg(): clarify API doc concerning msgb ownership by Neels Hofmeyr · 6 years ago
  66. b0c43a6 fsm: Add a function to change the FSM instance ID later by Daniel Willmann · 6 years ago
  67. 3c38e60 Add function to encode classmark by Max · 6 years ago
  68. ebf1492 Add generic Mobile Identity encoder by Max · 6 years ago
  69. d55d7d4 Add test for gsm48_generate_mid_from_imsi() by Max · 6 years ago
  70. 408a900 talloc_ctx_vty: Fix help strings (missing \n at end of line) by Harald Welte · 6 years ago
  71. 13e7f05 build: Ensure all .pc files are installed by Martin Hauke · 6 years ago
  72. eb18282 gsmtap.h: define TETRA DMO mode channels by allesklar2 · 6 years ago
  73. 1859515 Add helper functions for ACC bit flags in rach control IE. by Stefan Sperling · 6 years ago
  74. 5547808 Add GSM 04.08 type-of-number / numbering-plan-id definitions by Harald Welte · 6 years ago
  75. 4bfa171 debian/control: Fix Vcs-Browser URL by Harald Welte · 6 years ago
  76. ebd2b0f osmo_msgbdump_{l2,l3}(): Proper typecast by Harald Welte · 6 years ago
  77. 6590044 Revert "fsm: do not terminate child FSMs early" by Harald Welte · 6 years ago
  78. 4e4521b Revert "Use python 3 for utilities" by Harald Welte · 6 years ago
  79. 5ec9198 fsm: do not terminate child FSMs early by Philipp Maier · 6 years ago
  80. 5721770 msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer by Harald Welte · 6 years ago
  81. bf383a1 tlv_parser: Report *first* occurrence of repeated IEs by Harald Welte · 6 years ago
  82. 6de34ee tests: utils_test: Fix test failure when compiling with -O0 by Pau Espin Pedrol · 6 years ago
  83. 41911d0 tests: coding_test: Fix compilation with -O0 by Pau Espin Pedrol · 6 years ago
  84. 76c6c50 Use python 3 for utilities by Max · 6 years ago
  85. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago
  86. 80f4c4e GSUP: change osmo_gsup_encode() return type by Max · 6 years ago
  87. 18c014d utils: add helper wrapper for osmo_strlcpy() by Max · 6 years ago
  88. f1076ed gsm48_hdr_msg_type(): SS is in the same group as MM/CC by Harald Welte · 6 years ago
  89. 143aed7 gsm48_hdr_msg_type[_r99]: Fix bit-masks by Harald Welte · 6 years ago
  90. cd82710 gsm_04_08.h: Reduce T310 default to 30s. by Harald Welte · 6 years ago
  91. e50b009 gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default value by Harald Welte · 6 years ago
  92. d60e17a SMS: Add value_string for TS 04.11 CP and RP state by Harald Welte · 6 years ago
  93. ea0bc96 gsm48_pdisc_names: Use conscise, short names by Harald Welte · 6 years ago
  94. e41ad4d jenkins: move make invocation into shared function by Max · 6 years ago
  95. 8e8378a jenkins: remove obsolete scripts by Max · 6 years ago
  96. 2a06a49 fsm: add functions for unlinking and changing parents by Philipp Maier · 6 years ago
  97. a55fe9f libosmocoding: use frame length definitions from codec.h by Vadim Yanitskiy · 6 years ago
  98. 9a232fd libosmocoding: fix typo in library documentation by Vadim Yanitskiy · 6 years ago
  99. 91cfda8 socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip() by Philipp Maier · 6 years ago
  100. 4938272 GSUP: don't fail test on first error by Max · 6 years ago