1. 694d980 nat: After we identified the bsc check the key by Holger Hans Peter Freyther · 9 years ago
  2. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  3. c36a6d5 filter: More renaming and remove of "NAT" from it by Holger Hans Peter Freyther · 9 years ago
  4. a1e6bd6 filter: Remove nat from bsc_nat_acc_lst and replace with msg by Holger Hans Peter Freyther · 9 years ago
  5. d7e04b9 filter: Cease out "struct bsc_nat" from the API by Holger Hans Peter Freyther · 9 years ago
  6. d04d009 filter: Move VTY code into the filter module by Holger Hans Peter Freyther · 9 years ago
  7. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  8. 7f100c9 nat: Make mode-set patching optional by Holger Hans Peter Freyther · 9 years ago
  9. 9ed6fd2 nat: Fix timeslot range in 'show bsc mgcp' VTY command by Jacob Erlbeck · 9 years ago
  10. 9d1a17e osmux: Initialize the socket only once by Holger Hans Peter Freyther · 9 years ago
  11. 8be171e osmux: move osmux socket initialization out of osmux_enable_endpoint() by Pablo Neira Ayuso · 10 years ago
  12. 6019b5a nat: Fix the documentation issue with the osmux command by Holger Hans Peter Freyther · 10 years ago
  13. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  14. 6419018 nat: Make the access-list deny cause configurable by Holger Hans Peter Freyther · 10 years ago
  15. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  16. 4c9dff5 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  17. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  18. 5741256 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  19. 6cb2ccc nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  20. 9962151 nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  21. 67e423c nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  22. ddf191e nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  23. b718ad3 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  24. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  25. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  26. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  27. 1f8276e nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  28. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  29. 1a6b83c nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  30. 7d60bdb nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  31. 2718845 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  32. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  33. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  34. e36b487 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  35. 9c20571 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  36. ad75eab nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  37. c0370e4 nat: Use 'paging group' because we have paging forbidden. by Holger Hans Peter Freyther · 13 years ago
  38. ab46cf3 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  39. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  40. 6860c44 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  41. e1880105 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  42. de2b860 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  43. a64037c nat: Clarify the documentation of the allow/deny regexp by Holger Hans Peter Freyther · 13 years ago
  44. 4c9557e nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  45. a18b116 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  46. 9e7e55f nat: Fix the return to return CMD_SUCCESS; by Holger Hans Peter Freyther · 13 years ago
  47. 6a7babd nat: Add commands to remove access-list from NAT and BSC config by Holger Hans Peter Freyther · 13 years ago
  48. 6110a3f src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group() by Pablo Neira Ayuso · 13 years ago
  49. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  50. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  51. 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_vty.c]
  52. dfdf8d9 nat: For debugging make it possible to set the last used endpoint by Holger Hans Peter Freyther · 13 years ago
  53. 9ec030d nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  54. a9e9331 nat: Allocate endpoints from multiple multiplexes. by Holger Hans Peter Freyther · 13 years ago
  55. 7b07b2d nat: Start making the number of multiplexes configurable by Holger Hans Peter Freyther · 13 years ago
  56. ed500e3 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  57. 6c79a68 misc: Compile fixes due 4d54d0b883dcf85cd92290dd4cea51754c70b621 by Holger Hans Peter Freyther · 13 years ago
  58. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  59. 7642439 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  60. 64b1292 nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  61. e393f27 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  62. c1578bc nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  63. d1effd8 nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  64. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  65. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  66. 520c1f1 nat: Print the statistics of the access-list matches by Holger Hans Peter Freyther · 14 years ago
  67. 85804a8 nat: Fix the grammar of the sentence for listing open sccp connections by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.6
  68. 0d8330c nat: Add vty command to show the endpoint allocation status by Holger Hans Peter Freyther · 14 years ago
  69. f4b3439 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  70. cbfd098 nat: Show if we are connected to the MSC. by Holger Hans Peter Freyther · 14 years ago
  71. 03a0ad0 nat: Indent the connected... to make it belong to the BSC group by Holger Hans Peter Freyther · 14 years ago
  72. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  73. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  74. 6b77107 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  75. f21e453 nat: Provide an easy view to see if something is connected to the NAT. by Holger Hans Peter Freyther · 14 years ago
  76. c95cfda nat: Introduce a show statistics-by-lac LAC by Holger Hans Peter Freyther · 14 years ago
  77. b2c38eb nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  78. 7b4a53d nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues. by Holger Hans Peter Freyther · 14 years ago
  79. 9c78697 nat: Add the exit/end command to the NAT config nodes. by Holger Hans Peter Freyther · 14 years ago
  80. 1398f13 nat: Attempt to update the VTY usage to the latest version by Holger Hans Peter Freyther · 14 years ago
  81. 27d36de nat: Fix the access-list-name command... by Holger Hans Peter Freyther · 14 years ago
  82. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  83. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  84. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  85. f0c3e91 [nat] Fix the parsing of the access-list regexp... by Holger Hans Peter Freyther · 14 years ago
  86. 86c4dc3 [nat] Fix VTY bug with access-lists... by Holger Hans Peter Freyther · 14 years ago
  87. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  88. 078321a [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  89. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  90. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  91. e635dab [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  92. 52c4ba0 [nat] Add a regexp test command to the VTY. by Holger Hans Peter Freyther · 14 years ago
  93. 3df0233 [nat] Fix the imsi deny config write. by Holger Hans Peter Freyther · 14 years ago
  94. b606101 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  95. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  96. d8b8206 [nat] Use A.B.C.D for the IP address by Holger Hans Peter Freyther · 14 years ago
  97. c89c030 [nat] Remove range checks inside the VTY command. by Holger Hans Peter Freyther · 14 years ago
  98. aad82ce nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  99. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  100. 314191d nat: Allow to only show statistics for a given BSC Cfg. by Holger Hans Peter Freyther · 14 years ago