1. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  2. d6613e0 [VTY] T3212 scaling is 6 minutes by Dieter Spaar · 14 years ago
  3. 0c41b69 nat: Possible crash fix, only filter non local connections by Holger Hans Peter Freyther · 14 years ago
  4. e8e41e6 nat: Work around trying to forward a msg to a msc that does not exist by Holger Hans Peter Freyther · 14 years ago
  5. 0c35b5b nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  6. 76c6416 db.h: Move the '*' to the other side for the gsm_subscriber by Holger Hans Peter Freyther · 14 years ago
  7. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  8. 12eb9b7 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  9. 841c200 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  10. c0714b8 gsm0480: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  11. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  12. 520c1f1 nat: Print the statistics of the access-list matches by Holger Hans Peter Freyther · 14 years ago
  13. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  14. 568b968 nat: Fix the filter when searching for a identity response by Holger Hans Peter Freyther · 14 years ago
  15. cf1c877 mgcp: Return 0 in case transcoding is disabled. by Holger Hans Peter Freyther · 14 years ago
  16. cd8e810 auth: Fix AuthTupe re-use condition by Sylvain Munaut · 14 years ago
  17. 0230b34 auth: Fix XOR algorithm by Sylvain Munaut · 14 years ago
  18. af8a010 Merge branch 'zecke/mgcp-transcoder' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.8
  19. 9aa8a9c mgcp: Count the packets that arrive on the transcoder by Holger Hans Peter Freyther · 14 years ago
  20. 557b1ab mgcp: Remove code duplication for filling out the sockaddr_in by Holger Hans Peter Freyther · 14 years ago
  21. f2eedff nat: Send a transcoder reset on start up. by Holger Hans Peter Freyther · 14 years ago
  22. b98ba72 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  23. 3b5e3c4 mgcp: Prepare the CRCX/MDCX/DLCX messages for the transcoder. by Holger Hans Peter Freyther · 14 years ago
  24. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  25. 54aaa0f mgcp: Add ports for the transcoder as well by Holger Hans Peter Freyther · 14 years ago
  26. c5f9248 mgcp: Share the range parsing code for net/bts by Holger Hans Peter Freyther · 14 years ago
  27. a2a10eb mgcp: Add a transcoder-mgw command to store the address by Holger Hans Peter Freyther · 14 years ago
  28. 985f569 nat: Keep the audio name and default payload around by Holger Hans Peter Freyther · 14 years ago
  29. 249d69a nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  30. 6f68010 mgcp: Keep the gw_fd inside the mgcp_config by Holger Hans Peter Freyther · 14 years ago
  31. e02860a mgcp: Be able to parse 'sendonly' for the connection mode. by Holger Hans Peter Freyther · 14 years ago
  32. 0e940e6 mgcp: Switch the default audio codec to AMR by Holger Hans Peter Freyther · 14 years ago
  33. 3c79214 nat: NULL check the allocation and print a nice warning. by Holger Hans Peter Freyther · 14 years ago
  34. e3946f4 mgcp: Remove the hack to remap timeslot one... by Holger Hans Peter Freyther · 14 years ago
  35. cd70237 nat: Test for a bug inside the TLV definition for GSM 08.08 by Holger Hans Peter Freyther · 14 years ago
  36. d2df4ca nat: Test the endpoint finding a bit better... by Holger Hans Peter Freyther · 14 years ago
  37. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  38. 212e105 db: Declare db_sms_inc_deliver_attempts. by Holger Hans Peter Freyther · 14 years ago
  39. 1e5ed4e gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm411_send_sms by Nico Golde · 14 years ago
  40. 1f69b46 bsc: Fix the clear to release resources first, then set to NULL by Holger Hans Peter Freyther · 14 years ago
  41. f11af07 gsm_04_11: count SMS delivery attempts for each CP-DATA by Nico Golde · 14 years ago
  42. aaa40b8 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  43. 2f9d1ef bsc: Prepare to store the SCCP connection inside the subscriber by Holger Hans Peter Freyther · 14 years ago
  44. 32aaef6 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  45. eea5a1b nat: Fix a crash when a BSC disconnects while a rejected IMSI by Holger Hans Peter Freyther · 14 years ago
  46. 4fcce9e nat; Start to use gcc attribute to say that parameter may not be zero by Holger Hans Peter Freyther · 14 years ago
  47. 0d71163 msc: Send a signal when the connections to the MSC dropped by Holger Hans Peter Freyther · 14 years ago
  48. e09919b bsc: Reorder the includes... should be alphabetically now by Holger Hans Peter Freyther · 14 years ago
  49. 6098038 bsc: Make the write method public it will be used by other modules by Holger Hans Peter Freyther · 14 years ago
  50. 5832b3e bsc: Add code responsible for connecting, reconnecting to the MSC by Holger Hans Peter Freyther · 14 years ago
  51. 469692c bsc: Initialize the MSC data parameters to a sane default by Holger Hans Peter Freyther · 14 years ago
  52. 79f763f bsc: Keep all active subscriber connections in a list. by Holger Hans Peter Freyther · 14 years ago
  53. a2aedad bsc: Move the subscriber_con code into the bsc_api by Holger Hans Peter Freyther · 14 years ago
  54. 1502dde chan_alloc: Allocate a subscriber connection as child of the network by Holger Hans Peter Freyther · 14 years ago
  55. bd76fab bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  56. 0ab63d7 bsc: Move the gsm_04_80.c code into the libbsc.a by Holger Hans Peter Freyther · 14 years ago
  57. 7a1591b osmo_rf: Keep the current policy inside the RF struct.. by Holger Hans Peter Freyther · 14 years ago
  58. 9a8b5ae bsc: Move the rf_ctl into the msc data struct by Holger Hans Peter Freyther · 14 years ago
  59. 47b2601 bsc: Register a new MSC group with data for the MSC connection by Holger Hans Peter Freyther · 14 years ago
  60. 1304620 bsc: Remove the old msc parameter, everything is in the VTY config now by Holger Hans Peter Freyther · 14 years ago
  61. 3e8e046 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  62. 85804a8 nat: Fix the grammar of the sentence for listing open sccp connections by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.6
  63. a594342 Merge branch 'zecke/imsi-filter' by Holger Hans Peter Freyther · 14 years ago
  64. 09ecda4 nat: Check if the connection was filtered before the msc connection by Holger Hans Peter Freyther · 14 years ago
  65. e8223ca nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  66. ac2763b nat: Attempt to disconnect a connection when IMSI filtering happens by Holger Hans Peter Freyther · 14 years ago
  67. 11ebe1b nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  68. 3268540 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  69. d880f54 nat: Update the test for the new <0,0,1 semantic of the filter function by Holger Hans Peter Freyther · 14 years ago
  70. 74e0a1b nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  71. 909e61f nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  72. 3837f99 nat: Keep the fiter status in the return message. by Holger Hans Peter Freyther · 14 years ago
  73. 27640fc nat: Improve the log message in case we have SCCP data without a connection by Holger Hans Peter Freyther · 14 years ago
  74. 5f54075 vty: Use \r\n in the copyright messages by Holger Hans Peter Freyther · 14 years ago
  75. 38158fb bsc: Set the copyright for the real BSC. by Holger Hans Peter Freyther · 14 years ago
  76. 2e4447b [paging] Implement the counting for TCH/H and TCH/F by Holger Hans Peter Freyther · 14 years ago
  77. e66bf1f [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  78. eb241aa [paging] Continuisly send paging commands. by Holger Hans Peter Freyther · 14 years ago
  79. 78fab29 [paging] When giving credit try to send out paging requests too. by Holger Hans Peter Freyther · 14 years ago
  80. 6410d93 [paging] When we ran down to 0 available paging slots start a credit timer by Holger Hans Peter Freyther · 14 years ago
  81. b0e88b8 vty: Fix build due to merge issue. by Holger Hans Peter Freyther · 14 years ago
  82. 76fc4a3 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  83. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  84. 5a3a61d bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  85. 457c2a8 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  86. d368a71 nat: Use ':' to separate the message and strerror by Holger Hans Peter Freyther · 14 years ago
  87. 6ffca13 vty: CONFIG_NODE is the anchor and should not be treated as config. by Holger Hans Peter Freyther · 14 years ago
  88. 81506b4 vty: Add the config node code to everyone. by Holger Hans Peter Freyther · 14 years ago
  89. 6262643 channel_release: First attempt to update the doc to new code. by Holger Hans Peter Freyther · 14 years ago
  90. afdb522 Merge branch 'on-waves/nat-alloc-bsc-endpoints' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.5
  91. 85902a4 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  92. f7c86c5 nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  93. bf812fa nat: Use different static transaction numbers for the DLCX/MDCX message by Holger Hans Peter Freyther · 14 years ago
  94. d38aa45 nat: Document that the MDCX message is not implemented by Holger Hans Peter Freyther · 14 years ago
  95. 601180f nat: Send the right MDCX down the stream by Holger Hans Peter Freyther · 14 years ago
  96. 7d5bb26 nat: Remove the code that is wrongly placed.. by Holger Hans Peter Freyther · 14 years ago
  97. 8574dcf nat: Close the right endpoint down the stream. by Holger Hans Peter Freyther · 14 years ago
  98. 0d8330c nat: Add vty command to show the endpoint allocation status by Holger Hans Peter Freyther · 14 years ago
  99. 45fd07d nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  100. 39cd32e nat: Remove the CRCX value from the nat by Holger Hans Peter Freyther · 14 years ago