1. b752761 nat: Send the reset after we have received the init ack by Holger Hans Peter Freyther · 14 years ago
  2. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  3. d2dd6e8 Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  4. 26a4389 nat: Close all endpoints used by a BSC when the BSC is gone by Holger Hans Peter Freyther · 14 years ago
  5. 5cc94fb nat: Remember a pending delete on an endpoint and carry it out later by Holger Hans Peter Freyther · 14 years ago
  6. f05506e nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  7. 8d20065 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  8. 3c3bce1 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  9. a0df82d nat: Handle CRCX/MDCX/DLCX at the nat by Holger Hans Peter Freyther · 14 years ago
  10. 76c8354 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  11. fc9bd23 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  12. a7f8018 nat: First go at handling MGCP inside the nat by Holger Hans Peter Freyther · 14 years ago
  13. 241e130 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  14. d131b79 [nat] Send a RSIP down to the BSC after it connects by Holger Hans Peter Freyther · 14 years ago
  15. f7d3335 nat: Add MGCP code and parsing to the nat code.. by Holger Hans Peter Freyther · 14 years ago
  16. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  17. 23fe7be sccp: Move the destruction of the sccp connection to a new place by Holger Hans Peter Freyther · 14 years ago
  18. 49c7fb5 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  19. a5784b5 nat: Documentation fix... use nat for the parameter by Holger Hans Peter Freyther · 14 years ago
  20. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  21. 16a6f70 nat: Keep track of both sides of the connection by Holger Hans Peter Freyther · 14 years ago
  22. dcf8a7d nat: Move creation of the structs to a separate file by Holger Hans Peter Freyther · 14 years ago
  23. 0ab6bab nat: Move SCCP patching to a new file, log updates by Holger Hans Peter Freyther · 14 years ago
  24. baf2abe msc: Create a real interface for BSC MSC and start handling reconnects by Holger Hans Peter Freyther · 14 years ago
  25. ed07a3f nat: Start using a write_queue for the BSC connection by Holger Hans Peter Freyther · 14 years ago
  26. df6143a Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  27. 6c45f2e nat: Redo a merge with master that happend at this time. by Holger Hans Peter Freyther · 14 years ago
  28. aa69824 [nat] Implement token based identification. by Holger Hans Peter Freyther · 14 years ago
  29. 9a85ef3 [nat] Add VTY support to the BSC nat application by Holger Hans Peter Freyther · 14 years ago
  30. 9f8f3d0 [nat] Move the structs to the header file by Holger Hans Peter Freyther · 14 years ago
  31. 1d6fb18 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 14 years ago
  32. 0b8f69d [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  33. 6a97b8d [nat] Add a bsc_filter.c which will carry out the analysis and filtering by Holger Hans Peter Freyther · 14 years ago
  34. eef86b5 [bsc_msc] Move the connect to the MSC routine into a new file by Holger Hans Peter Freyther · 14 years ago
  35. 230a4d8 gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  36. 2c0f166 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  37. 580cb83 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  38. 9140174 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  39. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  40. f6fb3ef bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  41. 6a3d765 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  42. 43b0909 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  43. 9c595b7 bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  44. d04b9ed auth: Add missing include/auth.h by Sylvain Munaut · 14 years ago
  45. e824d9c auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  46. 2030a2a gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  47. 30a1538 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  48. 92b2ff5 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  49. c614a6a db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  50. b48216f auth: Add #define for special value for key_seq by Sylvain Munaut · 14 years ago
  51. 2844144 GPRS: Increase the NS msg size to 2048 by Holger Hans Peter Freyther · 14 years ago
  52. abcddf1 bsc_api: Add init, dispatch the clear request when a channel is going missing by Holger Hans Peter Freyther · 14 years ago
  53. 05a379b bsc_api: Add a callback based BSC -> MSC api... by Holger Hans Peter Freyther · 14 years ago
  54. efbdee9 [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  55. bb35c45 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  56. 5bfe499 [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  57. 588d44e [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD by Harald Welte · 14 years ago
  58. 4f5848d abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  59. ce22f92 [GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlink by Harald Welte · 14 years ago
  60. 1d9d944 [GPRS] LLC: Implement per-SAPI default values for LLC parameters by Harald Welte · 14 years ago
  61. bb1c805 [GPRS] implement GTP->SNDCP->LLC downlink user-data path by Harald Welte · 14 years ago
  62. 96df606 [GPRS] add comments to SGSN header file by Harald Welte · 14 years ago
  63. ebabdea [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  64. 807a5d8 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  65. 56a0145 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  66. c2e8cc4 [GPRS] Implement TMSI reallocation and timers 3350 + 3370 by Harald Welte · 14 years ago
  67. 81c9b9c OML: Introduce minimal VTY command set to interact with OML managed objects by Harald Welte · 14 years ago
  68. 14ce8a0 VTY: libosmocore >= 0.1.9 doesn't define BSC specific VTY nodes anymore by Harald Welte · 14 years ago
  69. 4b4dd10 [rsl] Introduce an error state for the lchan and set it on release by Holger Hans Peter Freyther · 14 years ago
  70. f30c0dc [rsl] Implement the T3111 timer to delay the RF Channel release by Holger Hans Peter Freyther · 14 years ago
  71. 6bdee6a [GPRS] LLC: Increment V(U) and N(U) by Harald Welte · 14 years ago
  72. 7ae3f6c add gprs_ns_frgre.h to Makefile.am by Harald Welte · 14 years ago
  73. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  74. 2fbf12d gprs_ns_frgre.h: Create the header and include it by Holger Hans Peter Freyther · 14 years ago
  75. 83e0b3f gprs: Fix warnings on funny casts for the return statement by Holger Hans Peter Freyther · 14 years ago
  76. b987344 vty: The method got renamed, fix various compiler warnings. by Holger Hans Peter Freyther · 14 years ago
  77. d92f9af debug: Make GPRS params non-const to avoid compiler warning by Holger Hans Peter Freyther · 14 years ago
  78. e4860d7 [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GRE by Harald Welte · 14 years ago
  79. ff3bde8 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  80. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  81. 3a318ab socket: Add support for GRE sockets by Harald Welte · 14 years ago
  82. 7af4962 [SGSN] Gb Proxy: Simplify configuration by Harald Welte · 14 years ago
  83. cd4dd4d [GPRS] fix numerous compiler warnings by Harald Welte · 14 years ago
  84. 6463c07 [GPRS] SGSN: TMSI allocation by Harald Welte · 14 years ago
  85. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  86. 2e918a8 [GPRS] LLC: Add VTY interface for LLC by Harald Welte · 14 years ago
  87. b3911a0 [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI by Harald Welte · 14 years ago
  88. 75827d6 [GPRS] add missing header file gprs_gmm.h by Harald Welte · 14 years ago
  89. 8acd88f [GPRS] SGSN: Include rate counters in MM Context by Harald Welte · 14 years ago
  90. 6abf94e [GPRS] Properly connect GPRS SM with LIBGTP for PDP context activation by Harald Welte · 14 years ago
  91. d2a9ed2 [GPRS] SGSN: Activate BSSGP VTY functions by Harald Welte · 14 years ago
  92. d9a55f6 [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  93. 5fa2f44 [GPRS] VTY: Add BSSGP node by Harald Welte · 14 years ago
  94. 5c90e5c [GPRS] BSSGP: expose more internal structures / API by Harald Welte · 14 years ago
  95. d193cb3 [GPRS] More work on a real SGSN by Harald Welte · 14 years ago
  96. 8fc1a46 [SGSN] remove the mmctx->sgsn pointer by Harald Welte · 14 years ago
  97. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago
  98. 394520a [sccp] Add method to create a dt1 packet. by Holger Hans Peter Freyther · 14 years ago
  99. f53a9d5 [sccp] Create a method to create RLSD messages. by Holger Hans Peter Freyther · 14 years ago
  100. 410422f [sccp] Create a SCCP CC creation routine. by Holger Hans Peter Freyther · 14 years ago