1. c85a50e nat: Introduce a config free for the test and fix valgrind issues by Holger Hans Peter Freyther · 10 years ago
  2. a62a631 nat: Remove the entry from the list before we destroy it by Holger Hans Peter Freyther · 10 years ago
  3. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  4. 802cb5e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  5. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  6. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  7. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  8. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  9. a673ce7 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  10. ef6a4a6 nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  11. f8c05a1 nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  12. 21e5c61 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  13. 718d67e nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago
  14. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  15. e24452f nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  16. 2b1e7dc nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  17. bc72354 nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  18. 10b7875 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  19. e6fa553 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  20. 036bf9f nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 13 years ago
  21. c9fc830 nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 13 years ago
  22. 523e6ee nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 13 years ago
  23. 1c14d96 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  24. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  25. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  26. 1ed3927 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  27. d240407 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  28. 8f1ef5f nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  29. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  30. ed42b13 nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  31. e73b6a9 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  32. b7cc497 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  33. 1a91e67 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  34. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  35. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  36. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  37. 9561493 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  38. 698e4b9 nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  39. b1eb94f nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  40. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  41. b14ece1 nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  42. dd7e85b nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  43. 8b1713a Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  44. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  45. acdcfea 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]
  46. 187221e nat: Fix some corruption in the test case by Holger Hans Peter Freyther · 13 years ago
  47. b28f5a0 nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  48. 9575164 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  49. da580ec nat: If the number starts with 00 turn it into a international number by Holger Hans Peter Freyther · 13 years ago
  50. 0518e72 nat: Add extra size check for the number and fail if it does not fit by Holger Hans Peter Freyther · 13 years ago
  51. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  52. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  53. 999c5eb nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  54. 22f7f54 nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  55. 2091261 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  56. 2514fc0 nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  57. 0d5fdbb nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  58. c3ac978 nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  59. 1ff40d8 nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  60. 01ae681 nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  61. 1b1a936 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  62. b542332 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  63. 9bd8bd7 nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  64. 4a98ae9 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  65. 6b340cc nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  66. acc0fdf nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  67. 6c1ae96 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  68. f232b27 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  69. d5cd304 ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  70. 7c831f6 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  71. 1f04083 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  72. 3cc2e2f nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  73. 2e72807 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  74. a67fc6f nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago
  75. 39f1880 nat: Add statistics to the access-list in the NAT by Holger Hans Peter Freyther · 14 years ago
  76. 34dac3e nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  77. efd367d nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  78. a15e257 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  79. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  80. 531d3e3 nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  81. 90e5eae Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  82. 4a9dd3b nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  83. 0b77635 nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  84. 4d0fbda nat: Create a method to determine if any MSC is connected. by Holger Hans Peter Freyther · 14 years ago
  85. 275f27a nat: Add spaces to the desc to align it properly on the vty output by Holger Hans Peter Freyther · 14 years ago
  86. 3357a7b nat: Count the number of dropped SCCP and MGCP calls as well. by Holger Hans Peter Freyther · 14 years ago
  87. ccefba6 nat: Switch per BSC counters to the rate ctr. by Holger Hans Peter Freyther · 14 years ago
  88. 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
  89. 6b76250 nat: Add both entries to the tail to keep the order they are inserted by Holger Hans Peter Freyther · 14 years ago
  90. 8eb4589 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  91. b604471 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  92. 704b350 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  93. 67b6d52 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  94. 15a1f99 [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  95. 8e69f0c [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  96. d5a2bc4 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  97. 2ed35b3 [nat] Use the new gsm48 method to parse the MI followed by a classmark. by Holger Hans Peter Freyther · 14 years ago
  98. 49c0c52 [nat] Let IMSI DETACH and other messages pass by. by Holger Hans Peter Freyther · 14 years ago
  99. 801efa1 [nat] Print on which BSC config this happend. by Holger Hans Peter Freyther · 14 years ago
  100. ecaa0b1 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago