1. 8f58bbe Current version of mostly working dahdi driver by Matthew Fredrickson · 14 years ago
  2. 1fe2111 first commit by Xavier Carcelle · 14 years ago
  3. 73448bf Latest version of driver from other machine. by Matthew Fredrickson · 14 years ago
  4. ab27bdd Add addtional copyright notices for changes by Matthew Fredrickson · 14 years ago
  5. 124c80e Add lapd.c and lapd.h by Matthew Fredrickson · 14 years ago
  6. 7a9f985 Add dahdi.c by Matthew Fredrickson · 14 years ago
  7. e053f3f [E1] fix typo resulting in NM message being logged as RSL by Harald Welte · 13 years ago
  8. a901fa0 [E1 INPUT] update E1 / BS-11 config files by Harald Welte · 13 years ago
  9. cc5e9f8 [E1 input] make sure config file with new E1 input config saves correctly by Harald Welte · 13 years ago
  10. a849782 [E1 input] proper config error reporting by Harald Welte · 13 years ago
  11. 019130d [E1 INPUT] remove debug printf's by Harald Welte · 13 years ago
  12. e76bea0 [E1 INPUT] explicitly configure the E1 input driver for each line by Harald Welte · 13 years ago
  13. 760d471 [input] make mi_e1_line_update() a driver specific callback by Harald Welte · 13 years ago
  14. cc2b8b3 mncc: Fix a crash in the call release code by Holger Hans Peter Freyther · 13 years ago
  15. ac0968e mgcp: Be able to parse RQNT messages and reply to them by Holger Hans Peter Freyther · 13 years ago
  16. deb1618 bsc: Initialize the subscr to NULL in the default case by Holger Hans Peter Freyther · 13 years ago
  17. 3f6430d mncc: Fix crash when memory allocation is failing by Holger Hans Peter Freyther · 13 years ago
  18. 366a559 bsc: Fix possible crash when the lchan->conn alloc failed by Holger Hans Peter Freyther · 13 years ago
  19. 5f83382 misc: Make clang --analyze happy with the source code by Holger Hans Peter Freyther · 13 years ago
  20. 68ec865 [wireshark] Update HSL wireshark dissector by Harald Welte · 13 years ago
  21. c19170b [wireshark] some more HSL RSL decoding by Harald Welte · 13 years ago
  22. 7aa9192 update gitignore by Harald Welte · 13 years ago
  23. 9773f6c [RSL] Move RF CHAN REL ACK into its own function by Harald Welte · 13 years ago
  24. 7fab002 [wireshark] add some lines to the README about the HSL patches by Harald Welte · 13 years ago
  25. 98aa613 [wiresehark] Update the HSL patch for wireshark RSL dissector by Harald Welte · 13 years ago
  26. 961ac53 [SI] Make sure we set BS_AG_BLKS_RES !=0 by Harald Welte · 13 years ago
  27. 10b7d8f [RSL] add missing hunk from commit 18b590de4acec1536d5fc44ae60cf2ff7250ffe6 by Harald Welte · 13 years ago
  28. 2268a8b [wireshark] some initial hackish patches to support HSLs Abis/IP by Harald Welte · 13 years ago
  29. 9311887 RSL: add code to generate SACCH INFO MODIFY command by Harald Welte · 13 years ago
  30. ca46eff [BSC] Allow manual override of neighbor cell list by Harald Welte · 14 years ago
  31. 164d700 wireshark: rebase the patches, rename and add a README by Holger Hans Peter Freyther · 14 years ago
  32. 085ceb0 wireshark: Remove patches applied in upstream wireshark by Holger Hans Peter Freyther · 14 years ago
  33. 1ce419d silent sms: Fix the silent SMS feature once again by Holger Hans Peter Freyther · 14 years ago
  34. 3fb6bf9 sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 14 years ago
  35. 805d369 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 14 years ago
  36. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  37. 0f1786f mgcp: Return with NULL if we fail the size check. by Holger Hans Peter Freyther · 14 years ago
  38. 72026c1 mgcp: We want to count trunks starting from one. by Holger Hans Peter Freyther · 14 years ago
  39. f0bc075 mgcp: Parse a Digital Trunk endpoint name. by Holger Hans Peter Freyther · 14 years ago
  40. 804019a mgcp: Include a MGCP Response String in the response by Holger Hans Peter Freyther · 14 years ago
  41. 02539b1 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  42. fb68bf3 subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  43. 699a61f paging: Handle the possible OOM message as well. by Holger Hans Peter Freyther · 14 years ago
  44. c4c9e4d sms: Improve the logging of the paging callback. by Holger Hans Peter Freyther · 14 years ago
  45. e5d806e subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  46. 0fe0c8c subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  47. c45f0a6 subscr: Store the state of a subscr request for inspection. by Holger Hans Peter Freyther · 14 years ago
  48. 32531c4 subscr: Fix subscr leaks in the KI code. by Holger Hans Peter Freyther · 14 years ago
  49. ce69aec subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  50. 5b72b30 subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  51. a32e9c1 subscr: Stop all paging requests if one is failing. by Holger Hans Peter Freyther · 14 years ago
  52. bffd485 subscr: Kick the queue in case of a paging timeout by Holger Hans Peter Freyther · 14 years ago
  53. d91346a msc: Attempt to fix a bug with 'stuck' SMS due RF failure on auth by Holger Hans Peter Freyther · 14 years ago
  54. b01ca46 sms: Add new SMS requests to the end of the list. by Holger Hans Peter Freyther · 14 years ago
  55. 7142b28 sms: Argh... reset the pending after we have cleared the queue. by Holger Hans Peter Freyther · 14 years ago
  56. 97d454e sms: Fix crash by saving the gsm_network by Holger Hans Peter Freyther · 14 years ago
  57. eed400a sms: Show the amount of failures and the SMS we want to send. by Holger Hans Peter Freyther · 14 years ago
  58. 487b9aa sms: Fix the log message and end with a new newline. by Holger Hans Peter Freyther · 14 years ago
  59. 000571f subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  60. 346074d mncc: Do not print the BTS at all as it might not be present by Holger Hans Peter Freyther · 14 years ago
  61. 50366f2 mncc: bts can be NULL, attempt to find the bts from the transaction by Holger Hans Peter Freyther · 14 years ago
  62. 5bc642d mncc: Do not use bts->nr as it might be NULL. by Holger Hans Peter Freyther · 14 years ago
  63. fc0db5c bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  64. 6645a29 misc: Remove unused variable from the function. by Holger Hans Peter Freyther · 14 years ago
  65. 7f66183 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 14 years ago
  66. 8fbe3e9 misc: Fix warning about the cast. by Holger Hans Peter Freyther · 14 years ago
  67. 07d876d misc: Remove unused variable from the db. by Holger Hans Peter Freyther · 14 years ago
  68. 235a7cf misc: Forward declare the struct gsm_bts_trx_ts to avoid warning. by Holger Hans Peter Freyther · 14 years ago
  69. adfe3ff mncc: Move the cc_tx_to_mncc code into the libbsc.a by Holger Hans Peter Freyther · 14 years ago
  70. ddfda9e mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 14 years ago
  71. 02fca86 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 14 years ago
  72. 6339984 fix spelling mistake in log message by Harald Welte · 14 years ago
  73. 087bcca re-order the sequence of events in bsc_api:handle_release() by Harald Welte · 14 years ago
  74. c06687d [db] Fix double-quoting in libdbi backend by Harald Welte · 14 years ago
  75. c51b192 MNCC: avoid segfault in DEBUGP due to non-existing conn->lchan by Harald Welte · 14 years ago
  76. 66d062a [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  77. 45d6e4d MNCC: fix copy+paste mistake in log message and change it to DEBUG by Harald Welte · 14 years ago
  78. bd0f33c mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  79. 5be4c72 mncc_sock: Use proper logging directives and levels, don't printf. by Harald Welte · 14 years ago
  80. e532fb7 MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socket by Harald Welte · 14 years ago
  81. bd93eaf mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  82. 5c05ed3 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  83. 17b5652 GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitives by Harald Welte · 14 years ago
  84. e8d1617 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  85. f5db356 mncc_sock: Add an assert() in case our queue peek trick goes wrong by Harald Welte · 14 years ago
  86. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  87. cef3b46 MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  88. 3327288 MNCC socket: Export MNCC interface via unix domain socket by Harald Welte · 14 years ago
  89. f4e4b8a MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  90. 5f77b7f MNCC: split into generic mncc.c and mncc_builtin.c by Harald Welte · 14 years ago
  91. 9a78b89 MNCC: make get_call_ref() function static by Harald Welte · 14 years ago
  92. 568b8b0 MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  93. be0cb68 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  94. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  95. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  96. ca68529 bsc: Some S_LCHAN signals don't provide an lchan by Holger Hans Peter Freyther · 14 years ago
  97. 8f35157 auth: Release the security operation after we sent out a message by Holger Hans Peter Freyther · 14 years ago
  98. 9444d8a bsc: Avoid crashing when no lchan is present in the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  99. ecf3139 gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1 by Sylvain Munaut · 14 years ago
  100. f29c9bf db: Quote the IMEI string before passing it into the database. by Holger Hans Peter Freyther · 14 years ago