1. db0e380 vty: remove ignored logging parameters by Max · 7 years ago
  2. 39ae17f msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  3. aba8209 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  4. dab3e34 log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  5. 50f1c0a move utils.h functions to libosmocore by Harald Welte · 8 years ago
  6. a6e81a0 bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872) by Neels Hofmeyr · 8 years ago
  7. 82f5ecd NAT: move BSC config into separate file by Max · 8 years ago
  8. f220b52 NAT: extend debug output for ipaccess errors by Max · 8 years ago
  9. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  10. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  11. fa0f715 enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  12. 547f048 bsc_nat: fail if VTY telnet port cannot be bound, clarify comment by Neels Hofmeyr · 8 years ago
  13. fd1187e minor fixes in bsc_vty.c and bsc_nat.c by Neels Hofmeyr · 8 years ago
  14. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  15. d48f057 libcommon: soak up three static functions. by Neels Hofmeyr · 9 years ago
  16. 3e4e8cf vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  17. e57e0fa bsc_nat: Fix 1 log error output of wrong variable. by Neels Hofmeyr · 9 years ago
  18. 9f95ae8 nat: Use RAND_bytes instead of /dev/urandom by Holger Hans Peter Freyther · 9 years ago
  19. 694d980 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  20. e2ac6b7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  21. 9705671 nat: Send 16 bytes of rand to the BSC and remember it by Holger Hans Peter Freyther · 9 years ago
  22. fce6971 nat: Provide access to /dev/urandom for the code by Holger Hans Peter Freyther · 9 years ago
  23. 8a8df80 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  24. 0363d1b nat: Close the connection after we couldn't find the user by Holger Hans Peter Freyther · 9 years ago
  25. aa0cecd nat: Factor out the config by token search by Holger Hans Peter Freyther · 9 years ago
  26. 2dd18bd nat: Add size check for the payload by Holger Hans Peter Freyther · 9 years ago
  27. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  28. c09f8a3 filter: Remove nat_sccp_connection from public API by Holger Hans Peter Freyther · 9 years ago
  29. c36a6d5 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  30. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  31. 7f100c9 nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  32. 0ac00c1 nat: Check the con->imsi for the tracked IMSI by Holger Hans Peter Freyther · 9 years ago
  33. 7c00983 nat: Inform others if an IMSI is rejected by Holger Hans Peter Freyther · 9 years ago
  34. 60e073e nat: getopt returns "static" data no need to copy it by Holger Hans Peter Freyther · 9 years ago
  35. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  36. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  37. 4a88a49 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  38. abddd6a nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  39. 4ace424 ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  40. c8b2c2f nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  41. e827812 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  42. 1b9902c nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  43. ff98b3c nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  44. c1a8687 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  45. 6fcc3a9 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  46. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  47. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  48. 096dc3a nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  49. 0a244b4 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  50. b2b291d nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  51. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  52. 27b6184 nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  53. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  54. d34adb2 nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  55. 036b25f nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  56. aa191ad nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  57. bdf764a nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  58. 98da544 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  59. 6dc6910 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  60. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  61. d79da3b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  62. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  63. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  64. e54db17 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  65. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  66. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  67. 7017fa7 [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  68. f071e16 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  69. 6552047 [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  70. f8e49dd bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  71. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  72. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  73. df8e6e9 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  74. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  75. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  76. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  77. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  78. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  79. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  80. 0dc36f1 nat: Keep track of the error message. by Holger Hans Peter Freyther · 13 years ago
  81. 1ffe98c nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  82. e1880105 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  83. de2b860 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  84. 0b03f16 ussd: Ignore connection release/clear from the MSC by Holger Hans Peter Freyther · 13 years ago
  85. 123bc32 ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  86. 91b9a45 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  87. e5d3249 nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  88. 5cde92c nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  89. ca05d43 src: more robust ipaccess_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  90. 7d73642 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
  91. ef38e85 nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  92. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  93. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  94. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  95. a17faf8 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]
  96. ec1921d Use shorter vty_app_info->name for all apps by Harald Welte · 13 years ago
  97. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  98. 368a0a7 ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 13 years ago
  99. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  100. 43eb1a3 nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago