1. 85334f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  2. 8dfd241 subscr: Add method to find an active subscriber by Holger Hans Peter Freyther · 14 years ago
  3. d740b68 subscr: Add the subscr_get_or_create from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  4. 928ca74 subscr: Move the TMSI reserved into the gsm_data by Holger Hans Peter Freyther · 14 years ago
  5. 8cc5903 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  6. ecd94a4 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  7. 0b369c5 e1_input: Fix compiler warning by using offsetof by Holger Hans Peter Freyther · 14 years ago
  8. 5652cfc mark andreas@eversberg.eu as 'extern' for lcr by Andreas Eversberg · 14 years ago
  9. 1406977 nat: Verify that the endpoint from the assignment command exists by Holger Hans Peter Freyther · 14 years ago
  10. f3d1ae7 bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  11. 0425c38 bsc: Fix crash when making a MSC connection. by Holger Hans Peter Freyther · 14 years ago
  12. 7bf66c5 bsc: Add the audio codec list command to list preferred codecs by Holger Hans Peter Freyther · 14 years ago
  13. fe16622 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  14. 45f9e69 bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  15. 4de1116 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  16. 5b848f3 bsc: Fix the name of the local vty variable. by Holger Hans Peter Freyther · 14 years ago
  17. 79dcd71 Merge branch 'zecke/mgcp-transcoder' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.11
  18. 8b19dee mgcp: Send data from the network to the transcoder too by Holger Hans Peter Freyther · 14 years ago
  19. 5f2cd84 mgcp: Use the calculated remote port from the mgcp_rtp_end by Holger Hans Peter Freyther · 14 years ago
  20. 3f29cc8 mgcp: Make the transcoding forwarding work for BTS/NET by Holger Hans Peter Freyther · 14 years ago
  21. 386a940 mgcp: Refactor the network binding routines by Holger Hans Peter Freyther · 14 years ago
  22. bd7b3c5 mgcp: Introduce trans_bts and send BTS packets from this port by Holger Hans Peter Freyther · 14 years ago
  23. e97155a mgcp: Keep the local_port like it was set on allocation by Holger Hans Peter Freyther · 14 years ago
  24. 2126233 mgcp: Rename transcoder_end to trans_net by Holger Hans Peter Freyther · 14 years ago
  25. 88b597e mgcp: Allow to disable the transcoder in a running system. by Holger Hans Peter Freyther · 14 years ago
  26. b54048f mgcp: Make transcoding a per Endpoint configuration by Holger Hans Peter Freyther · 14 years ago
  27. fbca4ea mgcp: Fix the indetion of this code. it should use tabs by Holger Hans Peter Freyther · 14 years ago
  28. 43eb1a3 nat: Send a clear command in case of connection releases. by Holger Hans Peter Freyther · 14 years ago
  29. 74779c6 nat: Add test case for matching phone numbers by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.10
  30. d414c06 nat: Fix a thinko in allowing '*' as a wildcard... by Holger Hans Peter Freyther · 14 years ago
  31. 732d9c1 Merge branch 'zecke/number-rewrite' by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.9
  32. c4fd45c Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  33. afa5a39 Require 0.1.27 for the new gsm0808 methods by Holger Hans Peter Freyther · 14 years ago
  34. a8a50a8 nat: Also send a Clear Command in case of the USSD Provider dies by Holger Hans Peter Freyther · 14 years ago
  35. 54f5352 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  36. 07dfc70 nat: Make clear where the RLSD is send to by Holger Hans Peter Freyther · 14 years ago
  37. 643931d nat: Look at the number type to figure out if we want to rewrite it by Holger Hans Peter Freyther · 14 years ago
  38. 1400310 nat: Explain that we do not want to have a + in the replacement rule by Holger Hans Peter Freyther · 14 years ago
  39. 25adfce nat: Add '*' as wildcard for the IMSI matching. by Holger Hans Peter Freyther · 14 years ago
  40. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  41. a914daf nat: Add hook for rewriting a setup message by Holger Hans Peter Freyther · 14 years ago
  42. 7642439 nat: Add vty option for number rewriting by Holger Hans Peter Freyther · 14 years ago
  43. 0586b0f [vty] First set of fixes for the oml/rsl con dropping by Holger Hans Peter Freyther · 14 years ago
  44. 2484ceb [vty] Add ipa specific command to provoke failures to test OML/RSL reconnect by Holger Hans Peter Freyther · 14 years ago
  45. f3ca2ee Merge branch 'zecke/ussd-side-channel' by Holger Hans Peter Freyther · 14 years ago
  46. 90bbccf nat: Forward the data coming from the USSD module to the BSC. by Holger Hans Peter Freyther · 14 years ago
  47. 4c401e7 nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  48. ec8a4e2 ipaccess: Add a structure for informing the USSD provider about the state by Holger Hans Peter Freyther · 14 years ago
  49. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  50. 64b1292 nat: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  51. e393f27 nat: Keep a ussd token in the config by Holger Hans Peter Freyther · 14 years ago
  52. 3229f44 nat: Implement the matching of certain USSD messages by Holger Hans Peter Freyther · 14 years ago
  53. c1578bc nat: Add an option to set the query string to match by Holger Hans Peter Freyther · 14 years ago
  54. c1cac1e nat: Make the imsi checking function public. by Holger Hans Peter Freyther · 14 years ago
  55. d1effd8 nat: Provide a USSD access list to check for which to play HLR. by Holger Hans Peter Freyther · 14 years ago
  56. 17870cf nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago
  57. 74dc303 nat: Introduce a new connection type for Supplementary Services by Holger Hans Peter Freyther · 14 years ago
  58. a396757 nat: Move the DTAP unpacking into a new method by Holger Hans Peter Freyther · 14 years ago
  59. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  60. 8c78b48 nat: Store the IMSI inside the SCCP Connection data by Holger Hans Peter Freyther · 14 years ago
  61. 6b03831 lua: Mention that the code has some bugs... by Holger Hans Peter Freyther · 14 years ago
  62. fbf87a5 lua: Search for clear requests from the network as well by Holger Hans Peter Freyther · 14 years ago
  63. def777a lua: Check BSSMAP msgtypes in one function.. by Holger Hans Peter Freyther · 14 years ago
  64. 8bde2ee lua: Check for Cipher Mode Reject failures as well by Holger Hans Peter Freyther · 14 years ago
  65. bc3d8dd lua: Check for assignment failures by Holger Hans Peter Freyther · 14 years ago
  66. 721c457 lua: Check for disconnects with non normal release too by Holger Hans Peter Freyther · 14 years ago
  67. e512e3f lua: Fix the indenting of the file by Holger Hans Peter Freyther · 14 years ago
  68. 7220ca9 contrib: Add LUA script to store SCCP connections with Errors by Holger Hans Peter Freyther · 14 years ago
  69. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  70. a25d579 nat: Convert the ip to host order to allow to bind to other ips by Holger Hans Peter Freyther · 14 years ago
  71. 7e8da13 nat: Add a method to add a proper message to the queue. by Holger Hans Peter Freyther · 14 years ago
  72. 3d38742 nat: Find a connection by the real ref by Holger Hans Peter Freyther · 14 years ago
  73. f961de1 nat: Use the make_sock routine to listen for incoming connections. by Holger Hans Peter Freyther · 14 years ago
  74. a09b966 nat: Use strncmp on the string in case it is not null terminated by Holger Hans Peter Freyther · 14 years ago
  75. e383980 ipaccess: Make sure the unitid is null terminated by Holger Hans Peter Freyther · 14 years ago
  76. d9e81d0 ipaccess: Verify that the data fits in the package. by Holger Hans Peter Freyther · 14 years ago
  77. 949e0ba ipaccess: memset the tlv_parsed structure before parsing by Holger Hans Peter Freyther · 14 years ago
  78. 69cfa17 nat: Make the write_queue write callback a public function by Holger Hans Peter Freyther · 14 years ago
  79. 4d44fc5 nat: Make the queue routine work on any write_queue by Holger Hans Peter Freyther · 14 years ago
  80. 19c530c ipaccess: Put our extensions to the protocol into the same enum by Holger Hans Peter Freyther · 14 years ago
  81. 833fa0b Require libosmocore 0.1.24 due the USSD changes. by Holger Hans Peter Freyther · 14 years ago
  82. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  83. 9ecf678 socket: Plug resource leak when the listen call is failing. by Holger Hans Peter Freyther · 14 years ago
  84. 3cb2879 misc: Attempt to determine byte order in a cross-platform way by Holger Hans Peter Freyther · 14 years ago
  85. 88a5fa0 ussd: Catch up with libosmocore and pass the gsm48_hdr by Holger Hans Peter Freyther · 14 years ago
  86. daa0fe7 ussd: Move the code libosmocore, increase the version number. by Holger Hans Peter Freyther · 14 years ago
  87. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  88. fad0753 msc: Only unregister the fd if the fd value is valid. by Holger Hans Peter Freyther · 14 years ago
  89. d4eed52 msc: Stop the connection timeout when we unregister the bfd by Holger Hans Peter Freyther · 14 years ago
  90. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  91. d6613e0 [VTY] T3212 scaling is 6 minutes by Dieter Spaar · 14 years ago
  92. 0c41b69 nat: Possible crash fix, only filter non local connections by Holger Hans Peter Freyther · 14 years ago
  93. e8e41e6 nat: Work around trying to forward a msg to a msc that does not exist by Holger Hans Peter Freyther · 14 years ago
  94. 0c35b5b nat: Use the right access list for the stats (found by clang) by Holger Hans Peter Freyther · 14 years ago
  95. 76c6416 db.h: Move the '*' to the other side for the gsm_subscriber by Holger Hans Peter Freyther · 14 years ago
  96. 463dc62 nat: Provide statistics about amount of different messages. by Holger Hans Peter Freyther · 14 years ago
  97. 12eb9b7 gsm_04_80: Require libosmocore for creating USSD messages by Holger Hans Peter Freyther · 14 years ago
  98. 841c200 gsm0408: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  99. c0714b8 gsm0480: Reorder the includes, openbsc first, osmocore second by Holger Hans Peter Freyther · 14 years ago
  100. ee88496 nat: Keep track of how many connections we reject by Holger Hans Peter Freyther · 14 years ago