1. 5dc2350 filter/nat: Fix the context for the imsi assignment by Holger Hans Peter Freyther · 8 years ago
  2. 53e4f18 move utils.h functions to libosmocore by Harald Welte · 8 years ago
  3. 02884f2 use new libosmocore gsm_23_003.h for IMEI/IMSI length by Harald Welte · 8 years ago
  4. e3c0ef4 nat/vty: Do not print token update statement by Holger Hans Peter Freyther · 8 years ago
  5. 689be93 bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872) by Neels Hofmeyr · 8 years ago
  6. 884b4da NAT: reload BSCs config dynamically by Max · 8 years ago
  7. f36cb4c NAT: move BSC config into separate file by Max · 8 years ago
  8. 8a55ec5 NAT: allow allocating BSC in arbitrary order by Max · 8 years ago
  9. aa1696f NAT: extend debug output for ipaccess errors by Max · 8 years ago
  10. 5205d98 NAT: vty command to display number of BSCs by Max · 8 years ago
  11. f1c283c 04.08: apply new transaction id inline functions by Neels Hofmeyr · 8 years ago
  12. f94dfd5 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  13. 4d92c43 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  14. 737252c enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  15. 416832b bsc_nat: fail if VTY telnet port cannot be bound, clarify comment by Neels Hofmeyr · 8 years ago
  16. 3f37aef minor fixes in bsc_vty.c and bsc_nat.c by Neels Hofmeyr · 8 years ago
  17. d31596b stats: Set class_id in rate_ctr group descriptions by Jacob Erlbeck · 9 years ago
  18. 63fac68 stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  19. 7209277 libcommon: soak up three static functions. by Neels Hofmeyr · 9 years ago
  20. 58d77f0 osmux: Make sure that bigger Osmux ids actually fit by Holger Hans Peter Freyther · 9 years ago
  21. 23afcb3 osmux: Remember the allocated CID and make sure it is released by Holger Hans Peter Freyther · 9 years ago
  22. 636a9bd osmux: Enforce Osmux only global and per BSC configuration by Holger Hans Peter Freyther · 9 years ago
  23. 4ac8cd1 vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  24. c5a16cc bsc_nat: Fix 1 log error output of wrong variable. by Neels Hofmeyr · 9 years ago
  25. ed4b715 mgcp: Begin to separate network and bts endpoints by Holger Hans Peter Freyther · 9 years ago
  26. 6fb2efb nat: Forward SDP files with multiple payload types in it by Holger Hans Peter Freyther · 9 years ago
  27. c3b9cf6 64bit: Fix compiler warnings in regard to 64bit by Holger Hans Peter Freyther · 9 years ago
  28. 9215aab nat: Use RAND_bytes instead of /dev/urandom by Holger Hans Peter Freyther · 9 years ago
  29. 237d853 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  30. 1f93da7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  31. 08ecbdc nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  32. 9549584 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  33. b4b23c7 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  34. f140611 nat: Close the connection after we couldn't find the user by Holger Hans Peter Freyther · 9 years ago
  35. f1e166c nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  36. 676a975 nat: Add size check for the payload by Holger Hans Peter Freyther · 9 years ago
  37. e192c7b filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  38. 99cc91e filter: Remove bsc_connection from the filter API by Holger Hans Peter Freyther · 9 years ago
  39. d308480 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  40. a6f229b filter: Separate SCCP/BSSAP extraction and gsm48 code by Holger Hans Peter Freyther · 9 years ago
  41. cc0d656 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  42. 955f53c filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  43. ff1f62e filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  44. 739a483 filter: Move VTY code into the filter module by Holger Hans Peter Freyther · 9 years ago
  45. 2a3c25c filter: Move the access list management around by Holger Hans Peter Freyther · 9 years ago
  46. d25039a filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  47. 10f2c49 filter: Move the gsm 04.08 filter to a common place by Holger Hans Peter Freyther · 9 years ago
  48. f85852b nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  49. dcde4b6 nitb: Fix IMSI/IMEI buffer handling (Coverity) by Jacob Erlbeck · 9 years ago
  50. 2160519 nat: Fix timeslot range in 'show bsc mgcp' VTY command by Jacob Erlbeck · 9 years ago
  51. 91acba3 nat: Check for the access list in set command as well by Holger Hans Peter Freyther · 9 years ago
  52. 42d67a8 nat: Check the con->imsi for the tracked IMSI by Holger Hans Peter Freyther · 9 years ago
  53. 0026cbf nat: Add ctrl command to save the configuration by Holger Hans Peter Freyther · 9 years ago
  54. 5bb90f5 nat: Add a ctrl command to add to an existing ACC list by Holger Hans Peter Freyther · 9 years ago
  55. 22d77aa nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  56. cb13bb3 nat: The reject cause of "-1" has failure meaning, change it by Holger Hans Peter Freyther · 9 years ago
  57. 4c6b4b9 nat: getopt returns "static" data no need to copy it by Holger Hans Peter Freyther · 9 years ago
  58. 91157f2 osmux: Initialize the socket only once by Holger Hans Peter Freyther · 9 years ago
  59. 699ecdf bsc: Move gsm_subscriber_base.c to libcommon by Jacob Erlbeck · 10 years ago
  60. 4046126 mgcp: Move the "codec" params to a struct by Holger Hans Peter Freyther · 10 years ago
  61. c85a50e nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  62. a62a631 nat: Remove the entry from the list before we destroy it by Holger Hans Peter Freyther · 10 years ago
  63. 5c61593 nat: Fix compiler warning about unknown prototype by Holger Hans Peter Freyther · 10 years ago
  64. 84f75bc osmux: remove redundant log message when bsc doesn't want to use Osmux by Pablo Neira Ayuso · 10 years ago
  65. a8c68ad osmux: add osmux circuit ID management and resolve NAT problems by Pablo Neira Ayuso · 10 years ago
  66. 3374a5c osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  67. 6bcd303 Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  68. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  69. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  70. bb8627a mgcp: Change API to remove memory management from the name by Holger Hans Peter Freyther · 10 years ago
  71. 02c0899 nat: Fix the documentation issue with the osmux command by Holger Hans Peter Freyther · 10 years ago
  72. b97c9d1 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  73. 4a2f659 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  74. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  75. d0a941f ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  76. 38a7ef1 nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  77. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  78. e53ccac ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  79. e878c2b nat: Introduce command to remove an access-list-name by Holger Hans Peter Freyther · 10 years ago
  80. 1fac112 nat: Implement setting the access-control-name through CTRL interface by Holger Hans Peter Freyther · 10 years ago
  81. d8afce9 nat: Make the access-list deny cause configurable by Holger Hans Peter Freyther · 10 years ago
  82. 802cb5e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  83. 7a0d87b mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  84. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  85. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  86. 0cc1498 nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  87. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  88. cdf1857 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  89. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  90. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  91. 814ca92 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  92. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  93. 4684eb6 nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  94. deff65a nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  95. 8c1c28b nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  96. a68c1c6 nat: Use the DCC region for number rewriting and increase debug output by Holger Hans Peter Freyther · 11 years ago
  97. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  98. 367390b nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  99. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  100. bf123a1 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago