1. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  2. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  3. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  4. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  5. faa49e2 add generic vty_transcript_test.c, vty_transcript_test.vty by Neels Hofmeyr · 5 years ago
  6. bd5a1dc osmo_fsm_inst_state_chg(): set T also for zero timeout by Neels Hofmeyr · 5 years ago
  7. 760c58f build: add missing logging_vty_test.vty to EXTRA_DIST by Neels Hofmeyr · 5 years ago
  8. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  9. d01ef75 gsm0808: add BSSMAP Cell Identifier matching API by Neels Hofmeyr · 6 years ago
  10. 1317771 gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digits by Harald Welte · 5 years ago
  11. 3b90125 LCLS: make GCR into static member of osmo_lcls by Max · 5 years ago
  12. 414c8f5 LCLS: add status parameter to Assignment Completed message by Max · 5 years ago
  13. 1bec390 LCLS: add GCR comparison helper by Max · 5 years ago
  14. 4fd64e5 LCLS: expand enc/dec tests by Max · 5 years ago
  15. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago
  16. fdf8b7b port arfcn range encode support from osmo-bsc by Stefan Sperling · 6 years ago
  17. 02fd83d add osmo_mi_name(), for MI-to-string like "IMSI-123456" by Neels Hofmeyr · 5 years ago
  18. 660729c tests/gsup_test.c: drop session IEs from MO-ForwardSM Error by Vadim Yanitskiy · 6 years ago
  19. 4702215 LCLS: enc/dec entire parameter set instead of GCR by Max · 6 years ago
  20. cf6ee64 tests/gsm0808: use new msgb comparison API by Vadim Yanitskiy · 6 years ago
  21. 10db281 GSUP: add CHECK-IMEI message by Oliver Smith · 6 years ago
  22. 1974240 GSUP: add end marker to enum osmo_gsup_iei by Oliver Smith · 6 years ago
  23. af25c37 Use define for key buffers by Max · 6 years ago
  24. b260039 add/clean big-endian packed structs (struct_endianess.py) by Neels Hofmeyr · 6 years ago
  25. f9ee8da GSUP/SMS: introduce READY-FOR-SM message by Vadim Yanitskiy · 6 years ago
  26. c262831 GSUP/SMS: introduce MO-/MT-FORWARD-SM messages by Vadim Yanitskiy · 6 years ago
  27. 5207432 LCLS: add gsm0808_create_ass2() by Max · 6 years ago
  28. 969fb2e LCLS, TS 48.008: add GCR IE encoding/decoding by Max · 6 years ago
  29. 7918f84 LCLS, TS 29.205: add GCR routines by Max · 6 years ago
  30. ea2a0ab gsm48_mi_to_string(): guard against zero length output buffer by Neels Hofmeyr · 6 years ago
  31. 23187fa gsm48_generate_mid(): mask out ODD flag from mi_type by Neels Hofmeyr · 6 years ago
  32. 627e011 gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases by Neels Hofmeyr · 6 years ago
  33. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  34. 4968628 gsm0408_test: test encoding and decoding Mobile Identity by Neels Hofmeyr · 6 years ago
  35. 4f4905f gsm0808: add encoder for cause codes and use it by Philipp Maier · 6 years ago
  36. 797558e send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK by Stefan Sperling · 6 years ago
  37. ed651d2 Support cipher mode reject with extended cause by Max · 6 years ago
  38. fa3b482 Fix deprecation warning in gsm0808_test by Max · 6 years ago
  39. 2b4a67a Update cipher reject function by Max · 6 years ago
  40. de1da35 gsm23003: Add MME domain name related helper functions by Harald Welte · 6 years ago
  41. f6c369f gsm0808: allow decoding of zero length speech codec lists. by Philipp Maier · 6 years ago
  42. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  43. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  44. 8515d03 gsm0808: add function to convert AMR S15-S0 to gsm0408 settings by Philipp Maier · 6 years ago
  45. 5f2eb15 gsm0808: add function to convert amr gsm0408 setings to gsm0808 by Philipp Maier · 6 years ago
  46. 28fc078 logging vty: add 'logging level set-all <level>' by Neels Hofmeyr · 6 years ago
  47. dd8c73c Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808" by Neels Hofmeyr · 6 years ago
  48. 2fd4fe6 gsm0808: add function to convert amr gsm0408 setings to gsm0808 by Philipp Maier · 6 years ago
  49. 9540c24 logging vty: deprecate 'all', introduce 'force-all' by Neels Hofmeyr · 6 years ago
  50. 7e0686c logging vty: deprecate the 'everything' keyword by Neels Hofmeyr · 6 years ago
  51. 3a9ff11 logging vty: add VTY transcript test by Neels Hofmeyr · 6 years ago
  52. ec6fdbb fix tests linking: don't use system installed libs by Neels Hofmeyr · 6 years ago
  53. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  54. 7869baf Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse() by Harald Welte · 6 years ago
  55. 48fd019 cosmetic: More context / naming / comment for test_idtag_parsing() by Harald Welte · 6 years ago
  56. 6db529a import oap_client_test from osmo-sgsn by Harald Welte · 6 years ago
  57. 421068e tests: codec: ecu_fr: Add buffer with unequal XMAXC values by Pau Espin Pedrol · 6 years ago
  58. bbccca6 tests: codec: ecu_fr: Print XMAXC fields by Pau Espin Pedrol · 6 years ago
  59. 59f4caf add osmo_sockaddr_to_str_and_uint() by Neels Hofmeyr · 6 years ago
  60. 1504211 utils_test: check stderr to catch sanitizer issues by Neels Hofmeyr · 6 years ago
  61. 6979c54 utils_test: fix isqrt_test calculation range by Neels Hofmeyr · 6 years ago
  62. b885ef8 tests: ctrl: Test received ERROR messages are handled correctly by Pau Espin Pedrol · 6 years ago
  63. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  64. 94c0031 Don't enforce Python 2 for utilities by Vadim Yanitskiy · 6 years ago
  65. 5a09f75 gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie() by Vadim Yanitskiy · 6 years ago
  66. 52e4412 gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag() by Vadim Yanitskiy · 6 years ago
  67. 15a5f8d Add osmo_isqrt32() to compute 32bit integer square root by Harald Welte · 6 years ago
  68. 407df02 add osmo_fsm_inst_state_chg_keep_timer() by Neels Hofmeyr · 6 years ago
  69. 36c7b33 GSUP: introduce new messages for SS/USSD payloads by Vadim Yanitskiy · 6 years ago
  70. 7269604 GSUP: implement TCAP-like session management by Vadim Yanitskiy · 6 years ago
  71. dab4db0 gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of 64 bits by Pau Espin Pedrol · 6 years ago
  72. 16e205b tests: a5_test: Print wrong buffer correctly on error by Pau Espin Pedrol · 6 years ago
  73. 977afaa tests: gea_test: Use correct max size for key in buffer by Pau Espin Pedrol · 6 years ago
  74. c5c955c tests: bitrev_test: Fix dynamic-stack-buffer-overflow by Pau Espin Pedrol · 6 years ago
  75. cacaa4a configure: Check separately for lib implementing dlopen and dlsym by Pau Espin Pedrol · 6 years ago
  76. 178bf7a gsm0808_test: silence deprecation: use gsm0808_create_layer3_2() by Neels Hofmeyr · 6 years ago
  77. 9a4286b gsm0808_test: fix more missing inits (address sanitizer issues) by Neels Hofmeyr · 6 years ago
  78. 542301b RSL/LAPDm: Not all RLL message are "transparent" by Harald Welte · 6 years ago
  79. a4399c8 add gsm0808_cell_{id,id_list}_name() and friends by Neels Hofmeyr · 6 years ago
  80. c62c934 test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly by Neels Hofmeyr · 6 years ago
  81. db2fa4e test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACs by Neels Hofmeyr · 6 years ago
  82. 066473f test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytes by Neels Hofmeyr · 6 years ago
  83. 250e7f7 add gsm0808_{enc,dec}_cell_id by Neels Hofmeyr · 6 years ago
  84. a78b22b add tlv_parse2(), capable of multiple instances of the same IE by Neels Hofmeyr · 6 years ago
  85. 74663d9 add gsm0808_cell_id_list_add() to combine two cell identifier lists by Neels Hofmeyr · 6 years ago
  86. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  87. 6e8c088 cosmetic: osmo_fsm_inst_update_id(): don't log "allocate" by Neels Hofmeyr · 6 years ago
  88. 71f76a1 fsm: id: properly set name in case of NULL id by Neels Hofmeyr · 6 years ago
  89. 975ee6b fsm_test: more thoroughly test FSM inst ids and names by Neels Hofmeyr · 6 years ago
  90. d8f175c fsm_test: terminate the main loop instead of exit on timeout by Neels Hofmeyr · 6 years ago
  91. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  92. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  93. a8b6cc4 fix ctrl_test sanitizer issues by Neels Hofmeyr · 6 years ago
  94. cdbc9af ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) by Neels Hofmeyr · 6 years ago
  95. 6882b80 ctrl: test deferred cmd, show current failure by Neels Hofmeyr · 6 years ago
  96. 21946e8 cosmetic: gsm0808_test: drop extraneous assertion by Neels Hofmeyr · 6 years ago
  97. 8b8cd93 fix gsm0808_enc_cell_id_list2 for leading-zero MNC by Neels Hofmeyr · 6 years ago
  98. c44fc23 show failure in gsm0808_enc_cell_id_list2() in gsm0808_test by Neels Hofmeyr · 6 years ago
  99. 473485c gsm0808_test: cosmetic: test non-hex MCC by Neels Hofmeyr · 6 years ago
  100. c1991df gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure by Neels Hofmeyr · 6 years ago