1. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  2. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  3. c2c0ea7 nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  4. 8c36fdb nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  5. 5546619 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  6. dec7387 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  7. 998a981 nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  8. 5d2a30a nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  9. c5df08b nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago
  10. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  11. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  12. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  13. acc4031 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  14. 9c20571 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  15. 2e2ff34 nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  16. df8e6e9 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  17. ad75eab nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  18. 1d54c40 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  19. 20102b0 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  20. ab46cf3 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  21. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  22. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  23. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  24. 6860c44 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  25. 474698a nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  26. 1ffe98c nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  27. e1880105 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  28. 5cde92c nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  29. 4c9557e nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  30. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  31. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  32. 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]
  33. 9212d9d nat: Fix some corruption in the test case by Holger Hans Peter Freyther · 13 years ago
  34. 9ec030d nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  35. ed500e3 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  36. 91fa850 nat: If the number starts with 00 turn it into a international number by Holger Hans Peter Freyther · 13 years ago
  37. 4446b3b nat: Add extra size check for the number and fail if it does not fit by Holger Hans Peter Freyther · 13 years ago
  38. 368a0a7 ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 13 years ago
  39. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  40. d414c06 nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  41. 643931d nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  42. 1400310 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  43. 25adfce nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  44. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  45. a914daf nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  46. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  47. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  48. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  49. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  50. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  51. 8c78b48 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  52. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  53. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  54. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  55. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  56. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  57. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  58. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  59. 0c35b5b nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  60. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  61. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  62. 2f1a984 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  63. e8223ca nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  64. 11ebe1b nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  65. 3268540 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  66. 74e0a1b nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  67. 909e61f nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  68. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  69. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  70. dbd16fe nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  71. 20ee312 nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  72. 71d36b3 nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  73. 8330c1c nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  74. b2c38eb nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  75. 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
  76. 26c3a35 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  77. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  78. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  79. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  80. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  81. b71c23b [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  82. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  83. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  84. 66e1ef7 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  85. 1f38747 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  86. 48945b1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  87. f192498 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  88. 87ef2f2 [nat] Check proto descriptor and the message type by Holger Hans Peter Freyther · 14 years ago
  89. bcb32a4 [nat] Add code to filter the CM Service Request by IMSI. by Holger Hans Peter Freyther · 14 years ago
  90. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  91. 9cc1b83 [nat] We do not want to see the actual matches. by Holger Hans Peter Freyther · 14 years ago
  92. 34a96ae [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  93. f830322 [nat] Fix the size check of the LU Request. by Holger Hans Peter Freyther · 14 years ago
  94. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  95. 290ed9a nat: Add code to parse the SCCP optional data. by Holger Hans Peter Freyther · 14 years ago
  96. b4af5c9 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  97. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  98. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  99. 8151973 nat: Move the write queue init to the allocation function by Holger Hans Peter Freyther · 14 years ago
  100. a4376ad [nat] Ignore paging that is to page by BSS... by Holger Hans Peter Freyther · 14 years ago