1. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  2. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  3. a369e24 cosmetic: rename struct osmo_msc_data to bsc_msc_data by Neels Hofmeyr · 7 years ago
  4. a42855f cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 7 years ago
  5. db0e380 vty: remove ignored logging parameters by Max · 7 years ago
  6. 59d57da Fix some typos in stdout output by Ruben Undheim · 8 years ago
  7. 2327ced bsc_ctrl: Ensure we don't pass NULL string into strtok_r() by Harald Welte · 8 years ago
  8. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  9. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  10. 2c05f75 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  11. e235441 split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  12. 43273c6 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  13. e78ae21 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  14. 4c2d4ab msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  15. aba8209 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  16. 7e5bb62 COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  17. 43d86bf mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  18. d90fa42 mscsplit: move subscriber conns list into struct gsm_network by Neels Hofmeyr · 8 years ago
  19. 7b6673f Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  20. 63081fe drop unneccessary duplicate linking: osmo-bsc by Neels Hofmeyr · 8 years ago
  21. 56ea30f osmo-bsc: fix compiler warning: store struct in vty->index by Neels Hofmeyr · 8 years ago
  22. 10cd113 bsc_scan_msc_msg: check protocol discriminator by Neels Hofmeyr · 8 years ago
  23. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  24. 49b83d8 minor comment by Neels Hofmeyr · 8 years ago
  25. a7313dd osmo_bsc_filter.c: add fixme note by Neels Hofmeyr · 8 years ago
  26. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  27. 1901b92 osmo-bsc: fix checking wrong pointer for ctrl setup success by Neels Hofmeyr · 8 years ago
  28. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  29. 5cb480a bsc/vty: Provide a hint of available input by Holger Hans Peter Freyther · 8 years ago
  30. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  31. 7a77d01 amr: Attempt to unbreak the AMR support in the BSC by Holger Hans Peter Freyther · 9 years ago
  32. 3e4e8cf vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  33. b9845f9 GSM/GPRS 04.08: Don't print numeric mobile identity types by Harald Welte · 9 years ago
  34. 1e36547 bsc: Rename core_ncc to core_mnc by Holger Hans Peter Freyther · 9 years ago
  35. e2ac6b7 bsc: Check for the rand and then generate a res by Holger Hans Peter Freyther · 9 years ago
  36. 8a8df80 bsc/nat: Fix the structure of the identity request message by Holger Hans Peter Freyther · 9 years ago
  37. b25c834 Fix build wrt. missing CFLAGS constituents by Andreas Rottmann · 9 years ago
  38. ce97a06 bsc: Attempt to fix crash when sending a SCCP CREF message by Holger Hans Peter Freyther · 9 years ago
  39. 4c6e667 Replace ad-hoc function with generic one from libosmocore by Max · 10 years ago
  40. d26b8fc bsc: Send a LU Reject in case it has been filtered by Holger Hans Peter Freyther · 9 years ago
  41. ec0cb7c bsc: Add access list filtering to the BSC by Holger Hans Peter Freyther · 9 years ago
  42. d633280 bsc: Add access lists to the MSC and the BSC by Holger Hans Peter Freyther · 9 years ago
  43. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  44. 4040783 bsc: Change paging strategy based on override or not by Holger Hans Peter Freyther · 9 years ago
  45. 067ce6d bsc: In preparation to the MT lac/ci patching split the code by Holger Hans Peter Freyther · 9 years ago
  46. 32dd2f3 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  47. 349c40f nitb: Move the rf-lock commands from osmo-bsc to libbsc by Holger Hans Peter Freyther · 9 years ago
  48. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  49. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  50. db64f2e bsc: Allow to disable sending ping/pong to the MSC by Holger Hans Peter Freyther · 10 years ago
  51. 47c624b bsc: Let the VTY verify that the timeout is a number by Holger Hans Peter Freyther · 10 years ago
  52. 56cb729 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  53. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  54. 02cc2b6 libctrl: Move bulk of node lookup code into libosmocore by Harald Welte · 10 years ago
  55. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  56. 4a88a49 adopt recent IPA related symbol rename by Harald Welte · 10 years ago
  57. 93dfa24 bsc: Add a ctrl command to send a ussdNotify for a call by Holger Hans Peter Freyther · 10 years ago
  58. d29b8a4 bsc: Implement a way to relay a message to the remote MSC by Holger Hans Peter Freyther · 10 years ago
  59. 768580b bsc: Use the word core network and not backbone. by Holger Hans Peter Freyther · 10 years ago
  60. 8a485f0 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  61. b07df2b bsc: Do not use strdup on argv parameter by Holger Hans Peter Freyther · 10 years ago
  62. 5308fff bsc: Introduce a local notification scheme for the CTRL interface by Holger Hans Peter Freyther · 10 years ago
  63. 1159005 ctrl: Introduce a macro for read-only attributes and use it by Holger Hans Peter Freyther · 10 years ago
  64. abddd6a nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  65. e827812 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  66. 49f9e5b ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  67. ecdf912 bsc: Include the MCC/MNC in the location trap by Holger Hans Peter Freyther · 10 years ago
  68. f8c4219 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 11 years ago
  69. 98258db bsc: Add vty command to send location trap through VTY by Holger Hans Peter Freyther · 10 years ago
  70. a9fae1a bsc: rf_ctrl will always be created, remove the NULL checks by Holger Hans Peter Freyther · 10 years ago
  71. 362d10f libbsc: Create the RF interface all the time by Holger Hans Peter Freyther · 10 years ago
  72. 33b9641 bsc: Use the right string for the notification by Holger Hans Peter Freyther · 11 years ago
  73. aff2d62 bsc/ussd: Rename bsc_send_ussd_notification() by Jacob Erlbeck · 11 years ago
  74. b125031 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  75. 28e183f Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  76. 61bd965 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  77. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  78. cc391b8 bsc: Add control command to set timezone by Jacob Erlbeck · 11 years ago
  79. 946d141 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  80. 779a728 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  81. 56595f8 ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  82. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  83. c85ed4e bsc: Fix compiler warning about undeclare functions by Holger Hans Peter Freyther · 11 years ago
  84. 0b4f1b9 vty: Fix BSC_NODE prompt string by Jacob Erlbeck · 11 years ago
  85. 97e139f bsc/vty: Add 'no bsc-welcome-text' command by Jacob Erlbeck · 11 years ago
  86. 1b89402 bsc/ussd: Optionally send USSD message on MSC disconnection by Jacob Erlbeck · 11 years ago
  87. 5ecbc93 misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  88. 22ce598 osmo-bsc VTY: fix saving of codec-list by Harald Welte · 11 years ago
  89. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  90. 8ae35c1 bsc-ctrl: Fix a potential memory leak on failed verification by Holger Hans Peter Freyther · 11 years ago
  91. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  92. dc03096 bsc: Allow to page a BTS that is excluded from the RF lock by Holger Hans Peter Freyther · 11 years ago
  93. 3d119f1 bsc: A BTS excluded from the RF lock should be allowed to make a connection by Holger Hans Peter Freyther · 12 years ago
  94. 69665f8 osmo-bsc: Add ctrl cmd bts RF state by Daniel Willmann · 12 years ago
  95. 7d10983 osmo-bsc: Add VTY command show position by Daniel Willmann · 12 years ago
  96. 2a89607 bsc: Auto RF Off in case of missing MSC connection by Holger Hans Peter Freyther · 13 years ago
  97. 431cead bsc: Create a better error message for when RF commands are rejected by Holger Hans Peter Freyther · 13 years ago
  98. 25eca0b bsc: Simplify the trap sending by using the location state method by Holger Hans Peter Freyther · 13 years ago
  99. 2344684 bsc: Send a TRAP with the locations on a MSC connection by Holger Hans Peter Freyther · 13 years ago
  100. 7b6ea56 bsc: Use the BSC RF CTRL to change the RF state of the TRXs by Holger Hans Peter Freyther · 13 years ago