1. 77cd95d bsc_api: Implement the assignment command for the BSC. by Holger Hans Peter Freyther · 14 years ago
  2. f05750c bsc_api: Rework the signal handler to be extendable by Holger Hans Peter Freyther · 14 years ago
  3. abf962b bsc_api: Clear lchan->conn on lchan_release by Holger Hans Peter Freyther · 14 years ago
  4. 8d216c7 bsc_api: Clear the conn->lchan before calling subscr_con_free by Holger Hans Peter Freyther · 14 years ago
  5. a2e5cb8 bsc_api: Clear the conn of the failed lchan to avoid a runtime warning by Holger Hans Peter Freyther · 14 years ago
  6. a2828fa bsc_api: Set the lchan->conn to NULL in all of the cases by Holger Hans Peter Freyther · 14 years ago
  7. 088dde8 bsc_api: Send a channel modify when we already have a TCH. by Holger Hans Peter Freyther · 14 years ago
  8. 7e50c81 bsc_api: Plug a theoretical window for the RLL callbacks by Holger Hans Peter Freyther · 14 years ago
  9. 8d380dc bsc_api: Change submit dtap to allow to automatically use the SACH by Holger Hans Peter Freyther · 14 years ago
  10. 2603c1f bsc_api: Clarify the parameters of the assignment command by Holger Hans Peter Freyther · 14 years ago
  11. 4be7d41 bsc_api: Implement sending the cipher mode method by Holger Hans Peter Freyther · 14 years ago
  12. 2f169d6 bsc_api: Make the cipher_mode take the 'include imei sv' argument by Holger Hans Peter Freyther · 14 years ago
  13. 45b575f bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  14. 66dcd92 bsc_api: Nuke the clear complete from the API. by Holger Hans Peter Freyther · 14 years ago
  15. 46caa30 bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  16. b094171 bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  17. e1996f0 bsc_api: The cipher mode is not a message on the air interface by Holger Hans Peter Freyther · 14 years ago
  18. 6c199e7 bsc_api: Look into the msg and call the right API functions by Holger Hans Peter Freyther · 14 years ago
  19. fce9307 bsc_api: Change the cause to a uint8_t for now by Holger Hans Peter Freyther · 14 years ago
  20. 05c6884 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  21. 85334f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  22. 8dfd241 subscr: Add method to find an active subscriber by Holger Hans Peter Freyther · 14 years ago
  23. d740b68 subscr: Add the subscr_get_or_create from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  24. 928ca74 subscr: Move the TMSI reserved into the gsm_data by Holger Hans Peter Freyther · 14 years ago
  25. 8cc5903 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  26. ecd94a4 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  27. 0b369c5 e1_input: Fix compiler warning by using offsetof by Holger Hans Peter Freyther · 14 years ago
  28. 5652cfc mark andreas@eversberg.eu as 'extern' for lcr by Andreas Eversberg · 14 years ago
  29. 1406977 nat: Verify that the endpoint from the assignment command exists by Holger Hans Peter Freyther · 14 years ago
  30. f3d1ae7 bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  31. 0425c38 bsc: Fix crash when making a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  32. 7bf66c5 bsc: Add the audio codec list command to list preferred codecs by Holger Hans Peter Freyther · 14 years ago
  33. fe16622 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  34. 45f9e69 bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  35. 4de1116 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  36. 5b848f3 bsc: Fix the name of the local vty variable. by Holger Hans Peter Freyther · 14 years ago
  37. 79dcd71 Merge branch 'zecke/mgcp-transcoder' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.11
  38. 8b19dee mgcp: Send data from the network to the transcoder too by Holger Hans Peter Freyther · 14 years ago
  39. 5f2cd84 mgcp: Use the calculated remote port from the mgcp_rtp_end by Holger Hans Peter Freyther · 14 years ago
  40. 3f29cc8 mgcp: Make the transcoding forwarding work for BTS/NET by Holger Hans Peter Freyther · 14 years ago
  41. 386a940 mgcp: Refactor the network binding routines by Holger Hans Peter Freyther · 14 years ago
  42. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  43. e97155a mgcp: Keep the local_port like it was set on allocation by Holger Hans Peter Freyther · 14 years ago
  44. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  45. 88b597e mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  46. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  47. fbca4ea mgcp: Fix the indetion of this code. it should use tabs by Holger Hans Peter Freyther · 14 years ago
  48. 43eb1a3 nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  49. 74779c6 nat: Add test case for matching phone numbers by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.10
  50. d414c06 nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  51. 732d9c1 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.9
  52. c4fd45c Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  53. afa5a39 Require 0.1.27 for the new gsm0808 methods by Holger Hans Peter Freyther · 14 years ago
  54. a8a50a8 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  55. 54f5352 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  56. 07dfc70 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago
  57. 643931d nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  58. 1400310 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  59. 25adfce nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  60. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  61. a914daf nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  62. 7642439 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  63. 0586b0f [vty] First set of fixes for the oml/rsl con dropping by Holger Hans Peter Freyther · 14 years ago
  64. 2484ceb [vty] Add ipa specific command to provoke failures to test OML/RSL reconnect by Holger Hans Peter Freyther · 14 years ago
  65. f3ca2ee Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  66. 90bbccf nat: Forward the data coming from the USSD module to the BSC. by Holger Hans Peter Freyther · 14 years ago
  67. 4c401e7 nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  68. ec8a4e2 ipaccess: Add a structure for informing the USSD provider about the state by Holger Hans Peter Freyther · 14 years ago
  69. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  70. 64b1292 nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  71. e393f27 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  72. 3229f44 nat: Implement the matching of certain USSD messages by Holger Hans Peter Freyther · 14 years ago
  73. c1578bc nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  74. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  75. d1effd8 nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  76. 17870cf nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  77. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  78. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  79. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  80. 8c78b48 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  81. 6b03831 lua: Mention that the code has some bugs... by Holger Hans Peter Freyther · 14 years ago
  82. fbf87a5 lua: Search for clear requests from the network as well by Holger Hans Peter Freyther · 14 years ago
  83. def777a lua: Check BSSMAP msgtypes in one function.. by Holger Hans Peter Freyther · 14 years ago
  84. 8bde2ee lua: Check for Cipher Mode Reject failures as well by Holger Hans Peter Freyther · 14 years ago
  85. bc3d8dd lua: Check for assignment failures by Holger Hans Peter Freyther · 14 years ago
  86. 721c457 lua: Check for disconnects with non normal release too by Holger Hans Peter Freyther · 14 years ago
  87. e512e3f lua: Fix the indenting of the file by Holger Hans Peter Freyther · 14 years ago
  88. 7220ca9 contrib: Add LUA script to store SCCP connections with Errors by Holger Hans Peter Freyther · 14 years ago
  89. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  90. a25d579 nat: Convert the ip to host order to allow to bind to other ips by Holger Hans Peter Freyther · 14 years ago
  91. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  92. 3d38742 nat: Find a connection by the real ref by Holger Hans Peter Freyther · 14 years ago
  93. f961de1 nat: Use the make_sock routine to listen for incoming connections. by Holger Hans Peter Freyther · 14 years ago
  94. a09b966 nat: Use strncmp on the string in case it is not null terminated by Holger Hans Peter Freyther · 14 years ago
  95. e383980 ipaccess: Make sure the unitid is null terminated by Holger Hans Peter Freyther · 14 years ago
  96. d9e81d0 ipaccess: Verify that the data fits in the package. by Holger Hans Peter Freyther · 14 years ago
  97. 949e0ba ipaccess: memset the tlv_parsed structure before parsing by Holger Hans Peter Freyther · 14 years ago
  98. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  99. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  100. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago