1. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  2. cdf1857 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  3. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  4. 814ca92 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  5. 4684eb6 nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  6. 8c1c28b nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  7. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  8. 367390b nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  9. bf123a1 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  10. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  11. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  12. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  13. 1fa71b2 nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  14. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  15. 031f471 nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  16. 943fa2c nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  17. 10588b0 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  18. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  19. 1c14d96 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  20. e1ea512 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  21. d240407 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  22. ed42b13 nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  23. 2c9e1cf nat: Use 'paging group' because we have paging forbidden. by Holger Hans Peter Freyther · 13 years ago
  24. 1a91e67 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  25. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  26. 9561493 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  27. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  28. 013dd14 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  29. 5901e09 nat: Clarify the documentation of the allow/deny regexp by Holger Hans Peter Freyther · 13 years ago
  30. dd7e85b nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  31. 9a9b3d1 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  32. 6fab8a3 nat: Fix the return to return CMD_SUCCESS; by Holger Hans Peter Freyther · 13 years ago
  33. de3f525 nat: Add commands to remove access-list from NAT and BSC config by Holger Hans Peter Freyther · 13 years ago
  34. 3d31c3a src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group() by Pablo Neira Ayuso · 13 years ago
  35. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  36. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  37. 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_vty.c]
  38. 086c9cd nat: For debugging make it possible to set the last used endpoint by Holger Hans Peter Freyther · 13 years ago
  39. b28f5a0 nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  40. 473b38a nat: Allocate endpoints from multiple multiplexes. by Holger Hans Peter Freyther · 13 years ago
  41. ef9d138 nat: Start making the number of multiplexes configurable by Holger Hans Peter Freyther · 13 years ago
  42. 9575164 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  43. 53730f6 misc: Compile fixes due 4d54d0b883dcf85cd92290dd4cea51754c70b621 by Holger Hans Peter Freyther · 13 years ago
  44. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  45. 2945ee9 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  46. 18625ac nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  47. 552fc16 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  48. daf5417 nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  49. de021be nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  50. 7c831f6 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  51. 1f04083 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  52. 1279967 nat: Print the statistics of the access-list matches by Holger Hans Peter Freyther · 14 years ago
  53. c3fd3b7 nat: Fix the grammar of the sentence for listing open sccp connections by Holger Hans Peter Freyther · 14 years ago
  54. 8c61f79 nat: Add vty command to show the endpoint allocation status by Holger Hans Peter Freyther · 14 years ago
  55. 7089d53 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  56. 9ecec6d nat: Show if we are connected to the MSC. by Holger Hans Peter Freyther · 14 years ago
  57. 869f117 nat: Indent the connected... to make it belong to the BSC group by Holger Hans Peter Freyther · 14 years ago
  58. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  59. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  60. f0374a5 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  61. e410758 nat: Provide an easy view to see if something is connected to the NAT. by Holger Hans Peter Freyther · 14 years ago
  62. 032e45b nat: Introduce a show statistics-by-lac LAC by Holger Hans Peter Freyther · 14 years ago
  63. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  64. a34bb3d nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues. by Holger Hans Peter Freyther · 14 years ago
  65. b4b5205 nat: Add the exit/end command to the NAT config nodes. by Holger Hans Peter Freyther · 14 years ago
  66. 4fcedba nat: Attempt to update the VTY usage to the latest version by Holger Hans Peter Freyther · 14 years ago
  67. 409a370 nat: Fix the access-list-name command... by Holger Hans Peter Freyther · 14 years ago
  68. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  69. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  70. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  71. 2cdc711 [nat] Fix the parsing of the access-list regexp... by Holger Hans Peter Freyther · 14 years ago
  72. d8b1976 [nat] Fix VTY bug with access-lists... by Holger Hans Peter Freyther · 14 years ago
  73. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  74. 9d42d32 [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  75. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  76. 066190f [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  77. 6e88b17 [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  78. 6ad646a [nat] Add a regexp test command to the VTY. by Holger Hans Peter Freyther · 14 years ago
  79. 88cc5d6 [nat] Fix the imsi deny config write. by Holger Hans Peter Freyther · 14 years ago
  80. 6f00907 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  81. dac2dee [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  82. f7cd800 [nat] Use A.B.C.D for the IP address by Holger Hans Peter Freyther · 14 years ago
  83. 7a5a54f [nat] Remove range checks inside the VTY command. by Holger Hans Peter Freyther · 14 years ago
  84. 8e2e0ac nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  85. acd3078 nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  86. 44d534c nat: Allow to only show statistics for a given BSC Cfg. by Holger Hans Peter Freyther · 14 years ago
  87. ffc051f nat: Fix vty output for connected BSCs by Holger Hans Peter Freyther · 14 years ago
  88. dbdd30f nat: Do not use \n in the vty code. by Holger Hans Peter Freyther · 14 years ago
  89. 1512dc2 nat: Add a command to close a given BSC Connection by Holger Hans Peter Freyther · 14 years ago
  90. 0a3a853 nat: Print the remote reference as well. by Holger Hans Peter Freyther · 14 years ago
  91. 936aed7 nat: Use show bsc config for showing the configuration. by Holger Hans Peter Freyther · 14 years ago
  92. e6ac5de [nat] Fix the vty option... use the right argument. by Holger Hans Peter Freyther · 14 years ago
  93. 7acf462 [nat] Add option to forbid the paging to the BSC. by Holger Hans Peter Freyther · 14 years ago
  94. 17f8c95 nat: Make sccp/bsc show connections more Cisco like... by Holger Hans Peter Freyther · 14 years ago
  95. f514812 nat: Remove the SHOW_STR from none show commands. by Holger Freyther · 14 years ago
  96. bace202 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  97. 9226d70 nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  98. 085ea30 nat: Two fixes for the write memory case... by Holger Hans Peter Freyther · 14 years ago
  99. 4b6da56 nat: Add config option to filter/handle certain imsi'es. by Holger Hans Peter Freyther · 14 years ago
  100. 02e1c7d [nat] Add show statistics to the nat by Holger Hans Peter Freyther · 14 years ago