1. a17faf8 Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp by Harald Welte · 13 years ago[Renamed from openbsc/src/nat/bsc_nat_utils.c]
  2. 9212d9d nat: Fix some corruption in the test case by Holger Hans Peter Freyther · 13 years ago
  3. 9ec030d nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  4. ed500e3 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  5. 91fa850 nat: If the number starts with 00 turn it into a international number by Holger Hans Peter Freyther · 13 years ago
  6. 4446b3b nat: Add extra size check for the number and fail if it does not fit by Holger Hans Peter Freyther · 13 years ago
  7. 368a0a7 ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 13 years ago
  8. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  9. d414c06 nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  10. 643931d nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  11. 1400310 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  12. 25adfce nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  13. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  14. a914daf nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  15. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  16. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  17. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  18. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  19. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  20. 8c78b48 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  21. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  22. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  23. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  24. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  25. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  26. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  27. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  28. 0c35b5b nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  29. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  30. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  31. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  32. e8223ca nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  33. 11ebe1b nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  34. 3268540 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  35. 74e0a1b nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  36. 909e61f nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  37. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  38. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  39. dbd16fe nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  40. 20ee312 nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  41. 71d36b3 nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  42. 8330c1c nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  43. b2c38eb nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  44. 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
  45. 26c3a35 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  46. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  47. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  48. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  49. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  50. b71c23b [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  51. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  52. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  53. 66e1ef7 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  54. 1f38747 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  55. 48945b1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  56. f192498 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  57. 87ef2f2 [nat] Check proto descriptor and the message type by Holger Hans Peter Freyther · 14 years ago
  58. bcb32a4 [nat] Add code to filter the CM Service Request by IMSI. by Holger Hans Peter Freyther · 14 years ago
  59. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  60. 9cc1b83 [nat] We do not want to see the actual matches. by Holger Hans Peter Freyther · 14 years ago
  61. 34a96ae [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  62. f830322 [nat] Fix the size check of the LU Request. by Holger Hans Peter Freyther · 14 years ago
  63. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  64. 290ed9a nat: Add code to parse the SCCP optional data. by Holger Hans Peter Freyther · 14 years ago
  65. b4af5c9 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  66. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  67. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  68. 8151973 nat: Move the write queue init to the allocation function by Holger Hans Peter Freyther · 14 years ago
  69. a4376ad [nat] Ignore paging that is to page by BSS... by Holger Hans Peter Freyther · 14 years ago
  70. 7a77369 nat: Always initialize the out pointer... by Holger Hans Peter Freyther · 14 years ago
  71. 979a309 nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  72. 8139553 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  73. a88742c nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  74. 1395948 Use osmocore tlv definition for GSM0808. by Holger Hans Peter Freyther · 14 years ago
  75. d1278c1 nat: Two fixes for the write memory case... by Holger Hans Peter Freyther · 14 years ago
  76. d470286 [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  77. 2896df7 nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  78. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  79. 530c4b1 nat: Print the unknown byte as a integer instead of charachter by Holger Hans Peter Freyther · 14 years ago
  80. a0df82d nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  81. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  82. 23fe7be sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  83. e9be517 nat: Some more input validation... on the paging command. by Holger Hans Peter Freyther · 14 years ago
  84. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  85. f8048d9 nat: Assign the connection inside the new helper function. by Holger Hans Peter Freyther · 14 years ago
  86. dcf8a7d nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago