1. f0bc075 mgcp: Parse a Digital Trunk endpoint name. by Holger Hans Peter Freyther · 13 years ago
  2. 804019a mgcp: Include a MGCP Response String in the response by Holger Hans Peter Freyther · 13 years ago
  3. 02539b1 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  4. fb68bf3 subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  5. 699a61f paging: Handle the possible OOM message as well. by Holger Hans Peter Freyther · 14 years ago
  6. c4c9e4d sms: Improve the logging of the paging callback. by Holger Hans Peter Freyther · 14 years ago
  7. e5d806e subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  8. 0fe0c8c subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  9. c45f0a6 subscr: Store the state of a subscr request for inspection. by Holger Hans Peter Freyther · 14 years ago
  10. 32531c4 subscr: Fix subscr leaks in the KI code. by Holger Hans Peter Freyther · 14 years ago
  11. ce69aec subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  12. 5b72b30 subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  13. a32e9c1 subscr: Stop all paging requests if one is failing. by Holger Hans Peter Freyther · 14 years ago
  14. bffd485 subscr: Kick the queue in case of a paging timeout by Holger Hans Peter Freyther · 14 years ago
  15. d91346a msc: Attempt to fix a bug with 'stuck' SMS due RF failure on auth by Holger Hans Peter Freyther · 14 years ago
  16. b01ca46 sms: Add new SMS requests to the end of the list. by Holger Hans Peter Freyther · 14 years ago
  17. 7142b28 sms: Argh... reset the pending after we have cleared the queue. by Holger Hans Peter Freyther · 14 years ago
  18. 97d454e sms: Fix crash by saving the gsm_network by Holger Hans Peter Freyther · 14 years ago
  19. eed400a sms: Show the amount of failures and the SMS we want to send. by Holger Hans Peter Freyther · 14 years ago
  20. 487b9aa sms: Fix the log message and end with a new newline. by Holger Hans Peter Freyther · 14 years ago
  21. 000571f subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  22. 346074d mncc: Do not print the BTS at all as it might not be present by Holger Hans Peter Freyther · 14 years ago
  23. 50366f2 mncc: bts can be NULL, attempt to find the bts from the transaction by Holger Hans Peter Freyther · 14 years ago
  24. 5bc642d mncc: Do not use bts->nr as it might be NULL. by Holger Hans Peter Freyther · 14 years ago
  25. fc0db5c bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  26. 6645a29 misc: Remove unused variable from the function. by Holger Hans Peter Freyther · 13 years ago
  27. 7f66183 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 13 years ago
  28. 8fbe3e9 misc: Fix warning about the cast. by Holger Hans Peter Freyther · 13 years ago
  29. 07d876d misc: Remove unused variable from the db. by Holger Hans Peter Freyther · 13 years ago
  30. 235a7cf misc: Forward declare the struct gsm_bts_trx_ts to avoid warning. by Holger Hans Peter Freyther · 13 years ago
  31. adfe3ff mncc: Move the cc_tx_to_mncc code into the libbsc.a by Holger Hans Peter Freyther · 13 years ago
  32. ddfda9e mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 13 years ago
  33. 02fca86 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  34. 6339984 fix spelling mistake in log message by Harald Welte · 14 years ago
  35. 087bcca re-order the sequence of events in bsc_api:handle_release() by Harald Welte · 14 years ago
  36. c06687d [db] Fix double-quoting in libdbi backend by Harald Welte · 14 years ago
  37. c51b192 MNCC: avoid segfault in DEBUGP due to non-existing conn->lchan by Harald Welte · 14 years ago
  38. 66d062a [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  39. 45d6e4d MNCC: fix copy+paste mistake in log message and change it to DEBUG by Harald Welte · 14 years ago
  40. bd0f33c mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  41. 5be4c72 mncc_sock: Use proper logging directives and levels, don't printf. by Harald Welte · 14 years ago
  42. e532fb7 MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socket by Harald Welte · 14 years ago
  43. bd93eaf mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  44. 5c05ed3 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  45. 17b5652 GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitives by Harald Welte · 14 years ago
  46. e8d1617 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  47. f5db356 mncc_sock: Add an assert() in case our queue peek trick goes wrong by Harald Welte · 14 years ago
  48. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  49. cef3b46 MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  50. 3327288 MNCC socket: Export MNCC interface via unix domain socket by Harald Welte · 14 years ago
  51. f4e4b8a MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  52. 5f77b7f MNCC: split into generic mncc.c and mncc_builtin.c by Harald Welte · 14 years ago
  53. 9a78b89 MNCC: make get_call_ref() function static by Harald Welte · 14 years ago
  54. 568b8b0 MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  55. be0cb68 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  56. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  57. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  58. ca68529 bsc: Some S_LCHAN signals don't provide an lchan by Holger Hans Peter Freyther · 14 years ago
  59. 8f35157 auth: Release the security operation after we sent out a message by Holger Hans Peter Freyther · 14 years ago
  60. 9444d8a bsc: Avoid crashing when no lchan is present in the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  61. ecf3139 gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1 by Sylvain Munaut · 14 years ago
  62. f29c9bf db: Quote the IMEI string before passing it into the database. by Holger Hans Peter Freyther · 14 years ago
  63. d708781 ho: Access the network after we are known to have an entry. by Holger Hans Peter Freyther · 14 years ago
  64. 36cd62c ho: Set the conn to NULL before calling lchan_release by Holger Hans Peter Freyther · 14 years ago
  65. 447bc5a [db] Properly quote name and extension for SQL access by Harald Welte · 14 years ago
  66. c6e196f SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  67. 94ecef3 SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  68. f28e1a0 SGSN: some more comments by Harald Welte · 14 years ago
  69. 8ba6f85 sms: Make sure that this loop is broken from time to time. by Holger Hans Peter Freyther · 14 years ago
  70. 3e479cc sms: Rewrite the queue to find SMS harder. by Holger Hans Peter Freyther · 14 years ago
  71. e41db2a sms: Move the finding of the next SMS to handle to a new method by Holger Hans Peter Freyther · 14 years ago
  72. 4871046 sms: Change the default values for the sms_queue by Holger Hans Peter Freyther · 14 years ago
  73. 1ae9751 sms: Workaround a bug in the db layer and update the data by Holger Hans Peter Freyther · 14 years ago
  74. e78b443 sms: Always go through the database and the smsqueue to send messages by Holger Hans Peter Freyther · 14 years ago
  75. 70428d9 sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  76. 4334e4e sms: Make the amount of failures configurable as well. by Holger Hans Peter Freyther · 14 years ago
  77. 416c7de sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  78. 96b4d35 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  79. 58fe028 sms: Add vty command to trigger running the queue. by Holger Hans Peter Freyther · 14 years ago
  80. 6ec8098 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  81. 6131833 sms: Begin sending SMS messages, handle failures by Holger Hans Peter Freyther · 14 years ago
  82. 575d2e1 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  83. ed3c204 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 14 years ago
  84. 6c7cf7e sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 14 years ago
  85. 7f8d0b1 sms: Use the SMS in the signals where it makes sense. by Holger Hans Peter Freyther · 14 years ago
  86. c7a626b sms: Add a simple SystemTap probe to see SQL queries by Holger Hans Peter Freyther · 14 years ago
  87. 1293f04 sms: Add a script to query for unsent SMS by Holger Hans Peter Freyther · 14 years ago
  88. d1d26c4 sms: Add dummy script to create subscribers and SMS by Holger Hans Peter Freyther · 14 years ago
  89. f290469 sms: Fix a small typo. by Holger Hans Peter Freyther · 14 years ago
  90. ae9c9d9 db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  91. d0095e4 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  92. 52a6375 subscr: Sync the database before sending the attached signal by Holger Hans Peter Freyther · 14 years ago
  93. ff8dd57 subscr: Print the lac of the subscriber. by Holger Hans Peter Freyther · 14 years ago
  94. ab2a933 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  95. 0c29e5f subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  96. ed1d030 subscr: Add VTY command to purge subscribers that are held in memory by Holger Hans Peter Freyther · 14 years ago
  97. 68b21e1 subscr: Introduce VTY option to keep subscribers in ram. by Holger Hans Peter Freyther · 14 years ago
  98. ec4fa9e subscr: Introduce subscr_purge_inactive to free unused subscribers by Holger Hans Peter Freyther · 14 years ago
  99. 0a7d497 subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 14 years ago
  100. c56006b BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago