1. 127fc93 ipaccess_rcvmsg: fix returncode, add partial write warning by Neels Hofmeyr · 8 years ago
  2. 28e9f60 rename ipaccess-find into abisip-find by Harald Welte · 8 years ago
  3. a2bbc5e Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  4. 4a88a49 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  5. eb62301 ipaccess-proxy: avoid namespace collision with libosmo-abis by Harald Welte · 10 years ago
  6. 4e5f93c proxy: Annotate the switch/case/fall through by Holger Hans Peter Freyther · 10 years ago
  7. 10bad10 ipa: Fix the compilation of ipaccess-find on FreeBSD by Nikola Kolev · 10 years ago
  8. 444d7d8 ipa: Fix compiler warnings about aliasing by Holger Hans Peter Freyther · 10 years ago
  9. 5b0e870 build: Remove bogus depends from ipaccess-config by Holger Hans Peter Freyther · 11 years ago
  10. 876b55a freebsd: dlopen/dlsym/dlerror is part of libc, use LIBRARY_DL for linking by Nikola · 11 years ago
  11. e18209c ipa-proxy: Socket creation can fail, address coverity issue by Holger Hans Peter Freyther · 11 years ago
  12. 558bdb4 ipa: Explain that one needs to get the IP address of the BTS as argument by Holger Hans Peter Freyther · 11 years ago
  13. c9251fa ipaccess: The proxy code checked the array but not the element by Holger Hans Peter Freyther · 11 years ago
  14. 3aedba6 ipaccess: Fix a resource leak in case the stat is failing by Holger Hans Peter Freyther · 11 years ago
  15. b18c745 ipaccess-config: Add missing break to parsing the -L option by Holger Hans Peter Freyther · 11 years ago
  16. 7d8139a ipaccess-config: Fix a resource leak in an error path by Holger Hans Peter Freyther · 11 years ago
  17. d5c270e ipaccess-find: Address a warning by coverity of unitialized memory by Holger Hans Peter Freyther · 11 years ago
  18. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  19. e48c187 ipaccess: Remove the ipaccess_gsmnet and assume there is a bsc_gsmnet by Holger Hans Peter Freyther · 11 years ago
  20. 37a63ca misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  21. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  22. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  23. d010eb4 ipaccess-firmware: Fix dumping the wrong header fields by Holger Hans Peter Freyther · 13 years ago
  24. d4ab13b ipaccess-proxy: use ANSI function declarations (void) by Harald Welte · 13 years ago
  25. 36ac775 ipaccess-proxy: fix array bounds problem by Harald Welte · 13 years ago
  26. 3300c01 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  27. 1e9ae4b ipaccess: Fix the case of specifying the interface by Holger Hans Peter Freyther · 13 years ago
  28. d3080be ipaccess-find: Work without providing an interface name by Holger Hans Peter Freyther · 13 years ago
  29. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  30. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  31. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  32. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  33. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  34. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  35. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  36. 7e73700 ipaccess-proxy: get rid of make_gprs_sock() by Pablo Neira Ayuso · 13 years ago
  37. 4c80a51 ipaccess-proxy: remove leftover option `--udp' by Pablo Neira Ayuso · 13 years ago
  38. 25ffe54 ipaccess-proxy: more robust option parsing and checking by Pablo Neira Ayuso · 13 years ago
  39. 23b1b80 ipaccess-find: get rid of ipac_idtag_name() by Pablo Neira Ayuso · 13 years ago
  40. 0e8facc ipaccess-config: Allow to invoke tests by names. by Holger Hans Peter Freyther · 13 years ago
  41. 390ba3f ipaccess-config: Add option to list possible NVRAM settings by Holger Hans Peter Freyther · 13 years ago
  42. cfccedd ipaccess-config: Allow to automatically loop a test by Holger Hans Peter Freyther · 13 years ago
  43. 9f1294d ipaccess-proxy: remove hardcoded IP for options `-l' and `-b' by Pablo Neira Ayuso · 13 years ago
  44. c281b4e libabis: ipaccess: export ipaccess_parse_unitid by Pablo Neira Ayuso · 13 years ago
  45. 625295b ipaccess-proxy: get rid of ipac_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  46. 66add64 libabis: ipaccess: export ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  47. 22f58a9 libabis: ipaccess: conclude new ipaccess_send_*() functions and use them by Pablo Neira Ayuso · 13 years ago
  48. 3ab864a ipaccess-proxy: get rid of make_listen_sock() and use make_sock() instead by Pablo Neira Ayuso · 13 years ago
  49. da2f769 ipaccess: proxy: get rid of internal make_sock() implementation by Pablo Neira Ayuso · 13 years ago
  50. f22e348 ipaccess-config: exit if no network interface is specified by Pablo Neira Ayuso · 13 years ago
  51. 3c409c2 ipaccess-proxy: fix segfault in handle_dead_socket by Pablo Neira Ayuso · 13 years ago
  52. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  53. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  54. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago
  55. 5ec26fe Install programs into $(prefix)/bin, not /sbin by Harald Welte · 13 years ago
  56. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  57. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  58. d85642a ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  59. ecd94a4 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  60. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  61. 6526ca7 ipaccess-config / NWL: Decode + print neighbor cell ARFCNs by Harald Welte · 14 years ago
  62. e1d1f45 ipaccess-config: Don't dump the Rxlevel statistics by Harald Welte · 14 years ago
  63. 5950963 ipaccess-config: Terminate program after running BCCH INFO test by Harald Welte · 14 years ago
  64. 1e194a3 network_listen: dump BSIC as part of BCCH INFO test by Harald Welte · 14 years ago
  65. 1ef7ce4 ipaccess-config: Add option to disable color in log output by Harald Welte · 14 years ago
  66. 5eed0a2 network_listen: hexdump the SI2/SI2bis/SI2ter messages once we get them by Harald Welte · 14 years ago
  67. c95cf10 [ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attribute by Harald Welte · 14 years ago
  68. e39a591 [ipaccess-config] make sure the ARFCN Whitelist EIE is built correctly by Harald Welte · 14 years ago
  69. a0b0f36 ipaccess-config/network-listen update by Harald Welte · 14 years ago
  70. 887deab ipaccess-config / network listen: ordered list of RxLevels by Harald Welte · 14 years ago
  71. 549faad move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 14 years ago
  72. 0f43dbc [ipaccess-config] Better way to set/unset NVRAM attributes by Harald Welte · 14 years ago
  73. 0aef73e [ipaccess-config] Enable setting of static IP address / netmask / gateway by Harald Welte · 14 years ago
  74. 8c21c07 [ipaccess-config] use msgb to make use of various tlv put functions by Harald Welte · 14 years ago
  75. c2e88ba ipa-proxy: Remove printf debugging. by Holger Hans Peter Freyther · 14 years ago
  76. 4fe22cc ipa-proxy: Patch the IPA Set Attribute messages for NSVCI by Holger Hans Peter Freyther · 14 years ago
  77. 21e1c0d ipa-proxy: Fix the send routine.. convert port to network order by Holger Hans Peter Freyther · 14 years ago
  78. 0897dad ipa-proxy: Only handle some stuff of the CCM locally... by Holger Hans Peter Freyther · 14 years ago
  79. 952aba7 ipa-proxy: Move UDP socket code to the BTS and forward messages... by Holger Hans Peter Freyther · 14 years ago
  80. 6147c5d ipa-proxy: Add option to locally listen to GPRS... by Holger Hans Peter Freyther · 14 years ago
  81. 7670651 ipa: Print the IP addr in the listen as well.. by Holger Hans Peter Freyther · 14 years ago
  82. 6cb9b23 ipa: Say which addr could not be connected... by Holger Hans Peter Freyther · 14 years ago
  83. 1a0c2b7 ipaccess-proxy: Add getopt based config options to the proxy... by Holger Hans Peter Freyther · 14 years ago
  84. 3dac881 ipa: Increase msgb size for the IPA msg in the proxy. by Holger Hans Peter Freyther · 14 years ago
  85. f5b4ba3 ipaccess-config: More verbose help message by Harald Welte · 14 years ago
  86. e15ad48 ipaccess-config: Silence compiler warning. by Holger Hans Peter Freyther · 14 years ago
  87. d6adf5e ipaccess: Make sure flashing of the secondary BTS is working by Holger Hans Peter Freyther · 14 years ago
  88. 64278ed sw_load: Specify the trx_nr for the software load by Holger Hans Peter Freyther · 14 years ago
  89. 52fd4e4 ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRX by Holger Hans Peter Freyther · 14 years ago
  90. ebead59 ipaccess: Refactor... unite some code by Holger Hans Peter Freyther · 14 years ago
  91. 9958f47 ipaccess: Use the right trx when performing the test by Holger Hans Peter Freyther · 14 years ago
  92. 505f20d ipaccess: Use the current TRX to set the OML address. by Holger Hans Peter Freyther · 14 years ago
  93. 5fbf5f4 ipaccess: Wait for the BASEBAND_TRANSCEIVER and then bootstrap OML by Holger Hans Peter Freyther · 14 years ago
  94. aa0db80 abis: Pass the abis_om_obj_inst in the nm_state_event.. by Holger Hans Peter Freyther · 14 years ago
  95. 7d45ea4 [ipaccess] Attempt to fix setting unit ids with a multi trx setup by Holger Hans Peter Freyther · 14 years ago
  96. c6ec040 misc: Use $(top_srcdir) for source, $(top_builddir) for libs by Holger Hans Peter Freyther · 14 years ago
  97. c9a341b move ipaccess tools into their own subdirectory by Harald Welte · 14 years ago
  98. 82ae716 [ipaccess] Avoid bogus compiler warning about uninitialized vars by Holger Hans Peter Freyther · 14 years ago
  99. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  100. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago