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