1. 6d5a039 OM2000: Add enable/disable commands by Harald Welte · 13 years ago
  2. 40ad3b3 OM2000: Add support for sending the TEST REQUEST message by Harald Welte · 13 years ago
  3. 9bf8e9e OM2000: Add VTY commands for connect/disconnect and op_info by Harald Welte · 13 years ago
  4. 1d5a206 OM2000: Introduce VTY commands to initiate OM2000 procedures by Harald Welte · 13 years ago
  5. 4f3644b OM2000: Negotiation Resposne, send START on OML-up event by Harald Welte · 13 years ago
  6. 2a0a963 [RBS2000] Add initial code for Ericsson OM2000 O&M protocol by Harald Welte · 13 years ago
  7. c2f27ba [RBS2000] Initial attempt at Ericsson RBS2000 support by Harald Welte · 13 years ago
  8. 9480980 [OML] Allow each BTS model to specify the OML callback by Harald Welte · 13 years ago
  9. 18e489a E1 Input: Add new S_INP_LINE_INIT signal by Harald Welte · 13 years ago
  10. 4c826f7 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 14 years ago
  11. 306a206 [LAPD] Support multiple instances of LAPD 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. 9311887 RSL: add code to generate SACCH INFO MODIFY command by Harald Welte · 14 years ago
  15. ca46eff [BSC] Allow manual override of neighbor cell list by Harald Welte · 14 years ago
  16. 3fb6bf9 sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 14 years ago
  17. 805d369 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 14 years ago
  18. a63d35c ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 14 years ago
  19. 804019a mgcp: Include a MGCP Response String in the response by Holger Hans Peter Freyther · 14 years ago
  20. 02539b1 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  21. fb68bf3 subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  22. e5d806e subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  23. 0fe0c8c subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  24. ce69aec subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  25. 5b72b30 subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  26. 000571f subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  27. fc0db5c bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  28. 7f66183 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 14 years ago
  29. 235a7cf misc: Forward declare the struct gsm_bts_trx_ts to avoid warning. by Holger Hans Peter Freyther · 14 years ago
  30. ddfda9e mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 14 years ago
  31. 02fca86 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 14 years ago
  32. bd93eaf mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  33. 5c05ed3 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  34. e8d1617 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  35. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  36. cef3b46 MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c by Harald Welte · 14 years ago
  37. f4e4b8a MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  38. 568b8b0 MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  39. be0cb68 MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc() by Harald Welte · 14 years ago
  40. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  41. 645b383 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  42. c6e196f SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  43. 94ecef3 SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  44. 70428d9 sms: Allow setting amount of failures through the vty. by Holger Hans Peter Freyther · 14 years ago
  45. 416c7de sms: Add vty command to clear the pending message by Holger Hans Peter Freyther · 14 years ago
  46. 96b4d35 sms: Make the max_pending tunable via a vty runtime setting by Holger Hans Peter Freyther · 14 years ago
  47. 6ec8098 sms: Provide some simple vty command for the state of the SMS queue by Holger Hans Peter Freyther · 14 years ago
  48. 6131833 sms: Begin sending SMS messages, handle failures by Holger Hans Peter Freyther · 14 years ago
  49. 575d2e1 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  50. ed3c204 sms: Create signal data for SMS with more information by Holger Hans Peter Freyther · 14 years ago
  51. 6c7cf7e sms: Dispatch a failed signal in many of the MT-sms points by Holger Hans Peter Freyther · 14 years ago
  52. ae9c9d9 db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  53. d0095e4 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  54. ab2a933 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  55. 0c29e5f subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  56. ec4fa9e subscr: Introduce subscr_purge_inactive to free unused subscribers by Holger Hans Peter Freyther · 14 years ago
  57. 0a7d497 subscr: Make it possible to keep subscribers in RAM. by Holger Hans Peter Freyther · 14 years ago
  58. c56006b BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  59. 532dcca GPRS: enhance msgb headroom/tailroom for SGSN (GMM) by Harald Welte · 14 years ago
  60. 857e15d Authentication: use ENUM instead of magic numbers by Harald Welte · 14 years ago
  61. a00fdd7 Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  62. 6f40df0 Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot by Harald Welte · 14 years ago
  63. 26e5886 MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue() by Harald Welte · 14 years ago
  64. f3af403 rsl: Remove unimplemented/unused rsl_paging_cmd_subscr by Holger Hans Peter Freyther · 14 years ago
  65. ef3b59d misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  66. d300106 misc: Remove gsm_subscriber.h include to reduce dependencies. by Holger Hans Peter Freyther · 14 years ago
  67. 038834b ts Make the e1inp_ts delay configurable by Holger Hans Peter Freyther · 14 years ago
  68. 2a6bffe abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  69. 30534c5 bs11_config: show the BPORT0 / BPORT1 configuration in 'query' by Harald Welte · 14 years ago
  70. 5f431d9 include: Add proper predeclaration for struct in mncc.h by Sylvain Munaut · 14 years ago
  71. 6efd646 include: Small fixes to gsm_data.h by Sylvain Munaut · 14 years ago
  72. 8b61ee1 include: Add proper predeclaration for struct in system_information.h by Sylvain Munaut · 14 years ago
  73. 5123c0e include: Add proper predeclaration for struct in abis_rsl.h by Sylvain Munaut · 14 years ago
  74. b7b6e78 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  75. 00d7146 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  76. d8bcaed mid-call: Implement a timer to go from grace to off. by Holger Hans Peter Freyther · 14 years ago
  77. 3c557ae mid-call: Rename ussd-grace to mid-call by Holger Hans Peter Freyther · 14 years ago
  78. de86c89 mid-call: Introduce a timeout to switch from grace to rf off. by Holger Hans Peter Freyther · 14 years ago
  79. 5854141 bsc: Implement queuing of messages to the MSC before the con is established by Holger Hans Peter Freyther · 14 years ago
  80. 1753af2 bsc: The ip.access rtp-payload has no useful meaning by Holger Hans Peter Freyther · 14 years ago
  81. 3f79397 bsc: Add thr audio module to send the MDCX message to the BTS by Holger Hans Peter Freyther · 14 years ago
  82. f0c1673 bsc: Implement the assignment command to the point of calling into the BSC API by Holger Hans Peter Freyther · 14 years ago
  83. 9f853df bsc: Parse the cipher mode command and pass it to the BSC api. by Holger Hans Peter Freyther · 14 years ago
  84. 1f334cc bsc: Make bsc_queue_for_msc work on the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 14 years ago
  85. 98753bd bsc: Add module for handling BSSAP input by Holger Hans Peter Freyther · 14 years ago
  86. b4713b8 bsc: Implement closing the connections when the MSC goes missing by Holger Hans Peter Freyther · 14 years ago
  87. 288b80a bsc: Make open/close work on the sccp data by Holger Hans Peter Freyther · 14 years ago
  88. b93e35d bsc: Start to open a SCCP connection and prepare timers and such. by Holger Hans Peter Freyther · 14 years ago
  89. 9c61b2a bsc: Work a bit on opening the SCCP connection to the MSC. by Holger Hans Peter Freyther · 14 years ago
  90. 3e0525f bsc: Add a mobile country code setting for the backbone. by Holger Hans Peter Freyther · 14 years ago
  91. 0a104d8 bsc: Implement scanning and changing messages from the MSC by Holger Hans Peter Freyther · 14 years ago
  92. a6af88f bsc: Add a method to scan messages coming from the MSC. by Holger Hans Peter Freyther · 14 years ago
  93. 5035bba bsc: Look for location updating requests in messages by Holger Hans Peter Freyther · 14 years ago
  94. b408d79 bsc: Add a hook where we can scan for LU and other messages. by Holger Hans Peter Freyther · 14 years ago
  95. 1b8e90a bsc: Call into the SCCP layer to create a new connection. by Holger Hans Peter Freyther · 14 years ago
  96. 13cde94 bsc: Add a method that will queue the message on a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  97. 7a3b01b bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  98. 6bfcad8 bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  99. 1de909f bsc_api: Clarify the parameters of the assignment command by Holger Hans Peter Freyther · 14 years ago
  100. 1b1259e bsc_api: Make the cipher_mode take the 'include imei sv' argument by Holger Hans Peter Freyther · 14 years ago