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