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