1. 98753bd bsc: Add module for handling BSSAP input by Holger Hans Peter Freyther · 14 years ago
  2. fd48817 bsc: Implement sending a SCCP CR with the complete layer3 data by Holger Hans Peter Freyther · 14 years ago
  3. af7a4a4 bsc: Implement SCCP connection confirmed handling. by Holger Hans Peter Freyther · 14 years ago
  4. e547fe1 bsc: Implement clearing the SCCP connection by Holger Hans Peter Freyther · 14 years ago
  5. fa25bd6 bsc: Implement writing out UDT messages to a MSC Connection by Holger Hans Peter Freyther · 14 years ago
  6. b4713b8 bsc: Implement closing the connections when the MSC goes missing by Holger Hans Peter Freyther · 14 years ago
  7. 912a6ad bsc: Implement sending a message toward the MSC. by Holger Hans Peter Freyther · 14 years ago
  8. 94cc41f bsc: Implement a CC timeout and the IT timeout, prepare the timers by Holger Hans Peter Freyther · 14 years ago
  9. 288b80a bsc: Make open/close work on the sccp data by Holger Hans Peter Freyther · 14 years ago
  10. b93e35d bsc: Start to open a SCCP connection and prepare timers and such. by Holger Hans Peter Freyther · 14 years ago
  11. 9c61b2a bsc: Work a bit on opening the SCCP connection to the MSC. by Holger Hans Peter Freyther · 14 years ago
  12. 3e0525f bsc: Add a mobile country code setting for the backbone. by Holger Hans Peter Freyther · 14 years ago
  13. 0a104d8 bsc: Implement scanning and changing messages from the MSC by Holger Hans Peter Freyther · 14 years ago
  14. a6af88f bsc: Add a method to scan messages coming from the MSC. by Holger Hans Peter Freyther · 14 years ago
  15. 5035bba bsc: Look for location updating requests in messages by Holger Hans Peter Freyther · 14 years ago
  16. b408d79 bsc: Add a hook where we can scan for LU and other messages. by Holger Hans Peter Freyther · 14 years ago
  17. 1b8e90a bsc: Call into the SCCP layer to create a new connection. by Holger Hans Peter Freyther · 14 years ago
  18. 5f2184c bsc: Reduce duplication with a macro. by Holger Hans Peter Freyther · 14 years ago
  19. cfa3747 bsc: Implement sending an assignment failure by Holger Hans Peter Freyther · 14 years ago
  20. ef2d1bf bsc: Send a Clear Reques on RF Failures to the MSC. by Holger Hans Peter Freyther · 14 years ago
  21. 313324e bsc: Implement sending a SAPI n Reject. by Holger Hans Peter Freyther · 14 years ago
  22. 3623d6b bsc: Implement the DTAP callback and forward the data to the MSC by Holger Hans Peter Freyther · 14 years ago
  23. 03a61d1 bsc: Implement sending the assignment complete to the network by Holger Hans Peter Freyther · 14 years ago
  24. a62919e bsc: Implement sending a Cipher Mode Complete message by Holger Hans Peter Freyther · 14 years ago
  25. 13cde94 bsc: Add a method that will queue the message on a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  26. b6d7014 bsc: Add some basic checks to see if a SCCP connection is established by Holger Hans Peter Freyther · 14 years ago
  27. e0f3bb5 bsc: Complain about unimplemented stuff. by Holger Hans Peter Freyther · 14 years ago
  28. 7a3b01b bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  29. b20fb42 bsc_api: Rework the signal handler to be extendable by Holger Hans Peter Freyther · 14 years ago
  30. 5322dbf bsc_api: Clear lchan->conn on lchan_release by Holger Hans Peter Freyther · 14 years ago
  31. 473ba0f bsc_api: Clear the conn->lchan before calling subscr_con_free by Holger Hans Peter Freyther · 14 years ago
  32. f3ddb3c bsc_api: Clear the conn of the failed lchan to avoid a runtime warning by Holger Hans Peter Freyther · 14 years ago
  33. 7518458 bsc_api: Set the lchan->conn to NULL in all of the cases by Holger Hans Peter Freyther · 14 years ago
  34. 9113583 bsc_api: Send a channel modify when we already have a TCH. by Holger Hans Peter Freyther · 14 years ago
  35. 7dec9fb bsc_api: Plug a theoretical window for the RLL callbacks by Holger Hans Peter Freyther · 14 years ago
  36. 6bfcad8 bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  37. 1de909f bsc_api: Clarify the parameters of the assignment command by Holger Hans Peter Freyther · 14 years ago
  38. 0c117b3 bsc_api: Implement sending the cipher mode method by Holger Hans Peter Freyther · 14 years ago
  39. 1b1259e bsc_api: Make the cipher_mode take the 'include imei sv' argument by Holger Hans Peter Freyther · 14 years ago
  40. 9ff6568 bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  41. 40b8902 bsc_api: Nuke the clear complete from the API. by Holger Hans Peter Freyther · 14 years ago
  42. 767ff3c bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  43. 8dd01ef bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  44. 47cd8ed bsc_api: The cipher mode is not a message on the air interface by Holger Hans Peter Freyther · 14 years ago
  45. 801ecb6 bsc_api: Look into the msg and call the right API functions by Holger Hans Peter Freyther · 14 years ago
  46. 3d4d2c7 bsc_api: Change the cause to a uint8_t for now by Holger Hans Peter Freyther · 14 years ago
  47. 0aa55a3 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  48. 25176f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  49. b0065af subscr: Add method to find an active subscriber by Holger Hans Peter Freyther · 14 years ago
  50. dcec9aa subscr: Add the subscr_get_or_create from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  51. b48f337 subscr: Move the TMSI reserved into the gsm_data by Holger Hans Peter Freyther · 14 years ago
  52. 6651b69 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  53. 16bdb14 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  54. a73c02f e1_input: Fix compiler warning by using offsetof by Holger Hans Peter Freyther · 14 years ago
  55. 0d11b61 mark andreas@eversberg.eu as 'extern' for lcr by Andreas Eversberg · 14 years ago
  56. e355a43 nat: Verify that the endpoint from the assignment command exists by Holger Hans Peter Freyther · 14 years ago
  57. 689e3cc bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  58. b0746fe bsc: Fix crash when making a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  59. 5ce6517 bsc: Add the audio codec list command to list preferred codecs by Holger Hans Peter Freyther · 14 years ago
  60. 7dcd8e3 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  61. f43e3db bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  62. 21a1cf3 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  63. f3ce67d bsc: Fix the name of the local vty variable. by Holger Hans Peter Freyther · 14 years ago
  64. f085f0a Merge branch 'zecke/mgcp-transcoder' by Holger Hans Peter Freyther · 14 years ago
  65. c9e3bc6 mgcp: Send data from the network to the transcoder too by Holger Hans Peter Freyther · 14 years ago
  66. b1880ee mgcp: Use the calculated remote port from the mgcp_rtp_end by Holger Hans Peter Freyther · 14 years ago
  67. 4f2083b mgcp: Make the transcoding forwarding work for BTS/NET by Holger Hans Peter Freyther · 14 years ago
  68. 18f6787 mgcp: Refactor the network binding routines by Holger Hans Peter Freyther · 14 years ago
  69. c983f83 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  70. 6f94bac mgcp: Keep the local_port like it was set on allocation by Holger Hans Peter Freyther · 14 years ago
  71. b6345ab mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  72. ed1a5a5 mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  73. 1d9a8eb mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  74. 09eb46b mgcp: Fix the indetion of this code. it should use tabs by Holger Hans Peter Freyther · 14 years ago
  75. 38f640f nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  76. 34c48a6 nat: Add test case for matching phone numbers by Holger Hans Peter Freyther · 14 years ago
  77. 999c5eb nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  78. 45b8b72 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago
  79. 26a7e50 Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  80. 914c0be Require 0.1.27 for the new gsm0808 methods by Holger Hans Peter Freyther · 14 years ago
  81. 2c7f274 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  82. d39f310 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  83. 0a891d0 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago
  84. 22f7f54 nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  85. 2091261 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  86. 2514fc0 nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  87. 0d5fdbb nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  88. c3ac978 nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  89. 2945ee9 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  90. e4ac0e4 [vty] First set of fixes for the oml/rsl con dropping by Holger Hans Peter Freyther · 14 years ago
  91. 07ff1c3 [vty] Add ipa specific command to provoke failures to test OML/RSL reconnect by Holger Hans Peter Freyther · 14 years ago
  92. 466e1cc Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  93. 8ef837f nat: Forward the data coming from the USSD module to the BSC. by Holger Hans Peter Freyther · 14 years ago
  94. 5cd2fae nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  95. 6a3e0c7 ipaccess: Add a structure for informing the USSD provider about the state by Holger Hans Peter Freyther · 14 years ago
  96. 1ff40d8 nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  97. 18625ac nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  98. 552fc16 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  99. 6f744c3 nat: Implement the matching of certain USSD messages by Holger Hans Peter Freyther · 14 years ago
  100. daf5417 nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago