1. 2c05f75 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  2. e235441 split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  3. 4c2d4ab msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  4. aba8209 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  5. 43d86bf mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  6. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  7. 1901b92 osmo-bsc: fix checking wrong pointer for ctrl setup success by Neels Hofmeyr · 8 years ago
  8. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  9. 3e4e8cf vty: Change the return type from enum to int by Holger Hans Peter Freyther · 9 years ago
  10. ec0cb7c bsc: Add access list filtering to the BSC by Holger Hans Peter Freyther · 9 years ago
  11. d633280 bsc: Add access lists to the MSC and the BSC by Holger Hans Peter Freyther · 9 years ago
  12. 55dc31e Use port number #defines for VTY and CTRL ports by Harald Welte · 10 years ago
  13. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  14. b07df2b bsc: Do not use strdup on argv parameter by Holger Hans Peter Freyther · 10 years ago
  15. 49f9e5b ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  16. 362d10f libbsc: Create the RF interface all the time by Holger Hans Peter Freyther · 10 years ago
  17. 806d654 osmo-bsc: Introduce command msc_connection_status and send TRAPs for it by Daniel Willmann · 13 years ago
  18. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  19. 5ff06af osmo-bsc: Put the control commands in osmo_bsc_ctrl.c by Daniel Willmann · 13 years ago
  20. d5eb431 osmo-bsc: Only send a TRAP if the location changes by Daniel Willmann · 13 years ago
  21. adcde9f osmo-bsc: Add support for traps to the location command by Daniel Willmann · 13 years ago
  22. 4782454 osmo-bsc: Allow location tstamp to be zero if fix is invalid by Daniel Willmann · 13 years ago
  23. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  24. 20fea24 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  25. abd668a bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  26. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  27. 4d31900 bsc: Address warnings about implicit declarations by Holger Hans Peter Freyther · 12 years ago
  28. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  29. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  30. 8d9876e osmo-bsc: Only keep the newest of subsequent invalid positions by Daniel Willmann · 13 years ago
  31. 3118191 osmo_bsc: Track the last three locations. by Daniel Willmann · 13 years ago
  32. fa2218c osmo-bsc: Add valid field to location command by Daniel Willmann · 13 years ago
  33. 6d718c0 osmo-bsc: Improve return handling in verify_net_loc by Daniel Willmann · 13 years ago
  34. 44fb151 osmo-bsc: Compare char * with NULL instead of 0 by Daniel Willmann · 13 years ago
  35. 5e3bbba bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  36. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  37. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  38. f505f5d controlif: Adapt to minor data structure change regarding nm_state by Harald Welte · 13 years ago
  39. bc07090 osmo_bsc: Add some libctrl commands by Daniel Willmann · 13 years ago
  40. f7d557c osmo_bsc: Use libctrl, handle ctrl cmds on port 4249 or from the nat by Daniel Willmann · 13 years ago
  41. 0d2881a bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  42. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  43. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  44. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  45. 06009c8 bsc: Remove the handling of the RTP option from the switch/case stmt by Holger Hans Peter Freyther · 13 years ago
  46. fede54c bsc: Use the new name in the usage statement by Holger Hans Peter Freyther · 13 years ago
  47. 55ef5fb bsc: Add the bsc-rf-socket command to master as well by Holger Hans Peter Freyther · 13 years ago
  48. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  49. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  50. c08e8be fix path of bscconfig.h include file by Harald Welte · 13 years ago
  51. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/osmo_bsc_main.c]
  52. ec1921d Use shorter vty_app_info->name for all apps by Harald Welte · 13 years ago
  53. 6c79a68 misc: Compile fixes due 4d54d0b883dcf85cd92290dd4cea51754c70b621 by Holger Hans Peter Freyther · 13 years ago
  54. 1cc7184 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 13 years ago
  55. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  56. 620c2e6 bsc: Add thr audio module to send the MDCX message to the BTS by Holger Hans Peter Freyther · 14 years ago
  57. f3d1ae7 bsc: Add simple SCCP binding code. by Holger Hans Peter Freyther · 14 years ago
  58. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  59. 32aaef6 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  60. 5832b3e bsc: Add code responsible for connecting, reconnecting to the MSC by Holger Hans Peter Freyther · 14 years ago
  61. 9a8b5ae bsc: Move the rf_ctl into the msc data struct by Holger Hans Peter Freyther · 14 years ago
  62. 1304620 bsc: Remove the old msc parameter, everything is in the VTY config now by Holger Hans Peter Freyther · 14 years ago
  63. 3e8e046 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  64. 38158fb bsc: Set the copyright for the real BSC. by Holger Hans Peter Freyther · 14 years ago
  65. 7a2c86b vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  66. 2c869ef Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  67. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  68. 30e1ae9 sccp: Use the external libosmo-sccp as sccp implementation by Holger Hans Peter Freyther · 14 years ago
  69. cacbc73 osmo_bsc: Add option parsing, vty dummy by Holger Hans Peter Freyther · 14 years ago
  70. 5ccab10 osmo_bsc: Add empty osmo_bsc_main.c and hook it into the build by Holger Hans Peter Freyther · 14 years ago