1. 28e2988 nat: Add the OSMO NAT to the build process. by Holger Hans Peter Freyther · 14 years ago
  2. ab52c84 nat: Add NAT_NODE and BSC_NODE for the nat by Holger Hans Peter Freyther · 14 years ago
  3. 3d73e0d nat: Register a debug region for the nat. by Holger Hans Peter Freyther · 14 years ago
  4. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  5. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  6. e4900a0 [nat] Implement the removal of an access-list. by Holger Hans Peter Freyther · 14 years ago
  7. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  8. 078321a [nat] Add ip-tos option to the nat. by Holger Hans Peter Freyther · 14 years ago
  9. ca999a9 msc: Add msc ip-tos NR option for the BSC by Holger Hans Peter Freyther · 14 years ago
  10. b71c23b [nat] Make the refusal more complicated to support more MSCs by Holger Hans Peter Freyther · 14 years ago
  11. fa20c94 [nat] Make create_sccp_src_ref return the SCCP Connection. by Holger Hans Peter Freyther · 14 years ago
  12. e1fb567 [nat] Remove parameter that is never accessed directly by Holger Hans Peter Freyther · 14 years ago
  13. c58da4b [nat] Add the notion of a "local" connection. by Holger Hans Peter Freyther · 14 years ago
  14. 234d312 [nat] Use and print the connection type of a SCCP connection. by Holger Hans Peter Freyther · 14 years ago
  15. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  16. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  17. e635dab [nat] Add a token to the nat config and handle ID GET by Holger Hans Peter Freyther · 14 years ago
  18. f76e7ef [bsc_msc] Move the id get response into the bsc_msc.c by Holger Hans Peter Freyther · 14 years ago
  19. b606101 [nat] Allow to set the description for the bsc. by Holger Hans Peter Freyther · 14 years ago
  20. 12dc89a [nat] Make the string -> regexp parsing public by Holger Hans Peter Freyther · 14 years ago
  21. b4af5c9 nat: Introduce a nat filter that is working on the CR message. by Holger Hans Peter Freyther · 14 years ago
  22. c14e09b nat: Store the creation time of a sccp connection. by Holger Hans Peter Freyther · 14 years ago
  23. aad82ce nat: Print the MSC status with a new vty command. by Holger Hans Peter Freyther · 14 years ago
  24. e47a91b bsc_msc: Add a connection timeout for the MSC. by Holger Hans Peter Freyther · 14 years ago
  25. da35a8d nat: Make ping/pong timeout configurable. by Holger Hans Peter Freyther · 14 years ago
  26. 906c15e nat: Send a IPA PING down the stream and wait for the pong. by Holger Hans Peter Freyther · 14 years ago
  27. 2f9dcf0 nat: Add a command to close a given BSC Connection by Holger Hans Peter Freyther · 14 years ago
  28. 4c683d1 nat: Only close connections that were fully connected by Holger Hans Peter Freyther · 14 years ago
  29. 959bbcf nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint by Holger Hans Peter Freyther · 14 years ago
  30. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  31. 62e5843 [nat] Add option to forbid the paging to the BSC. by Holger Hans Peter Freyther · 14 years ago
  32. b5513ca [nat] Lookup by BSC Connection otherwise the point of reassigning the is defeated by Holger Hans Peter Freyther · 14 years ago
  33. 08a1b16 nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  34. 979a309 nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  35. 8139553 nat: Make the MSC configurable. by Holger Hans Peter Freyther · 14 years ago
  36. a88742c nat: Move MSC ip address into the config.. by Holger Hans Peter Freyther · 14 years ago
  37. 8bdcf55 bsc_msc_ip.c: Create the GSM network earlier, send the reset on each connection by Holger Hans Peter Freyther · 14 years ago
  38. c16cf27 nat: Add config option to filter/handle certain imsi'es. by Holger Hans Peter Freyther · 14 years ago
  39. d470286 [statistics] Provide basic statistics for the NAT by Holger Hans Peter Freyther · 14 years ago
  40. 2896df7 nat: Attempt to have a single BSC write method by Holger Hans Peter Freyther · 14 years ago
  41. b752761 nat: Send the reset after we have received the init ack by Holger Hans Peter Freyther · 14 years ago
  42. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  43. d2dd6e8 Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  44. 26a4389 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  45. 5cc94fb nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  46. f05506e nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  47. 8d20065 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  48. 3c3bce1 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  49. a0df82d nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  50. 76c8354 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  51. fc9bd23 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  52. a7f8018 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  53. 241e130 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  54. d131b79 [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  55. f7d3335 nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago
  56. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  57. 23fe7be sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  58. 49c7fb5 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  59. a5784b5 nat: Documentation fix... use nat for the parameter by Holger Hans Peter Freyther · 14 years ago
  60. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  61. 16a6f70 nat: Keep track of both sides of the connection by Holger Hans Peter Freyther · 14 years ago
  62. dcf8a7d nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago
  63. 0ab6bab nat: Move SCCP patching to a new file, log updates by Holger Hans Peter Freyther · 14 years ago
  64. baf2abe msc: Create a real interface for BSC MSC and start handling reconnects by Holger Hans Peter Freyther · 14 years ago
  65. ed07a3f nat: Start using a write_queue for the BSC connection by Holger Hans Peter Freyther · 14 years ago
  66. df6143a Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  67. 6c45f2e nat: Redo a merge with master that happend at this time. by Holger Hans Peter Freyther · 14 years ago
  68. aa69824 [nat] Implement token based identification. by Holger Hans Peter Freyther · 14 years ago
  69. 9a85ef3 [nat] Add VTY support to the BSC nat application by Holger Hans Peter Freyther · 14 years ago
  70. 9f8f3d0 [nat] Move the structs to the header file by Holger Hans Peter Freyther · 14 years ago
  71. 1d6fb18 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 14 years ago
  72. 0b8f69d [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  73. 6a97b8d [nat] Add a bsc_filter.c which will carry out the analysis and filtering by Holger Hans Peter Freyther · 14 years ago
  74. eef86b5 [bsc_msc] Move the connect to the MSC routine into a new file by Holger Hans Peter Freyther · 14 years ago
  75. 230a4d8 gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  76. 2c0f166 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  77. 580cb83 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  78. 9140174 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  79. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  80. f6fb3ef bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  81. 6a3d765 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  82. 43b0909 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  83. 9c595b7 bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  84. d04b9ed auth: Add missing include/auth.h by Sylvain Munaut · 14 years ago
  85. e824d9c auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  86. 2030a2a gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  87. 30a1538 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  88. 92b2ff5 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  89. c614a6a db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  90. b48216f auth: Add #define for special value for key_seq by Sylvain Munaut · 14 years ago
  91. 2844144 GPRS: Increase the NS msg size to 2048 by Holger Hans Peter Freyther · 14 years ago
  92. abcddf1 bsc_api: Add init, dispatch the clear request when a channel is going missing by Holger Hans Peter Freyther · 14 years ago
  93. 05a379b bsc_api: Add a callback based BSC -> MSC api... by Holger Hans Peter Freyther · 14 years ago
  94. efbdee9 [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  95. bb35c45 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  96. 5bfe499 [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  97. 588d44e [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD by Harald Welte · 14 years ago
  98. 4f5848d abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  99. ce22f92 [GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlink by Harald Welte · 14 years ago
  100. 1d9d944 [GPRS] LLC: Implement per-SAPI default values for LLC parameters by Harald Welte · 14 years ago