1. 999c5eb nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  2. 22f7f54 nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  3. 2091261 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  4. 2514fc0 nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  5. 0d5fdbb nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  6. c3ac978 nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  7. 1ff40d8 nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  8. 01ae681 nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  9. 1b1a936 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  10. b542332 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  11. 9bd8bd7 nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  12. 4a98ae9 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  13. 6b340cc nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  14. acc0fdf nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  15. 6c1ae96 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  16. f232b27 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  17. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  18. 7c831f6 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  19. 1f04083 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  20. 3cc2e2f nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  21. 2e72807 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  22. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  23. 39f1880 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  24. 34dac3e nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  25. efd367d nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  26. a15e257 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  27. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  28. 531d3e3 nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  29. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  30. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  31. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  32. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  33. 275f27a nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  34. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  35. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  36. e36be81 nat: Do not use the bssap.h include as it does not exist in this branch. by Holger Hans Peter Freyther · 14 years ago
  37. 6b76250 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  38. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  39. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  40. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  41. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  42. 15a1f99 [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  43. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  44. d5a2bc4 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  45. 2ed35b3 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  46. 49c0c52 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  47. 801efa1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  48. ecaa0b1 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  49. 6c1610f [nat] Check proto descriptor and the message type by Holger Hans Peter Freyther · 14 years ago
  50. 2ebd52a [nat] Add code to filter the CM Service Request by IMSI. by Holger Hans Peter Freyther · 14 years ago
  51. 066190f [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  52. ba91925 [nat] We do not want to see the actual matches. by Holger Hans Peter Freyther · 14 years ago
  53. 13abb82 [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  54. 540f4c8 [nat] Fix the size check of the LU Request. by Holger Hans Peter Freyther · 14 years ago
  55. dac2dee [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  56. 4ebb30e nat: Add code to parse the SCCP optional data. by Holger Hans Peter Freyther · 14 years ago
  57. 6d35716 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  58. acd3078 nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  59. 3633095 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  60. 0952b2f nat: Move the write queue init to the allocation function by Holger Hans Peter Freyther · 14 years ago
  61. 69a365e [nat] Ignore paging that is to page by BSS... by Holger Hans Peter Freyther · 14 years ago
  62. 05c77ab nat: Always initialize the out pointer... by Holger Hans Peter Freyther · 14 years ago
  63. 935b2df nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  64. bace202 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  65. 9226d70 nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  66. a707061 Use osmocore tlv definition for GSM0808. by Holger Hans Peter Freyther · 14 years ago
  67. 085ea30 nat: Two fixes for the write memory case... by Holger Hans Peter Freyther · 14 years ago
  68. 5fa42dd [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  69. eb4edde nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  70. bfcf519 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  71. 60ebf14 nat: Print the unknown byte as a integer instead of charachter by Holger Hans Peter Freyther · 14 years ago
  72. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  73. dccb915 nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  74. 8be49b3 sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  75. 4b66bff nat: Some more input validation... on the paging command. by Holger Hans Peter Freyther · 14 years ago
  76. 21c4d9e nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  77. 72deaea nat: Assign the connection inside the new helper function. by Holger Hans Peter Freyther · 14 years ago
  78. 090a4d8 nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago