1. 91157f2 osmux: Initialize the socket only once by Holger Hans Peter Freyther · 9 years ago
  2. 699ecdf bsc: Move gsm_subscriber_base.c to libcommon by Jacob Erlbeck · 10 years ago
  3. 4046126 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  4. c85a50e nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  5. a62a631 nat: Remove the entry from the list before we destroy it by Holger Hans Peter Freyther · 10 years ago
  6. 5c61593 nat: Fix compiler warning about unknown prototype by Holger Hans Peter Freyther · 10 years ago
  7. 84f75bc osmux: remove redundant log message when bsc doesn't want to use Osmux by Pablo Neira Ayuso · 10 years ago
  8. a8c68ad osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  9. 3374a5c osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  10. 6bcd303 Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  11. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  12. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  13. bb8627a mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  14. 02c0899 nat: Fix the documentation issue with the osmux command by Holger Hans Peter Freyther · 10 years ago
  15. b97c9d1 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  16. 4a2f659 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  17. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  18. d0a941f ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  19. 38a7ef1 nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  20. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  21. e53ccac ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  22. e878c2b nat: Introduce command to remove an access-list-name by Holger Hans Peter Freyther · 10 years ago
  23. 1fac112 nat: Implement setting the access-control-name through CTRL interface by Holger Hans Peter Freyther · 10 years ago
  24. d8afce9 nat: Make the access-list deny cause configurable by Holger Hans Peter Freyther · 10 years ago
  25. 802cb5e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  26. 7a0d87b mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  27. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  28. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  29. 0cc1498 nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  30. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  31. cdf1857 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  32. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  33. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  34. 814ca92 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  35. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  36. 4684eb6 nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  37. deff65a nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  38. 8c1c28b nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  39. a68c1c6 nat: Use the DCC region for number rewriting and increase debug output by Holger Hans Peter Freyther · 11 years ago
  40. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  41. 367390b nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  42. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  43. bf123a1 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  44. 49d2e14 nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  45. 59387d8 nat: number could point to an address on the stack that can be reused by Holger Hans Peter Freyther · 11 years ago
  46. f0dd2f1 nat: Address coverity warning about uninitialized addr by Holger Hans Peter Freyther · 11 years ago
  47. 1662ea1 nat: Please coverity and initialize the saveptr to NULL by Holger Hans Peter Freyther · 11 years ago
  48. fe1bbd7 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  49. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  50. 8cf2fc2 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  51. 9480f65 nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  52. 9b9ba47 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  53. a791d23 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  54. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  55. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  56. 93a0913 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  57. 961775e nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  58. 4a6fa9c nat: Name the variable more properly and begin with net.1.bsc.%d by Holger Hans Peter Freyther · 12 years ago
  59. 58e4a8e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  60. 4dc87ee nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  61. 755c012 nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  62. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  63. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  64. dceba0f nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  65. 053d93f nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  66. 8e9649c nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  67. 1427a20 nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  68. 7544d8b nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  69. 1fa71b2 nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  70. 073e1f2 nat: Simplify the code and call auth_imsi from the main method by Holger Hans Peter Freyther · 12 years ago
  71. fb349cb nat: Get the cause into the imsi_auth method in preparation by Holger Hans Peter Freyther · 12 years ago
  72. e2abbbe nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  73. a673ce7 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  74. 117e243 nat: Fix a typo in the log message for out of memory by Holger Hans Peter Freyther · 12 years ago
  75. ef6a4a6 nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  76. 9a01062 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  77. fd87aa0 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  78. a3d6519 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  79. 1cef0ba mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  80. 7f1ae4a nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  81. addd6da nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  82. ef2c988 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  83. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  84. e9fbf0b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  85. 5c3bad9 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  86. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  87. 031f471 nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  88. 943fa2c nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  89. 10588b0 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  90. f8c05a1 nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  91. 21e5c61 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  92. 97a5a48 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  93. 718d67e nat: Add the line break after the '. by Holger Hans Peter Freyther · 13 years ago
  94. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 13 years ago
  95. e24452f nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 13 years ago
  96. 2b1e7dc nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 13 years ago
  97. bc72354 nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 13 years ago
  98. 10b7875 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 13 years ago
  99. e6fa553 nat: SMS comment updates by Holger Hans Peter Freyther · 13 years ago
  100. 036bf9f nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 13 years ago