1. 06ddf8b Fix build on Cygwin by Evgeny Zverev · 11 years ago
  2. de6e498 add some missing doxygen annotation for libosmocore functions by Harald Welte · 12 years ago
  3. 9043fe5 doxyfiles: refer paths to @srcdir@ by Alex Badea · 11 years ago
  4. 695e5fb tests/timer: tweak path to config.h by Alex Badea · 11 years ago
  5. 854debc Replace obsolete automake AM_CONFIG_HEADER. by Christian Vogel · 11 years ago
  6. b73d191 debian: Bump the changelog and package osmo-arfcn by Holger Hans Peter Freyther · 11 years ago
  7. 4d8eea4 vty: Do better filtering of arguments, optional args particularly by Sylvain Munaut · 11 years ago
  8. 01e0604 core/bits: Prevent osmo_revbytebits_buf stack trashing by Sylvain Munaut · 11 years ago
  9. 13bb169 tests: Don't delete atconfig in clean by Daniel Willmann · 11 years ago
  10. af723a4 lapd: Fix compiler warnings in the lapd code by Holger Hans Peter Freyther · 11 years ago
  11. e523392 lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier by Daniel Willmann · 11 years ago
  12. 0167596 Add tlvp_val16_unal() / tlvp_val32_unal() to align 16 and 32 bit values by Andreas Eversberg · 12 years ago
  13. 31659f7 core: Fix missing include in msgfile.c for getline by Sylvain Munaut · 12 years ago
  14. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  15. c44310e utils/osmo-arfcn: Implement option to get ARFCN from frequency by Sylvain Munaut · 12 years ago
  16. 5572031 gsm: Add method to find ARFCN based on frequency by Sylvain Munaut · 12 years ago
  17. 6e264ae osmo-arfcn: add support for PCS band by Harald Welte · 12 years ago
  18. 0357e9b rsl: Add the 9.3.20 release mode enum to be used in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  19. 68f9447 sms: Print 'network' or 'mobile' when creating the SMC/SMR by Holger Hans Peter Freyther · 12 years ago
  20. c1e9be9 gsm/a5: Return -ENOTSUP if the selected cipher is not supported by Sylvain Munaut · 12 years ago
  21. 8c01231 lapd: Use LOGL_ERROR for messgaes that are wrong in the given context by Holger Hans Peter Freyther · 12 years ago
  22. 579fb09 misc: Use static const struct for LAPD and Abis by Holger Hans Peter Freyther · 12 years ago
  23. 9473c5d sms: Mark the state dispatch table as static const by Holger Hans Peter Freyther · 12 years ago
  24. 1c4c373 sms: Fix typos in the comments and log messages. by Holger Hans Peter Freyther · 12 years ago
  25. bcf125c smr: Introduce an id and prefix all log messages with SMR(ID) by Holger Hans Peter Freyther · 12 years ago
  26. 33e8a87 smc: Introduce an id and prefix all log messages with SMC(ID) by Holger Hans Peter Freyther · 12 years ago
  27. 6643386 actually install osmo-arfcn and osmo-auc-gen as part of 'make install' by Harald Welte · 12 years ago
  28. 5905d5b msgb: fix msgb_pull_u*() by Steve Markgraf · 12 years ago
  29. 866fc91 smc: Fix a typo in the smc code by Holger Hans Peter Freyther · 12 years ago
  30. d38e0ef smc: Make it possible to include gsm0411_smc.h as first header file by Holger Hans Peter Freyther · 12 years ago
  31. 0916159 smc: Print the current state of the SMS by Holger Hans Peter Freyther · 12 years ago
  32. e2a7c93 sms: Remove the commented out code that was the default in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  33. 7ae3ac8 sms: Reduce the logging level to debug by Holger Hans Peter Freyther · 12 years ago
  34. 9e6789d debian: Create a git-buildpackage based 0.5.3 by Holger Hans Peter Freyther · 12 years ago
  35. b6cb37f debian: Testing was disabled because of a funny x86 compiler issue caused by us by Holger Hans Peter Freyther · 12 years ago
  36. d430ef4 GSM48: Avoid unaligned access in gsm48_construct_ra by Andreas Eversberg · 12 years ago
  37. 6ad25f2 Add "extern" keywords by Tobias Engel · 12 years ago
  38. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  39. 2db368e Define struct iphdr for OSX by Tobias Engel · 12 years ago
  40. 8ec7f90 logging: Make sure to install standard "end" command in VTY node by Harald Welte · 12 years ago
  41. 2da47f1 logging: Don't forget to save "logging filter all 1" by Harald Welte · 12 years ago
  42. b8d18f3 Doc: Adding new parameter descriptions in gprs_bssgp_bss.c by Andreas Eversberg · 12 years ago
  43. f44ed8c Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud by Andreas Eversberg · 12 years ago
  44. aaccdac Fix: gprs_ns_destroy() now frees all NSVCs and its timers by Andreas Eversberg · 12 years ago
  45. 779d2f4 logging: Modify the testcase to excercise Nico's fix by Holger Hans Peter Freyther · 12 years ago
  46. 4b54cab logging: Move the logging test from OpenBSC into libosmocore by Holger Hans Peter Freyther · 12 years ago
  47. 0262d3f logging.c: Do not crash on empty category name by Nico Golde · 12 years ago
  48. 5b67a04 gsm_utils.c: in 7bit decoding, first check if the last character was an extension character before doing anything else by Nico Golde · 12 years ago
  49. be55a8b gsm_utils: Fix up coding style in previous patch by Harald Welte · 12 years ago
  50. bb67be9 build: fix directory creation for core headers, introduced by d471a219. by Nico Golde · 12 years ago
  51. c56a56d gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messages by Nico Golde · 12 years ago
  52. db75331 Fix build with dpkg-buildpackage. by Max · 12 years ago
  53. eacba18 git: Ignore generated tests executables by Holger Hans Peter Freyther · 12 years ago
  54. 7c7d39a vty: Include osmocom/core/utils.h for the value_string struct by Holger Hans Peter Freyther · 12 years ago
  55. c302eca tests: Make the gb test work with srcdir != builddir by Holger Hans Peter Freyther · 12 years ago
  56. db15336 logging: Introduce a print_filename flag for the logtarget by Holger Hans Peter Freyther · 12 years ago
  57. 314c010 vty: Address compiler warning about the const qualifier by Holger Hans Peter Freyther · 12 years ago
  58. b321b93 vty: Address compiler warning about tolower by Holger Hans Peter Freyther · 12 years ago
  59. cc7d9ec gsm: Address compiler warning about unused variable 'z' by Holger Hans Peter Freyther · 12 years ago
  60. 06f6455 logging: Mark the log_info_cat pointer as consts by Holger Hans Peter Freyther · 12 years ago
  61. e92866b Gb: Add functions for sending flow control messages from BSS side by Harald Welte · 12 years ago
  62. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  63. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  64. aef9175 backtrace: don't use fprintf, but printf (for osmocom-bb) by Harald Welte · 12 years ago
  65. 972b502 msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEAD by Harald Welte · 12 years ago
  66. b1789b0 Merge branch 'bssgp_fc' by Harald Welte · 12 years ago
  67. 0823e1e BSSGP: print per-bvc flow control parameters on vty by Harald Welte · 12 years ago
  68. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  69. 04f0989 GPRS BSSGP test: integrate into autotest by Harald Welte · 12 years ago
  70. 57e5b94 BSSGP flow-control: Add unit test for algorithm tests by Harald Welte · 12 years ago
  71. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  72. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  73. 1f87d75 USSD: text is 'char' not uint8_t by Harald Welte · 12 years ago
  74. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  75. ca0af8a libosmogb: build without strict aliasing rules by Harald Welte · 12 years ago
  76. a102b63 gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAP by Harald Welte · 12 years ago
  77. 7c8e2cc libosmogsm: Back-port SMS related fixes from openbsc by Harald Welte · 12 years ago
  78. b5372ab Use package version since git info won't be available. by Eric Butler · 12 years ago
  79. 8dbdc4f Fix debian package building. by Eric Butler · 12 years ago
  80. 8c589d2 misc: Fix make distcheck of libosmocore by adding the result to the dist by Holger Hans Peter Freyther · 12 years ago
  81. 30a8ec4 GSM 04.08: Add 'enum gsm48_bcap_speech_ver' by Harald Welte · 12 years ago
  82. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  83. 7ccd318 gsm48_ie: annotate functions with chapter numbers from 04.08 spec by Harald Welte · 12 years ago
  84. eed2611 GSM 08.58: Add channel modes for transparent data services by Harald Welte · 12 years ago
  85. fab0ae9 import vty_cmd_string_from_valstr() from osmo-bts by Harald Welte · 12 years ago
  86. 08b2862 utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a function by Holger Hans Peter Freyther · 12 years ago
  87. 335aeda increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change by Harald Welte · 12 years ago 0.5.3
  88. 22be129 serial: don't set O_NDELAY, as it is more or less O_NONBLOCK by Harald Welte · 12 years ago
  89. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  90. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  91. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  92. b53717f Add missing includes to timer_test.c and osmo-auc-gen.c by Harald Welte · 12 years ago
  93. 317aee5 vty: Merge from a generic section in case no specific one exists by Holger Hans Peter Freyther · 12 years ago
  94. e89ad6d vty: Use UTF-8 for the encoding and the ability to hide nodes by Holger Hans Peter Freyther · 12 years ago
  95. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  96. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  97. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  98. 007a71e authentication: More documentation by Harald Welte · 12 years ago
  99. a9e4a14 backtrace: update copyright notice by Harald Welte · 12 years ago
  100. 45ecd04 backtrace: Add a variant that uses the libosmocore logging framework by Harald Welte · 12 years ago