1. 3cc2e2f nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  2. 2e72807 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  3. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  4. 39f1880 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  5. 34dac3e nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  6. efd367d nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  7. a15e257 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  8. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  9. 531d3e3 nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  10. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  11. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  12. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  13. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  14. 275f27a nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  15. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  16. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  17. 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
  18. 6b76250 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  19. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  20. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  21. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  22. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  23. 15a1f99 [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  24. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  25. d5a2bc4 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  26. 2ed35b3 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  27. 49c0c52 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  28. 801efa1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  29. ecaa0b1 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  30. 6c1610f [nat] Check proto descriptor and the message type by Holger Hans Peter Freyther · 14 years ago
  31. 2ebd52a [nat] Add code to filter the CM Service Request by IMSI. by Holger Hans Peter Freyther · 14 years ago
  32. 066190f [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  33. ba91925 [nat] We do not want to see the actual matches. by Holger Hans Peter Freyther · 14 years ago
  34. 13abb82 [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  35. 540f4c8 [nat] Fix the size check of the LU Request. by Holger Hans Peter Freyther · 14 years ago
  36. dac2dee [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  37. 4ebb30e nat: Add code to parse the SCCP optional data. by Holger Hans Peter Freyther · 14 years ago
  38. 6d35716 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  39. acd3078 nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  40. 3633095 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  41. 0952b2f nat: Move the write queue init to the allocation function by Holger Hans Peter Freyther · 14 years ago
  42. 69a365e [nat] Ignore paging that is to page by BSS... by Holger Hans Peter Freyther · 14 years ago
  43. 05c77ab nat: Always initialize the out pointer... by Holger Hans Peter Freyther · 14 years ago
  44. 935b2df nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  45. bace202 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  46. 9226d70 nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  47. a707061 Use osmocore tlv definition for GSM0808. by Holger Hans Peter Freyther · 14 years ago
  48. 085ea30 nat: Two fixes for the write memory case... by Holger Hans Peter Freyther · 14 years ago
  49. 5fa42dd [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  50. eb4edde nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  51. bfcf519 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  52. 60ebf14 nat: Print the unknown byte as a integer instead of charachter by Holger Hans Peter Freyther · 14 years ago
  53. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  54. dccb915 nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  55. 8be49b3 sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  56. 4b66bff nat: Some more input validation... on the paging command. by Holger Hans Peter Freyther · 14 years ago
  57. 21c4d9e nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  58. 72deaea nat: Assign the connection inside the new helper function. by Holger Hans Peter Freyther · 14 years ago
  59. 090a4d8 nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago