1. e077c91 [mgcp] Protocol extension to not generate answers. by Holger Hans Peter Freyther · 14 years ago
  2. 33ae238 [mgcp] Print a Deleted endpoint message again. by Holger Hans Peter Freyther · 14 years ago
  3. b689426 [mgcp] Add a dummy send method... by Holger Hans Peter Freyther · 14 years ago
  4. e8d1371 [mgcp] Fix vty file generation for the BSC nat and other cases by Holger Hans Peter Freyther · 14 years ago
  5. f89a988 [mgcp] Only write audio_name/payload when it is actually set. by Holger Hans Peter Freyther · 14 years ago
  6. dad118c [mgcp] Improve the endpoint display on the vty.. by Holger Hans Peter Freyther · 14 years ago
  7. 9c3f576 [mgcp] Print the IP addr of the BTS we have detected. by Holger Hans Peter Freyther · 14 years ago
  8. fa230a0 Merge branch 'master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  9. 9cdda0c [mgcp] Fix navigation in the vty hierachy (make exit work) by Holger Hans Peter Freyther · 14 years ago
  10. b010f2a Fix compiler warning about void return in non void method. by Holger Hans Peter Freyther · 14 years ago
  11. 0dace8e [mgcp] Add the logging commands for the MGCP command. by Holger Hans Peter Freyther · 14 years ago
  12. 9bed9b6 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  13. cd6516d Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  14. 9d7bd81 [mgcp] Print the errno/strerror when we can not receive from our socket by Holger Hans Peter Freyther · 14 years ago
  15. dd67a3b [mgcp] Add an option to allow using reallocing an endpoint by Holger Hans Peter Freyther · 14 years ago
  16. 6de5b11 [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  17. cec1ec5 vty: Fix the byteorder... of the bound_ip by Holger Hans Peter Freyther · 14 years ago
  18. b70d45b [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  19. b3281c7 [mgcp] Reset the the address when freeing the endp as well by Holger Hans Peter Freyther · 14 years ago
  20. 0052955 [mgcp] Do not patch RTP payload when type is set to -1. by Holger Hans Peter Freyther · 14 years ago
  21. d67765e [mgcp] Use a different port to more easily differentiate by Holger Hans Peter Freyther · 14 years ago
  22. 9c7035e [mgcp] Print the BTS IP addr of the endpoint. by Holger Hans Peter Freyther · 14 years ago
  23. 2d4fc55 [mgcp] Start to look into the MGCP messages and extract the CI by Holger Hans Peter Freyther · 14 years ago
  24. 8c967e8 [mgcp] Fix the transaction id of the AUEP request by Holger Hans Peter Freyther · 14 years ago
  25. 27c90f8 [mgcp] Look at the bts addr set at the endpoint by Holger Hans Peter Freyther · 14 years ago
  26. 9635463 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  27. 0421be7 [mgcp] Do not operate on the ->data pointer, use ->l2h instead by Holger Hans Peter Freyther · 14 years ago
  28. 62d3bb7 [mgcp] Degrade verbosity to debug by Holger Hans Peter Freyther · 14 years ago
  29. 19ff679 [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  30. b4434a9 [mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpoint by Holger Hans Peter Freyther · 14 years ago
  31. 3b812d0 [mgcp] Handle the RSIP with resetting all endpoints by Holger Hans Peter Freyther · 14 years ago
  32. d60c6e5 [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  33. c71cc79 [mgcp] Remove unused method from the mgcp by Holger Hans Peter Freyther · 14 years ago
  34. e08796b [mgcp] Switch from DEBUG to LOGP in the mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  35. f8f1fda [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  36. c07274e [sccp] Add a force_free method for connections by Holger Hans Peter Freyther · 14 years ago
  37. bdd3cc3 [mgcp] The networking code needs a source addrs.. by Holger Hans Peter Freyther · 14 years ago
  38. 9856ee2 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  39. 3af10a7 [mgcp] Fix format string usage by Holger Hans Peter Freyther · 14 years ago
  40. 4ab4ae2 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  41. 5a5ee60 db: Fix aliasing warning by casting the signed char to a struct by Holger Hans Peter Freyther · 14 years ago
  42. 29645dd [misnd] Use the size_t modifier when printing the size. by Holger Hans Peter Freyther · 14 years ago
  43. 7dd617a [ipaccess] Avoid bogus compiler warning about uninitialized vars by Holger Hans Peter Freyther · 14 years ago
  44. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  45. a758838 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  46. 8f72544 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  47. 2b36152 RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  48. 87e1e86 debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI by Harald Welte · 14 years ago
  49. 51d2a59 move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  50. 9f2f471 sccp: Change the ownership of the msgb passed to the callback by Holger Hans Peter Freyther · 14 years ago
  51. 082ec46 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  52. de896e5 sms: Remove some more occurences of the GSM lchan by Holger Hans Peter Freyther · 14 years ago
  53. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  54. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  55. 40772ef sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  56. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  57. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  58. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  59. c020ba4 current version needs exactly 0.1.0 version of libosmocore by Harald Welte · 14 years ago
  60. 453141f increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  61. c610de0 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  62. b913c4d bsc_hack: Add other known options to the list by Holger Hans Peter Freyther · 14 years ago
  63. 38e15c0 bsc_hack: Add option to set the global log level. by Holger Hans Peter Freyther · 14 years ago
  64. f670ec1 rll_establish: When on a TCH always use the SACH for SAPI!=0 by Holger Hans Peter Freyther · 14 years ago
  65. 0d2f778 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  66. 4aeddac Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  67. e2c9a26 Make the compiler happy and use a puts by Holger Hans Peter Freyther · 14 years ago
  68. 19b83b7 Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  69. 7d02837 Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  70. 804383a ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  71. 9db68e6 ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  72. 70c67d5 ipa: Make it possible to specify -w and -f in any order by Holger Hans Peter Freyther · 14 years ago
  73. 9d7b638 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  74. 0ce8fc8 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  75. 74eb1b4 depend on libosmocore 0.1.0 by Harald Welte · 14 years ago
  76. fa13cad automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  77. 8bc3a3e gprs: remove (the already unused) si13_template by Harald Welte · 14 years ago
  78. 4a048c5 GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  79. c05a4b1 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  80. 0906fb5 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  81. e050010 GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabled by Harald Welte · 14 years ago
  82. 1c5fd6c GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  83. 410575a GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  84. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  85. c52dd36 ipa-firmware: Fix the write out of the firmware parts by Holger Hans Peter Freyther · 14 years ago
  86. c6f57c5 ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  87. 2a3becf ipa-firmware: Add the entry first and then seek by Holger Hans Peter Freyther · 14 years ago
  88. 2321da8 ipa-firmware: Lift the requirement of having a table_offset of zero by Holger Hans Peter Freyther · 14 years ago
  89. 5a67002 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  90. cdf5293 ipa-firmware: Look at the table offset by Holger Hans Peter Freyther · 14 years ago
  91. 3789c12 ipa-firmware: Warn/Exit when the required ids can not be found. by Holger Hans Peter Freyther · 14 years ago
  92. 50a3330 ipa-firmware: Remove dummy check... by Holger Hans Peter Freyther · 14 years ago
  93. 12c446c ipa-firmware: The more_more_magic is to indicate the payload by Holger Hans Peter Freyther · 14 years ago
  94. 9575df8 debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  95. 9c201c3 update README with information about nanoBTS and libosmocore by Harald Welte · 14 years ago
  96. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  97. a24581f decleare gsm_bts_model_register() by Harald Welte · 14 years ago
  98. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  99. 709d38f move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  100. a22d36b rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago