1. 9c7035e [mgcp] Print the BTS IP addr of the endpoint. by Holger Hans Peter Freyther · 14 years ago
  2. 2d4fc55 [mgcp] Start to look into the MGCP messages and extract the CI by Holger Hans Peter Freyther · 14 years ago
  3. 8c967e8 [mgcp] Fix the transaction id of the AUEP request by Holger Hans Peter Freyther · 14 years ago
  4. 27c90f8 [mgcp] Look at the bts addr set at the endpoint by Holger Hans Peter Freyther · 14 years ago
  5. 9635463 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  6. 0421be7 [mgcp] Do not operate on the ->data pointer, use ->l2h instead by Holger Hans Peter Freyther · 14 years ago
  7. 62d3bb7 [mgcp] Degrade verbosity to debug by Holger Hans Peter Freyther · 14 years ago
  8. 19ff679 [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  9. b4434a9 [mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpoint by Holger Hans Peter Freyther · 14 years ago
  10. 3b812d0 [mgcp] Handle the RSIP with resetting all endpoints by Holger Hans Peter Freyther · 14 years ago
  11. d60c6e5 [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  12. c71cc79 [mgcp] Remove unused method from the mgcp by Holger Hans Peter Freyther · 14 years ago
  13. e08796b [mgcp] Switch from DEBUG to LOGP in the mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  14. f8f1fda [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  15. bdd3cc3 [mgcp] The networking code needs a source addrs.. by Holger Hans Peter Freyther · 14 years ago
  16. 9856ee2 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  17. 3af10a7 [mgcp] Fix format string usage by Holger Hans Peter Freyther · 14 years ago
  18. 4ab4ae2 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  19. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  20. a758838 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  21. 8f72544 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  22. 2b36152 RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  23. 87e1e86 debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI by Harald Welte · 14 years ago
  24. 411e86f Merge commit '3ae2758fba1dc9b364238c6e1e7d591b12c3d878' by Harald Welte · 14 years ago
  25. 51d2a59 move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  26. d63a647 rename 'debug' interface to 'logging' interface by Harald Welte · 14 years ago
  27. 79f1a59 debug: remove unneeded 'number' member of 'struct debug_info_cat' by Harald Welte · 14 years ago
  28. 1876908 debug.c: fix no-color-printing in case .color = NULL by Harald Welte · 14 years ago
  29. 320d67c Import 'debug' support from OpenBSC into libosmocore by Harald Welte · 14 years ago
  30. 844b631 write_queue: Add a method to clear the queue. by Holger Hans Peter Freyther · 14 years ago
  31. 082ec46 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  32. 38440db Merge branch 'holger/bsc-msc-separation' by Holger Hans Peter Freyther · 14 years ago
  33. de896e5 sms: Remove some more occurences of the GSM lchan by Holger Hans Peter Freyther · 14 years ago
  34. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  35. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  36. 40772ef sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  37. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  38. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  39. 9870099 Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab' by Harald Welte · 14 years ago
  40. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  41. 2359196 replace rsl_rlm_cause_strs with rsl_rlm_cause_name() by Harald Welte · 14 years ago
  42. c020ba4 current version needs exactly 0.1.0 version of libosmocore by Harald Welte · 14 years ago
  43. 1ac69db replace gsm48_cc_msg_names[] with gsm48_cc_msg_name() by Harald Welte · 14 years ago
  44. 14c3d63 use more value_string in gsm48 and rsl by Harald Welte · 14 years ago
  45. b384fea get_value_string(): return "unknown 0x..." instead of "unknown" by Harald Welte · 14 years ago
  46. 453141f increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  47. c610de0 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  48. b913c4d bsc_hack: Add other known options to the list by Holger Hans Peter Freyther · 14 years ago
  49. 38e15c0 bsc_hack: Add option to set the global log level. by Holger Hans Peter Freyther · 14 years ago
  50. f670ec1 rll_establish: When on a TCH always use the SACH for SAPI!=0 by Holger Hans Peter Freyther · 14 years ago
  51. 0d2f778 ipa: Fix the previous patch and initialize the fds to -1 by Holger Hans Peter Freyther · 14 years ago
  52. 4aeddac Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  53. e2c9a26 Make the compiler happy and use a puts by Holger Hans Peter Freyther · 14 years ago
  54. 19b83b7 Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  55. 7d02837 Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  56. 804383a ipa: Handle corrupt incoming messages without crashing by Holger Hans Peter Freyther · 14 years ago
  57. 9db68e6 ipa: Reduce the throttling of the IPA msges by Holger Hans Peter Freyther · 14 years ago
  58. 70c67d5 ipa: Make it possible to specify -w and -f in any order by Holger Hans Peter Freyther · 14 years ago
  59. 9d7b638 ipa: Use two defines instead of magic numbers by Holger Hans Peter Freyther · 14 years ago
  60. 0ce8fc8 ipaccess: Handle the case of replacing RSL connections by Holger Hans Peter Freyther · 14 years ago
  61. f527f15 Create a dummy m4 directory to make autoreconf --install --force work by Holger Hans Peter Freyther · 14 years ago
  62. 74eb1b4 depend on libosmocore 0.1.0 by Harald Welte · 14 years ago
  63. afe3658 Merge commit '4cd3d8a2c7982ba11d05d2500b1bfca44f440d1e' by Harald Welte · 14 years ago
  64. 8abda69 add git-version-gen magic to automatically generate package version by Harald Welte · 14 years ago
  65. e3666e1 bump version to 0.1.0 by Harald Welte · 14 years ago
  66. fa13cad automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  67. c436245 Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870' by Harald Welte · 14 years ago
  68. 8bc3a3e gprs: remove (the already unused) si13_template by Harald Welte · 14 years ago
  69. 4a048c5 GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  70. c05a4b1 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  71. 0906fb5 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  72. e050010 GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabled by Harald Welte · 14 years ago
  73. 1c5fd6c GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  74. 410575a GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  75. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  76. c52dd36 ipa-firmware: Fix the write out of the firmware parts by Holger Hans Peter Freyther · 14 years ago
  77. c6f57c5 ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  78. 2a3becf ipa-firmware: Add the entry first and then seek by Holger Hans Peter Freyther · 14 years ago
  79. 2321da8 ipa-firmware: Lift the requirement of having a table_offset of zero by Holger Hans Peter Freyther · 14 years ago
  80. 5a67002 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  81. cdf5293 ipa-firmware: Look at the table offset by Holger Hans Peter Freyther · 14 years ago
  82. 3789c12 ipa-firmware: Warn/Exit when the required ids can not be found. by Holger Hans Peter Freyther · 14 years ago
  83. 50a3330 ipa-firmware: Remove dummy check... by Holger Hans Peter Freyther · 14 years ago
  84. 12c446c ipa-firmware: The more_more_magic is to indicate the payload by Holger Hans Peter Freyther · 14 years ago
  85. 9575df8 debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  86. 2d8a69c osmocore: Add a direct l4h to the union of l4h pointers by Holger Hans Peter Freyther · 14 years ago
  87. 2b26d34 fix compiler warnings (itsme <itsme@xs4all.nl>) by Harald Welte · 14 years ago
  88. 4623e18 gsm48.h: Make the array extern to a silence a linker warning by Holger Hans Peter Freyther · 14 years ago
  89. 9c201c3 update README with information about nanoBTS and libosmocore by Harald Welte · 14 years ago
  90. 5ee1084 write_queue: Make the bfd cb public so it can be used in a different context by Holger Hans Peter Freyther · 14 years ago
  91. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  92. 717b26d import GSM04.08 encode/decode functions and mncc.h from openbsc by Harald Welte · 14 years ago
  93. cf18189 add option --disable-tests to disable building of test binaries by Harald Welte · 14 years ago
  94. 4fb31e2 add --disable-talloc option to build without talloc support by Harald Welte · 14 years ago
  95. dde9657 use strtol instead of atoi by Harald Welte · 14 years ago
  96. ffed083 msgb: Buffer formatting and scanning functions. by Ingo Albrecht · 14 years ago
  97. 1af3927 import some gsm band/arfcn/time related utilities from OsmocomBB by Harald Welte · 14 years ago
  98. d3610c9 introduce RxLev statistics module, an efficient way for power scan data by Harald Welte · 14 years ago
  99. 99f3e36 some more ip.access specific ABIS_NM defines by Harald Welte · 14 years ago
  100. 6bf82ce mark some occasions of bitvec as 'const' as appropriate by Harald Welte · 14 years ago