1. 9f95ae8 nat: Use RAND_bytes instead of /dev/urandom by Holger Hans Peter Freyther · 9 years ago
  2. 694d980 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  3. e2ac6b7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  4. 9705671 nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  5. fce6971 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  6. 8a8df80 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  7. 0363d1b nat: Close the connection after we couldn't find the user by Holger Hans Peter Freyther · 9 years ago
  8. aa0cecd nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  9. 2dd18bd nat: Add size check for the payload by Holger Hans Peter Freyther · 9 years ago
  10. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  11. 4e8176d filter: Remove bsc_connection from the filter API by Holger Hans Peter Freyther · 9 years ago
  12. c09f8a3 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  13. 4ba947b filter: Separate SCCP/BSSAP extraction and gsm48 code by Holger Hans Peter Freyther · 9 years ago
  14. c36a6d5 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  15. a1e6bd6 filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  16. d7e04b9 filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  17. d04d009 filter: Move VTY code into the filter module by Holger Hans Peter Freyther · 9 years ago
  18. 4579bb1 filter: Move the access list management around by Holger Hans Peter Freyther · 9 years ago
  19. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  20. 4247cea filter: Move the gsm 04.08 filter to a common place by Holger Hans Peter Freyther · 9 years ago
  21. 7f100c9 nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  22. 7ffa7b0 nitb: Fix IMSI/IMEI buffer handling (Coverity) by Jacob Erlbeck · 9 years ago
  23. 9ed6fd2 nat: Fix timeslot range in 'show bsc mgcp' VTY command by Jacob Erlbeck · 9 years ago
  24. 08ea4d8 nat: Check for the access list in set command as well by Holger Hans Peter Freyther · 9 years ago
  25. 0ac00c1 nat: Check the con->imsi for the tracked IMSI by Holger Hans Peter Freyther · 9 years ago
  26. 8ccf06c nat: Add ctrl command to save the configuration by Holger Hans Peter Freyther · 9 years ago
  27. ab94ca1 nat: Add a ctrl command to add to an existing ACC list by Holger Hans Peter Freyther · 9 years ago
  28. 7c00983 nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  29. fa1cba9 nat: The reject cause of "-1" has failure meaning, change it by Holger Hans Peter Freyther · 9 years ago
  30. 60e073e nat: getopt returns "static" data no need to copy it by Holger Hans Peter Freyther · 9 years ago
  31. 9d1a17e osmux: Initialize the socket only once by Holger Hans Peter Freyther · 9 years ago
  32. 3911880 bsc: Move gsm_subscriber_base.c to libcommon by Jacob Erlbeck · 10 years ago
  33. cac2438 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  34. 73ec698 nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  35. dc16bdd nat: Remove the entry from the list before we destroy it by Holger Hans Peter Freyther · 10 years ago
  36. cd48525 nat: Fix compiler warning about unknown prototype by Holger Hans Peter Freyther · 10 years ago
  37. a1efcc2 osmux: remove redundant log message when bsc doesn't want to use Osmux by Pablo Neira Ayuso · 10 years ago
  38. b769f3c osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  39. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  40. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  41. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  42. 4a88a49 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  43. cb6ad70 mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  44. 6019b5a nat: Fix the documentation issue with the osmux command by Holger Hans Peter Freyther · 10 years ago
  45. 8a485f0 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  46. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  47. abddd6a nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  48. 4ace424 ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  49. c8b2c2f nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  50. e827812 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  51. 49f9e5b ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  52. 472f3bd nat: Introduce command to remove an access-list-name by Holger Hans Peter Freyther · 10 years ago
  53. bc3780a nat: Implement setting the access-control-name through CTRL interface by Holger Hans Peter Freyther · 10 years ago
  54. 6419018 nat: Make the access-list deny cause configurable by Holger Hans Peter Freyther · 10 years ago
  55. 415cd2e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  56. 3dff27d mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  57. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  58. 1b9902c nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  59. ff98b3c nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  60. c1a8687 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  61. 4c9dff5 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  62. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  63. 6fcc3a9 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  64. 5741256 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  65. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  66. 6cb2ccc nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  67. 27876a2 nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  68. 9962151 nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  69. 52f705e nat: Use the DCC region for number rewriting and increase debug output by Holger Hans Peter Freyther · 11 years ago
  70. 67e423c nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  71. ddf191e nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  72. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  73. b718ad3 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  74. 096dc3a nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  75. 7346081 nat: number could point to an address on the stack that can be reused by Holger Hans Peter Freyther · 11 years ago
  76. 9bec10e nat: Address coverity warning about uninitialized addr by Holger Hans Peter Freyther · 11 years ago
  77. b0b8a34 nat: Please coverity and initialize the saveptr to NULL by Holger Hans Peter Freyther · 11 years ago
  78. a164d52 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  79. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  80. 0a244b4 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  81. 7a0010b nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  82. 2bc90c2 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  83. ab22335 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  84. b2b291d nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  85. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  86. dbd9449 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  87. 27b6184 nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  88. ac04d8d nat: Name the variable more properly and begin with net.1.bsc.%d by Holger Hans Peter Freyther · 12 years ago
  89. 7d7054e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  90. 7c831ec nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  91. 931ad6a nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  92. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  93. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  94. 77956aa nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  95. 6de9d0b nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  96. d34adb2 nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  97. 036b25f nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  98. aa191ad nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 11 years ago
  99. 1f8276e nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 11 years ago
  100. 0434fae nat: Simplify the code and call auth_imsi from the main method by Holger Hans Peter Freyther · 12 years ago