1. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  2. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  3. 40772ef sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  4. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  5. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  6. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  7. 453141f increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  8. c610de0 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  9. b913c4d bsc_hack: Add other known options to the list by Holger Hans Peter Freyther · 14 years ago
  10. 38e15c0 bsc_hack: Add option to set the global log level. by Holger Hans Peter Freyther · 14 years ago
  11. f670ec1 rll_establish: When on a TCH always use the SACH for SAPI!=0 by Holger Hans Peter Freyther · 14 years ago
  12. 0d2f778 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  13. 4aeddac Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  14. e2c9a26 Make the compiler happy and use a puts by Holger Hans Peter Freyther · 14 years ago
  15. 19b83b7 Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  16. 7d02837 Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  17. 804383a ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  18. 9db68e6 ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  19. 70c67d5 ipa: Make it possible to specify -w and -f in any order by Holger Hans Peter Freyther · 14 years ago
  20. 9d7b638 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  21. 0ce8fc8 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  22. fa13cad automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  23. 8bc3a3e gprs: remove (the already unused) si13_template by Harald Welte · 14 years ago
  24. 4a048c5 GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  25. c05a4b1 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  26. 0906fb5 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  27. e050010 GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabled by Harald Welte · 14 years ago
  28. 1c5fd6c GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  29. 410575a GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  30. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  31. c52dd36 ipa-firmware: Fix the write out of the firmware parts by Holger Hans Peter Freyther · 14 years ago
  32. c6f57c5 ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  33. 2a3becf ipa-firmware: Add the entry first and then seek by Holger Hans Peter Freyther · 14 years ago
  34. 2321da8 ipa-firmware: Lift the requirement of having a table_offset of zero by Holger Hans Peter Freyther · 14 years ago
  35. 5a67002 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  36. cdf5293 ipa-firmware: Look at the table offset by Holger Hans Peter Freyther · 14 years ago
  37. 3789c12 ipa-firmware: Warn/Exit when the required ids can not be found. by Holger Hans Peter Freyther · 14 years ago
  38. 50a3330 ipa-firmware: Remove dummy check... by Holger Hans Peter Freyther · 14 years ago
  39. 12c446c ipa-firmware: The more_more_magic is to indicate the payload by Holger Hans Peter Freyther · 14 years ago
  40. 9575df8 debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  41. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  42. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  43. 709d38f move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  44. a22d36b rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  45. 705f294 remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  46. 1fa8bac value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  47. 471245d Merge remote branch 'origin/on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  48. 8475c59 Merge remote branch 'origin/master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  49. f41fb1f Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  50. 685b039 [sccp] Implement parsing the rather easy IT messages. by Holger Hans Peter Freyther · 14 years ago
  51. f95e3ad [mgcp] Patch the rtp payload depending on the direction. by Holger Hans Peter Freyther · 14 years ago
  52. 001dc61 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  53. 7a8ff2a [mgcp] Introduce a policy CB for the MGCP protocol by Holger Hans Peter Freyther · 14 years ago
  54. 275c044 [mgcp] Fix two bugs in the protocol handling by Holger Hans Peter Freyther · 14 years ago
  55. 40faed8 [mgcp] Switch logging from notice to debug by Holger Hans Peter Freyther · 14 years ago
  56. 64dcbe2 [mgcp] Add a method to free the endpoint. by Holger Hans Peter Freyther · 14 years ago
  57. 6037ee9 [rtp] Describe the struct in a way that it will work for Big Endian too by Holger Hans Peter Freyther · 14 years ago
  58. 7b3ff54 [mgcp] Print the rtp_port number, do not assume it was already assigned. by Holger Hans Peter Freyther · 14 years ago
  59. 5ada53a [mgcp] Move the network bits to a separate file... by Holger Hans Peter Freyther · 14 years ago
  60. 94c9b64 [mgcp] Make the creation of the mgcp message public. by Holger Hans Peter Freyther · 14 years ago
  61. 60d02a3 [mgcp] Cleanup the code. send_ was a misleading name by Holger Hans Peter Freyther · 14 years ago
  62. 6f38c06 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  63. 9c38ed6 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  64. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  65. dd51f92 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  66. 3f61d6e [sccp] Use msgb->l2h instead of msgb->data for CR by Holger Hans Peter Freyther · 14 years ago
  67. 2077ac1 ipaccess.c: Fix some resource leaks in error conditions. by Holger Hans Peter Freyther · 14 years ago
  68. cadb35a Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  69. f058610 [sccp] Set the data_len when parsing UDT messages as well by Holger Hans Peter Freyther · 14 years ago
  70. 88c2209 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  71. 7f301de [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  72. b98dff3 Move debug.c into the liblaf0rge1.a too by Holger Hans Peter Freyther · 14 years ago
  73. 4db2213 [sccp] Install the static sccp library and the headers by Holger Hans Peter Freyther · 14 years ago
  74. 94efac6 liblaf0rge: Make the other targets depend on the liblaforge... by Holger Hans Peter Freyther · 14 years ago
  75. 8715ab5 Create a liblaforge with OpenBSC utility functions to be used for other projects by Holger Hans Peter Freyther · 14 years ago
  76. 2ba2b33 [bsc] Allow to set a EGSM900, RGSM900 ARFCN by Holger Hans Peter Freyther · 14 years ago
  77. 5932f64 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  78. aff3f03 [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  79. bd85b94 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 14 years ago
  80. a274afd [sccp] Slightly improve the log message by Holger Hans Peter Freyther · 14 years ago
  81. 31c5368 [sccp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  82. 403fc0b Merge branch 'master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  83. 276b1df [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  84. ad4e339 [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  85. 25374bd [mgcp] Prepare the in process MGCP handling by adding callbacks by Holger Hans Peter Freyther · 14 years ago
  86. 02c7a6f [mgcp] Replace DEBUGP with the LOGP statement by Holger Hans Peter Freyther · 14 years ago
  87. 26143c8 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  88. c241ae8 [mgcp] Rename the source to mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  89. 0013f46 [mgcp] Move the MGCP procoess into a sub directory by Holger Hans Peter Freyther · 14 years ago
  90. 79d2955 [mgcp] In forward mode we need to rediscover the BTS more often by Holger Hans Peter Freyther · 14 years ago
  91. 7c0249c [mgcp] Handle BTS and NET being on the same host by Holger Hans Peter Freyther · 14 years ago
  92. 5368b67 [mgcp] Warn about unknown messages... by Holger Hans Peter Freyther · 14 years ago
  93. 089c7f5 [mgcp] Allow to forward to a different port by Holger Hans Peter Freyther · 14 years ago
  94. 4861d3d [mgcp] Rename rtp and rtcp variables to net_rtp and net_rtcp by Holger Hans Peter Freyther · 14 years ago
  95. f6e99e1 [mgcp] Make it possible to not specify a bts ip by Holger Hans Peter Freyther · 14 years ago
  96. 8621774 [sccp] Implement sccp_parse_header to be used by the NAT code. by Holger Hans Peter Freyther · 14 years ago
  97. 8edb961 [sccp] Split Connection DT1 into two parts by Holger Hans Peter Freyther · 14 years ago
  98. db56e38 [sccp] Split Connection Release Complete into two parts by Holger Hans Peter Freyther · 14 years ago
  99. 1f21f34 [sccp] Split Connection Confirm handling into two parts by Holger Hans Peter Freyther · 14 years ago
  100. 6233c58 [sccp] Split Connection Refused into two parts by Holger Hans Peter Freyther · 14 years ago