1. 804590e debian: Depend on the right version of libosmogsm as well by Holger Hans Peter Freyther · 10 years ago
  2. 575a539 debian: Depend on libosmocore5 for the legacy package by Holger Hans Peter Freyther · 10 years ago
  3. 2cbfb59 debian: fix build errors with libosmogsm and libosmoctrl by Ciaby · 10 years ago
  4. 3ec8de0 logging: Document the ABI breakage in the release todo by Holger Hans Peter Freyther · 10 years ago
  5. 8d950ea msgfile: Fix memleak in the test and release the list by Holger Hans Peter Freyther · 10 years ago
  6. fb84f32 logging: Add ability to save/print current log filters by Harald Welte · 11 years ago
  7. 276ca4b gsm48.h: define the reserved TMSI in libosmocore, not openbsc by Harald Welte · 10 years ago
  8. f39aed6 add port number 4238 for BTS control interface by Harald Welte · 10 years ago
  9. 39c9e7b libctrl: Add support for 'deferred control commands' by Harald Welte · 10 years ago
  10. 5e21131 ctrl: Attempt fix the build on FreeBSD and add include file by Holger Hans Peter Freyther · 10 years ago
  11. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  12. 5ddd435 Convert recently-introduced header files to #pragma once by Harald Welte · 10 years ago
  13. c7947ed New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interface by Harald Welte · 10 years ago
  14. ae2fcb2 rename controlif_setup() to ctrl_interface_setup() by Harald Welte · 10 years ago
  15. bfdc259 libctrl: Make two internal helper functions static by Harald Welte · 10 years ago
  16. 528134b libctrl: Move bulk of control node lookup inti libosmoctrl by Harald Welte · 10 years ago
  17. c78e74e libctrl: remove 'struct gsm_network' references by Harald Welte · 10 years ago
  18. d8db92c libctrl: remove bsc-specific declaration by Harald Welte · 10 years ago
  19. acbb4c9 libctrl: adopt to recent ipaccess/ipa naming change by Harald Welte · 10 years ago
  20. 3ff81b1 libctrl: autotools build system integration by Harald Welte · 10 years ago
  21. 7fd0c83 libctrl: Add DLCTRL as logging context for the control interface by Harald Welte · 10 years ago
  22. f3c7e85 libctrl: remove reference to bsc_replace_string() by Harald Welte · 10 years ago
  23. c9df37d libctrl: Avoid using external tall_bsc_ctx by Harald Welte · 10 years ago
  24. 1238cc6 libctrl: remove openbsc headers, convert from make_sock to libosmocore by Harald Welte · 10 years ago
  25. e1a502b libctrl: Remove reference to 'DNAT' in favor of 'DCTRL' by Harald Welte · 10 years ago
  26. dda4225 libctr: rename/move control interface to libosmocore naming scheme by Harald Welte · 10 years ago
  27. 5ad742d ctrl: Allow the value to contain spaces. No need to split the string by Holger Hans Peter Freyther · 10 years ago
  28. 0e7b67c ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGE by Holger Hans Peter Freyther · 10 years ago
  29. 6217930 ctrl: Reduce code duplication and add a define to create the struct by Holger Hans Peter Freyther · 10 years ago
  30. 50059bb ctrl: Remove the param parameter as it was never used/implemented by Holger Hans Peter Freyther · 10 years ago
  31. c08c551 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  32. 141de62 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  33. ea62a38 ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  34. 416e316 ctrl: Make it possible to re-use the string get and set routine by Holger Hans Peter Freyther · 11 years ago
  35. 05f655e ctrl: Make the int range set, get and verify methods available by Holger Hans Peter Freyther · 11 years ago
  36. e6d5615 ctrl: Set a generic reply when it hasn'n been set by Jacob Erlbeck · 11 years ago
  37. 6d96dd7 ctrlif: Flush/Clear write_queue when closing the control socket by Harald Welte · 11 years ago
  38. 35f5653 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  39. e9f7be1 ctrl: Provide a reply in case the range check failed by Holger Hans Peter Freyther · 11 years ago
  40. da5eded ctrl: Make the commands static to not pollute the namespace by Holger Hans Peter Freyther · 11 years ago
  41. 17e7e5a ctrl: Work on the cmd->node instead of the data pointer passed by Holger Hans Peter Freyther · 11 years ago
  42. 43a11db ctrl: Fix the signature of the string control commands by Holger Hans Peter Freyther · 11 years ago
  43. 9c97493 libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  44. 3463941 ctrl: Use strtol instead of atoi to detect conversion errors by Daniel Willmann · 13 years ago
  45. 5d9b203 ctrl: Improve error messages in ctrl_cmd_handle by Daniel Willmann · 13 years ago
  46. bed515f ctrl: Change the paths to bts.%i. instead of bts%i by Daniel Willmann · 13 years ago
  47. 9f97316 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  48. 35a1b3b libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  49. f2e75d4 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  50. 782974b libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  51. 0e0cf37 libctrl: Keep track of connections in struct ctrl_handle by Daniel Willmann · 13 years ago
  52. ad6451f misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  53. 1d3634e libctrl: only free() msgb if it was alloc()ed by Alexander Huemer · 13 years ago
  54. 4376bcc fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  55. a6b3401 libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  56. 9225ab1 libctrl: Don't overwrite error reply if the verify function sets one by Daniel Willmann · 13 years ago
  57. f7c74e5 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  58. b06dd30 libctrl: Bind control interface to localhost by Daniel Willmann · 13 years ago
  59. 19abc95 libctrl: Use DCTRL as logging destination in libctrl by Holger Hans Peter Freyther · 13 years ago
  60. 10dfc26 src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  61. 0834a34 libctrl: Use inttypes.h macros to make uint64_t printfs portable. by Daniel Willmann · 13 years ago
  62. 18b70b5 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  63. 8b7a962 libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  64. e9f5894 libctrl: Add commands to query counters and rate_cntr by Daniel Willmann · 13 years ago
  65. fcf010f libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  66. 1264cb4 Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  67. 28570a4 new <osmocom/vty/ports.h> file listing VTY tcp ports by Harald Welte · 10 years ago
  68. 715e945 gsm0808: Fix copy and paste pointed out by clang by Holger Hans Peter Freyther · 10 years ago
  69. efe0100 macaddr: Add some code for FreeBSD (it should work on the others too) by Holger Hans Peter Freyther · 10 years ago
  70. f196a02 ipa: use %z as format string whne printing sizeof() result by Harald Welte · 10 years ago
  71. 11bca8b ipa: fix compiler warning regarding printf (%d -> %lu) by Harald Welte · 10 years ago
  72. 78b0868 macaddr: add #include unistd.h for close() function by Harald Welte · 10 years ago
  73. e391996 ipa: rename functions for consistency by Harald Welte · 10 years ago
  74. 28aa991 import various generic IPA related functions from libosmo-abis by Harald Welte · 10 years ago
  75. fe3e42b Add osmo_get_macaddr() function to obtain etherent mac address by Harald Welte · 10 years ago
  76. 40d56f9 osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address by Harald Welte · 10 years ago
  77. cc27fa6 TLV: add TLVP_PRES_LEN() definition to check for existance + minimum length by Harald Welte · 10 years ago
  78. 900e180 ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router Control by Harald Welte · 10 years ago
  79. 8d5180e abis_nm: add abis_nm_msg_disc_names[] value_string by Harald Welte · 10 years ago
  80. 604d552 abis_nm: introduce abis_nm_{osmo,ipa}_magic[] by Harald Welte · 10 years ago
  81. 777b056 gprs-ns: Re-initialize the list head and free the unknown_nsvc by Holger Hans Peter Freyther · 10 years ago
  82. eb55e6a write_queue: Use EBADF instead of EBABDFD for portability by Holger Hans Peter Freyther · 10 years ago
  83. 77ab2f7 vty: Avoid use-after-free in VTY telnet interface by Daniel Willmann · 10 years ago
  84. 17aa6b2 osmo-auc-gen: Fix compiler warnings about aliasing by Holger Hans Peter Freyther · 10 years ago
  85. bd8a89d write_queue: Avoid possible use-after-free if fd is read-/writable by Daniel Willmann · 10 years ago
  86. 92107df update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0 by Harald Welte · 10 years ago
  87. c8585cf update gsm_08_08.h to Release 11 by Harald Welte · 10 years ago
  88. 5469ef8 core/bitXXgen: Don't do 'return' in functions returning void by Sylvain Munaut · 10 years ago
  89. 3baa0d6 core/bitXXgen: Use explicit cast of void* to uint8_t by Sylvain Munaut · 10 years ago
  90. 26ea706 tests/bits: Make sure all 'inline' are also static by Sylvain Munaut · 10 years ago
  91. 579a710 gsm: Add Kasumi cipher implementation by Sylvain Munaut · 10 years ago
  92. e2c1390 bits: Add left circular shift function by Max · 10 years ago
  93. ece46d2 Add missing entry in .gitignore for utils_test by Max · 10 years ago
  94. 5377701 core: Add generic LE/BE load/store uint type convertors and use them in msgb by Max · 10 years ago
  95. 12ba778 include: Switch to #pragma once pattern by Sylvain Munaut · 10 years ago
  96. b0a3c2f gsmtap: add LTE defines to GSMTAP v2 by Max · 10 years ago
  97. e28bc68 build: Add .version to EXTRA_DIST by Sylvain Munaut · 10 years ago
  98. da73aa6 gsm0411_smr: Fix the size of the array by Holger Hans Peter Freyther · 10 years ago
  99. 61d3392 gsm0411_smr: Make the look-up table static by Holger Hans Peter Freyther · 10 years ago
  100. 8e5435a timer: Use the now parameter when it is not NULL by Holger Hans Peter Freyther · 10 years ago