1. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  2. 5a081bb paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  3. b326100 misc: Fix compiler warnings in the code by Holger Hans Peter Freyther · 13 years ago
  4. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  5. 17a7634 fix erroneous modification of DTX parameter introduced in previous HSL commit by Harald Welte · 13 years ago
  6. 26d7907 Implement the HSL SR1.0.1 protocol by Harald Welte · 13 years ago
  7. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  8. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/bsc_init.c]
  9. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc_init.c]
  10. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  11. 889f16e [E1 input] proper config error reporting by Harald Welte · 13 years ago
  12. aace9fc [SI] Make sure we set BS_AG_BLKS_RES !=0 by Harald Welte · 13 years ago
  13. f1ba09b misc: Remove unused variable from the function. by Holger Hans Peter Freyther · 13 years ago
  14. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  15. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  16. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  17. 39e6ba0 oml: In case we get a NACK, drop the OML connection and hope for the best by Holger Hans Peter Freyther · 14 years ago
  18. c7a1a1f oml: Another band aid for reliable BTS init... by Holger Hans Peter Freyther · 14 years ago
  19. 5a3a61d bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  20. 4dc025b bsc_init: Compare it with the right enum type by Holger Hans Peter Freyther · 14 years ago
  21. 9fbff4a [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  22. 6d2b66e abis_nm: Create a signal data structure for the NACK message by Holger Hans Peter Freyther · 14 years ago
  23. ec4bfdc bsc_api: Move the API init into the main function. by Holger Hans Peter Freyther · 14 years ago
  24. 34949ae bsc_init: Avoid unaligned access to nanobts_attr_nsvc0 by Holger Hans Peter Freyther · 14 years ago
  25. abeb951 [BSC] Fix off-by-one error in computing mobile allocation by laforge · 14 years ago
  26. 29aca17 [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  27. 7401ae6 [BSC] Keep a SYSTEM INFORMATION cache for each BTS by Harald Welte · 14 years ago
  28. fd37089 [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  29. 43b0909 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  30. 71b822b Add ARFCN range check for GSM 850 band by Harald Welte · 14 years ago
  31. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  32. aef49cc bsc_init: Do not use magic numbers for GSM 12.21 states. by Holger Hans Peter Freyther · 14 years ago
  33. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  34. aa0db80 abis: Pass the abis_om_obj_inst in the nm_state_event.. by Holger Hans Peter Freyther · 14 years ago
  35. 615e956 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  36. a581136 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  37. 50f81b0 bsc_init: Fix ccch description in SI messages by Sylvain Munaut · 14 years ago
  38. 95c2290 [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  39. 439bb82 GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs' by Harald Welte · 14 years ago
  40. 4511d89 GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  41. bb110f9 [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  42. 135f797 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  43. f99f093 Move the version/copyright string to a separate file by Holger Hans Peter Freyther · 14 years ago
  44. 6552d0b Include bscconfig.h without ../ for the srcdir != build dir case by Holger Hans Peter Freyther · 14 years ago
  45. a21a96f Move the copyright and version header to bsc_init.c by Holger Hans Peter Freyther · 14 years ago
  46. a5731cf GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  47. 84c6f31 GPRS: remove outdated FIXME about patching CGI by Harald Welte · 14 years ago
  48. fa58625 GPRS: remove "#define GPRS" compile-time define by Harald Welte · 14 years ago
  49. af38763 GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  50. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  51. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  52. fb0b6fc [bsc] Allow to set a EGSM900, RGSM900 ARFCN by Holger Hans Peter Freyther · 14 years ago
  53. 7de6796 [bsc_init] Send OPSTART if SITE_MANAGER reports off-line by Sylvain Munaut · 15 years ago
  54. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  55. 19a3f0b print ARFCN, LAC and CID when bootstrapping RSL by Harald Welte · 15 years ago
  56. b7bcb79 Fix segfault in case BTS has more TRX than we have configured by Harald Welte · 15 years ago
  57. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  58. 9c4f6b5 missing semicolon at end of statement by Harald Welte · 15 years ago
  59. a992a36 it's LOGL_ERROR, not LOG_ERROR by Harald Welte · 15 years ago
  60. 73d4fce make sure bootstrap_bts() only contains static initialization by Harald Welte · 15 years ago
  61. 7135501 remove duplicate flag for cell barring by Harald Welte · 15 years ago
  62. 6a22c01 [gprs] SI 13 should only be generated on C0 (BCCH-carrying TRX) by Harald Welte · 15 years ago
  63. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  64. 50e7fec system_information: DEBUGP() SI13/5/6 during startup by Harald Welte · 15 years ago
  65. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  66. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  67. 152b626 [system_information] Print more debugging about what's going on by Harald Welte · 15 years ago
  68. ade7a14 make sure BSIC is patched into NM tables before initializing BS11 by Harald Welte · 15 years ago
  69. 7322528 [VTY] add more cell reselection parameters to VTY by Harald Welte · 15 years ago
  70. d6aa524 add warning about accept-all network on non-barred cells by Harald Welte · 15 years ago
  71. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  72. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  73. 1ce10f3 [bsc_init] Activate the RC and the RSL link from the Software Activated Callback by Holger Hans Peter Freyther · 15 years ago
  74. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  75. d8cfc90 [abis_nm] avoid integer-to-pointer casting and associated gcc warnings by Harald Welte · 15 years ago
  76. 65bdc91 Fix segfault, use trx->bts rather than bts in patch_nm_tables() by Harald Welte · 15 years ago
  77. 0f890b0 ip.access: Use Channel Combination from config file by Harald Welte · 15 years ago
  78. 555eba1 Fix spelling of default by Holger Hans Peter Freyther · 15 years ago
  79. 8406ec2 [nanoBTS] move nanoBTS initialization completely into state event handler by Harald Welte · 15 years ago
  80. 77a838d ip.access: use correct stream identifier when connecting RSL by Harald Welte · 15 years ago
  81. 746d609 [abis_nm] introduce and use abis_nm_ipaccess_rsl_connect() by Harald Welte · 15 years ago
  82. d004a64 ip.access / multi-TRX: correctly identify TRX number on SW ACT REP by Harald Welte · 15 years ago
  83. af7b2fa ip.access maximum output power depends on GSM band by Harald Welte · 15 years ago
  84. 4d0481d [bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbers by Harald Welte · 15 years ago
  85. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  86. c4a49e3 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  87. 5ce73fe [bsc] Remove HAR feature to advertize neighbor cells by Holger Hans Peter Freyther · 15 years ago
  88. 8b457fb [bsc_init] Create a bsc_init.c that can be used for setting up hings. by Holger Hans Peter Freyther · 15 years ago