1. 5a29c7f automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  2. 351ec2a Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870' by Harald Welte · 14 years ago openbsc/0.9.0
  3. e164d29 gprs: remove (the already unused) si13_template by Harald Welte · 14 years ago
  4. a5731cf GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  5. 9403670 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  6. 84c6f31 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  7. 1f89329 GPRS: set SI3 GPRS indicator dependent on bts->gprs.enabled by Harald Welte · 14 years ago
  8. fa58625 GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  9. af38763 GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  10. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  11. d859a24 ipa-firmware: Fix the write out of the firmware parts by Holger Hans Peter Freyther · 14 years ago
  12. 38722cc ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  13. f63bf4d ipa-firmware: Add the entry first and then seek by Holger Hans Peter Freyther · 14 years ago
  14. e6678dc ipa-firmware: Lift the requirement of having a table_offset of zero by Holger Hans Peter Freyther · 14 years ago
  15. 57e9300 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  16. c88181a ipa-firmware: Look at the table offset by Holger Hans Peter Freyther · 14 years ago
  17. 6e79b54 ipa-firmware: Warn/Exit when the required ids can not be found. by Holger Hans Peter Freyther · 14 years ago
  18. 622ab49 ipa-firmware: Remove dummy check... by Holger Hans Peter Freyther · 14 years ago
  19. 91ed1f7 ipa-firmware: The more_more_magic is to indicate the payload by Holger Hans Peter Freyther · 14 years ago
  20. 8e9559d debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  21. 045cc22 osmocore: Add a direct l4h to the union of l4h pointers by Holger Hans Peter Freyther · 14 years ago
  22. cbc8062 fix compiler warnings (itsme <itsme@xs4all.nl>) by Harald Welte · 14 years ago
  23. 6214b92 gsm48.h: Make the array extern to a silence a linker warning by Holger Hans Peter Freyther · 14 years ago
  24. 61b4232 update README with information about nanoBTS and libosmocore by Harald Welte · 14 years ago
  25. a49951f write_queue: Make the bfd cb public so it can be used in a different context by Holger Hans Peter Freyther · 14 years ago
  26. 55c8f35 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  27. 1e90866 import GSM04.08 encode/decode functions and mncc.h from openbsc by Harald Welte · 14 years ago
  28. f8b2ba7 add option --disable-tests to disable building of test binaries by Harald Welte · 14 years ago
  29. cbb29f7 add --disable-talloc option to build without talloc support by Harald Welte · 14 years ago
  30. d3ff15f use strtol instead of atoi by Harald Welte · 14 years ago
  31. 48e17f8 msgb: Buffer formatting and scanning functions. by Ingo Albrecht · 14 years ago
  32. 622b718 import some gsm band/arfcn/time related utilities from OsmocomBB by Harald Welte · 14 years ago
  33. 63d3e39 introduce RxLev statistics module, an efficient way for power scan data by Harald Welte · 14 years ago
  34. 380ae25 some more ip.access specific ABIS_NM defines by Harald Welte · 14 years ago
  35. d9abf01 mark some occasions of bitvec as 'const' as appropriate by Harald Welte · 14 years ago
  36. 4e12879 add GSTMAP ARCFCN flag bits by Harald Welte · 14 years ago
  37. 8c8caaa update GSMTAP to version 0x02 by Harald Welte · 14 years ago
  38. 6fec514 fix CCCH parsing by Harald Welte · 14 years ago
  39. ecf9dd0 add new rsl_dec_chan_nr() function by Harald Welte · 14 years ago
  40. fbda4e1 decleare gsm_bts_model_register() by Harald Welte · 14 years ago
  41. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  42. 61e2bfc import gsm48 utility functions from OpenBSC by Harald Welte · 14 years ago
  43. a73e2f9 import bcd2char() and char2bcd() from OpenBSC by Harald Welte · 14 years ago
  44. fbc5ca0 move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  45. aebe08c import gsm_band_name() and gsm_band_parse() from OpenBSC by Harald Welte · 14 years ago
  46. 3c9c5f9 rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  47. eb8bf39 add 'transparent' argument to rsl_rll_push_l3() and rsl_rll_push_l3() by Harald Welte · 14 years ago
  48. 098cd4b fix rsl_enc_chan_nr() for SDCCH4 by Harald Welte · 14 years ago
  49. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  50. 4fb2075 import some GSM 04.08 utility code from OpenBSC by Harald Welte · 14 years ago
  51. f08eabf add two new RSL utility functions by Harald Welte · 14 years ago
  52. fdd0a70 add msgb_l1() and msgb_l1len() inline functions by Harald Welte · 14 years ago
  53. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  54. d284cd9 Import value_string utilities and some RSL stuff from OpenBSC by Harald Welte · 14 years ago
  55. 00096ac msgb: add msgb->l1h member by Harald Welte · 14 years ago
  56. 8df932a [write_queue] Add a generic write queue class by Holger Hans Peter Freyther · 14 years ago
  57. 8b00799 Merge remote branch 'origin/on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  58. 1d7f2f8 Merge remote branch 'origin/on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  59. 10ca379 Merge remote branch 'origin/master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  60. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  61. 140f6e9 [misc] Add LIBOSMOCORE_CFLAGS to the includes by Holger Hans Peter Freyther · 14 years ago
  62. d60c7a8 [timer] Fix compile warning of the timer test by Holger Hans Peter Freyther · 14 years ago
  63. e1d5067 [sccp] Implement parsing the rather easy IT messages. by Holger Hans Peter Freyther · 14 years ago
  64. 36ed8cc [mgcp] Patch the rtp payload depending on the direction. by Holger Hans Peter Freyther · 14 years ago
  65. ef6bb25 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  66. fe86d3c [mgcp] Introduce a policy CB for the MGCP protocol by Holger Hans Peter Freyther · 14 years ago
  67. a820c5f [mgcp] Fix two bugs in the protocol handling by Holger Hans Peter Freyther · 14 years ago
  68. 63f2db2 [mgcp] Switch logging from notice to debug by Holger Hans Peter Freyther · 14 years ago
  69. 154b955 [mgcp] Add a method to free the endpoint. by Holger Hans Peter Freyther · 14 years ago
  70. 2890d10 [rtp] Describe the struct in a way that it will work for Big Endian too by Holger Hans Peter Freyther · 14 years ago
  71. 590cd98 [mgcp] Print the rtp_port number, do not assume it was already assigned. by Holger Hans Peter Freyther · 14 years ago
  72. 17a5a28 msgb.c: Style cleanup in initialization by Sylvain Munaut · 14 years ago
  73. ac778fb fix msgb_talroom() calculation by Harald Welte · 14 years ago
  74. f7d7974 Merge remote branch 'origin/master' by Harald Welte · 14 years ago
  75. 1b0ea97 [mgcp] Move the network bits to a separate file... by Holger Hans Peter Freyther · 14 years ago
  76. 6414a0c [mgcp] Make the creation of the mgcp message public. by Holger Hans Peter Freyther · 14 years ago
  77. 8d188ed [mgcp] Cleanup the code. send_ was a misleading name by Holger Hans Peter Freyther · 14 years ago
  78. 7bdc637 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  79. 3415d41 add msgb and tlv support bits required for openbsc gprs branch by Harald Welte · 14 years ago
  80. ed71b8c add GPL to project source by Harald Welte · 14 years ago
  81. 1ed9762 remove libosmocore from openbsc by Harald Welte · 14 years ago
  82. 5484480 fix select.c build (config.h) by Harald Welte · 14 years ago
  83. e94ad58 fix config.h directory by Harald Welte · 14 years ago
  84. 3cae039 add missing automake / autoconf files by Harald Welte · 14 years ago
  85. 26cbdcf update gitignore file by Harald Welte · 14 years ago
  86. 8427e2e update .gitignore file by Harald Welte · 14 years ago
  87. 47a0885 add missing Makefile.am in include/osmocore/protocol directory by Harald Welte · 14 years ago
  88. ec8b450 intial checkin of the libosmocore project by Harald Welte · 14 years ago
  89. 7756235 make sure libosmocom builds when cross-compiling for ARM without OS by Harald Welte · 14 years ago
  90. 7513541 u_int8_t -> uint8_t by Harald Welte · 14 years ago
  91. 9ff1eab convert from u_int*_t to u_int*_t (stdint.h format) by Harald Welte · 14 years ago
  92. a3d5514 change from u_int* to uint* (stdint.h) by Harald Welte · 14 years ago
  93. 13f5297 move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 14 years ago
  94. 5998d11 add gsmtap.h by Harald Welte · 14 years ago
  95. 5d720b1 add .gitignore to libosmocom by Harald Welte · 14 years ago
  96. f98a497 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  97. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  98. 9442c1b Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  99. e2c5028 [sccp] Use msgb->l2h instead of msgb->data for CR by Holger Hans Peter Freyther · 14 years ago
  100. 4d2d95b ipaccess.c: Fix some resource leaks in error conditions. by Holger Hans Peter Freyther · 14 years ago