1. c28c6a0 misc: Doxygen tweaks: fixed some typos and minor errors by Katerina Barone-Adesi · 11 years ago
  2. d17aa59 VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion by Harald Welte · 11 years ago
  3. 80d30fe vty/command.c: Cosmetic cleanup by Harald Welte · 11 years ago
  4. 868a5c4 turn abis_nm_debugp_foh() into a macro by Harald Welte · 11 years ago
  5. 9adfda2 core/crc: Fix the 64 bits implementation by Sylvain Munaut · 11 years ago
  6. e04a14d socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW by Pablo Neira Ayuso · 11 years ago
  7. 06ddf8b Fix build on Cygwin by Evgeny Zverev · 11 years ago
  8. de6e498 add some missing doxygen annotation for libosmocore functions by Harald Welte · 12 years ago
  9. 4d8eea4 vty: Do better filtering of arguments, optional args particularly by Sylvain Munaut · 12 years ago
  10. 01e0604 core/bits: Prevent osmo_revbytebits_buf stack trashing by Sylvain Munaut · 11 years ago
  11. e523392 lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier by Daniel Willmann · 12 years ago
  12. 31659f7 core: Fix missing include in msgfile.c for getline by Sylvain Munaut · 12 years ago
  13. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  14. 5572031 gsm: Add method to find ARFCN based on frequency by Sylvain Munaut · 12 years ago
  15. 68f9447 sms: Print 'network' or 'mobile' when creating the SMC/SMR by Holger Hans Peter Freyther · 12 years ago
  16. c1e9be9 gsm/a5: Return -ENOTSUP if the selected cipher is not supported by Sylvain Munaut · 12 years ago
  17. 8c01231 lapd: Use LOGL_ERROR for messgaes that are wrong in the given context by Holger Hans Peter Freyther · 12 years ago
  18. 579fb09 misc: Use static const struct for LAPD and Abis by Holger Hans Peter Freyther · 12 years ago
  19. 9473c5d sms: Mark the state dispatch table as static const by Holger Hans Peter Freyther · 12 years ago
  20. 1c4c373 sms: Fix typos in the comments and log messages. by Holger Hans Peter Freyther · 12 years ago
  21. bcf125c smr: Introduce an id and prefix all log messages with SMR(ID) by Holger Hans Peter Freyther · 12 years ago
  22. 33e8a87 smc: Introduce an id and prefix all log messages with SMC(ID) by Holger Hans Peter Freyther · 12 years ago
  23. 866fc91 smc: Fix a typo in the smc code by Holger Hans Peter Freyther · 12 years ago
  24. 0916159 smc: Print the current state of the SMS by Holger Hans Peter Freyther · 12 years ago
  25. e2a7c93 sms: Remove the commented out code that was the default in OpenBSC by Holger Hans Peter Freyther · 12 years ago
  26. 7ae3ac8 sms: Reduce the logging level to debug by Holger Hans Peter Freyther · 12 years ago
  27. d430ef4 GSM48: Avoid unaligned access in gsm48_construct_ra by Andreas Eversberg · 12 years ago
  28. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  29. 2db368e Define struct iphdr for OSX by Tobias Engel · 12 years ago
  30. 8ec7f90 logging: Make sure to install standard "end" command in VTY node by Harald Welte · 12 years ago
  31. 2da47f1 logging: Don't forget to save "logging filter all 1" by Harald Welte · 12 years ago
  32. b8d18f3 Doc: Adding new parameter descriptions in gprs_bssgp_bss.c by Andreas Eversberg · 12 years ago
  33. f44ed8c Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_ud by Andreas Eversberg · 12 years ago
  34. aaccdac Fix: gprs_ns_destroy() now frees all NSVCs and its timers by Andreas Eversberg · 12 years ago
  35. 0262d3f logging.c: Do not crash on empty category name by Nico Golde · 12 years ago
  36. 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
  37. be55a8b gsm_utils: Fix up coding style in previous patch by Harald Welte · 12 years ago
  38. c56a56d gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messages by Nico Golde · 12 years ago
  39. db15336 logging: Introduce a print_filename flag for the logtarget by Holger Hans Peter Freyther · 12 years ago
  40. 314c010 vty: Address compiler warning about the const qualifier by Holger Hans Peter Freyther · 12 years ago
  41. b321b93 vty: Address compiler warning about tolower by Holger Hans Peter Freyther · 12 years ago
  42. cc7d9ec gsm: Address compiler warning about unused variable 'z' by Holger Hans Peter Freyther · 12 years ago
  43. 06f6455 logging: Mark the log_info_cat pointer as consts by Holger Hans Peter Freyther · 12 years ago
  44. e92866b Gb: Add functions for sending flow control messages from BSS side by Harald Welte · 12 years ago
  45. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  46. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  47. aef9175 backtrace: don't use fprintf, but printf (for osmocom-bb) by Harald Welte · 12 years ago
  48. 0823e1e BSSGP: print per-bvc flow control parameters on vty by Harald Welte · 12 years ago
  49. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  50. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  51. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  52. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  53. ca0af8a libosmogb: build without strict aliasing rules by Harald Welte · 12 years ago
  54. 7c8e2cc libosmogsm: Back-port SMS related fixes from openbsc by Harald Welte · 12 years ago
  55. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  56. 7ccd318 gsm48_ie: annotate functions with chapter numbers from 04.08 spec by Harald Welte · 12 years ago
  57. fab0ae9 import vty_cmd_string_from_valstr() from osmo-bts by Harald Welte · 12 years ago
  58. 335aeda increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change by Harald Welte · 12 years ago 0.5.3
  59. 22be129 serial: don't set O_NDELAY, as it is more or less O_NONBLOCK by Harald Welte · 12 years ago
  60. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  61. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  62. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  63. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  64. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  65. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  66. 007a71e authentication: More documentation by Harald Welte · 12 years ago
  67. a9e4a14 backtrace: update copyright notice by Harald Welte · 12 years ago
  68. 45ecd04 backtrace: Add a variant that uses the libosmocore logging framework by Harald Welte · 12 years ago
  69. 2fe6847 TLV: add new "vTvLV" type for GAN by Harald Welte · 12 years ago
  70. a9250b9 gsm48_decode_lai(): return real integers for mcc/mnc, not hex! by Harald Welte · 12 years ago
  71. e866473 add gsm48_decode_lai() to map file by Harald Welte · 12 years ago
  72. 774a9de import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c by Harald Welte · 12 years ago
  73. e30b6ac timer: Add function osmo_timer_remaining() to determine remainign time by Harald Welte · 12 years ago
  74. 3c16de2 freebsd: Make libgb compile on FreeBSD by Holger Hans Peter Freyther · 12 years ago
  75. fb4bfc2 logging: Fix compile breakage introduced by the warning fixes by Holger Hans Peter Freyther · 12 years ago
  76. e62651f correct inverted logic from commit f3ba8a by Alexander Huemer · 12 years ago
  77. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  78. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  79. f3ba8ab vty: avoid using a .data variable. by Diego Elio Pettenò · 12 years ago
  80. 23431c7 codec: make data tables constant. by Diego Elio Pettenò · 12 years ago
  81. 7e007e0 build: avoid multi-level recursion for src/ directory. by Diego Elio Pettenò · 12 years ago
  82. a1ed2f0 build: use BUILT_SOURCES for the generated source files. by Diego Elio Pettenò · 12 years ago
  83. f5df9ab build: use the standard AM_V_GEN definition for output. by Diego Elio Pettenò · 12 years ago
  84. c17f570 ganc: add value_strings for GAN message type and protocol discriminator by Harald Welte · 12 years ago
  85. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  86. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  87. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  88. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  89. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  90. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  91. 98d77bd src/codec: Fix typo in Makefile by Sylvain Munaut · 12 years ago
  92. 973c3c3 LAPDm: Ensure there is no payload in DISC frames by Harald Welte · 12 years ago 0.4.2
  93. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  94. bc32d05 sync prototype of osmo_sockaddr_is_local with declaration by Harald Welte · 12 years ago
  95. df90aed libosmogsm: Add tvlv_att_def to exported symbols by Harald Welte · 12 years ago
  96. 7c373bc misc: Fix make distcheck, add the new libosmogsm.map file to the tarball by Holger Hans Peter Freyther · 12 years ago
  97. 3e07144 lapdm: fix RSL message format in RLL ERROR INDICATION by Harald Welte · 12 years ago
  98. 1c72bfb libosmogsm: Introduce explicit list of exported symbols by Harald Welte · 12 years ago
  99. 738f133 vty: Add a function to write the current config to a file. by Holger Hans Peter Freyther · 12 years ago
  100. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago