1. 6df4437 import gsm48 utility functions from OpenBSC by Harald Welte · 14 years ago
  2. 5e6ae10 import bcd2char() and char2bcd() from OpenBSC by Harald Welte · 14 years ago
  3. 709d38f move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  4. 0c6edf5 import gsm_band_name() and gsm_band_parse() from OpenBSC by Harald Welte · 14 years ago
  5. a22d36b rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  6. 2ea83b4 add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3() by Harald Welte · 14 years ago
  7. b5bdd59 fix rsl_enc_chan_nr() for SDCCH4 by Harald Welte · 14 years ago
  8. 705f294 remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  9. cb6166c import some GSM 04.08 utility code from OpenBSC by Harald Welte · 14 years ago
  10. ec7ca64 add two new RSL utility functions by Harald Welte · 14 years ago
  11. 2263bc9 add msgb_l1() and msgb_l1len() inline functions by Harald Welte · 14 years ago
  12. 1fa8bac value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  13. aa7851b Import value_string utilities and some RSL stuff from OpenBSC by Harald Welte · 14 years ago
  14. baefbf4 [mgcp] Do not print potentially many messages... by Holger Hans Peter Freyther · 14 years ago
  15. a5ec926 [mgcp] Set the right variable back to NULL by Holger Hans Peter Freyther · 14 years ago
  16. e2d518b msgb: add msgb->l1h member by Harald Welte · 14 years ago
  17. c71e639 [write_queue] Add a generic write queue class by Holger Hans Peter Freyther · 14 years ago
  18. 471245d Merge remote branch 'origin/on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  19. 29824c0 Merge remote branch 'origin/on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  20. 8475c59 Merge remote branch 'origin/master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  21. f41fb1f Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  22. bb68bf7 [misc] Add LIBOSMOCORE_CFLAGS to the includes by Holger Hans Peter Freyther · 14 years ago
  23. 53c0b08 [timer] Fix compile warning of the timer test by Holger Hans Peter Freyther · 14 years ago
  24. 685b039 [sccp] Implement parsing the rather easy IT messages. by Holger Hans Peter Freyther · 14 years ago
  25. f95e3ad [mgcp] Patch the rtp payload depending on the direction. by Holger Hans Peter Freyther · 14 years ago
  26. 001dc61 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  27. 7a8ff2a [mgcp] Introduce a policy CB for the MGCP protocol by Holger Hans Peter Freyther · 14 years ago
  28. 275c044 [mgcp] Fix two bugs in the protocol handling by Holger Hans Peter Freyther · 14 years ago
  29. 40faed8 [mgcp] Switch logging from notice to debug by Holger Hans Peter Freyther · 14 years ago
  30. 64dcbe2 [mgcp] Add a method to free the endpoint. by Holger Hans Peter Freyther · 14 years ago
  31. 6037ee9 [rtp] Describe the struct in a way that it will work for Big Endian too by Holger Hans Peter Freyther · 14 years ago
  32. 7b3ff54 [mgcp] Print the rtp_port number, do not assume it was already assigned. by Holger Hans Peter Freyther · 14 years ago
  33. bdd8d8d msgb.c: Style cleanup in initialization by Sylvain Munaut · 14 years ago
  34. a037e5b fix msgb_talroom() calculation by Harald Welte · 14 years ago
  35. 7789125 Merge remote branch 'origin/master' by Harald Welte · 14 years ago
  36. 5ada53a [mgcp] Move the network bits to a separate file... by Holger Hans Peter Freyther · 14 years ago
  37. 94c9b64 [mgcp] Make the creation of the mgcp message public. by Holger Hans Peter Freyther · 14 years ago
  38. 60d02a3 [mgcp] Cleanup the code. send_ was a misleading name by Holger Hans Peter Freyther · 14 years ago
  39. 6f38c06 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  40. 50473c1 add msgb and tlv support bits required for openbsc gprs branch by Harald Welte · 14 years ago
  41. 2c26297 add GPL to project source by Harald Welte · 14 years ago
  42. ce35878 remove libosmocore from openbsc by Harald Welte · 14 years ago
  43. 0f63735 fix select.c build (config.h) by Harald Welte · 14 years ago
  44. fc06e39 fix config.h directory by Harald Welte · 14 years ago
  45. 0038fb2 add missing automake / autoconf files by Harald Welte · 14 years ago
  46. bf2155d update gitignore file by Harald Welte · 14 years ago
  47. c8ba7fa update .gitignore file by Harald Welte · 14 years ago
  48. 380563d add missing Makefile.am in include/osmocore/protocol directory by Harald Welte · 14 years ago
  49. e054a31 intial checkin of the libosmocore project by Harald Welte · 14 years ago
  50. c703d02 make sure libosmocom builds when cross-compiling for ARM without OS by Harald Welte · 14 years ago
  51. b7d6ec7 u_int8_t -> uint8_t by Harald Welte · 14 years ago
  52. 47cd6df convert from u_int*_t to u_int*_t (stdint.h format) by Harald Welte · 14 years ago
  53. 3c1ac36 change from u_int* to uint* (stdint.h) by Harald Welte · 14 years ago
  54. 7bc410d move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 14 years ago
  55. a3ef2a6 add gsmtap.h by Harald Welte · 14 years ago
  56. 24040ea add .gitignore to libosmocom by Harald Welte · 14 years ago
  57. 9c38ed6 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  58. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  59. dd51f92 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  60. 3f61d6e [sccp] Use msgb->l2h instead of msgb->data for CR by Holger Hans Peter Freyther · 14 years ago
  61. 2077ac1 ipaccess.c: Fix some resource leaks in error conditions. by Holger Hans Peter Freyther · 14 years ago
  62. b456f07 Install gsm_04_08.h and required headers into a openbsc/ by Holger Hans Peter Freyther · 14 years ago
  63. cadb35a Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  64. df6d2a5 [sccp] Make the bitfields work on big endian machines too by Holger Hans Peter Freyther · 14 years ago
  65. f058610 [sccp] Set the data_len when parsing UDT messages as well by Holger Hans Peter Freyther · 14 years ago
  66. 88c2209 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  67. 7f301de [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  68. b98dff3 Move debug.c into the liblaf0rge1.a too by Holger Hans Peter Freyther · 14 years ago
  69. 4db2213 [sccp] Install the static sccp library and the headers by Holger Hans Peter Freyther · 14 years ago
  70. cd29e45 [msgb] Make it possible to include it directly and from liblaf0rge by Holger Hans Peter Freyther · 14 years ago
  71. ea42941 misc: Include the linuxlist header via a local include by Holger Hans Peter Freyther · 14 years ago
  72. 514539b liblaforge: Fix the .pc file. The preferred way to include is <laf0rge/foo.h> by Holger Hans Peter Freyther · 14 years ago
  73. 94efac6 liblaf0rge: Make the other targets depend on the liblaforge... by Holger Hans Peter Freyther · 14 years ago
  74. 8715ab5 Create a liblaforge with OpenBSC utility functions to be used for other projects by Holger Hans Peter Freyther · 14 years ago
  75. cdb6c5d [tlv] Implement a variant for the IDTAG list for the IPA 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 · 15 years ago
  80. b63e04d [telnet] Remove ancient #define... by Holger Hans Peter Freyther · 14 years ago
  81. a274afd [sccp] Slightly improve the log message by Holger Hans Peter Freyther · 14 years ago
  82. 31c5368 [sccp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  83. 403fc0b Merge branch 'master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  84. b57d5af Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  85. 276b1df [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  86. ad4e339 [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  87. 25374bd [mgcp] Prepare the in process MGCP handling by adding callbacks by Holger Hans Peter Freyther · 14 years ago
  88. 02c7a6f [mgcp] Replace DEBUGP with the LOGP statement by Holger Hans Peter Freyther · 14 years ago
  89. 26143c8 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  90. c241ae8 [mgcp] Rename the source to mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  91. 0013f46 [mgcp] Move the MGCP procoess into a sub directory by Holger Hans Peter Freyther · 14 years ago
  92. 79d2955 [mgcp] In forward mode we need to rediscover the BTS more often by Holger Hans Peter Freyther · 15 years ago
  93. 7c0249c [mgcp] Handle BTS and NET being on the same host by Holger Hans Peter Freyther · 15 years ago
  94. 5368b67 [mgcp] Warn about unknown messages... by Holger Hans Peter Freyther · 15 years ago
  95. 089c7f5 [mgcp] Allow to forward to a different port by Holger Hans Peter Freyther · 15 years ago
  96. 4861d3d [mgcp] Rename rtp and rtcp variables to net_rtp and net_rtcp by Holger Hans Peter Freyther · 15 years ago
  97. f6e99e1 [mgcp] Make it possible to not specify a bts ip by Holger Hans Peter Freyther · 15 years ago
  98. 8621774 [sccp] Implement sccp_parse_header to be used by the NAT code. by Holger Hans Peter Freyther · 15 years ago
  99. 8edb961 [sccp] Split Connection DT1 into two parts by Holger Hans Peter Freyther · 15 years ago
  100. db56e38 [sccp] Split Connection Release Complete into two parts by Holger Hans Peter Freyther · 15 years ago