1. bedecf3 nat: remove is called on already patched connections.. by Holger Hans Peter Freyther · 14 years ago
  2. 9dd152c nat: Print the SCCP ref's as hex numbers by Holger Hans Peter Freyther · 14 years ago
  3. f9c8d0f nat: Avoid crashing when we have no pending transaction by Holger Hans Peter Freyther · 14 years ago
  4. c12e193 nat: Logging improvement for the nat. by Holger Hans Peter Freyther · 14 years ago
  5. 32aba23 nat: Print the MSC multiplex as well by Holger Hans Peter Freyther · 14 years ago
  6. b02692f nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  7. 81bda81 nat: No need to match \r\n when parsing the C: N by Holger Hans Peter Freyther · 14 years ago
  8. 3237065 nat: Remove the broken empty line check, follow \n vs \r\n of input by Holger Hans Peter Freyther · 14 years ago
  9. e85bc49 nat: Use a ptr that was allocated by talloc by Holger Hans Peter Freyther · 14 years ago
  10. 0d0aaa6 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  11. 5a723b6 nat: Check the authentication bit later... by Holger Hans Peter Freyther · 14 years ago
  12. 9fec010 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  13. 6b99828 nat: Allow to send MGCP messages from the BSC to the network by Holger Hans Peter Freyther · 14 years ago
  14. 8ddcc15 nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  15. acd6420 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  16. 8917998 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  17. b47bf47 bsc-msc: Flush the write queue when we have lost the connection by Holger Hans Peter Freyther · 14 years ago
  18. 3468be3 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  19. 1f27839 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  20. 38712d0 nat: bsc_mgcp_clear is called from within the remove function by Holger Hans Peter Freyther · 14 years ago
  21. 8c61cdb [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  22. 3660e4d nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago
  23. dccb915 nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  24. 8be49b3 sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  25. 75ee841 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  26. d062c52 misc: Do not prepend 0x when using %p in printf. by Holger Hans Peter Freyther · 14 years ago
  27. 45f6295 nat: Fail more early in the case of not being authenticated by Holger Hans Peter Freyther · 14 years ago
  28. d5deb33 nat: Add test case and data for paging by lac test. by Holger Hans Peter Freyther · 14 years ago
  29. 4b66bff nat: Some more input validation... on the paging command. by Holger Hans Peter Freyther · 14 years ago
  30. 15d7b4f nat: Documentation fix... use nat for the parameter by Holger Hans Peter Freyther · 14 years ago
  31. 435a5c1 nat: Verify that the configured LACs are unique across the nat by Holger Hans Peter Freyther · 14 years ago
  32. 21c4d9e nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  33. b63a9f8 nat: Add a test case for the connection tracking by Holger Hans Peter Freyther · 14 years ago
  34. 773fba7 nat: Fix the lookup of connections to and from the BSC by Holger Hans Peter Freyther · 14 years ago
  35. a25e3ec nat: Keep track of both sides of the connection by Holger Hans Peter Freyther · 14 years ago
  36. 72deaea nat: Assign the connection inside the new helper function. by Holger Hans Peter Freyther · 14 years ago
  37. 021266e nat: Actually add the connection to the SCCP list of active connections by Holger Hans Peter Freyther · 14 years ago
  38. b7e685b filter: Move logging level down to INFO by Holger Hans Peter Freyther · 14 years ago
  39. c5543f4 nat: Compare the IPA size with the actual size of the data... by Holger Hans Peter Freyther · 14 years ago
  40. 090a4d8 nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago
  41. 2f1f55d nat: Move SCCP patching to a new file, log updates by Holger Hans Peter Freyther · 14 years ago
  42. 3399df3 nat: Handle MSC disconnect by closing all NAT connections by Holger Hans Peter Freyther · 14 years ago
  43. 4a860a0 msc: Create a real interface for BSC MSC and start handling reconnects by Holger Hans Peter Freyther · 14 years ago
  44. 8b901fa bsc_msc: Connect in a non blocking way to the MSC by Holger Hans Peter Freyther · 14 years ago
  45. a207db2 nat: Add a warning for an important todo item on connection loss by Holger Hans Peter Freyther · 14 years ago
  46. ffcf79c nat: Clear all pending messages in case the BSC disconnected by Holger Hans Peter Freyther · 14 years ago
  47. 2ec5517 nat: Switch downstream over to the write queue by Holger Hans Peter Freyther · 14 years ago
  48. 809d6fa nat: Stop using the input/ipaccess.c method as it will write directly by Holger Hans Peter Freyther · 14 years ago
  49. 3908ba0 nat: Make it clear where we want to send these methods by Holger Hans Peter Freyther · 14 years ago
  50. 4ce3270 nat: Move one more area to the bsc_write method by Holger Hans Peter Freyther · 14 years ago
  51. ad2136b nat: Move BSC msg sending to a new method. by Holger Hans Peter Freyther · 14 years ago
  52. 8401054 nat: Start using a write_queue for the BSC connection by Holger Hans Peter Freyther · 14 years ago
  53. 257a8cc nat: Move MSC write to the write_queue and make it non blocking by Holger Hans Peter Freyther · 14 years ago
  54. bea0ac6 nat: Rename variable from connection to listen by Holger Hans Peter Freyther · 14 years ago
  55. 98e49d4 Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  56. 3b96089 nat: Redo a merge with master that happend at this time. by Holger Hans Peter Freyther · 14 years ago
  57. 418fe11 [msc/nat] It is better to use msgb_free to free the msgb by Holger Hans Peter Freyther · 14 years ago
  58. 4ed88fc [nat/bsc] Fix memory leak of IPA messages... by Holger Hans Peter Freyther · 14 years ago
  59. fd2c757 [nat] Intercept the PAGING message and then forward it to the BSCs with that LAC by Holger Hans Peter Freyther · 14 years ago
  60. 87fcac2 [nat] Fix compiler warning.. by Holger Hans Peter Freyther · 14 years ago
  61. de55766 [nat] Implement token based identification. by Holger Hans Peter Freyther · 14 years ago
  62. fb5a487 [nat] Do not forward messages from and to BSC when it is not authenticated by Holger Hans Peter Freyther · 14 years ago
  63. 8736d27 [nat] Use default handler for SIGINT to quit the app by Holger Hans Peter Freyther · 14 years ago
  64. 5e54788 [nat] Add VTY support to the BSC nat application by Holger Hans Peter Freyther · 14 years ago
  65. 2ef30aa [nat] Move the structs to the header file by Holger Hans Peter Freyther · 14 years ago
  66. e6c45a0 [nat] Add missing Makefile.am.. by Holger Hans Peter Freyther · 14 years ago
  67. 0792bb5 [nat] Make some methods static. by Holger Hans Peter Freyther · 14 years ago
  68. e83917d [nat] Begin to patch SCCP connections by Holger Hans Peter Freyther · 14 years ago
  69. 722ead8 [nat] Send a GSM 08.08 Reset Ack to the BSC... by Holger Hans Peter Freyther · 14 years ago
  70. bbf6b65 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 14 years ago
  71. f75a680 [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  72. 8f99b82 [nat] Make use of the LOGP macro in the code base. by Holger Hans Peter Freyther · 14 years ago
  73. ac0dc7f [nat] Handle write errors with a warning to make the compiler happy by Holger Hans Peter Freyther · 14 years ago
  74. 57adba5 [nat] Add a bsc_filter.c which will carry out the analysis and filtering by Holger Hans Peter Freyther · 14 years ago
  75. 57a6ac8 [nat] Use the right len for the packages.. by Holger Hans Peter Freyther · 14 years ago
  76. 453a7af [nat] Really forward the data to the BSC by Holger Hans Peter Freyther · 14 years ago
  77. 058519d [nat] Make sure the ipaccess_bsc_cb will be called.. by Holger Hans Peter Freyther · 14 years ago
  78. b8567c8 [nat] Unregister the fd before leaving.. by Holger Hans Peter Freyther · 14 years ago
  79. 4a62960 [nat] First code to simply forward data from the MSC to the real BSC by Holger Hans Peter Freyther · 14 years ago
  80. fd012d5 [nat] Turn off compiler warning... by Holger Hans Peter Freyther · 14 years ago
  81. 738dbdf [nat] Security will become important at some point... by Holger Hans Peter Freyther · 14 years ago
  82. e8fa0f1 [nat] Start to listen for the incoming BTS by Holger Hans Peter Freyther · 14 years ago
  83. e907cb2 [nat] Connect to the MSC like the real BSC by Holger Hans Peter Freyther · 14 years ago
  84. 9e16ba5 [bsc_msc] Move the connect to the MSC routine into a new file by Holger Hans Peter Freyther · 14 years ago
  85. 89d9fd9 [bsc-nat] Start with a simple NAT/MUX for a BSC by Holger Hans Peter Freyther · 14 years ago
  86. 8073cbd gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  87. a44eea5 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  88. 76f8b75 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  89. 3d31527 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  90. cbecea5 bsc_api: Remove the lchan argument from the mm_tx_identity_req method. by Holger Hans Peter Freyther · 14 years ago
  91. b57d556 bsc_api: Remove lchan from LU Reject... by Holger Hans Peter Freyther · 14 years ago
  92. fa2bafd bsc_api: Kill the lchan argument from the LU Accept Method. by Holger Hans Peter Freyther · 14 years ago
  93. 5bc4d1d bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  94. ed4e3bd bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  95. 43fae0a gsm_04_11: Place subscr_put_channel whenever being done with SMS. by Holger Hans Peter Freyther · 14 years ago
  96. 3ed097d gsm_04_11: Speculative leak fix for the SMS... by Holger Hans Peter Freyther · 14 years ago
  97. 9f619d0 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  98. d2c8558 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  99. ee2be4c bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  100. b2f49a5 bsc_api: Add newline to the end of the file. by Holger Hans Peter Freyther · 14 years ago