1. 1469600 [paging] Start with a smaller paging limit... by Holger Hans Peter Freyther · 14 years ago
  2. c50b836 [paging] Move code to use LOGP and print some more information by Holger Hans Peter Freyther · 14 years ago
  3. 754e801 [paging] Simplify the last request and treat llist as a queue by Holger Hans Peter Freyther · 14 years ago
  4. 19722d4 paging: Avoid integer underflow on ipaccess by Holger Hans Peter Freyther · 14 years ago
  5. 07d838a [paging] Do not use request after it was was destroyed.. by Holger Hans Peter Freyther · 14 years ago
  6. d4e7888 [paging] Increase the time used to send paging messages to the BTS by Holger Hans Peter Freyther · 14 years ago
  7. 6c8c0dd [ipa] When including MGCP our messages might be bigger than 300 byte by Holger Hans Peter Freyther · 14 years ago
  8. 19bab73 [rsl] Speculative crash fix in the RSL rcv message by Holger Hans Peter Freyther · 15 years ago
  9. 4412737 [mgcp] Add the logging commands for the MGCP command. by Holger Hans Peter Freyther · 14 years ago
  10. 014136d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  11. 91b5a31 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  12. 575b895 [mgcp] Print the errno/strerror when we can not receive from our socket by Holger Hans Peter Freyther · 14 years ago
  13. 408cc4a [mgcp] Add an option to allow using reallocing an endpoint by Holger Hans Peter Freyther · 14 years ago
  14. b4b135e [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  15. 54fa799 vty: Fix the byteorder... of the bound_ip by Holger Hans Peter Freyther · 14 years ago
  16. 3c71232 [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  17. b4c7b27 [mgcp] Reset the the address when freeing the endp as well by Holger Hans Peter Freyther · 14 years ago
  18. 7279d24 [mgcp] Do not patch RTP payload when type is set to -1. by Holger Hans Peter Freyther · 14 years ago
  19. 6c0729f [mgcp] Print the BTS IP addr of the endpoint. by Holger Hans Peter Freyther · 14 years ago
  20. 8b120f0 [mgcp] Look at the bts addr set at the endpoint by Holger Hans Peter Freyther · 14 years ago
  21. f2f1591 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  22. f36a11a [mgcp] Do not operate on the ->data pointer, use ->l2h instead by Holger Hans Peter Freyther · 14 years ago
  23. c77efdf [mgcp] Degrade verbosity to debug by Holger Hans Peter Freyther · 14 years ago
  24. b79994c [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  25. 64e4e77 [mgcp] Handle the RSIP with resetting all endpoints by Holger Hans Peter Freyther · 14 years ago
  26. 9bdcc9c [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  27. e7d2ae6 [mgcp] Remove unused method from the mgcp by Holger Hans Peter Freyther · 14 years ago
  28. 52a66aa [mgcp] Switch from DEBUG to LOGP in the mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  29. 13d67b7 [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  30. b71517f [sccp] Add a force_free method for connections by Holger Hans Peter Freyther · 14 years ago
  31. 95e4d34 [mgcp] The networking code needs a source addrs.. by Holger Hans Peter Freyther · 14 years ago
  32. f5b6aa6 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  33. c38b588 [mgcp] Fix format string usage by Holger Hans Peter Freyther · 14 years ago
  34. 4079105 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  35. ceb072d db: Fix aliasing warning by casting the signed char to a struct by Holger Hans Peter Freyther · 14 years ago
  36. b6e1a40 [misnd] Use the size_t modifier when printing the size. by Holger Hans Peter Freyther · 14 years ago
  37. 82ae716 [ipaccess] Avoid bogus compiler warning about uninitialized vars by Holger Hans Peter Freyther · 14 years ago
  38. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  39. ca8d006 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  40. c0d83b0 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  41. 4563eab RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  42. 332442d debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI by Harald Welte · 14 years ago
  43. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  44. 3c1221e sccp: Change the ownership of the msgb passed to the callback by Holger Hans Peter Freyther · 14 years ago
  45. b464fb4 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  46. d4c16b1 sms: Remove some more occurences of the GSM lchan by Holger Hans Peter Freyther · 14 years ago
  47. 18b63f4 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  48. ec32b58 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  49. 5179c8e sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  50. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  51. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  52. e95daf19 convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  53. 92b1fe4 increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  54. bb7bc11 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  55. 009ad61 bsc_hack: Add other known options to the list by Holger Hans Peter Freyther · 14 years ago
  56. 829772d bsc_hack: Add option to set the global log level. by Holger Hans Peter Freyther · 14 years ago
  57. 9cc020a rll_establish: When on a TCH always use the SACH for SAPI!=0 by Holger Hans Peter Freyther · 14 years ago
  58. edee794 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  59. f99f093 Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  60. 3e57388 Make the compiler happy and use a puts by Holger Hans Peter Freyther · 14 years ago
  61. 6552d0b Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  62. a21a96f Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  63. b3121c5 ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  64. f5284ae ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  65. ff9d8b4 ipa: Make it possible to specify -w and -f in any order by Holger Hans Peter Freyther · 14 years ago
  66. dc6af63 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  67. 354ef81 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  68. 5a29c7f automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  69. e164d29 gprs: remove (the already unused) si13_template by Harald Welte · 14 years ago
  70. a5731cf GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  71. 9403670 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  72. 84c6f31 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  73. 1f89329 GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabled by Harald Welte · 14 years ago
  74. fa58625 GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  75. af38763 GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  76. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  77. d859a24 ipa-firmware: Fix the write out of the firmware parts by Holger Hans Peter Freyther · 14 years ago
  78. 38722cc ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  79. f63bf4d ipa-firmware: Add the entry first and then seek by Holger Hans Peter Freyther · 14 years ago
  80. e6678dc ipa-firmware: Lift the requirement of having a table_offset of zero by Holger Hans Peter Freyther · 14 years ago
  81. 57e9300 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  82. c88181a ipa-firmware: Look at the table offset by Holger Hans Peter Freyther · 14 years ago
  83. 6e79b54 ipa-firmware: Warn/Exit when the required ids can not be found. by Holger Hans Peter Freyther · 14 years ago
  84. 622ab49 ipa-firmware: Remove dummy check... by Holger Hans Peter Freyther · 14 years ago
  85. 91ed1f7 ipa-firmware: The more_more_magic is to indicate the payload by Holger Hans Peter Freyther · 14 years ago
  86. 8e9559d debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  87. 55c8f35 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  88. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  89. fbc5ca0 move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  90. 3c9c5f9 rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  91. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  92. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  93. 774f072 [mgcp] Do not print potentially many messages... by Holger Hans Peter Freyther · 14 years ago
  94. 88c6eea [mgcp] Set the right variable back to NULL by Holger Hans Peter Freyther · 14 years ago
  95. 8b00799 Merge remote branch 'origin/on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  96. 10ca379 Merge remote branch 'origin/master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  97. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  98. e1d5067 [sccp] Implement parsing the rather easy IT messages. by Holger Hans Peter Freyther · 14 years ago
  99. 36ed8cc [mgcp] Patch the rtp payload depending on the direction. by Holger Hans Peter Freyther · 14 years ago
  100. ef6bb25 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago