1. 9f75c35 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  2. cb99163 GPRS: Modularize the NS implementation by Harald Welte · 14 years ago
  3. 5434d7e GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTS by Harald Welte · 14 years ago
  4. 9b455bf Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago
  5. f8eff2e [ipa] Fix the reporting of link down... by Holger Hans Peter Freyther · 14 years ago
  6. 70402a4 [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  7. 63cb447 Revert "ipa: Reduce the throttling of the IPA msges" by Holger Hans Peter Freyther · 14 years ago
  8. 6c8c0dd [ipa] When including MGCP our messages might be bigger than 300 byte by Holger Hans Peter Freyther · 14 years ago
  9. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  10. edee794 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  11. b3121c5 ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  12. f5284ae ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  13. dc6af63 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  14. 354ef81 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  15. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  16. 4d2d95b ipaccess.c: Fix some resource leaks in error conditions. by Holger Hans Peter Freyther · 14 years ago
  17. d3d5be1 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  18. 3bc856b [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  19. 301e628 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 14 years ago
  20. 7971d3d ipaccess input: Print BTS number that has disappeared by Harald Welte (local) · 15 years ago
  21. fb33957 properly check for EAGAIN in recv() calls by Harald Welte · 15 years ago
  22. da95693 if we recv() from an abis-ip socket, don't consider -EAGAIN an error by Harald Welte · 15 years ago
  23. 5c706bb Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  24. afdca0f input/ipaccess: Differentiate between LOGL_ERROR and DEBUG by Harald Welte · 15 years ago
  25. 87ed5cd introduce #defines for ip.access RSL and OML UDP ports by Harald Welte · 15 years ago
  26. 1394fea ipaccess: Fix two minor bugs regarding multi-TRX setup by Harald Welte · 15 years ago
  27. 88a412a ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  28. c7df7c6 [ipaccess] Fix spelling in the comment by Holger Hans Peter Freyther · 15 years ago
  29. d7d1c99 ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  30. 5ea7313 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  31. 67b5961 input/ipaccess.c: clang says ret might be uninitialized by Holger Hans Peter Freyther · 15 years ago
  32. e73501a [ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889 by Harald Welte · 15 years ago
  33. 9bd7bc1 input/ipaccess: remove one more static variable by Harald Welte · 15 years ago
  34. 8175e95 ip.access: Support multi-TRX / RSL stream ID by Harald Welte · 15 years ago
  35. 38ae5cb use tx delay timer instead of usleep() in ip.access input driver by Andreas Eversberg · 15 years ago
  36. 86538c7 input/ipaccess: Fix segv caused by use of uninitialized var by Sylvain Munaut · 15 years ago
  37. d5f0522 [ipaccess] Prepare to reuse parts of the code for the A-link by Holger Hans Peter Freyther · 15 years ago
  38. 336f509 ipaccess.c: Make the compiler happy... by Holger Hans Peter Freyther · 15 years ago
  39. e4042c7 misc: Remove some obviously unused and unneeded variables.. by Holger Hans Peter Freyther · 15 years ago
  40. 09e364b misc: Fix warnings about returning with value... by Holger Hans Peter Freyther · 15 years ago
  41. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  42. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  43. a4ffea9 fix various talloc / dynamic bts/trx related bugs by Harald Welte · 15 years ago
  44. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  45. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  46. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/input/ipaccess.c]
  47. 7a2a71e revert commit #481: we actually still need that stupid usleep() to reliably bootstrap nanoBTS :( by Harald Welte · 15 years ago
  48. 70f9b3d remove any sleeping from the ip.access input code by Harald Welte · 15 years ago
  49. cf55978 make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be created by Harald Welte · 15 years ago
  50. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  51. 25de991 add new 'ipaccess-config' program to set Unit ID and primary OML NVRAM parameters of ip.access BTS by Harald Welte · 15 years ago
  52. ff9592f [misc] Fix compile warnings... by Holger Freyther · 15 years ago
  53. 3cc4bf5 make hexdump return a 'char *' rather than printing by itself by Harald Welte · 15 years ago
  54. 4f361fc * add commond header file for ipaccess protocol by Harald Welte · 15 years ago
  55. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  56. 7782c14 * generate virtual E1 TEI up/down events by Harald Welte · 15 years ago
  57. 5fd8a54 preliminary ip.access BTS support, as of now only OML singalling works by Harald Welte · 15 years ago