1. 2e286a5 cosmetic: clarify c_iflag in osmo_serial_init() by Harald Welte · 4 years, 9 months ago
  2. ca18c9d sim/class_tables: Fix typo in comment by Harald Welte · 4 years, 9 months ago
  3. 9655ed5 tdef: fixup osmo_tdef_set() by Neels Hofmeyr · 4 years, 10 months ago
  4. 77cd10f tdef: Introduce API osmo_tdef_set() by Pau Espin Pedrol · 4 years, 10 months ago
  5. 994df26 Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability by Harald Welte · 4 years, 10 months ago
  6. f945689 gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning by Harald Welte · 4 years, 10 months ago
  7. 750d831 codec/ecu: Introduce new generic Error Concealment Unit abstraction by Harald Welte · 5 years ago
  8. 766f77c MAXPATHLEN set if not defined by Ruben Undheim · 6 years ago
  9. e674c44 cbsp: Fix decoding of WRITE-REPLACE payload by Harald Welte · 4 years, 10 months ago
  10. 3097bce cbsp: Remove printf() statement from early development/debugging by Harald Welte · 4 years, 10 months ago
  11. f221003 cbsp: Fix endless loop iteration when decoding cell list IEs by Harald Welte · 4 years, 10 months ago
  12. f8fe48e fix: vty crash by logging during VTY_CLOSED event handling by Neels Hofmeyr · 4 years, 10 months ago
  13. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  14. 0c2a46d vty: Register logp cmd next to logging commands by Pau Espin Pedrol · 4 years, 11 months ago
  15. 989f01c osmo_tdef_get(): allow passing -1 as default timeout by Neels Hofmeyr · 4 years, 11 months ago
  16. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 5 years ago
  17. c144f3a codec/ecu_fr: Mark input TCH frame as 'const' as we only read it by Harald Welte · 5 years ago
  18. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  19. 2c28129 osmo-release.sh: Drop whitespace after = when parsing LIBVERSION by Pau Espin Pedrol · 5 years ago
  20. c21ba15 Get rid of osmo_str_tolower() use inside libosmocore code by Pau Espin Pedrol · 5 years ago
  21. a37f58e utils: share static buffer in osmo_str_to{lower,upper}() by Pau Espin Pedrol · 5 years ago
  22. 513b2e3 pseudotalloc: Simplistic wrapper of talloc_named() by Harald Welte · 5 years ago
  23. dbdd4f0 avoid gcc format error on embedded builds by Harald Welte · 5 years ago
  24. 8c00f9d vty/vty.c: the command buffer can be accessed directly by Vadim Yanitskiy · 5 years ago
  25. 757dea8 vty/vty.c: fix vty_read(): prevent further heap-buffer overrun by Vadim Yanitskiy · 5 years ago
  26. 74b6ff0 vty/telnet_interface.c: log connection accept() / close() events by Vadim Yanitskiy · 5 years ago
  27. 5c4b985 vty/logging_vty.c: fix writing of 'print category-hex' by Vadim Yanitskiy · 5 years ago
  28. a9a8ea5 vty/telnet_interface.c: avoid unneeded initialization by Vadim Yanitskiy · 5 years ago
  29. 0ba3573 vty/telnet_interface.c: use DLGLOBAL logging sub-system by Vadim Yanitskiy · 5 years ago
  30. 0d8da79 gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string() by Vadim Yanitskiy · 5 years ago
  31. 6f3bbd4 stats_vty: Add verb to sentence for show asciidoc counters by Daniel Willmann · 5 years ago
  32. eb5769b tell ubsan to ignore SUN_LEN by Eric Wild · 5 years ago
  33. 1cc42f7 gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging by Vadim Yanitskiy · 5 years ago
  34. ec865dd gsm/gsm0480.c: parse_ss(): drop needless debug print by Vadim Yanitskiy · 5 years ago
  35. dd0d76b osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif by Harald Welte · 5 years ago
  36. cfd6ac6 tdef: remove bogus OSMO_ASSERT(unsigned long >= 0) by Harald Welte · 5 years ago
  37. c30d8be cbsp.c: Remove dead code by Harald Welte · 5 years ago
  38. f72155a cbsp: Introduce osmo_cbsp_errstr by Harald Welte · 5 years ago
  39. 07958e4 CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support by Harald Welte · 5 years ago
  40. 00a55ae bitvec/bitval2mask(): cosmetic: get rid of temporary int variable by Vadim Yanitskiy · 5 years ago
  41. 74474cf osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment by Vadim Yanitskiy · 5 years ago
  42. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  43. e1e1ec3 vty: Simplify char escaping in asciidoc output by Pau Espin Pedrol · 5 years ago
  44. 28a198f gsm: lapd_core: Log timeout used upon start of T200 by Pau Espin Pedrol · 5 years ago
  45. 18e019e vty: Remove trailing whitespace in output from show asciidoc by Pau Espin Pedrol · 5 years ago
  46. 76e8cbd bitvec: correct comment in bitvec_alloc by Alexander Couzens · 5 years ago
  47. a08edff Revert "fsm.c: Print error message for FSM with allstate_action but no events" by Vadim Yanitskiy · 5 years ago
  48. b3f94eb fsm.c: Print error message for FSM with allstate_action but no events by Harald Welte · 5 years ago
  49. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  50. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  51. 8930ace vty: command.c: Get rid of big indentation block by Pau Espin Pedrol · 5 years ago
  52. c17c6d6 command.c: Improve return check condition in cmd_execut_command_real() by Pau Espin Pedrol · 5 years ago
  53. cc794e9 logging: Use reentrant ctime_r instead of ctime by Pau Espin Pedrol · 5 years ago
  54. 3aef238 logging: Check return error from time() call by Pau Espin Pedrol · 5 years ago
  55. 1af2cd5 fix isdigit taking unsigned as input by Kévin Redon · 5 years ago
  56. 274ac4d vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  57. de89099 cosmetic: vty: command.c: Use upper case for enum match_type value names by Pau Espin Pedrol · 5 years ago
  58. d9fc604 core/utils: drop meaningless const from return value of osmo_luhn() by Vadim Yanitskiy · 5 years ago
  59. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  60. 4742526 vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  61. 186f878 gsm48_decode_bcd_number2: fix ENOSPC edge case by Oliver Smith · 5 years ago
  62. cb5e831 fsm: Reduce amount of copy+pasted LOGPFSMSRC() statements by Harald Welte · 5 years ago
  63. 7b74551 fsm: Allow millisecond granularity in osmo_fsm built-in timer by Harald Welte · 5 years ago
  64. 7a56952 lapd_core: Perform N200 retransmissions, not N200-1 by Harald Welte · 5 years ago
  65. 20de620 lapdm: Allow user to specify T200 values; Use correct N200 values by Harald Welte · 5 years ago
  66. ef7be49 gsm0808_utils: Add gsm0808_decode_cell_id_u() by Harald Welte · 5 years ago
  67. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  68. 2e78f90 lapdm: Don't truncate L3 payload at 200 bytes length by Harald Welte · 5 years ago
  69. b606d76 socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd() by Vadim Yanitskiy · 5 years ago
  70. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  71. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  72. bdf7034 rest_octets: Remove SI2ter + SI2bis encoders that don't do anything by Harald Welte · 5 years ago
  73. 86156de rest_octets: Implement actual SI6 rest octets encoding by Harald Welte · 5 years ago
  74. f85b33f rest_octets: Add function to parse SI3 rest octets by Harald Welte · 5 years ago
  75. 428d03b rest_octets: Suffix encoder functiosn with _encode by Harald Welte · 5 years ago
  76. 2fbb97f rest_octets: Fix export of osmo_gsm48_rest_octets by Harald Welte · 5 years ago
  77. c4cfeb7 rest_octets: Actually include gsm48_rest_octets.c in Makefile.am by Harald Welte · 5 years ago
  78. 1276c17 rest_octets: Use correct symbols names for range encoder by Harald Welte · 5 years ago
  79. 912d96d gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  80. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago
  81. 7194087 gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation by Vadim Yanitskiy · 5 years ago
  82. 2cd1dda gsm48_decode_bcd_number2(): fix output truncation by Vadim Yanitskiy · 5 years ago
  83. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  84. c53afd9 oap_client: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  85. a8d7ebb rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH by Harald Welte · 5 years ago
  86. 7023aa0 lapdm_rslms_recvmsg: Fix memory leak in error path by Harald Welte · 5 years ago
  87. 8006f53 TLV: Add one-shot TLV encoder by Harald Welte · 5 years ago
  88. 5f46605 pseudotalloc: turn talloc_steal() into #define by Harald Welte · 5 years ago
  89. 35f8ba0 codec/ecu: Add a bit of precision about the actual frame format used by Sylvain Munaut · 5 years ago
  90. cdac620 gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS by Oliver Smith · 5 years ago
  91. 18506c8 gsm0808: Introduce Osmocom extensions to announce Osmux support by Pau Espin Pedrol · 5 years ago
  92. 38176d2 NS: log address:port on error by Max · 6 years ago
  93. ea9ea52 osmo_sock_get_name_*: Ensure string is returned in error case by Harald Welte · 5 years ago
  94. ea8272c Revert "Print error message if application fails to call rate_ctr_init()" by Harald Welte · 5 years ago
  95. e87693c gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u() by Harald Welte · 5 years ago
  96. 9685a48 Print error message if application fails to call rate_ctr_init() by Harald Welte · 5 years ago
  97. 37db7d3 Fix osmo_quote_str_c() for strings larger than 32 bytes by Harald Welte · 5 years ago
  98. 76bbcbc Add MO-FALLBACK-VALUE SGsAP IE by Omar Ramadan · 5 years ago
  99. c9a28a6 fix typo in FSM description by Kévin Redon · 5 years ago
  100. 6d3135c deal with rate_ctr_group_alloc() returning NULL by Harald Welte · 5 years ago