1. a4399c8 add gsm0808_cell_{id,id_list}_name() and friends by Neels Hofmeyr · 6 years ago
  2. 74e4ed6 tlv: add TLV_GET() and TLV_GET_MINLEN() by Neels Hofmeyr · 6 years ago
  3. 8d41d72 gsm/gsm48.c: add call independent SS message names by Vadim Yanitskiy · 6 years ago
  4. 07bfd56 protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD by Vadim Yanitskiy · 6 years ago
  5. 0b2c0ec prevent integer underflow in ipa_ccm_make_id_resp_from_req() by Harald Welte · 6 years ago
  6. 62c43c6 cosmetic: log: fix typo, clarify msg for rate_ctr name mangling by Neels Hofmeyr · 6 years ago
  7. c62c934 test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly by Neels Hofmeyr · 6 years ago
  8. db2fa4e test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACs by Neels Hofmeyr · 6 years ago
  9. 066473f test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytes by Neels Hofmeyr · 6 years ago
  10. 250e7f7 add gsm0808_{enc,dec}_cell_id by Neels Hofmeyr · 6 years ago
  11. a78b22b add tlv_parse2(), capable of multiple instances of the same IE by Neels Hofmeyr · 6 years ago
  12. 74663d9 add gsm0808_cell_id_list_add() to combine two cell identifier lists by Neels Hofmeyr · 6 years ago
  13. 4349620 add osmo_cgi_name() by Neels Hofmeyr · 6 years ago
  14. c62fc2d msgb: msgb_pull: Abort when pulling more than avail size by Pau Espin Pedrol · 6 years ago
  15. 9fa0912 msgb: msgb_get: Drop unneeded tmp var by Pau Espin Pedrol · 6 years ago
  16. 4eeb808 avoid warning in gsm0808_create_layer3 by Neels Hofmeyr · 6 years ago
  17. bd6c8b5 deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  18. cefce66 fix issue on big endian architecture by Thorsten Alteholz · 6 years ago
  19. aead241 add gsm48_reject_value_names by Neels Hofmeyr · 6 years ago
  20. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  21. 6e8c088 cosmetic: osmo_fsm_inst_update_id(): don't log "allocate" by Neels Hofmeyr · 6 years ago
  22. 71f76a1 fsm: id: properly set name in case of NULL id by Neels Hofmeyr · 6 years ago
  23. 975ee6b fsm_test: more thoroughly test FSM inst ids and names by Neels Hofmeyr · 6 years ago
  24. 2bcc873 osmo_fsm_inst_find_by_name(): guard against strcmp(NULL) by Neels Hofmeyr · 6 years ago
  25. d8f175c fsm_test: terminate the main loop instead of exit on timeout by Neels Hofmeyr · 6 years ago
  26. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  27. 5a9dbf8 fix spelling by Thorsten Alteholz · 6 years ago
  28. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  29. 3a32147 socket.c: osmo_sock_init: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  30. 27cf8df socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  31. 5d50fa5 socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  32. a8b6cc4 fix ctrl_test sanitizer issues by Neels Hofmeyr · 6 years ago
  33. 7c0031f cosmetic: flatten ctrl_handle_msg() by Neels Hofmeyr · 6 years ago
  34. cdbc9af ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) by Neels Hofmeyr · 6 years ago
  35. 6882b80 ctrl: test deferred cmd, show current failure by Neels Hofmeyr · 6 years ago
  36. 2ecfb30 gsm0480: drop messages with incorrect data length by Vadim Yanitskiy · 6 years ago
  37. a24ead0 gsm0480: copy the raw USSD data, its DCS and length by Vadim Yanitskiy · 6 years ago
  38. 9fb7e3a gsm0480: document the 'ss_request' structure by Vadim Yanitskiy · 6 years ago
  39. dbb7659 gsm0808: Add value strings for BSSMAP cause codes by Philipp Maier · 6 years ago
  40. 3d8b47f fix logging talloc ctx: add osmo_init_logging2() by Neels Hofmeyr · 6 years ago
  41. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  42. a2501a2 VTY: Don't welcome the user to the "control" interface, if it's VTY by Harald Welte · 6 years ago
  43. 71f781c contrib/fsm-to-dot: warn about identically named FSMs by Neels Hofmeyr · 6 years ago
  44. 338d174 contrib/fsm-to-dot: mark illegal states in red by Neels Hofmeyr · 6 years ago
  45. ec0f334 contrib/fsm-to-dot: less false positives on event parsing by Neels Hofmeyr · 6 years ago
  46. 536534a contrib/fsm-to-dot: mark arrows that feed events by Neels Hofmeyr · 6 years ago
  47. 75ee4e8 contrib/fsm-to-dot: add default edge label '-' by Neels Hofmeyr · 6 years ago
  48. fcf7992 contrib/fsm-to-dot: warn and draw unallowed state transitions by Neels Hofmeyr · 6 years ago
  49. bb22df3 contrib/fsm-to-dot: don't match on event names in comments by Neels Hofmeyr · 6 years ago
  50. 46145e8 contrib/fsm-to-dot: allow transition from and to the same state by Neels Hofmeyr · 6 years ago
  51. 167f808 contrib/fsm-to-dot: add -h option to print basic instructions by Neels Hofmeyr · 6 years ago
  52. 21946e8 cosmetic: gsm0808_test: drop extraneous assertion by Neels Hofmeyr · 6 years ago
  53. 8b8cd93 fix gsm0808_enc_cell_id_list2 for leading-zero MNC by Neels Hofmeyr · 6 years ago
  54. c44fc23 show failure in gsm0808_enc_cell_id_list2() in gsm0808_test by Neels Hofmeyr · 6 years ago
  55. 473485c gsm0808_test: cosmetic: test non-hex MCC by Neels Hofmeyr · 6 years ago
  56. c1991df gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure by Neels Hofmeyr · 6 years ago
  57. 7e27b14 gsm_08_08: correct speech codec defaults by Philipp Maier · 6 years ago
  58. 04a2a32 fsm: Update the name as well if the id is updated and accept NULL by Daniel Willmann · 6 years ago
  59. d86055b abis_nm: Introduce abis_nm_dump_foh() by Harald Welte · 6 years ago
  60. c9bebbd add a regression test for TLV parsing with repeated IEs by Stefan Sperling · 6 years ago
  61. 483f386 add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists by Stefan Sperling · 6 years ago
  62. ed4327c fix parse_cell_id_lac_and_ci_list() by Stefan Sperling · 6 years ago
  63. 9c62fc6 fix bug in parse_cell_id_ci_list() by Stefan Sperling · 6 years ago
  64. 2338145 use gsm48_decode_lai2() in gsm0808_dec_cell_id_list() by Stefan Sperling · 6 years ago
  65. e1a8674 fix cell identifier decoding in libosmocore by Stefan Sperling · 6 years ago
  66. 2873bf1 fix a cell identifier parsing bug in libosmocore by Stefan Sperling · 6 years ago
  67. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  68. b10ec0b jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  69. 09ecbb7 configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  70. 10959cd src/msgb.c: avoid using internal talloc API by Vadim Yanitskiy · 6 years ago
  71. b423305 src/msgb.c: print an error if msgb allocation failed by Vadim Yanitskiy · 6 years ago
  72. 68b1e8e src/msgb.c: remove dead includes from OpenBSC by Vadim Yanitskiy · 6 years ago
  73. 8c8e6d7 src/msgb.c: cosmetic: fix spelling mistakes by Vadim Yanitskiy · 6 years ago
  74. bf86d71 features: define osmo_bts_*_feature() as static inline by Philipp Maier · 6 years ago
  75. 075299d osmo-release.sh: Set correct version when generating the changelog by Pau Espin Pedrol · 6 years ago
  76. 4d68fd0 gsm23003: add osmo_mcc_from_str() by Neels Hofmeyr · 6 years ago
  77. 20f7d0e fix osmo_mnc_from_str(): don't try to parse NULL by Neels Hofmeyr · 6 years ago
  78. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  79. 5b8b8c6 gsm23003_test: fix: compare members instead of bcmp by Neels Hofmeyr · 6 years ago
  80. ccfc387 introduce GSM_MCC_MNC_INVALID by Neels Hofmeyr · 6 years ago
  81. 8d82780 timer: Document osmo_gettimeofday API by Pau Espin Pedrol · 6 years ago
  82. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  83. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  84. 6c7b3e2 gsm0408_test: add test cases for MNC with leading zeros by Neels Hofmeyr · 6 years ago
  85. 4566f4e gsm0408_test: test new gsm48_{decode,generate}_lai2() functions by Neels Hofmeyr · 6 years ago
  86. dbb2513 gsm0408_test: check for new mnc_3_digits flag by Neels Hofmeyr · 6 years ago
  87. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  88. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  89. 38c902b l1sap: Add fields for higher-precision timing offset values by Harald Welte · 6 years ago
  90. a57f90c l1sap: Add RSSI, BER and quarter-bit accurate timing to PH-RACH.ind by Harald Welte · 6 years ago
  91. 726ba36 core: Add timespec helper macros and make timer_compat.h public by Pau Espin Pedrol · 6 years ago
  92. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  93. 888dc7d print BIG FAT ERROR message if osmo_fsm lacks event names by Stefan Sperling · 6 years ago
  94. 6950b19 coding: Add BER-reporting RACH decode functions by Harald Welte · 6 years ago
  95. 175a4ae rate_ctr: Add rate_ctr_inc2() as convenience wrapper by Harald Welte · 6 years ago
  96. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  97. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  98. 98a7a26 ports.h: Add VTY and CTRL ports for osmo-trx by Pau Espin Pedrol · 6 years ago
  99. d5a577b gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai() by Neels Hofmeyr · 6 years ago
  100. b9fd7eb gsm0408_test: RA test: include min/max value cases by Neels Hofmeyr · 6 years ago