1. 75bb820 Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago
  2. d828519 make gsm48_msgb_alloc() a static inline function by Harald Welte · 14 years ago
  3. bb10afc multi-trx config: Don't configure CCCH on 2nd TRX ;) by Harald Welte · 14 years ago
  4. cc78044 move gsm48_construct_ra() to libosmocore by Harald Welte · 14 years ago
  5. 7fced67 Makefile cleanup by Harald Welte · 14 years ago
  6. e25a178 VTY: ensure all cmd_elements are declared 'static' by Harald Welte · 14 years ago
  7. 2c5706d gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone by Harald Welte · 14 years ago
  8. a38dab2 remove any reference to 'struct gsm_bts_link' by Harald Welte · 14 years ago
  9. 8c99434 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  10. ce0bee8 [vty] Free the matched at the end of the routine. by Holger Hans Peter Freyther · 14 years ago
  11. aacaecd [vty] Plug memory leak on auto completion. by Holger Hans Peter Freyther · 14 years ago
  12. a163e40 [vty] Allow to create a buffer in a given context. by Holger Hans Peter Freyther · 14 years ago
  13. 279ed93 [vty] Move some allocations into the context of the vty. by Holger Hans Peter Freyther · 14 years ago
  14. 94e5cb0 [vty] Remove FIXME as it appears to do the right thing. by Holger Hans Peter Freyther · 14 years ago
  15. 63e014e bsc_init: Fix ccch description in SI messages by Sylvain Munaut · 14 years ago
  16. 2da4f72 e1_input: Stop the timer when deleting the signalling link on the TS by Holger Hans Peter Freyther · 14 years ago
  17. 311a993 [e1_input] When destroying a link clear all pending messages by Holger Hans Peter Freyther · 14 years ago
  18. 697ed2b [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  19. a77a820 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  20. c749e8b [sccp] Move from DEBUGP to LOGP in sccp.c by Holger Hans Peter Freyther · 14 years ago
  21. 3067d72 [sccp] Parse the error message and add a unit test for it. by Holger Hans Peter Freyther · 14 years ago
  22. 1bf25ae Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  23. 5c132ee [mgcp] Possible memleak fix for the allowed reallocation case by Holger Hans Peter Freyther · 14 years ago
  24. 5591363 [mgcp] Add a change callback and send a dummy packet on MDCX. by Holger Hans Peter Freyther · 14 years ago
  25. 040c130 [mgcp] Ignore every dummy packet... by Holger Hans Peter Freyther · 14 years ago
  26. e077c91 [mgcp] Protocol extension to not generate answers. by Holger Hans Peter Freyther · 14 years ago
  27. 33ae238 [mgcp] Print a Deleted endpoint message again. by Holger Hans Peter Freyther · 14 years ago
  28. b689426 [mgcp] Add a dummy send method... by Holger Hans Peter Freyther · 14 years ago
  29. 008a492 RSL: inmplement ip.access paging load indication 'below threshold' by Harald Welte · 14 years ago
  30. 2d7defb GPRS: Fix calculation of 'Extension Length' in GPRS Cell Options by Harald Welte · 14 years ago
  31. 1e1bbaa GPRS: Indicate the SGSN is Release 99 as this is the first with EDGE by Harald Welte · 14 years ago
  32. eb8ce88 update openbsc.cfg examples for new gprs syntax by Harald Welte · 14 years ago
  33. 81d9477 GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs' by Harald Welte · 14 years ago
  34. 09faa06 GPRS: actually enable indicating EDGE capability in SI13 by Harald Welte · 14 years ago
  35. cb20b7a GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  36. 3ce9a0d GPRS: Add Support for the GPRS Cell Option Extension Info IE by Harald Welte · 14 years ago
  37. 9fb68e1 add an example config file for nanoBTS multi-trx case by Harald Welte · 14 years ago
  38. 0d7227a update the openbts.cfg.nanobts example by Harald Welte · 14 years ago
  39. b42fe34 GPRS: BVCI 0 and 1 are not permitted. by Harald Welte · 14 years ago
  40. 2bcf4d3 BVCI 0 is not within the permitted range by Harald Welte · 14 years ago
  41. 3e09b3f [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  42. 27942e9 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  43. cf77c02 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  44. e8d1371 [mgcp] Fix vty file generation for the BSC nat and other cases by Holger Hans Peter Freyther · 14 years ago
  45. 32be2aa Add rf_locked to the configuration writing. by Holger Hans Peter Freyther · 14 years ago
  46. e789b21 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  47. f89a988 [mgcp] Only write audio_name/payload when it is actually set. by Holger Hans Peter Freyther · 14 years ago
  48. 5a8b2b4 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  49. 725a263 [ipa] Fix the reporting of link down... by Holger Hans Peter Freyther · 14 years ago
  50. b19851b [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  51. 1338a55 ipaccess: Send RTP Payload IE for CRCX & MDCX by Sylvain Munaut · 15 years ago
  52. 7e3edbf abis_nm: Fix ACTIVATE SW parameters by Sylvain Munaut · 15 years ago
  53. 581b1dc Revert "ipa: Reduce the throttling of the IPA msges" by Holger Hans Peter Freyther · 14 years ago
  54. 599056d [rsl] Set the right state when asking for the activation. by Holger Hans Peter Freyther · 14 years ago
  55. 79a62f4 [rsl] Set the release state from within the lchan class by Holger Hans Peter Freyther · 14 years ago
  56. 68914a0 [rsl] Introduce a method to set the state of the lchan by Holger Hans Peter Freyther · 14 years ago
  57. f8df6a8 [vty] Remove unused variables due them only being used in the layer3 by Holger Hans Peter Freyther · 14 years ago
  58. c48a2a1 [vty] Forward declare the extra init function the base is calling by Holger Hans Peter Freyther · 14 years ago
  59. 8ecec25 [paging] Include chan_alloc.h to silence a compiler warning by Holger Hans Peter Freyther · 14 years ago
  60. 5fcf003 Return anything from append_lsa_params. by Holger Hans Peter Freyther · 14 years ago
  61. c13d32f [paging] Start with a smaller paging limit... by Holger Hans Peter Freyther · 14 years ago
  62. b6a3394 [paging] Move code to use LOGP and print some more information by Holger Hans Peter Freyther · 14 years ago
  63. 5ded191 [paging] Simplify the last request and treat llist as a queue by Holger Hans Peter Freyther · 14 years ago
  64. 5fd943c paging: Avoid integer underflow on ipaccess by Holger Hans Peter Freyther · 14 years ago
  65. dad118c [mgcp] Improve the endpoint display on the vty.. by Holger Hans Peter Freyther · 14 years ago
  66. 9c3f576 [mgcp] Print the IP addr of the BTS we have detected. by Holger Hans Peter Freyther · 14 years ago
  67. fad51da [paging] Do not use request after it was was destroyed.. by Holger Hans Peter Freyther · 14 years ago
  68. c6b5f0e [paging] Increase the time used to send paging messages to the BTS by Holger Hans Peter Freyther · 14 years ago
  69. 85b3f1d [ipa] When including MGCP our messages might be bigger than 300 byte by Holger Hans Peter Freyther · 14 years ago
  70. c7d9409 [rsl] Speculative crash fix in the RSL rcv message by Holger Hans Peter Freyther · 15 years ago
  71. fa230a0 Merge branch 'master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  72. 9cdda0c [mgcp] Fix navigation in the vty hierachy (make exit work) by Holger Hans Peter Freyther · 14 years ago
  73. 0dace8e [mgcp] Add the logging commands for the MGCP command. by Holger Hans Peter Freyther · 14 years ago
  74. 9bed9b6 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  75. cd6516d Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  76. 9d7bd81 [mgcp] Print the errno/strerror when we can not receive from our socket by Holger Hans Peter Freyther · 14 years ago
  77. dd67a3b [mgcp] Add an option to allow using reallocing an endpoint by Holger Hans Peter Freyther · 14 years ago
  78. 6de5b11 [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  79. cec1ec5 vty: Fix the byteorder... of the bound_ip by Holger Hans Peter Freyther · 14 years ago
  80. b70d45b [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  81. b3281c7 [mgcp] Reset the the address when freeing the endp as well by Holger Hans Peter Freyther · 14 years ago
  82. 0052955 [mgcp] Do not patch RTP payload when type is set to -1. by Holger Hans Peter Freyther · 14 years ago
  83. 9c7035e [mgcp] Print the BTS IP addr of the endpoint. by Holger Hans Peter Freyther · 14 years ago
  84. 27c90f8 [mgcp] Look at the bts addr set at the endpoint by Holger Hans Peter Freyther · 14 years ago
  85. 9635463 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  86. 0421be7 [mgcp] Do not operate on the ->data pointer, use ->l2h instead by Holger Hans Peter Freyther · 14 years ago
  87. 62d3bb7 [mgcp] Degrade verbosity to debug by Holger Hans Peter Freyther · 14 years ago
  88. 19ff679 [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  89. 3b812d0 [mgcp] Handle the RSIP with resetting all endpoints by Holger Hans Peter Freyther · 14 years ago
  90. d60c6e5 [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  91. c71cc79 [mgcp] Remove unused method from the mgcp by Holger Hans Peter Freyther · 14 years ago
  92. e08796b [mgcp] Switch from DEBUG to LOGP in the mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  93. f8f1fda [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  94. c07274e [sccp] Add a force_free method for connections by Holger Hans Peter Freyther · 14 years ago
  95. bdd3cc3 [mgcp] The networking code needs a source addrs.. by Holger Hans Peter Freyther · 14 years ago
  96. 9856ee2 [mgcp] Move mgcp init into the main method... by Holger Hans Peter Freyther · 14 years ago
  97. 3af10a7 [mgcp] Fix format string usage by Holger Hans Peter Freyther · 14 years ago
  98. 4ab4ae2 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  99. 5a5ee60 db: Fix aliasing warning by casting the signed char to a struct by Holger Hans Peter Freyther · 14 years ago
  100. 29645dd [misnd] Use the size_t modifier when printing the size. by Holger Hans Peter Freyther · 14 years ago