1. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  2. 7eed053 vty: Refactored vty_go_parent(), 'end' and 'exit' by Jacob Erlbeck · 11 years ago
  3. 2442e09 vty: Rename is_config() to is_config_child() by Jacob Erlbeck · 11 years ago
  4. 6145a25 misc: Include time.h for time_t on FreeBSD by Holger Hans Peter Freyther · 11 years ago
  5. d71a006 Merge branch 'zecke/features/alpha-numeric' by Holger Hans Peter Freyther · 11 years ago
  6. 4d7e49b sms: Implement encoding the address as alphanumeric type by Holger Hans Peter Freyther · 11 years ago
  7. c4cc924 core: Remove defined() check for OSMO_DEPRECATE by Jacob Erlbeck · 11 years ago
  8. bf991bc core: Fix-up the OSMO_DEPRECATED for older compilers by Holger Hans Peter Freyther · 11 years ago
  9. 3f74d9e core: Support clang with OSME_DEPRECATED by Jacob Erlbeck · 11 years ago
  10. 3c761c8 conv: Fix main() of conv_test to compile with clang. by Jacob Erlbeck · 11 years ago
  11. 6b26218 core: Move OSMO_DEPRECATED to new core/defs.h file by Jacob Erlbeck · 11 years ago
  12. 30fbcf5 tests: Move expensive tests to the end of the list by Jacob Erlbeck · 11 years ago
  13. 3f69ceb sms: Disable deprecated message by Jacob Erlbeck · 11 years ago
  14. 1810925 sms: Added comment about the gsm_7bit_alphabet table by Jacob Erlbeck · 11 years ago
  15. 1d7f3b5 sms: Added result buffer size parameter to 7bit conv funs by Jacob Erlbeck · 11 years ago
  16. 9a935e2 debian: Split libosmocore into various libs and address lintian warnings by Holger Hans Peter Freyther · 11 years ago
  17. 9b037a6 lapd: Remove the double NULL check idiom with msgb_free by Holger Hans Peter Freyther · 11 years ago
  18. 73fa642 debian: Create a new upstream changelog entry by Holger Hans Peter Freyther · 11 years ago
  19. f136013 gsm: The LAPDm prim/structs changed, increment current version by Holger Hans Peter Freyther · 11 years ago 0.6.3
  20. 8a1666b ussd: Changed 7bit test to check spec conformance directly by Jacob Erlbeck · 11 years ago
  21. 9597555 Add special 7-bit encoding and decoding functions for USSD coding by Andreas Eversberg · 11 years ago
  22. 6bfa744 encoding: Provide an overload for the gsm_7bit_encode and a simple test by Holger Hans Peter Freyther · 11 years ago
  23. 94b2f64 gsm: Try to clarify why we have gsm_septet_encode in the header file by Holger Hans Peter Freyther · 11 years ago
  24. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  25. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago
  26. a652abc utils: Fix compiler warnings n the osmo-auc-gen utility by Holger Hans Peter Freyther · 11 years ago
  27. 6a75d16 vty: Fix logically dead code in the description handling by Holger Hans Peter Freyther · 11 years ago
  28. 2909942 gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATION by Dmitri Soloviev · 11 years ago
  29. cad54b8 LAPD: Free resume/re-establishment msgb if it carries no content by Andreas Eversberg · 11 years ago
  30. 47aa482 gsm: Revert the gsm_7bit_encode changes as they are wrong by Holger Hans Peter Freyther · 11 years ago
  31. 98de27a make lapd_test compile again. by Harald Welte · 11 years ago
  32. b8add36 utils.h: we need to include utils.h for osmo_generate_backtrace() by Harald Welte · 11 years ago
  33. 1342bed Merge branch 'jolly/trx' by Harald Welte · 11 years ago
  34. 2b0cac4 Fix: Handle returned length by gsm_7bit_encode correctly by Andreas Eversberg · 11 years ago
  35. f996b05 Fix encoding of last character at 7bit encoding function by Andreas Eversberg · 11 years ago
  36. c62a1bf libosmogb: Add function to close NS instance without destroying it by Holger Hans Peter Freyther · 11 years ago
  37. c8cac64 Fix RR cause values by Andreas Eversberg · 11 years ago
  38. 5977db0 LAPDm: Allow sending unit data on DCCH by Andreas Eversberg · 11 years ago
  39. ccc4633 LAPDm: Fix re-establishment of datalink by Andreas Eversberg · 11 years ago
  40. 610517c Add chan_nr to RACH info at L1SAP interface by Andreas Eversberg · 11 years ago
  41. 15b8057 Add RSSI to l1sap by Andreas Eversberg · 11 years ago
  42. 227a9de Add MPH and TCH primitives to layer 1 SAP by Andreas Eversberg · 11 years ago
  43. aa85a2d Remove osmo_phsap_prim from lapdm.h and move to a seperate header file by Andreas Eversberg · 11 years ago
  44. a3de4df Add LAPDm collision test (contention resolution on network side) by Andreas Eversberg · 11 years ago
  45. 8d50600 get_value_string: Null terminate after the call to snprintf by Holger Hans Peter Freyther · 11 years ago
  46. 047213b vty: Attempt to fix various meam leaks in the VTY lookup code by Holger Hans Peter Freyther · 11 years ago
  47. cd252e3 gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi by Holger Hans Peter Freyther · 11 years ago
  48. 476cf33 strrb: Remove a tautology from the code by Holger Hans Peter Freyther · 11 years ago
  49. b3b955b misc: Fix compiler warnings about the static_assert macro with gcc 4.8 by Holger Hans Peter Freyther · 11 years ago
  50. d244675 debian: Prepare the 0.6.2 release with a new changelog by Holger Hans Peter Freyther · 11 years ago
  51. 27b2bb7 BSSGP: prevent divide-by-zero in flow control by Harald Welte · 11 years ago
  52. a62fe31 introduce gsm0808_create_reset_ack() by Harald Welte · 11 years ago
  53. 14df1c0 fr: Fix the linking of the test and use $(LIBRARY_DL) for linking by Holger Hans Peter Freyther · 11 years ago
  54. 3cc268c lapd: Upate the assert to OSMO_ASSERT and describe what we would like to have by Holger Hans Peter Freyther · 11 years ago
  55. dd34ed5 lapd: The two known LAPDm issues have been addressed, update the test by Holger Hans Peter Freyther · 11 years ago
  56. 087116a lapd_core: msgb_trim() the L2 padding from ESTABLISH.ind by Harald Welte · 11 years ago 0.6.1
  57. 1e4400d Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  58. 9ac4537 misc: Fix the spelling of frame in the RLM cause strings by Holger Hans Peter Freyther · 11 years ago
  59. e6b45d8 gsm_04_08.h: GSM48_MT_RR_VGCS_UPL_GRANT value corrected by Bhaskar · 11 years ago
  60. 31e844b gsm_04_08.h: Fix GSM48_CMODE_DATA_3k6 as per 3GPP TS 04.08 / 10.5.2.6. by Bhaskar · 11 years ago
  61. 6b30f92 gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05 by Bhaskar · 11 years ago
  62. f5a079f lapd: Set the tx_hist to NULL after freeing it by Holger Hans Peter Freyther · 11 years ago
  63. d0ce550 osmo-arfcn: Return something from the method by Holger Hans Peter Freyther · 11 years ago
  64. e1f164d Merge branch 'zecke/jolly-lapdm-fixes' by Holger Hans Peter Freyther · 11 years ago
  65. b36ad2d Fix of potential memory leaks at lapdm.c by Andreas Eversberg · 11 years ago
  66. 6e18208 Fix: LAPDm contention resoltion must acknowledge subsequent SABM by Andreas Eversberg · 11 years ago
  67. b64b2b0 debian: Start a new release cycle with libosmocore 0.6.0 by Holger Hans Peter Freyther · 11 years ago
  68. 2c3393d gprs_ns: Allow to set the DSCP for the UDP socket. by Holger Hans Peter Freyther · 11 years ago
  69. 1c83e36 tests: Verify that all tests exit with status=0. by Holger Hans Peter Freyther · 11 years ago
  70. 55cf022 utils: Use fprintf to print the assertion and generate a backtrace by Katerina Barone-Adesi · 11 years ago
  71. 1a02cfc logging_vty: Fix segfault un unused entries in log_info_cat array of app by Harald Welte · 11 years ago
  72. 54c5ed1 Revert "Follow up fix for the log level "everything"" by Harald Welte · 11 years ago
  73. 9b18670 Revert "Fix log level "everything" and make it equal to "debug"" by Harald Welte · 11 years ago
  74. 8e87873 application: don't ignore SIGHUP but do config file reopen. by Harald Welte · 11 years ago
  75. 4de854d logging: add new log_targets_reopen() function by Harald Welte · 11 years ago
  76. e128f46 add new gsm/meas_rep.h file for shared/common measurement report stuff by Harald Welte · 11 years ago
  77. 533f63f Add smpp34_osmocom.h for Osmocom SMPP vendor additions by Harald Welte · 11 years ago 0.6.0
  78. ca69388 gsm_septets2octets(): Input parameter should be const by Harald Welte · 11 years ago
  79. 6d2d4d6 logging_vty: Print 'log filter all' info in 'show logging vty' by Harald Welte · 11 years ago
  80. 008e53b utils: Introduce OSMO_ASSERT in the utils and use it in the unit tests by Katerina Barone-Adesi · 11 years ago
  81. 45cdaa0 cygwin: Link many libraries with -no-undefined to create a dll by Holger Hans Peter Freyther · 11 years ago
  82. ed8170a codec: Fix the GSM 06.20 ordering tables by Sylvain Munaut · 11 years ago
  83. a6428d2 Follow up fix for the log level "everything" by Holger Hans Peter Freyther · 11 years ago
  84. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  85. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  86. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  87. 24e5e05 Add UMTS RRC message types by Tobias Engel · 11 years ago
  88. cd6ed82 Fix log level "everything" and make it equal to "debug" by Harald Welte · 11 years ago
  89. c28c6a0 misc: Doxygen tweaks: fixed some typos and minor errors by Katerina Barone-Adesi · 11 years ago
  90. a5007db debian: Re-enable the debug packages by Holger Hans Peter Freyther · 11 years ago
  91. b3f304b debian: Update the change log for a new package by Holger Hans Peter Freyther · 11 years ago
  92. d17aa59 VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion by Harald Welte · 11 years ago
  93. 80d30fe vty/command.c: Cosmetic cleanup by Harald Welte · 11 years ago
  94. 647e39f abis_nm: add parenthesis for new abis_nm_debugp_foh() macro by Harald Welte · 11 years ago
  95. 868a5c4 turn abis_nm_debugp_foh() into a macro by Harald Welte · 11 years ago
  96. 25bcb6c doc: Fix typo in Doxyfile.core.in causing sources to be ignored by Sylvain Munaut · 11 years ago
  97. 9adfda2 core/crc: Fix the 64 bits implementation by Sylvain Munaut · 11 years ago
  98. 49f4e5b fr_test: Speculative build fix for FreeBSD by Holger Hans Peter Freyther · 11 years ago
  99. 97602d9 fr: Begin with a GRE/FrameRelay test due the recent regression by Holger Hans Peter Freyther · 12 years ago
  100. e04a14d socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW by Pablo Neira Ayuso · 11 years ago