1. 5d15019 mgcp: Keep the gw_fd inside the mgcp_config by Holger Hans Peter Freyther · 14 years ago
  2. 0bfcbee mgcp: Be able to parse 'sendonly' for the connection mode. by Holger Hans Peter Freyther · 14 years ago
  3. e2b8a55 mgcp: Switch the default audio codec to AMR by Holger Hans Peter Freyther · 14 years ago
  4. 0d44a39 nat: NULL check the allocation and print a nice warning. by Holger Hans Peter Freyther · 14 years ago
  5. 93651d6 mgcp: Remove the hack to remap timeslot one... by Holger Hans Peter Freyther · 14 years ago
  6. 4bcb770 nat: Test for a bug inside the TLV definition for GSM 08.08 by Holger Hans Peter Freyther · 14 years ago
  7. e62b766 nat: Test the endpoint finding a bit better... by Holger Hans Peter Freyther · 14 years ago
  8. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  9. bca2d60 db: Declare db_sms_inc_deliver_attempts. by Holger Hans Peter Freyther · 14 years ago
  10. acee950 gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm411_send_sms by Nico Golde · 14 years ago
  11. 8570887 bsc: Fix the clear to release resources first, then set to NULL by Holger Hans Peter Freyther · 14 years ago
  12. 47c8f82 gsm_04_11: count SMS delivery attempts for each CP-DATA by Nico Golde · 14 years ago
  13. 7d85564 bsc_api: Do not free the subscriber conn on clear and clear request by Holger Hans Peter Freyther · 14 years ago
  14. 2460bed bsc: Prepare to store the SCCP connection inside the subscriber by Holger Hans Peter Freyther · 14 years ago
  15. 7d23130 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  16. b2b66c2 nat: Fix a crash when a BSC disconnects while a rejected IMSI by Holger Hans Peter Freyther · 14 years ago
  17. d0a8794 nat; Start to use gcc attribute to say that parameter may not be zero by Holger Hans Peter Freyther · 14 years ago
  18. 74ff36f msc: Send a signal when the connections to the MSC dropped by Holger Hans Peter Freyther · 14 years ago
  19. 9bfd6e8 bsc: Reorder the includes... should be alphabetically now by Holger Hans Peter Freyther · 14 years ago
  20. 054928d bsc: Make the write method public it will be used by other modules by Holger Hans Peter Freyther · 14 years ago
  21. 05394bc bsc: Add code responsible for connecting, reconnecting to the MSC by Holger Hans Peter Freyther · 14 years ago
  22. 65a64e8 bsc: Initialize the MSC data parameters to a sane default by Holger Hans Peter Freyther · 14 years ago
  23. e519958 bsc: Keep all active subscriber connections in a list. by Holger Hans Peter Freyther · 14 years ago
  24. a212ba5 bsc: Move the subscriber_con code into the bsc_api by Holger Hans Peter Freyther · 14 years ago
  25. 3bfc06c chan_alloc: Allocate a subscriber connection as child of the network by Holger Hans Peter Freyther · 14 years ago
  26. e60a0a9 bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  27. ba538b3 bsc: Move the gsm_04_80.c code into the libbsc.a by Holger Hans Peter Freyther · 14 years ago
  28. db60d0a osmo_rf: Keep the current policy inside the RF struct.. by Holger Hans Peter Freyther · 14 years ago
  29. cdcb600 bsc: Move the rf_ctl into the msc data struct by Holger Hans Peter Freyther · 14 years ago
  30. 8c4dca2 bsc: Register a new MSC group with data for the MSC connection by Holger Hans Peter Freyther · 14 years ago
  31. b4bba07 bsc: Remove the old msc parameter, everything is in the VTY config now by Holger Hans Peter Freyther · 14 years ago
  32. 58b3df5 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  33. c3fd3b7 nat: Fix the grammar of the sentence for listing open sccp connections by Holger Hans Peter Freyther · 14 years ago
  34. 719a52b Merge branch 'zecke/imsi-filter' by Holger Hans Peter Freyther · 14 years ago
  35. 79a6baf nat: Check if the connection was filtered before the msc connection by Holger Hans Peter Freyther · 14 years ago
  36. 34dac3e nat: Remove debug left overs by Holger Hans Peter Freyther · 14 years ago
  37. a8f092d nat: Attempt to disconnect a connection when IMSI filtering happens by Holger Hans Peter Freyther · 14 years ago
  38. efd367d nat: And the sequence number away, making it work more reliable by Holger Hans Peter Freyther · 14 years ago
  39. a15e257 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  40. f4cf1e8 nat: Update the test for the new <0,0,1 semantic of the filter function by Holger Hans Peter Freyther · 14 years ago
  41. 1b4bde6 nat: Start inspecting every message coming from the BSC for the IMSI by Holger Hans Peter Freyther · 14 years ago
  42. 531d3e3 nat: Remember if we have check the imsi. by Holger Hans Peter Freyther · 14 years ago
  43. 8582bb9 nat: Keep the fiter status in the return message. by Holger Hans Peter Freyther · 14 years ago
  44. 43bd9d1 nat: Improve the log message in case we have SCCP data without a connection by Holger Hans Peter Freyther · 14 years ago
  45. 260646d vty: Use \r\n in the copyright messages by Holger Hans Peter Freyther · 14 years ago
  46. 971532f bsc: Set the copyright for the real BSC. by Holger Hans Peter Freyther · 14 years ago
  47. 343b945 [paging] Implement the counting for TCH/H and TCH/F by Holger Hans Peter Freyther · 14 years ago
  48. 3112f67 [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  49. c814ae9 [paging] Continuisly send paging commands. by Holger Hans Peter Freyther · 14 years ago
  50. e791d95 [paging] When giving credit try to send out paging requests too. by Holger Hans Peter Freyther · 14 years ago
  51. e7be13c [paging] When we ran down to 0 available paging slots start a credit timer by Holger Hans Peter Freyther · 14 years ago
  52. c562888 vty: Fix build due to merge issue. by Holger Hans Peter Freyther · 14 years ago
  53. b6b9d70 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  54. f0f37f1 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  55. 21d63ff bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  56. db39203 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  57. b9ca9a7 nat: Use ':' to separate the message and strerror by Holger Hans Peter Freyther · 14 years ago
  58. 7653d35 vty: CONFIG_NODE is the anchor and should not be treated as config. by Holger Hans Peter Freyther · 14 years ago
  59. ba289d0 vty: Add the config node code to everyone. by Holger Hans Peter Freyther · 14 years ago
  60. 85e41b3 channel_release: First attempt to update the doc to new code. by Holger Hans Peter Freyther · 14 years ago
  61. 6ce024b Merge branch 'on-waves/nat-alloc-bsc-endpoints' by Holger Hans Peter Freyther · 14 years ago
  62. 2a5b796 nat: We have 1 to 31 available to the BSC. by Holger Hans Peter Freyther · 14 years ago
  63. 4e6129a nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  64. 6dc928e nat: Use different static transaction numbers for the DLCX/MDCX message by Holger Hans Peter Freyther · 14 years ago
  65. 14f728e nat: Document that the MDCX message is not implemented by Holger Hans Peter Freyther · 14 years ago
  66. 2b5ae6b nat: Send the right MDCX down the stream by Holger Hans Peter Freyther · 14 years ago
  67. 60bfe4e nat: Remove the code that is wrongly placed.. by Holger Hans Peter Freyther · 14 years ago
  68. d04d365 nat: Close the right endpoint down the stream. by Holger Hans Peter Freyther · 14 years ago
  69. 8c61f79 nat: Add vty command to show the endpoint allocation status by Holger Hans Peter Freyther · 14 years ago
  70. 926c5fd nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  71. bf2e1b5 nat: Remove the CRCX value from the nat by Holger Hans Peter Freyther · 14 years ago
  72. aa86161 nat: Reindent the code, no functional change by Holger Hans Peter Freyther · 14 years ago
  73. 7089d53 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  74. bec108e nat: Use the bsc_timeslot when talking to the BSC downstream by Holger Hans Peter Freyther · 14 years ago
  75. f6037e2 mgcp: Add method to go back from endpoint to multiplex/timeslot by Holger Hans Peter Freyther · 14 years ago
  76. f044376 mgcp: Speculative mgcp fix... by Holger Hans Peter Freyther · 14 years ago
  77. 599a957 [gprs] Add option parsing to SGSN by Harald Welte · 14 years ago
  78. 651789c debian: add init script, /etc/default file and example config files by Harald Welte · 14 years ago
  79. 279db3a debian: make more dependencies explicit in 'control' file by Harald Welte · 14 years ago
  80. 19ce77c vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  81. c4ae176 Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  82. f1c9ae1 debian: don't buld arch-independent packages with executables in them by Harald Welte · 14 years ago
  83. dd79dc2 debian: don't use override_dh_* for lenny compatibility by Harald Welte · 14 years ago
  84. 49b8ab9 debian: add build dependency to pkg-config by Harald Welte · 14 years ago
  85. 08e0e20 debian: add runtime dependency to libdbd-sqlite3 by Harald Welte · 14 years ago
  86. 0374056 debian: add build dependency to libdbi0-dev by Harald Welte · 14 years ago
  87. ade87dd bsc_init: Compare it with the right enum type by Holger Hans Peter Freyther · 14 years ago
  88. 95f4206 Add 'debian' directory containing debian packaging information by Harald Welte · 14 years ago
  89. 03b2444 Add gprs_sndcp.h to noinst_HEADERS by Harald Welte · 14 years ago
  90. 9aa29b5 gsm48: Add method to send a separate facility message... by Holger Hans Peter Freyther · 14 years ago
  91. 5e22b9b [GPRS NS] Fix memory leak in gprs_ns_sendmsg() error path by Harald Welte · 14 years ago
  92. 175b9a1 mgcp: Add a vty command to free a given endpoint. by Holger Hans Peter Freyther · 14 years ago
  93. 94ed60f mgcp: Use transient errors in more cases... by Holger Hans Peter Freyther · 14 years ago
  94. 73d0047 mgcp: Reduce the log level to debug for these calls. by Holger Hans Peter Freyther · 14 years ago
  95. e0ca9d2 nat: Do not report paging to every BTS... by Holger Hans Peter Freyther · 14 years ago
  96. e3ed2be nat: In case the downstream fails on a CRCX, ask it to do a DLCX by Holger Hans Peter Freyther · 14 years ago
  97. e15223b mgcp: Remember if the endpoint was allocated... by Holger Hans Peter Freyther · 14 years ago
  98. 70d18cb mgcp: Add a callback to inform the client that an endpoint got reallocated by Holger Hans Peter Freyther · 14 years ago
  99. 25f64d0 nat: Use the state information for the callback. by Holger Hans Peter Freyther · 14 years ago
  100. 9a87782 nat: Keep the state (CRCX,MDCX,DLCX) of the operation.. by Holger Hans Peter Freyther · 14 years ago