1. f0a7baa ipaccess-config: properly create swload by Neels Hofmeyr · 7 years ago
  2. 274b384 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  3. 82df691 Use libosmocore for SW Description parsing by Max · 7 years ago
  4. da284e9 build: remove obsolete $LIBCRYPT in two places by Neels Hofmeyr · 8 years ago
  5. 6a161e1 Fix some typos in stdout output by Ruben Undheim · 8 years ago
  6. 4c7f740 abisip-find: check bsc_fd_register() result by Harald Welte · 8 years ago
  7. 23bb86a ipaccess-proxy: Check setsockopt() return value by Harald Welte · 8 years ago
  8. d27ff31 ipaccess-config: Handle setsockopt return value by Harald Welte · 8 years ago
  9. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  10. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  11. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  12. 21b6438 abisip-find: use protocol constant by Max · 8 years ago
  13. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  14. 906a078 ipaccess-config: initialize root talloc ctx with name by Neels Hofmeyr · 8 years ago
  15. c1c4dc1 mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  16. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  17. 625eb22 drop unneccessary duplicate/unused linking: ipaccess by Neels Hofmeyr · 8 years ago
  18. e648c8f ipaccess_rcvmsg: fix returncode, add partial write warning by Neels Hofmeyr · 8 years ago
  19. 01b70fb rename ipaccess-find into abisip-find by Harald Welte · 8 years ago
  20. 7bb55f3 Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  21. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  22. 97bf1c9 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  23. 9bafcc8 proxy: Annotate the switch/case/fall through by Holger Hans Peter Freyther · 10 years ago
  24. e73c62a ipa: Fix the compilation of ipaccess-find on FreeBSD by Nikola Kolev · 10 years ago
  25. cd91252 ipa: Fix compiler warnings about aliasing by Holger Hans Peter Freyther · 10 years ago
  26. 94f18c1 build: Remove bogus depends from ipaccess-config by Holger Hans Peter Freyther · 11 years ago
  27. 4e88f6b freebsd: dlopen/dlsym/dlerror is part of libc, use LIBRARY_DL for linking by Nikola · 11 years ago
  28. 0c2cfb8 ipa-proxy: Socket creation can fail, address coverity issue by Holger Hans Peter Freyther · 11 years ago
  29. 9e18495 ipa: Explain that one needs to get the IP address of the BTS as argument by Holger Hans Peter Freyther · 11 years ago
  30. 2f0db38 ipaccess: The proxy code checked the array but not the element by Holger Hans Peter Freyther · 11 years ago
  31. 7c45dc5 ipaccess: Fix a resource leak in case the stat is failing by Holger Hans Peter Freyther · 11 years ago
  32. 8737c5b ipaccess-config: Add missing break to parsing the -L option by Holger Hans Peter Freyther · 11 years ago
  33. c7221d4 ipaccess-config: Fix a resource leak in an error path by Holger Hans Peter Freyther · 11 years ago
  34. d66e5c3 ipaccess-find: Address a warning by coverity of unitialized memory by Holger Hans Peter Freyther · 11 years ago
  35. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  36. ed8cc0e ipaccess: Remove the ipaccess_gsmnet and assume there is a bsc_gsmnet by Holger Hans Peter Freyther · 11 years ago
  37. 3da47d0 misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  38. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  39. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  40. 12656cf ipaccess-firmware: Fix dumping the wrong header fields by Holger Hans Peter Freyther · 13 years ago
  41. df2ea87 ipaccess-proxy: use ANSI function declarations (void) by Harald Welte · 13 years ago
  42. d6fba60 ipaccess-proxy: fix array bounds problem by Harald Welte · 13 years ago
  43. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  44. 5f89492 ipaccess: Fix the case of specifying the interface by Holger Hans Peter Freyther · 13 years ago
  45. 437879c ipaccess-find: Work without providing an interface name by Holger Hans Peter Freyther · 13 years ago
  46. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  47. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  48. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  49. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  50. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  51. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  52. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  53. 44a12fa ipaccess-proxy: get rid of make_gprs_sock() by Pablo Neira Ayuso · 13 years ago
  54. b4bc0e4 ipaccess-proxy: remove leftover option `--udp' by Pablo Neira Ayuso · 13 years ago
  55. 0121df2 ipaccess-proxy: more robust option parsing and checking by Pablo Neira Ayuso · 13 years ago
  56. 7b6408c ipaccess-find: get rid of ipac_idtag_name() by Pablo Neira Ayuso · 13 years ago
  57. 657079e ipaccess-config: Allow to invoke tests by names. by Holger Hans Peter Freyther · 13 years ago
  58. 5cf68da ipaccess-config: Add option to list possible NVRAM settings by Holger Hans Peter Freyther · 13 years ago
  59. 69dbdee ipaccess-config: Allow to automatically loop a test by Holger Hans Peter Freyther · 13 years ago
  60. 0d6a03b ipaccess-proxy: remove hardcoded IP for options `-l' and `-b' by Pablo Neira Ayuso · 13 years ago
  61. b2ed87b libabis: ipaccess: export ipaccess_parse_unitid by Pablo Neira Ayuso · 13 years ago
  62. f914f22 ipaccess-proxy: get rid of ipac_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  63. bdc90af libabis: ipaccess: export ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  64. b6a229e libabis: ipaccess: conclude new ipaccess_send_*() functions and use them by Pablo Neira Ayuso · 13 years ago
  65. c650d02 ipaccess-proxy: get rid of make_listen_sock() and use make_sock() instead by Pablo Neira Ayuso · 13 years ago
  66. a8bebcf ipaccess: proxy: get rid of internal make_sock() implementation by Pablo Neira Ayuso · 13 years ago
  67. b21408a ipaccess-config: exit if no network interface is specified by Pablo Neira Ayuso · 13 years ago
  68. 83f40d1 ipaccess-proxy: fix segfault in handle_dead_socket by Pablo Neira Ayuso · 13 years ago
  69. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  70. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  71. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago
  72. e2e4ce7 Install programs into $(prefix)/bin, not /sbin by Harald Welte · 13 years ago
  73. 4c826f7 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  74. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  75. 038834b ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  76. 16bdb14 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  77. 5180844 misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  78. 645db9c ipaccess-config / NWL: Decode + print neighbor cell ARFCNs by Harald Welte · 14 years ago
  79. ee0bd11 ipaccess-config: Don't dump the Rxlevel statistics by Harald Welte · 14 years ago
  80. 13772e8 ipaccess-config: Terminate program after running BCCH INFO test by Harald Welte · 14 years ago
  81. 86ead96 network_listen: dump BSIC as part of BCCH INFO test by Harald Welte · 14 years ago
  82. a45efec ipaccess-config: Add option to disable color in log output by Harald Welte · 14 years ago
  83. 733f179 network_listen: hexdump the SI2/SI2bis/SI2ter messages once we get them by Harald Welte · 14 years ago
  84. 8b39d73 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  85. c294597 [ipaccess-config] make sure the ARFCN Whitelist EIE is built correctly by Harald Welte · 14 years ago
  86. 432da6e ipaccess-config/network-listen update by Harald Welte · 14 years ago
  87. b31c9df ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  88. 0f31775 move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  89. 901c819 [ipaccess-config] Better way to set/unset NVRAM attributes by Harald Welte · 14 years ago
  90. ecb2b41 [ipaccess-config] Enable setting of static IP address / netmask / gateway by Harald Welte · 14 years ago
  91. bfd40a8 [ipaccess-config] use msgb to make use of various tlv put functions by Harald Welte · 14 years ago
  92. 91b2e8c ipa-proxy: Remove printf debugging. by Holger Hans Peter Freyther · 14 years ago
  93. a07016f ipa-proxy: Patch the IPA Set Attribute messages for NSVCI by Holger Hans Peter Freyther · 14 years ago
  94. c6adead ipa-proxy: Fix the send routine.. convert port to network order by Holger Hans Peter Freyther · 14 years ago
  95. 667a90e ipa-proxy: Only handle some stuff of the CCM locally... by Holger Hans Peter Freyther · 14 years ago
  96. b3f0bfa ipa-proxy: Move UDP socket code to the BTS and forward messages... by Holger Hans Peter Freyther · 14 years ago
  97. 4f2a374 ipa-proxy: Add option to locally listen to GPRS... by Holger Hans Peter Freyther · 14 years ago
  98. f73e80b ipa: Print the IP addr in the listen as well.. by Holger Hans Peter Freyther · 14 years ago
  99. bf0bb1b ipa: Say which addr could not be connected... by Holger Hans Peter Freyther · 14 years ago
  100. da41bd4 ipaccess-proxy: Add getopt based config options to the proxy... by Holger Hans Peter Freyther · 14 years ago