1. 29cd72a bts-init: Initialize the BTS like it will look after a reset by Holger Hans Peter Freyther · 13 years ago
  2. 452119d properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago
  3. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  4. 6b77f0f Move system information related defines and code to libosmocore by Harald Welte · 13 years ago
  5. 5bd96a7 bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  6. 4726e7e bsc: fix bail out in case of problems bootstrapping BTS or E1 input by Pablo Neira Ayuso · 13 years ago
  7. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  8. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  9. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  10. bd421f2 paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  11. 6f2312e misc: Fix compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  12. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  13. ea786a5 fix erroneous modification of DTX parameter introduced in previous HSL commit by Harald Welte · 13 years ago
  14. 6bddd82 Implement the HSL SR1.0.1 protocol by Harald Welte · 13 years ago
  15. 08011e2 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  16. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/bsc_init.c]
  17. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc_init.c]
  18. 4c826f7 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  19. a849782 [E1 input] proper config error reporting by Harald Welte · 13 years ago
  20. 961ac53 [SI] Make sure we set BS_AG_BLKS_RES !=0 by Harald Welte · 13 years ago
  21. 6645a29 misc: Remove unused variable from the function. by Holger Hans Peter Freyther · 14 years ago
  22. 5c05ed3 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  23. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  24. 2a6bffe abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  25. 82260a6 oml: In case we get a NACK, drop the OML connection and hope for the best by Holger Hans Peter Freyther · 14 years ago
  26. c7d8531 oml: Another band aid for reliable BTS init... by Holger Hans Peter Freyther · 14 years ago
  27. 21d63ff bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  28. ade87dd bsc_init: Compare it with the right enum type by Holger Hans Peter Freyther · 14 years ago
  29. d8acf14 [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  30. dfea6c8 abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  31. c7efbe4 bsc_api: Move the API init into the main function. by Holger Hans Peter Freyther · 14 years ago
  32. 8917663 bsc_init: Avoid unaligned access to nanobts_attr_nsvc0 by Holger Hans Peter Freyther · 14 years ago
  33. 1dcdc95 [BSC] Fix off-by-one error in computing mobile allocation by laforge · 14 years ago
  34. 6332a8a [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  35. 99bed52 [BSC] Keep a SYSTEM INFORMATION cache for each BTS by Harald Welte · 14 years ago
  36. bf6624d [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  37. d2c8558 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  38. eee698b Add ARFCN range check for GSM 850 band by Harald Welte · 14 years ago
  39. bd9591f Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  40. 7aa0c8b bsc_init: Do not use magic numbers for GSM 12.21 states. by Holger Hans Peter Freyther · 14 years ago
  41. 4015287 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  42. 9aec6db abis: Pass the abis_om_obj_inst in the nm_state_event.. by Holger Hans Peter Freyther · 14 years ago
  43. a925176 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  44. 8c99434 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  45. 63e014e bsc_init: Fix ccch description in SI messages by Sylvain Munaut · 14 years ago
  46. 697ed2b [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  47. 81d9477 GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs' by Harald Welte · 14 years ago
  48. cb20b7a GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  49. 3e09b3f [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  50. 5a8b2b4 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  51. 4aeddac Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  52. 19b83b7 Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  53. 7d02837 Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  54. 4a048c5 GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  55. 0906fb5 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  56. 1c5fd6c GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  57. 410575a GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  58. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  59. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  60. 2ba2b33 [bsc] Allow to set a EGSM900, RGSM900 ARFCN by Holger Hans Peter Freyther · 14 years ago
  61. da1b134 [bsc_init] Send OPSTART if SITE_MANAGER reports off-line by Sylvain Munaut · 15 years ago
  62. 677bb2f [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  63. 424873e print ARFCN, LAC and CID when bootstrapping RSL by Harald Welte · 15 years ago
  64. 053ade5 Fix segfault in case BTS has more TRX than we have configured by Harald Welte · 15 years ago
  65. 8e2d8de bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  66. a2068e7 missing semicolon at end of statement by Harald Welte · 15 years ago
  67. 36ab545 it's LOGL_ERROR, not LOG_ERROR by Harald Welte · 15 years ago
  68. 36e5a79 make sure bootstrap_bts() only contains static initialization by Harald Welte · 15 years ago
  69. 8c973ba remove duplicate flag for cell barring by Harald Welte · 15 years ago
  70. 28fc963 [gprs] SI 13 should only be generated on C0 (BCCH-carrying TRX) by Harald Welte · 15 years ago
  71. 8096a51 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  72. d7f3648 system_information: DEBUGP() SI13/5/6 during startup by Harald Welte · 15 years ago
  73. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  74. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  75. e285bad [system_information] Print more debugging about what's going on by Harald Welte · 15 years ago
  76. 238cd5a make sure BSIC is patched into NM tables before initializing BS11 by Harald Welte · 15 years ago
  77. b761bf8 [VTY] add more cell reselection parameters to VTY by Harald Welte · 15 years ago
  78. 395cb6b add warning about accept-all network on non-barred cells by Harald Welte · 15 years ago
  79. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  80. 1c8b480 [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  81. 7622a99 [bsc_init] Activate the RC and the RSL link from the Software Activated Callback by Holger Hans Peter Freyther · 15 years ago
  82. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  83. 6a21c73 [abis_nm] avoid integer-to-pointer casting and associated gcc warnings by Harald Welte · 15 years ago
  84. c696d2f Fix segfault, use trx->bts rather than bts in patch_nm_tables() by Harald Welte · 15 years ago
  85. cfb781c ip.access: Use Channel Combination from config file by Harald Welte · 15 years ago
  86. 604326f Fix spelling of default by Holger Hans Peter Freyther · 15 years ago
  87. 9c913c4 [nanoBTS] move nanoBTS initialization completely into state event handler by Harald Welte · 15 years ago
  88. 9970928 ip.access: use correct stream identifier when connecting RSL by Harald Welte · 15 years ago
  89. 5aeedd4 [abis_nm] introduce and use abis_nm_ipaccess_rsl_connect() by Harald Welte · 15 years ago
  90. f509340 ip.access / multi-TRX: correctly identify TRX number on SW ACT REP by Harald Welte · 15 years ago
  91. 97be68a ip.access maximum output power depends on GSM band by Harald Welte · 15 years ago
  92. 608a30b [bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbers by Harald Welte · 15 years ago
  93. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  94. a098dfb [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  95. f1f2ab4 [bsc] Remove HAR feature to advertize neighbor cells by Holger Hans Peter Freyther · 15 years ago
  96. cad370f [bsc_init] Create a bsc_init.c that can be used for setting up hings. by Holger Hans Peter Freyther · 15 years ago