1. 8b19dee mgcp: Send data from the network to the transcoder too by Holger Hans Peter Freyther · 14 years ago
  2. 5f2cd84 mgcp: Use the calculated remote port from the mgcp_rtp_end by Holger Hans Peter Freyther · 14 years ago
  3. 3f29cc8 mgcp: Make the transcoding forwarding work for BTS/NET by Holger Hans Peter Freyther · 14 years ago
  4. 386a940 mgcp: Refactor the network binding routines by Holger Hans Peter Freyther · 14 years ago
  5. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  6. e97155a mgcp: Keep the local_port like it was set on allocation by Holger Hans Peter Freyther · 14 years ago
  7. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  8. 88b597e mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  9. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  10. fbca4ea mgcp: Fix the indetion of this code. it should use tabs by Holger Hans Peter Freyther · 14 years ago
  11. 43eb1a3 nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  12. d414c06 nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  13. 732d9c1 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.9
  14. c4fd45c Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  15. a8a50a8 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  16. 54f5352 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  17. 07dfc70 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago
  18. 643931d nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  19. 1400310 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  20. 25adfce nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  21. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  22. a914daf nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  23. 7642439 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  24. 0586b0f [vty] First set of fixes for the oml/rsl con dropping by Holger Hans Peter Freyther · 14 years ago
  25. 2484ceb [vty] Add ipa specific command to provoke failures to test OML/RSL reconnect by Holger Hans Peter Freyther · 14 years ago
  26. 90bbccf nat: Forward the data coming from the USSD module to the BSC. by Holger Hans Peter Freyther · 14 years ago
  27. 4c401e7 nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  28. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  29. 64b1292 nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  30. e393f27 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  31. 3229f44 nat: Implement the matching of certain USSD messages by Holger Hans Peter Freyther · 14 years ago
  32. c1578bc nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  33. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  34. d1effd8 nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  35. 17870cf nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  36. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  37. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  38. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  39. 8c78b48 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  40. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  41. a25d579 nat: Convert the ip to host order to allow to bind to other ips by Holger Hans Peter Freyther · 14 years ago
  42. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  43. 3d38742 nat: Find a connection by the real ref by Holger Hans Peter Freyther · 14 years ago
  44. f961de1 nat: Use the make_sock routine to listen for incoming connections. by Holger Hans Peter Freyther · 14 years ago
  45. a09b966 nat: Use strncmp on the string in case it is not null terminated by Holger Hans Peter Freyther · 14 years ago
  46. e383980 ipaccess: Make sure the unitid is null terminated by Holger Hans Peter Freyther · 14 years ago
  47. d9e81d0 ipaccess: Verify that the data fits in the package. by Holger Hans Peter Freyther · 14 years ago
  48. 949e0ba ipaccess: memset the tlv_parsed structure before parsing by Holger Hans Peter Freyther · 14 years ago
  49. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  50. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  51. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  52. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  53. 9ecf678 socket: Plug resource leak when the listen call is failing. by Holger Hans Peter Freyther · 14 years ago
  54. 3cb2879 misc: Attempt to determine byte order in a cross-platform way by Holger Hans Peter Freyther · 14 years ago
  55. 88a5fa0 ussd: Catch up with libosmocore and pass the gsm48_hdr by Holger Hans Peter Freyther · 14 years ago
  56. daa0fe7 ussd: Move the code libosmocore, increase the version number. by Holger Hans Peter Freyther · 14 years ago
  57. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  58. fad0753 msc: Only unregister the fd if the fd value is valid. by Holger Hans Peter Freyther · 14 years ago
  59. d4eed52 msc: Stop the connection timeout when we unregister the bfd by Holger Hans Peter Freyther · 14 years ago
  60. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  61. d6613e0 [VTY] T3212 scaling is 6 minutes by Dieter Spaar · 14 years ago
  62. 0c41b69 nat: Possible crash fix, only filter non local connections by Holger Hans Peter Freyther · 14 years ago
  63. e8e41e6 nat: Work around trying to forward a msg to a msc that does not exist by Holger Hans Peter Freyther · 14 years ago
  64. 0c35b5b nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  65. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  66. 12eb9b7 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  67. 841c200 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  68. c0714b8 gsm0480: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  69. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  70. 520c1f1 nat: Print the statistics of the access-list matches by Holger Hans Peter Freyther · 14 years ago
  71. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  72. 568b968 nat: Fix the filter when searching for a identity response by Holger Hans Peter Freyther · 14 years ago
  73. cf1c877 mgcp: Return 0 in case transcoding is disabled. by Holger Hans Peter Freyther · 14 years ago
  74. cd8e810 auth: Fix AuthTupe re-use condition by Sylvain Munaut · 14 years ago
  75. 0230b34 auth: Fix XOR algorithm by Sylvain Munaut · 14 years ago
  76. 9aa8a9c mgcp: Count the packets that arrive on the transcoder by Holger Hans Peter Freyther · 14 years ago
  77. 557b1ab mgcp: Remove code duplication for filling out the sockaddr_in by Holger Hans Peter Freyther · 14 years ago
  78. f2eedff nat: Send a transcoder reset on start up. by Holger Hans Peter Freyther · 14 years ago
  79. b98ba72 mgcp: Make the base port of the transcoder configurable by Holger Hans Peter Freyther · 14 years ago
  80. 3b5e3c4 mgcp: Prepare the CRCX/MDCX/DLCX messages for the transcoder. by Holger Hans Peter Freyther · 14 years ago
  81. 218f856 mgcp: Forward data from the BTS-in to the transcoder by Holger Hans Peter Freyther · 14 years ago
  82. 54aaa0f mgcp: Add ports for the transcoder as well by Holger Hans Peter Freyther · 14 years ago
  83. c5f9248 mgcp: Share the range parsing code for net/bts by Holger Hans Peter Freyther · 14 years ago
  84. a2a10eb mgcp: Add a transcoder-mgw command to store the address by Holger Hans Peter Freyther · 14 years ago
  85. 985f569 nat: Keep the audio name and default payload around by Holger Hans Peter Freyther · 14 years ago
  86. 249d69a nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  87. 6f68010 mgcp: Keep the gw_fd inside the mgcp_config by Holger Hans Peter Freyther · 14 years ago
  88. e02860a mgcp: Be able to parse 'sendonly' for the connection mode. by Holger Hans Peter Freyther · 14 years ago
  89. 0e940e6 mgcp: Switch the default audio codec to AMR by Holger Hans Peter Freyther · 14 years ago
  90. 3c79214 nat: NULL check the allocation and print a nice warning. by Holger Hans Peter Freyther · 14 years ago
  91. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  92. 1e5ed4e gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm411_send_sms by Nico Golde · 14 years ago
  93. 1f69b46 bsc: Fix the clear to release resources first, then set to NULL by Holger Hans Peter Freyther · 14 years ago
  94. f11af07 gsm_04_11: count SMS delivery attempts for each CP-DATA by Nico Golde · 14 years ago
  95. aaa40b8 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  96. 32aaef6 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  97. eea5a1b nat: Fix a crash when a BSC disconnects while a rejected IMSI by Holger Hans Peter Freyther · 14 years ago
  98. 4fcce9e nat; Start to use gcc attribute to say that parameter may not be zero by Holger Hans Peter Freyther · 14 years ago
  99. 0d71163 msc: Send a signal when the connections to the MSC dropped by Holger Hans Peter Freyther · 14 years ago
  100. e09919b bsc: Reorder the includes... should be alphabetically now by Holger Hans Peter Freyther · 14 years ago