1. 7e64394 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  2. 6318d9f split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  3. c58c0e5 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  4. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  5. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  6. 3a1fb21 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  7. a1cfebc COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  8. d5cd265 mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  9. d3f52f7 mscsplit: move subscriber conns list into struct gsm_network by Neels Hofmeyr · 8 years ago
  10. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  11. bc510d9 drop unneccessary duplicate linking: osmo-bsc by Neels Hofmeyr · 8 years ago
  12. b046c96 osmo-bsc: fix compiler warning: store struct in vty->index by Neels Hofmeyr · 8 years ago
  13. 1b8d1bc bsc_scan_msc_msg: check protocol discriminator by Neels Hofmeyr · 8 years ago
  14. f94dfd5 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  15. 589faa4 minor comment by Neels Hofmeyr · 8 years ago
  16. 7f43de3 osmo_bsc_filter.c: add fixme note by Neels Hofmeyr · 8 years ago
  17. 4d92c43 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  18. 1813a34 osmo-bsc: fix checking wrong pointer for ctrl setup success by Neels Hofmeyr · 8 years ago
  19. dd5012a gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  20. 1bce836 bsc/vty: Provide a hint of available input by Holger Hans Peter Freyther · 8 years ago
  21. 63fac68 stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  22. 38eb3dc amr: Attempt to unbreak the AMR support in the BSC by Holger Hans Peter Freyther · 9 years ago
  23. 4ac8cd1 vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  24. 7e3e933 GSM/GPRS 04.08: Don't print numeric mobile identity types by Harald Welte · 9 years ago
  25. 658f964 bsc: Rename core_ncc to core_mnc by Holger Hans Peter Freyther · 9 years ago
  26. 1f93da7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  27. b4b23c7 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  28. 3f6fc6a Fix build wrt. missing CFLAGS constituents by Andreas Rottmann · 9 years ago
  29. a0c2ab2 bsc: Attempt to fix crash when sending a SCCP CREF message by Holger Hans Peter Freyther · 9 years ago
  30. adb4822 Replace ad-hoc function with generic one from libosmocore by Max · 10 years ago
  31. 7fe7027 bsc: Send a LU Reject in case it has been filtered by Holger Hans Peter Freyther · 9 years ago
  32. 48f9a4e bsc: Add access list filtering to the BSC by Holger Hans Peter Freyther · 9 years ago
  33. fd74c39 bsc: Add access lists to the MSC and the BSC by Holger Hans Peter Freyther · 9 years ago
  34. e192c7b filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  35. c5ea2f5 bsc: Change paging strategy based on override or not by Holger Hans Peter Freyther · 9 years ago
  36. 89f0938 bsc: In preparation to the MT lac/ci patching split the code by Holger Hans Peter Freyther · 9 years ago
  37. 05e2770 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  38. 9edd06d nitb: Move the rf-lock commands from osmo-bsc to libbsc by Holger Hans Peter Freyther · 9 years ago
  39. 75cf52a logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  40. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  41. d2b37c5 bsc: Allow to disable sending ping/pong to the MSC by Holger Hans Peter Freyther · 10 years ago
  42. 1e65eed bsc: Let the VTY verify that the timeout is a number by Holger Hans Peter Freyther · 10 years ago
  43. 903dff7 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  44. 6bcd303 Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  45. f7b117a libctrl: Move bulk of node lookup code into libosmocore by Harald Welte · 10 years ago
  46. 5919b6a move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  47. 161ab99 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  48. f14bc97 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  49. e9e9647 bsc: Implement a way to relay a message to the remote MSC by Holger Hans Peter Freyther · 10 years ago
  50. e776881 bsc: Use the word core network and not backbone. by Holger Hans Peter Freyther · 10 years ago
  51. b97c9d1 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  52. e00ed29 bsc: Do not use strdup on argv parameter by Holger Hans Peter Freyther · 10 years ago
  53. 07f9ec2 bsc: Introduce a local notification scheme for the CTRL interface by Holger Hans Peter Freyther · 10 years ago
  54. 3b27ec9 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  55. c77d473 nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  56. 1a5c246 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  57. e53ccac ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  58. 52158b8 bsc: Include the MCC/MNC in the location trap by Holger Hans Peter Freyther · 10 years ago
  59. 1ba8fa6 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 11 years ago
  60. 7a5e9e0 bsc: Add vty command to send location trap through VTY by Holger Hans Peter Freyther · 10 years ago
  61. ab25ee4 bsc: rf_ctrl will always be created, remove the NULL checks by Holger Hans Peter Freyther · 10 years ago
  62. bcfa0b6 libbsc: Create the RF interface all the time by Holger Hans Peter Freyther · 10 years ago
  63. 713f43f bsc: Use the right string for the notification by Holger Hans Peter Freyther · 11 years ago
  64. e4cca68 bsc/ussd: Rename bsc_send_ussd_notification() by Jacob Erlbeck · 11 years ago
  65. 51f814a bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  66. 8bdc5ee Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  67. 841d19f bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  68. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  69. 64e143a bsc: Add control command to set timezone by Jacob Erlbeck · 11 years ago
  70. cc0d884 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  71. dcce8e8 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  72. 3ccb86b ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  73. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  74. 20dec48 bsc: Fix compiler warning about undeclare functions by Holger Hans Peter Freyther · 11 years ago
  75. 64985d4 vty: Fix BSC_NODE prompt string by Jacob Erlbeck · 11 years ago
  76. b62092a bsc/vty: Add 'no bsc-welcome-text' command by Jacob Erlbeck · 11 years ago
  77. 058b1e5 bsc/ussd: Optionally send USSD message on MSC disconnection by Jacob Erlbeck · 11 years ago
  78. 1b39a8f misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  79. c4d5da9 osmo-bsc VTY: fix saving of codec-list by Harald Welte · 11 years ago
  80. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  81. f89a7b6 bsc-ctrl: Fix a potential memory leak on failed verification by Holger Hans Peter Freyther · 11 years ago
  82. ebe3725 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  83. 81598ea bsc: Allow to page a BTS that is excluded from the RF lock by Holger Hans Peter Freyther · 12 years ago
  84. 8b91d1e bsc: A BTS excluded from the RF lock should be allowed to make a connection by Holger Hans Peter Freyther · 12 years ago
  85. db24754 osmo-bsc: Add ctrl cmd bts RF state by Daniel Willmann · 12 years ago
  86. 2c9540c osmo-bsc: Add VTY command show position by Daniel Willmann · 12 years ago
  87. 1b7fe0e bsc: Auto RF Off in case of missing MSC connection by Holger Hans Peter Freyther · 13 years ago
  88. a8bbae8 bsc: Create a better error message for when RF commands are rejected by Holger Hans Peter Freyther · 13 years ago
  89. 43bc83d bsc: Simplify the trap sending by using the location state method by Holger Hans Peter Freyther · 13 years ago
  90. fb09c5b bsc: Send a TRAP with the locations on a MSC connection by Holger Hans Peter Freyther · 13 years ago
  91. dbd5c29 bsc: Use the BSC RF CTRL to change the RF state of the TRXs by Holger Hans Peter Freyther · 13 years ago
  92. bbf255b bsc: Introduce an authenticated signal for the MSC connection by Holger Hans Peter Freyther · 13 years ago
  93. 1553836 audio: Make AMR multirate configurable for the osmo-bsc by Holger Hans Peter Freyther · 13 years ago
  94. ce6d3d7 audio: Make the BSC handle the new mr_config request of the BSC API by Holger Hans Peter Freyther · 13 years ago
  95. cba5609 bsc: Blind fix to deal with phones sending a dialplan of 0 by Holger Hans Peter Freyther · 13 years ago
  96. 54f4ad9 bsc: Fix crash when the new route is not available by Holger Hans Peter Freyther · 13 years ago
  97. 3f1e520 bsc: Add VTY code for the local area prefix by Holger Hans Peter Freyther · 13 years ago
  98. 260440b bsc: Inspect a CC Setup message and attempt to reroute the traffic by Holger Hans Peter Freyther · 13 years ago
  99. c3649d2 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  100. e484035 bsc: Fix compiler warning and return from the method with a value. by Holger Hans Peter Freyther · 12 years ago