1. 53e4f18 move utils.h functions to libosmocore by Harald Welte · 8 years ago
  2. 689be93 bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872) by Neels Hofmeyr · 8 years ago
  3. f36cb4c NAT: move BSC config into separate file by Max · 8 years ago
  4. aa1696f NAT: extend debug output for ipaccess errors by Max · 8 years ago
  5. f94dfd5 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  6. 4d92c43 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  7. 737252c enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  8. 416832b bsc_nat: fail if VTY telnet port cannot be bound, clarify comment by Neels Hofmeyr · 8 years ago
  9. 3f37aef minor fixes in bsc_vty.c and bsc_nat.c by Neels Hofmeyr · 8 years ago
  10. 63fac68 stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  11. 7209277 libcommon: soak up three static functions. by Neels Hofmeyr · 9 years ago
  12. 4ac8cd1 vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  13. c5a16cc bsc_nat: Fix 1 log error output of wrong variable. by Neels Hofmeyr · 9 years ago
  14. 9215aab nat: Use RAND_bytes instead of /dev/urandom by Holger Hans Peter Freyther · 9 years ago
  15. 237d853 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  16. 1f93da7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  17. 08ecbdc nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  18. 9549584 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  19. b4b23c7 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  20. f140611 nat: Close the connection after we couldn't find the user by Holger Hans Peter Freyther · 9 years ago
  21. f1e166c nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  22. 676a975 nat: Add size check for the payload by Holger Hans Peter Freyther · 9 years ago
  23. e192c7b filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  24. d308480 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  25. cc0d656 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  26. d25039a filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  27. f85852b nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  28. 42d67a8 nat: Check the con->imsi for the tracked IMSI by Holger Hans Peter Freyther · 9 years ago
  29. 22d77aa nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  30. 4c6b4b9 nat: getopt returns "static" data no need to copy it by Holger Hans Peter Freyther · 9 years ago
  31. 6bcd303 Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  32. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  33. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  34. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  35. d0a941f ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  36. 38a7ef1 nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  37. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  38. 85dee84 nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  39. 0cc1498 nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  40. 7be0e60 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  41. 30f1702 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  42. a4e3694 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  43. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting 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. 8cf2fc2 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  46. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  47. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  48. 961775e nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  49. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  50. 8e9649c nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  51. 1427a20 nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  52. 7544d8b nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  53. e2abbbe nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  54. 9a01062 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  55. ef2c988 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  56. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  57. e9fbf0b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  58. 5c3bad9 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  59. 1c081dd libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  60. 3080f74 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  61. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  62. 38bb748 misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  63. d405c8b [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  64. 71cfca0 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  65. 3069bda [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  66. 8ba399e bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  67. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  68. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  69. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  70. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  71. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  72. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  73. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  74. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  75. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  76. f77bca7 nat: Keep track of the error message. by Holger Hans Peter Freyther · 13 years ago
  77. b1eb94f nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  78. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  79. 013dd14 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  80. 1b71492 ussd: Ignore connection release/clear from the MSC by Holger Hans Peter Freyther · 13 years ago
  81. 60ab41b ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  82. 38bc276 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  83. 99aaece nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  84. b14ece1 nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  85. c056c4a src: more robust ipaccess_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  86. 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
  87. dfc767e nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  88. 8b1713a Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  89. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  90. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  91. 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]
  92. 9af42c3 Use shorter vty_app_info->name for all apps by Harald Welte · 13 years ago
  93. 4c826f7 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  94. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  95. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  96. 38f640f nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  97. 45b8b72 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago
  98. 2c7f274 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  99. d39f310 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  100. 0a891d0 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago