1. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  2. e393f27 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  3. c1578bc nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  4. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  5. d1effd8 nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  6. 17870cf nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  7. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  8. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  9. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  10. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  11. 3d38742 nat: Find a connection by the real ref by Holger Hans Peter Freyther · 14 years ago
  12. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  13. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  14. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  15. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  16. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  17. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  18. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  19. 249d69a nat: Use the write_queue inside the CFG. by Holger Hans Peter Freyther · 14 years ago
  20. 74e0a1b nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  21. 85902a4 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  22. f7c86c5 nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  23. 45fd07d nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  24. 5b2726e nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago
  25. 4634013 mgcp: Make the CI uint32_t all the way to avoid mismatch by Holger Hans Peter Freyther · 14 years ago
  26. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  27. 6b77107 nat: Rename ip-tos to ip-dscp and provide an alias... by Holger Hans Peter Freyther · 14 years ago
  28. dbd16fe nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  29. d1d45b3 nat: Remove the first_contact variable. by Holger Hans Peter Freyther · 14 years ago
  30. 20ee312 nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  31. 3a77e61 nat: Keep track of the MSC handling the connection. by Holger Hans Peter Freyther · 14 years ago
  32. 8330c1c nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  33. b2c38eb nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  34. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  35. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  36. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  37. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  38. 078321a [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  39. b71c23b [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  40. fa20c94 [nat] Make create_sccp_src_ref return the SCCP Connection. by Holger Hans Peter Freyther · 14 years ago
  41. e1fb567 [nat] Remove parameter that is never accessed directly by Holger Hans Peter Freyther · 14 years ago
  42. c58da4b [nat] Add the notion of a "local" connection. by Holger Hans Peter Freyther · 14 years ago
  43. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  44. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  45. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  46. e635dab [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  47. b606101 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  48. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  49. b4af5c9 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  50. c14e09b nat: Store the creation time of a sccp connection. by Holger Hans Peter Freyther · 14 years ago
  51. aad82ce nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  52. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  53. 906c15e nat: Send a IPA PING down the stream and wait for the pong. by Holger Hans Peter Freyther · 14 years ago
  54. 2f9dcf0 nat: Add a command to close a given BSC Connection by Holger Hans Peter Freyther · 14 years ago
  55. 4c683d1 nat: Only close connections that were fully connected by Holger Hans Peter Freyther · 14 years ago
  56. 959bbcf nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint by Holger Hans Peter Freyther · 14 years ago
  57. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  58. 62e5843 [nat] Add option to forbid the paging to the BSC. by Holger Hans Peter Freyther · 14 years ago
  59. b5513ca [nat] Lookup by BSC Connection otherwise the point of reassigning the is defeated by Holger Hans Peter Freyther · 14 years ago
  60. 08a1b16 nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  61. 979a309 nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  62. 8139553 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  63. a88742c nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  64. c16cf27 nat: Add config option to filter/handle certain imsi'es. by Holger Hans Peter Freyther · 14 years ago
  65. d470286 [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  66. 2896df7 nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  67. b752761 nat: Send the reset after we have received the init ack by Holger Hans Peter Freyther · 14 years ago
  68. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  69. d2dd6e8 Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  70. 26a4389 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  71. 5cc94fb nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  72. f05506e nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  73. 8d20065 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  74. 3c3bce1 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  75. a0df82d nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  76. 76c8354 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  77. fc9bd23 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  78. a7f8018 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  79. 241e130 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  80. d131b79 [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  81. f7d3335 nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago
  82. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  83. 23fe7be sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  84. 49c7fb5 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  85. a5784b5 nat: Documentation fix... use nat for the parameter by Holger Hans Peter Freyther · 14 years ago
  86. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  87. 16a6f70 nat: Keep track of both sides of the connection by Holger Hans Peter Freyther · 14 years ago
  88. dcf8a7d nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago
  89. 0ab6bab nat: Move SCCP patching to a new file, log updates by Holger Hans Peter Freyther · 14 years ago
  90. ed07a3f nat: Start using a write_queue for the BSC connection by Holger Hans Peter Freyther · 14 years ago
  91. df6143a Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  92. 6c45f2e nat: Redo a merge with master that happend at this time. by Holger Hans Peter Freyther · 14 years ago
  93. aa69824 [nat] Implement token based identification. by Holger Hans Peter Freyther · 14 years ago
  94. 9a85ef3 [nat] Add VTY support to the BSC nat application by Holger Hans Peter Freyther · 14 years ago
  95. 9f8f3d0 [nat] Move the structs to the header file by Holger Hans Peter Freyther · 15 years ago
  96. 1d6fb18 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 15 years ago
  97. 0b8f69d [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  98. 6a97b8d [nat] Add a bsc_filter.c which will carry out the analysis and filtering by Holger Hans Peter Freyther · 14 years ago