1. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  2. e8223ca nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  3. 11ebe1b nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  4. 3268540 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  5. 74e0a1b nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  6. 909e61f nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  7. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  8. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  9. dbd16fe nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  10. 20ee312 nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  11. 71d36b3 nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  12. 8330c1c nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  13. b2c38eb nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  14. 69d801e nat: Do not use the bssap.h include as it does not exist in this branch. by Holger Hans Peter Freyther · 14 years ago
  15. 26c3a35 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  16. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  17. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  18. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  19. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  20. b71c23b [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  21. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  22. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  23. 66e1ef7 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  24. 1f38747 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  25. 48945b1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  26. f192498 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  27. 87ef2f2 [nat] Check proto descriptor and the message type by Holger Hans Peter Freyther · 14 years ago
  28. bcb32a4 [nat] Add code to filter the CM Service Request by IMSI. by Holger Hans Peter Freyther · 14 years ago
  29. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  30. 9cc1b83 [nat] We do not want to see the actual matches. by Holger Hans Peter Freyther · 14 years ago
  31. 34a96ae [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  32. f830322 [nat] Fix the size check of the LU Request. by Holger Hans Peter Freyther · 14 years ago
  33. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  34. 290ed9a nat: Add code to parse the SCCP optional data. by Holger Hans Peter Freyther · 14 years ago
  35. b4af5c9 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  36. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  37. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  38. 8151973 nat: Move the write queue init to the allocation function by Holger Hans Peter Freyther · 14 years ago
  39. a4376ad [nat] Ignore paging that is to page by BSS... by Holger Hans Peter Freyther · 14 years ago
  40. 7a77369 nat: Always initialize the out pointer... by Holger Hans Peter Freyther · 14 years ago
  41. 979a309 nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  42. 8139553 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  43. a88742c nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  44. 1395948 Use osmocore tlv definition for GSM0808. by Holger Hans Peter Freyther · 14 years ago
  45. d1278c1 nat: Two fixes for the write memory case... by Holger Hans Peter Freyther · 14 years ago
  46. d470286 [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  47. 2896df7 nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  48. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  49. 530c4b1 nat: Print the unknown byte as a integer instead of charachter by Holger Hans Peter Freyther · 14 years ago
  50. a0df82d nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  51. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  52. 23fe7be sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  53. e9be517 nat: Some more input validation... on the paging command. by Holger Hans Peter Freyther · 14 years ago
  54. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  55. f8048d9 nat: Assign the connection inside the new helper function. by Holger Hans Peter Freyther · 14 years ago
  56. dcf8a7d nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago