1. 2605ffc gsm0808_test: Fix wrong use of memcp by Pau Espin Pedrol · 5 years ago
  2. 5c4b985 vty/logging_vty.c: fix writing of 'print category-hex' by Vadim Yanitskiy · 5 years ago
  3. a9a8ea5 vty/telnet_interface.c: avoid unneeded initialization by Vadim Yanitskiy · 5 years ago
  4. 0ba3573 vty/telnet_interface.c: use DLGLOBAL logging sub-system by Vadim Yanitskiy · 5 years ago
  5. 0d8da79 gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string() by Vadim Yanitskiy · 5 years ago
  6. 6f3bbd4 stats_vty: Add verb to sentence for show asciidoc counters by Daniel Willmann · 5 years ago
  7. eb5769b tell ubsan to ignore SUN_LEN by Eric Wild · 5 years ago
  8. 1cc42f7 gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging by Vadim Yanitskiy · 5 years ago
  9. ec865dd gsm/gsm0480.c: parse_ss(): drop needless debug print by Vadim Yanitskiy · 5 years ago
  10. dd0d76b osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif by Harald Welte · 5 years ago
  11. cfd6ac6 tdef: remove bogus OSMO_ASSERT(unsigned long >= 0) by Harald Welte · 5 years ago
  12. c30d8be cbsp.c: Remove dead code by Harald Welte · 5 years ago
  13. 3f27f71 Add Cell Broadcast related definitions from 3GPP TS 23.041 by Harald Welte · 5 years ago
  14. f72155a cbsp: Introduce osmo_cbsp_errstr by Harald Welte · 5 years ago
  15. 07958e4 CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support by Harald Welte · 5 years ago
  16. 00a55ae bitvec/bitval2mask(): cosmetic: get rid of temporary int variable by Vadim Yanitskiy · 5 years ago
  17. 74474cf osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment by Vadim Yanitskiy · 5 years ago
  18. 8f6700f Set HTML_TIMESTAMP to NO to make build reproducible by Ruben Undheim · 8 years ago
  19. a3dec04 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  20. d1f15bd libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cb by Vadim Yanitskiy · 5 years ago
  21. e242548 Revert "utils.h: require a semi colon after OSMO_ASSERT" by Vadim Yanitskiy · 5 years ago
  22. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  23. 316d1e1 Makefile.am: don't delete example.xml, vtydoc.xsd by Oliver Smith · 5 years ago
  24. 4481e38 gitignore: add doc/*.tag.prep by Oliver Smith · 5 years ago
  25. e1e1ec3 vty: Simplify char escaping in asciidoc output by Pau Espin Pedrol · 5 years ago
  26. 28a198f gsm: lapd_core: Log timeout used upon start of T200 by Pau Espin Pedrol · 5 years ago
  27. 18e019e vty: Remove trailing whitespace in output from show asciidoc by Pau Espin Pedrol · 5 years ago
  28. 76e8cbd bitvec: correct comment in bitvec_alloc by Alexander Couzens · 5 years ago
  29. dda07be add define for magic tmsi constant by Eric Wild · 5 years ago
  30. a08edff Revert "fsm.c: Print error message for FSM with allstate_action but no events" by Vadim Yanitskiy · 5 years ago
  31. b3f94eb fsm.c: Print error message for FSM with allstate_action but no events by Harald Welte · 5 years ago
  32. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  33. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  34. 14aadd5 vty: tests: Verify incomplete optional parameters are passed to vty funcs by Pau Espin Pedrol · 5 years ago
  35. 8930ace vty: command.c: Get rid of big indentation block by Pau Espin Pedrol · 5 years ago
  36. c17c6d6 command.c: Improve return check condition in cmd_execut_command_real() by Pau Espin Pedrol · 5 years ago
  37. cc794e9 logging: Use reentrant ctime_r instead of ctime by Pau Espin Pedrol · 5 years ago
  38. 77021c7 (minor) fix typo in comments by Kévin Redon · 5 years ago
  39. 3aef238 logging: Check return error from time() call by Pau Espin Pedrol · 5 years ago
  40. d1e220f minor: don't redefine macros by Kévin Redon · 5 years ago
  41. 1af2cd5 fix isdigit taking unsigned as input by Kévin Redon · 5 years ago
  42. 274ac4d vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  43. de89099 cosmetic: vty: command.c: Use upper case for enum match_type value names by Pau Espin Pedrol · 5 years ago
  44. b8734ba protocol/gsm_04_08.h: do not check if unsigned is positive by Vadim Yanitskiy · 5 years ago
  45. d9fc604 core/utils: drop meaningless const from return value of osmo_luhn() by Vadim Yanitskiy · 5 years ago
  46. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  47. 4742526 vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  48. 186f878 gsm48_decode_bcd_number2: fix ENOSPC edge case by Oliver Smith · 5 years ago
  49. 8c9befe vty_transcript_test.vty: add choice auto-complete tests by Vadim Yanitskiy · 5 years ago
  50. cb5e831 fsm: Reduce amount of copy+pasted LOGPFSMSRC() statements by Harald Welte · 5 years ago
  51. 7b74551 fsm: Allow millisecond granularity in osmo_fsm built-in timer by Harald Welte · 5 years ago
  52. 7a56952 lapd_core: Perform N200 retransmissions, not N200-1 by Harald Welte · 5 years ago
  53. 20de620 lapdm: Allow user to specify T200 values; Use correct N200 values by Harald Welte · 5 years ago
  54. ef7be49 gsm0808_utils: Add gsm0808_decode_cell_id_u() by Harald Welte · 5 years ago
  55. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  56. 9b20741 utils: add gsmtap_logread.py a gsmtap log reader by Alexander Couzens · 5 years ago
  57. 2e78f90 lapdm: Don't truncate L3 payload at 200 bytes length by Harald Welte · 5 years ago
  58. b606d76 socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd() by Vadim Yanitskiy · 5 years ago
  59. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  60. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  61. bdf7034 rest_octets: Remove SI2ter + SI2bis encoders that don't do anything by Harald Welte · 5 years ago
  62. 86156de rest_octets: Implement actual SI6 rest octets encoding by Harald Welte · 5 years ago
  63. f85b33f rest_octets: Add function to parse SI3 rest octets by Harald Welte · 5 years ago
  64. 428d03b rest_octets: Suffix encoder functiosn with _encode by Harald Welte · 5 years ago
  65. 2fbb97f rest_octets: Fix export of osmo_gsm48_rest_octets by Harald Welte · 5 years ago
  66. c4cfeb7 rest_octets: Actually include gsm48_rest_octets.c in Makefile.am by Harald Welte · 5 years ago
  67. 1276c17 rest_octets: Use correct symbols names for range encoder by Harald Welte · 5 years ago
  68. 912d96d gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  69. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago
  70. 7194087 gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation by Vadim Yanitskiy · 5 years ago
  71. 2cd1dda gsm48_decode_bcd_number2(): fix output truncation by Vadim Yanitskiy · 5 years ago
  72. aa0683d gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test by Vadim Yanitskiy · 5 years ago
  73. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  74. c53afd9 oap_client: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  75. a8d7ebb rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH by Harald Welte · 5 years ago
  76. 1d32b7f protocol/gsm_12_21.h: fix copy-pasted struct description by Vadim Yanitskiy · 5 years ago
  77. 7023aa0 lapdm_rslms_recvmsg: Fix memory leak in error path by Harald Welte · 5 years ago
  78. 8006f53 TLV: Add one-shot TLV encoder by Harald Welte · 5 years ago
  79. e0c5d70 Cosmetic: GSUP: fix too long comment line by Oliver Smith · 5 years ago
  80. 0a1259b Deprecate usage of osmo_counter_* by Daniel Willmann · 5 years ago
  81. 5f46605 pseudotalloc: turn talloc_steal() into #define by Harald Welte · 5 years ago
  82. 753ae49 Revert "Change GSM48_PDISC_* to enum type" by Harald Welte · 5 years ago
  83. ece1d85 Change GSM48_PDISC_* to enum type by Max · 5 years ago
  84. 35f8ba0 codec/ecu: Add a bit of precision about the actual frame format used by Sylvain Munaut · 5 years ago
  85. cdac620 gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS by Oliver Smith · 5 years ago
  86. 18506c8 gsm0808: Introduce Osmocom extensions to announce Osmux support by Pau Espin Pedrol · 5 years ago
  87. 38176d2 NS: log address:port on error by Max · 6 years ago
  88. ea9ea52 osmo_sock_get_name_*: Ensure string is returned in error case by Harald Welte · 5 years ago
  89. ea8272c Revert "Print error message if application fails to call rate_ctr_init()" by Harald Welte · 5 years ago
  90. e87693c gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u() by Harald Welte · 5 years ago
  91. 9685a48 Print error message if application fails to call rate_ctr_init() by Harald Welte · 5 years ago
  92. 37db7d3 Fix osmo_quote_str_c() for strings larger than 32 bytes by Harald Welte · 5 years ago
  93. 76bbcbc Add MO-FALLBACK-VALUE SGsAP IE by Omar Ramadan · 5 years ago
  94. c9a28a6 fix typo in FSM description by Kévin Redon · 5 years ago
  95. c8e3c84 Add expect script: 'vty' for easy access to all vtys by Keith · 5 years ago
  96. 6d3135c deal with rate_ctr_group_alloc() returning NULL by Harald Welte · 5 years ago
  97. 3e323a2 Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre) by Harald Welte · 5 years ago
  98. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  99. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  100. aa98c48 Re-introduce declaration of gsm0808_create_handover_request_ack() by Harald Welte · 5 years ago