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