1. 58e4a8e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  2. 4dc87ee nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  3. 755c012 nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  4. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  5. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  6. dceba0f nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  7. 053d93f nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  8. fd87aa0 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  9. a3d6519 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  10. 1cef0ba mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  11. 7f1ae4a nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  12. addd6da nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  13. 97a5a48 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  14. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  15. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  16. 39b520b nat: Improve the error message for the failing bind call by Holger Hans Peter Freyther · 13 years ago
  17. 8b1713a Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  18. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  19. acdcfea Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp by Harald Welte · 13 years ago[Renamed from openbsc/src/nat/bsc_mgcp_utils.c]
  20. ab56ce1 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  21. b28f5a0 nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  22. 473b38a nat: Allocate endpoints from multiple multiplexes. by Holger Hans Peter Freyther · 13 years ago
  23. ef9d138 nat: Start making the number of multiplexes configurable by Holger Hans Peter Freyther · 13 years ago
  24. 9575164 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  25. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  26. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  27. e355a43 nat: Verify that the endpoint from the assignment command exists by Holger Hans Peter Freyther · 14 years ago
  28. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  29. f8fd106 nat: Send a transcoder reset on start up. by Holger Hans Peter Freyther · 14 years ago
  30. 3176420 nat: Keep the audio name and default payload around by Holger Hans Peter Freyther · 14 years ago
  31. 90d3817 nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  32. 0d44a39 nat: NULL check the allocation and print a nice warning. by Holger Hans Peter Freyther · 14 years ago
  33. 4e6129a nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  34. 6dc928e nat: Use different static transaction numbers for the DLCX/MDCX message by Holger Hans Peter Freyther · 14 years ago
  35. 14f728e nat: Document that the MDCX message is not implemented by Holger Hans Peter Freyther · 14 years ago
  36. 2b5ae6b nat: Send the right MDCX down the stream by Holger Hans Peter Freyther · 14 years ago
  37. 60bfe4e nat: Remove the code that is wrongly placed.. by Holger Hans Peter Freyther · 14 years ago
  38. d04d365 nat: Close the right endpoint down the stream. by Holger Hans Peter Freyther · 14 years ago
  39. 926c5fd nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  40. bf2e1b5 nat: Remove the CRCX value from the nat by Holger Hans Peter Freyther · 14 years ago
  41. aa86161 nat: Reindent the code, no functional change by Holger Hans Peter Freyther · 14 years ago
  42. 7089d53 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  43. bec108e nat: Use the bsc_timeslot when talking to the BSC downstream by Holger Hans Peter Freyther · 14 years ago
  44. e3ed2be nat: In case the downstream fails on a CRCX, ask it to do a DLCX by Holger Hans Peter Freyther · 14 years ago
  45. 25f64d0 nat: Use the state information for the callback. by Holger Hans Peter Freyther · 14 years ago
  46. 9a87782 nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago
  47. a9f132d nat: Free the endpoint when we get an empty CI. by Holger Hans Peter Freyther · 14 years ago
  48. 526b4d3 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  49. cbc6354 nat: Provide information of when a msg does not contain a CI by Holger Hans Peter Freyther · 14 years ago
  50. 774d1d3 nat: Use the mgcp_config_alloc to have defaults initialized by Holger Hans Peter Freyther · 14 years ago
  51. 148c5d3 mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTS by Holger Hans Peter Freyther · 14 years ago
  52. fab76aa mgcp: Group the state for bts/net into a struct and have two instances by Holger Hans Peter Freyther · 14 years ago
  53. f48e4b6 nat: Fix the spelling of that comment. by Holger Hans Peter Freyther · 14 years ago
  54. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  55. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  56. bd11639 nat: u_int16_t -> uint16_t by Holger Hans Peter Freyther · 14 years ago
  57. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  58. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  59. e36be81 nat: Do not use the bssap.h include as it does not exist in this branch. by Holger Hans Peter Freyther · 14 years ago
  60. fbd6964 nat: Fix memory leak... in MGCP forwarding by Holger Hans Peter Freyther · 14 years ago
  61. 6bed048 nat: Release the transaction id earlier, always reset the BSC by Holger Hans Peter Freyther · 14 years ago
  62. 2743ec4 nat: Attempt to clarify the text inside the log message. by Holger Hans Peter Freyther · 14 years ago
  63. 9ef7881 nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint by Holger Hans Peter Freyther · 14 years ago
  64. f0ac14a nat: Use hex for the endpoint names by Holger Hans Peter Freyther · 14 years ago
  65. 3633095 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  66. c95e99b [nat] Reword warning when we had a pending transaction and forget about it. by Holger Hans Peter Freyther · 14 years ago
  67. f526c86 nat: Clear the connection on a DLCX by Holger Hans Peter Freyther · 14 years ago
  68. 98d15ef nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  69. 259b90b nat: Return the newest SCCP connection... by Holger Hans Peter Freyther · 14 years ago
  70. a707061 Use osmocore tlv definition for GSM0808. by Holger Hans Peter Freyther · 14 years ago
  71. c93f00b nat: Set a dummy bts_ip to avoid misdetection of the bts... by Holger Hans Peter Freyther · 14 years ago
  72. eb4edde nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  73. 9221944 nat: Allow to realloc already allocated endpoints by Holger Hans Peter Freyther · 14 years ago
  74. 8afdcba nat: Attempt to make MGCP forwarding more robust by Holger Hans Peter Freyther · 14 years ago
  75. 0befa6d nat: Fix thinko... use the right fd to determine the IP of the bts by Holger Hans Peter Freyther · 14 years ago
  76. 75749d0 nat: Improve the log message and print the errno/strerror(errno) by Holger Hans Peter Freyther · 14 years ago
  77. 88628f5 nat: Set the MGCP audio payload to -1. by Holger Hans Peter Freyther · 14 years ago
  78. 65b745e Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  79. c0ff1d0 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  80. 55edb78 nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  81. f9c8d0f nat: Avoid crashing when we have no pending transaction by Holger Hans Peter Freyther · 14 years ago
  82. c12e193 nat: Logging improvement for the nat. by Holger Hans Peter Freyther · 14 years ago
  83. b02692f nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  84. 81bda81 nat: No need to match \r\n when parsing the C: N by Holger Hans Peter Freyther · 14 years ago
  85. 3237065 nat: Remove the broken empty line check, follow \n vs \r\n of input by Holger Hans Peter Freyther · 14 years ago
  86. e85bc49 nat: Use a ptr that was allocated by talloc by Holger Hans Peter Freyther · 14 years ago
  87. 0d0aaa6 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  88. 9fec010 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  89. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  90. acd6420 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  91. 8917998 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  92. 3468be3 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  93. 1f27839 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  94. dccb915 nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago