1. 08ecbdc nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  2. 9549584 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  3. b4b23c7 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  4. f140611 nat: Close the connection after we couldn't find the user by Holger Hans Peter Freyther · 9 years ago
  5. f1e166c nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  6. 676a975 nat: Add size check for the payload by Holger Hans Peter Freyther · 9 years ago
  7. e192c7b filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  8. d308480 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  9. cc0d656 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  10. d25039a filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  11. f85852b nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  12. 42d67a8 nat: Check the con->imsi for the tracked IMSI by Holger Hans Peter Freyther · 9 years ago
  13. 22d77aa nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  14. 4c6b4b9 nat: getopt returns "static" data no need to copy it by Holger Hans Peter Freyther · 9 years ago
  15. 6bcd303 Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  16. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  17. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  18. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  19. d0a941f ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  20. 38a7ef1 nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  21. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  22. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  23. 0cc1498 nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  24. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  25. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  26. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  27. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  28. 49d2e14 nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  29. 8cf2fc2 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  30. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  31. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  32. 961775e nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 12 years ago
  33. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  34. 8e9649c nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  35. 1427a20 nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 12 years ago
  36. 7544d8b nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  37. e2abbbe nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  38. 9a01062 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  39. ef2c988 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  40. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  41. e9fbf0b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  42. 5c3bad9 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  43. 1c081dd libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  44. 3080f74 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  45. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  46. 38bb748 misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  47. d405c8b [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  48. 71cfca0 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  49. 3069bda [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  50. 8ba399e bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  51. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  52. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  53. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  54. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  55. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  56. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  57. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  58. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  59. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  60. f77bca7 nat: Keep track of the error message. by Holger Hans Peter Freyther · 13 years ago
  61. b1eb94f nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  62. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  63. 013dd14 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  64. 1b71492 ussd: Ignore connection release/clear from the MSC by Holger Hans Peter Freyther · 13 years ago
  65. 60ab41b ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  66. 38bc276 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  67. 99aaece nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  68. b14ece1 nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  69. c056c4a src: more robust ipaccess_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  70. 60de20c nat: Fix the call to make_sock and pass a 0 priv_nr and the nat as data by Holger Hans Peter Freyther · 13 years ago
  71. dfc767e nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  72. 8b1713a Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  73. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  74. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  75. 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_nat.c]
  76. 9af42c3 Use shorter vty_app_info->name for all apps by Harald Welte · 13 years ago
  77. 4c826f7 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 14 years ago
  78. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  79. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  80. 38f640f nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  81. 45b8b72 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago
  82. 2c7f274 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  83. d39f310 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  84. 0a891d0 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago
  85. 0d5fdbb nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  86. c3ac978 nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  87. 5cd2fae nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  88. 1ff40d8 nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  89. 908bc9b nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  90. 9bd8bd7 nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  91. 5d0a027 nat: Convert the ip to host order to allow to bind to other ips by Holger Hans Peter Freyther · 14 years ago
  92. 492a006 nat: Use the make_sock routine to listen for incoming connections. by Holger Hans Peter Freyther · 14 years ago
  93. 4884096 nat: Use strncmp on the string in case it is not null terminated by Holger Hans Peter Freyther · 14 years ago
  94. 6c1ae96 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  95. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  96. 1f04083 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  97. 655e975 nat: Possible crash fix, only filter non local connections by Holger Hans Peter Freyther · 14 years ago
  98. 1e64b32 nat: Work around trying to forward a msg to a msc that does not exist by Holger Hans Peter Freyther · 14 years ago
  99. 2e72807 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  100. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago