1. a4898a8 DAHDI: print debug hexdump of every signalling msg we send by Harald Welte · 13 years ago
  2. 1a00d82 [LAPD] Add minimal support for TE-side LAPD by Harald Welte · 13 years ago
  3. 00ee4b7 DAHDI: Register every FD in the select() exceptfd-set by Harald Welte · 13 years ago
  4. 44f04da DAHDI: Handle exceptions by Harald Welte · 13 years ago
  5. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  6. 62d4603 [DAHDI] cosmetic fixes by Harald Welte · 13 years ago
  7. 4ee2eaf [DAHDI] make sure LAPD transmits with correct SAPI by Harald Welte · 13 years ago
  8. 8fc66a0 [LAPD] fix bug in TEI manager rendering LAPD unusable by Harald Welte · 13 years ago
  9. 1458ec6 [DAHDI] remove unused variable by Harald Welte · 13 years ago
  10. d38f105 [LAPD] Support multiple instances of LAPD by Harald Welte · 13 years ago
  11. 0ae5755 [LAPD] remove a number of unneeded assert() calls by Harald Welte · 13 years ago
  12. 716d2a4 [LAPD] further code cleanup by Harald Welte · 13 years ago
  13. 0abc11a [LAPD] use LOGP/DEBUGP instead of custom logging function by Harald Welte · 13 years ago
  14. 50d369e [DAHDI] update to latest e1_input changes by Harald Welte · 13 years ago
  15. ca17ef8 [DAHDI] build dahdi driver only if dahdi header is present by Harald Welte · 13 years ago
  16. 1dd68c3 [DAHDI] integrate DAHDI driver into E1 Input layer by Harald Welte · 13 years ago
  17. ba0db5b [dahdi] remove lots of dead code and references to mISDN by Harald Welte · 13 years ago
  18. d273529 [dahdi] don't export private functions from lapd.c by Harald Welte · 13 years ago
  19. e1de69a [dahdi] support multiple-include of lapd.h by Harald Welte · 13 years ago
  20. 7e859bc [dahdi] Fix LAPD code comments (C-style) by Harald Welte · 13 years ago
  21. 30fe641 [dahdi] Fix lapd.c coding style by Harald Welte · 13 years ago
  22. cd8b86f Working audio data version by creslin287 · 14 years ago
  23. 69245a0 Current LAPD with fixes for frames with P/F bit set by Matthew Fredrickson · 14 years ago
  24. cc2bc35 Current version of mostly working dahdi driver by Matthew Fredrickson · 14 years ago
  25. b1cb8eb Latest version of driver from other machine. by Matthew Fredrickson · 14 years ago
  26. d105e20 Add addtional copyright notices for changes by Matthew Fredrickson · 14 years ago
  27. bc6649e Add lapd.c and lapd.h by Matthew Fredrickson · 14 years ago
  28. b5ddc18 Add dahdi.c by Matthew Fredrickson · 14 years ago
  29. 07bb0da [E1 input] make sure config file with new E1 input config saves correctly by Harald Welte · 13 years ago
  30. 3016d9f [E1 INPUT] explicitly configure the E1 input driver for each line by Harald Welte · 13 years ago
  31. 5455243 [input] make mi_e1_line_update() a driver specific callback by Harald Welte · 13 years ago
  32. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  33. d49fc5a ts: Reduce the delay to 0 for OML and RSL by Holger Hans Peter Freyther · 14 years ago
  34. d85642a ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  35. e383980 ipaccess: Make sure the unitid is null terminated by Holger Hans Peter Freyther · 14 years ago
  36. d9e81d0 ipaccess: Verify that the data fits in the package. by Holger Hans Peter Freyther · 14 years ago
  37. 949e0ba ipaccess: memset the tlv_parsed structure before parsing by Holger Hans Peter Freyther · 14 years ago
  38. b37e5f8 [BSC] mISDN: Avoid sending RSL messages to wrong channel number by Harald Welte · 14 years ago
  39. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  40. 42993c2 Forward declare make_socket. by Holger Hans Peter Freyther · 14 years ago
  41. 9f75c35 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  42. cb99163 GPRS: Modularize the NS implementation by Harald Welte · 14 years ago
  43. 5434d7e GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTS by Harald Welte · 14 years ago
  44. 9b455bf Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago
  45. f8eff2e [ipa] Fix the reporting of link down... by Holger Hans Peter Freyther · 14 years ago
  46. 70402a4 [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  47. 63cb447 Revert "ipa: Reduce the throttling of the IPA msges" by Holger Hans Peter Freyther · 14 years ago
  48. 6c8c0dd [ipa] When including MGCP our messages might be bigger than 300 byte by Holger Hans Peter Freyther · 14 years ago
  49. b6e1a40 [misnd] Use the size_t modifier when printing the size. by Holger Hans Peter Freyther · 14 years ago
  50. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  51. edee794 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  52. b3121c5 ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  53. f5284ae ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  54. dc6af63 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  55. 354ef81 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  56. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  57. 4d2d95b ipaccess.c: Fix some resource leaks in error conditions. by Holger Hans Peter Freyther · 14 years ago
  58. d3d5be1 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  59. 3bc856b [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  60. 301e628 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 14 years ago
  61. 7971d3d ipaccess input: Print BTS number that has disappeared by Harald Welte (local) · 15 years ago
  62. fb33957 properly check for EAGAIN in recv() calls by Harald Welte · 15 years ago
  63. da95693 if we recv() from an abis-ip socket, don't consider -EAGAIN an error by Harald Welte · 15 years ago
  64. 5c706bb Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  65. afdca0f input/ipaccess: Differentiate between LOGL_ERROR and DEBUG by Harald Welte · 15 years ago
  66. 87ed5cd introduce #defines for ip.access RSL and OML UDP ports by Harald Welte · 15 years ago
  67. 1394fea ipaccess: Fix two minor bugs regarding multi-TRX setup by Harald Welte · 15 years ago
  68. 88a412a ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  69. c7df7c6 [ipaccess] Fix spelling in the comment by Holger Hans Peter Freyther · 15 years ago
  70. 986c3d7 fix some more compiler warnings by Harald Welte · 15 years ago
  71. d7d1c99 ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  72. 5ea7313 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  73. 67b5961 input/ipaccess.c: clang says ret might be uninitialized by Holger Hans Peter Freyther · 15 years ago
  74. e73501a [ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889 by Harald Welte · 15 years ago
  75. 9bd7bc1 input/ipaccess: remove one more static variable by Harald Welte · 15 years ago
  76. 8175e95 ip.access: Support multi-TRX / RSL stream ID by Harald Welte · 15 years ago
  77. 38ae5cb use tx delay timer instead of usleep() in ip.access input driver by Andreas Eversberg · 15 years ago
  78. 86538c7 input/ipaccess: Fix segv caused by use of uninitialized var by Sylvain Munaut · 15 years ago
  79. d5f0522 [ipaccess] Prepare to reuse parts of the code for the A-link by Holger Hans Peter Freyther · 15 years ago
  80. 336f509 ipaccess.c: Make the compiler happy... by Holger Hans Peter Freyther · 15 years ago
  81. 4e2973d misdn.c: Fix warning about redefining AF_ISDN.. by Holger Hans Peter Freyther · 15 years ago
  82. e4042c7 misc: Remove some obviously unused and unneeded variables.. by Holger Hans Peter Freyther · 15 years ago
  83. 09e364b misc: Fix warnings about returning with value... by Holger Hans Peter Freyther · 15 years ago
  84. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  85. 9e85b54 prepare mISDN driver for multiple lines/instances by Harald Welte · 15 years ago
  86. dd2b434 make sure misdn plugin handles DL_UNITDATA_IND by Harald Welte · 15 years ago
  87. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  88. a4ffea9 fix various talloc / dynamic bts/trx related bugs by Harald Welte · 15 years ago
  89. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  90. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  91. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago