1. 38abd7b nitb: Add a test for "show network" in the python testsuite. by Ciaby · 10 years ago
  2. 1ba8fa6 libbsc: Add ctrl command for MNC, MCC, short-name and long-name by Holger Hans Peter Freyther · 11 years ago
  3. bcfa0b6 libbsc: Create the RF interface all the time by Holger Hans Peter Freyther · 10 years ago
  4. faae5b8 osmo-nitb: don't print 'bac_hack' in usage/help output by Harald Welte · 11 years ago
  5. 784be94 Fix osmo-nitb build without libsmpp by Harald Welte · 11 years ago
  6. 51f6548 SMPP: Fix crash on delivery of incoming SUBMIT-SM by Harald Welte · 11 years ago
  7. 0f1f95e osmo-nitb: Add a timer to regularly expire by Jan Luebbe · 12 years ago
  8. b7dd661 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  9. 3ae5ec7 SMPP: build the smpp interface only in case of ./configure --enable-smpp by Harald Welte · 12 years ago
  10. 2dba82d Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  11. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  12. 7e97a3c osmo-nitb: Update control interface API in osmo-nitb by Daniel Willmann · 13 years ago
  13. 5faf1d3 nitb: Enable the external RF Control interface for the nitb application by Holger Hans Peter Freyther · 12 years ago
  14. cfa2685 osmo_nitb: introduce --no-dbcounter command line option by Harald Welte · 13 years ago
  15. ee8e7ee fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  16. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  17. 38bb748 misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  18. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  19. 74aa6b4 bsc_hack: Use libctrl, listen on port 4249 by Daniel Willmann · 13 years ago
  20. 28dce91 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  21. 5bd96a7 bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  22. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  23. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  24. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  25. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  26. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  27. 6e5a65a nitb: Listen for incoming MNCC connections only once by Holger Hans Peter Freyther · 13 years ago
  28. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  29. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  30. d9dea59 fix path of bscconfig.h include file by Harald Welte · 13 years ago
  31. 08011e2 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  32. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc_hack.c]
  33. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  34. f1e466a [RBS2000] Actually activate the RBS2000 support by Harald Welte · 13 years ago
  35. e76bea0 [E1 INPUT] explicitly configure the E1 input driver for each line by Harald Welte · 13 years ago
  36. 7f66183 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 13 years ago
  37. e532fb7 MNCC: Introduce bsc_hack argument '-m' for enabling MNCC socket by Harald Welte · 14 years ago
  38. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  39. 568b8b0 MNCC: clarify naming / rename mncc_recv() to int_mncc_recv() by Harald Welte · 14 years ago
  40. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  41. 4871046 sms: Change the default values for the sms_queue by Holger Hans Peter Freyther · 14 years ago
  42. 575d2e1 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  43. dfd61a3 janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  44. 19ce77c vty: Provide a is_config_node for the VTY and use it for the bsc by Holger Hans Peter Freyther · 14 years ago
  45. c4ae176 Introduce '-D' commandline option to daemonize processes by Harald Welte · 14 years ago
  46. c7efbe4 bsc_api: Move the API init into the main function. by Holger Hans Peter Freyther · 14 years ago
  47. 3538c77 misc: Fix the return type of the go back vty function... by Holger Hans Peter Freyther · 14 years ago
  48. 4f8b9eb [bsc_hack] Call handle_options before bootstrapping the network by Holger Hans Peter Freyther · 14 years ago
  49. 778c4b9 [VTY] use new struct vty_app_info in libvty by Harald Welte · 14 years ago
  50. bd9591f Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  51. 4015287 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  52. 10c29f6 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  53. 51d2a59 move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  54. b913c4d bsc_hack: Add other known options to the list by Holger Hans Peter Freyther · 14 years ago
  55. 38e15c0 bsc_hack: Add option to set the global log level. by Holger Hans Peter Freyther · 14 years ago
  56. e2c9a26 Make the compiler happy and use a puts by Holger Hans Peter Freyther · 14 years ago
  57. 7d02837 Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  58. fa13cad automatically include program version and print it from vty and --version by Harald Welte · 14 years ago
  59. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  60. 2ac4edf Register GSM_BTS_TYPE_UNKNOWN in bsc_hack.c by Daniel Willmann · 14 years ago
  61. 1c36947 update copyright statements by Harald Welte · 14 years ago
  62. 59698fb [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  63. 0c83660 vty: sub-divide talloc contexts and include them in talloc report by Harald Welte · 15 years ago
  64. 76037f0 [statistics] Do the syncing to db from within the bsc_hack by Holger Hans Peter Freyther · 15 years ago
  65. c8d862e Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  66. 8096a51 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  67. dae9a01 add --help message about --rtp-proxy argument by Harald Welte · 15 years ago
  68. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  69. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  70. 49b05d3 [bsc_hack] Ignore the sigpipe... by Holger Hans Peter Freyther · 15 years ago
  71. d21adfe Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  72. cad370f [bsc_init] Create a bsc_init.c that can be used for setting up hings. by Holger Hans Peter Freyther · 15 years ago
  73. ced09ed actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  74. 9571378 trigger RRLP position requests after paging succeeded and after subscriber attach by Harald Welte (local) · 15 years ago
  75. 8751ee9 move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  76. b6ea7f7 allow vty to set periodic location updating timer t3212 by Harald Welte (local) · 15 years ago
  77. e257bab Merge commit 'har/laforge' by Daniel Willmann · 15 years ago
  78. 01f8a80 disable emergency call bit (i.e. cell does not support emergency call) by Harald Welte · 15 years ago
  79. bd931f1 fix token auth implementation by Harald Welte (local) · 15 years ago
  80. 3d6294e replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  81. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  82. bea12fe add help message about timestamp option by Harald Welte · 15 years ago
  83. 13822e4 patch power reduction into NM attributes by Harald Welte · 15 years ago
  84. 6dc5b76 patch the SI and NM attr tables independently by Harald Welte · 15 years ago
  85. dce8b20 set nominal TRX power for BS-11 and nanoBTS by Harald Welte (local) · 15 years ago
  86. e19be3f implement bts->cell_barred feature, configurable in VTY by Harald Welte (local) · 15 years ago
  87. 111d714 Merge commit 'origin/master' by Harald Welte · 15 years ago
  88. 360eec7 bsc_hack.c: Unconditionally listen for the nanoBTS by Holger Hans Peter Freyther · 15 years ago
  89. f691250 BS11: send measurement report every 5 SACCH frames by Harald Welte · 15 years ago
  90. 0a13910 perform A-bis OML configuration based on config file by Harald Welte · 15 years ago
  91. 626768c bsc_hack.c: Explain why the program will exit... by Holger Hans Peter Freyther · 15 years ago
  92. 4fa91d0 bsc_hack.c: Allow to use a different file for the config file by Holger Hans Peter Freyther · 15 years ago
  93. 7f863f5 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  94. fc4837d Merge branch 'master' into config_file by Harald Welte · 15 years ago
  95. c4dcda0 move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  96. de009e6 configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW) by Harald Welte · 15 years ago
  97. 6286888 the actual config file code (not just config files) by Harald Welte · 15 years ago
  98. 4d5e6d5 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  99. ca9af2b introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  100. 3b71450 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago