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