1. d39f310 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  2. 1ff40d8 nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  3. 552fc16 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  4. daf5417 nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  5. 01ae681 nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  6. de021be nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  7. 908bc9b nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  8. 1b1a936 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  9. b542332 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  10. 9bd8bd7 nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  11. acc0fdf nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  12. aee6825 nat: Find a connection by the real ref by Holger Hans Peter Freyther · 14 years ago
  13. 6c1ae96 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  14. f232b27 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  15. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  16. 1f04083 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  17. 2e72807 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  18. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  19. 39f1880 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  20. 90d3817 nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  21. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  22. 2a5b796 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  23. 4e6129a nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  24. 926c5fd nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  25. 9a87782 nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago
  26. 526b4d3 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  27. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  28. f0374a5 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  29. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  30. feace4d nat: Remove the first_contact variable. by Holger Hans Peter Freyther · 14 years ago
  31. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  32. 6200fd9 nat: Keep track of the MSC handling the connection. by Holger Hans Peter Freyther · 14 years ago
  33. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  34. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  35. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  36. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  37. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  38. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  39. 9d42d32 [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  40. 15a1f99 [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  41. e1a1648 [nat] Make create_sccp_src_ref return the SCCP Connection. by Holger Hans Peter Freyther · 14 years ago
  42. d1394be [nat] Remove parameter that is never accessed directly by Holger Hans Peter Freyther · 14 years ago
  43. c3dccc7 [nat] Add the notion of a "local" connection. by Holger Hans Peter Freyther · 14 years ago
  44. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  45. d5a2bc4 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  46. 066190f [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  47. 6e88b17 [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  48. 6f00907 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  49. dac2dee [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  50. 6d35716 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  51. b5280e2 nat: Store the creation time of a sccp connection. by Holger Hans Peter Freyther · 14 years ago
  52. 8e2e0ac nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  53. acd3078 nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  54. 582511a nat: Send a IPA PING down the stream and wait for the pong. by Holger Hans Peter Freyther · 14 years ago
  55. 1512dc2 nat: Add a command to close a given BSC Connection by Holger Hans Peter Freyther · 14 years ago
  56. 5975c68 nat: Only close connections that were fully connected by Holger Hans Peter Freyther · 14 years ago
  57. 9ef7881 nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint by Holger Hans Peter Freyther · 14 years ago
  58. 3633095 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  59. 7acf462 [nat] Add option to forbid the paging to the BSC. by Holger Hans Peter Freyther · 14 years ago
  60. da30c4b [nat] Lookup by BSC Connection otherwise the point of reassigning the is defeated by Holger Hans Peter Freyther · 14 years ago
  61. 98d15ef nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  62. 935b2df nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  63. bace202 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  64. 9226d70 nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  65. 4b6da56 nat: Add config option to filter/handle certain imsi'es. by Holger Hans Peter Freyther · 14 years ago
  66. 5fa42dd [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  67. eb4edde nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  68. dc81393 nat: Send the reset after we have received the init ack by Holger Hans Peter Freyther · 14 years ago
  69. bfcf519 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  70. 65b745e Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  71. c0ff1d0 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  72. 55edb78 nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  73. b02692f nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  74. 0d0aaa6 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  75. 9fec010 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  76. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  77. acd6420 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  78. 8917998 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  79. 3468be3 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  80. 1f27839 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  81. 8c61cdb [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  82. 3660e4d nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago
  83. dccb915 nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  84. 8be49b3 sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  85. 75ee841 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  86. 15d7b4f nat: Documentation fix... use nat for the parameter by Holger Hans Peter Freyther · 14 years ago
  87. 21c4d9e nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  88. a25e3ec nat: Keep track of both sides of the connection by Holger Hans Peter Freyther · 14 years ago
  89. 090a4d8 nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago
  90. 2f1f55d nat: Move SCCP patching to a new file, log updates by Holger Hans Peter Freyther · 14 years ago
  91. 8401054 nat: Start using a write_queue for the BSC connection by Holger Hans Peter Freyther · 14 years ago
  92. 98e49d4 Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  93. 3b96089 nat: Redo a merge with master that happend at this time. by Holger Hans Peter Freyther · 14 years ago
  94. de55766 [nat] Implement token based identification. by Holger Hans Peter Freyther · 14 years ago
  95. 5e54788 [nat] Add VTY support to the BSC nat application by Holger Hans Peter Freyther · 14 years ago
  96. 2ef30aa [nat] Move the structs to the header file by Holger Hans Peter Freyther · 14 years ago
  97. bbf6b65 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 14 years ago
  98. f75a680 [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  99. 57adba5 [nat] Add a bsc_filter.c which will carry out the analysis and filtering by Holger Hans Peter Freyther · 14 years ago