1. 604d851 Register GSM_BTS_TYPE_UNKNOWN in bsc_hack.c by Daniel Willmann · 14 years ago
  2. 0677061 update copyright statements by Harald Welte · 14 years ago
  3. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  4. 3cefa9a vty: sub-divide talloc contexts and include them in talloc report by Harald Welte · 15 years ago
  5. 079353a [statistics] Do the syncing to db from within the bsc_hack by Holger Hans Peter Freyther · 15 years ago
  6. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  7. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  8. f314f68 add --help message about --rtp-proxy argument by Harald Welte · 15 years ago
  9. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  10. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  11. f49fac2 [bsc_hack] Ignore the sigpipe... by Holger Hans Peter Freyther · 15 years ago
  12. 3961fcc Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  13. 8b457fb [bsc_init] Create a bsc_init.c that can be used for setting up hings. by Holger Hans Peter Freyther · 15 years ago
  14. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  15. b8afe81 trigger RRLP position requests after paging succeeded and after subscriber attach by Harald Welte (local) · 15 years ago
  16. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  17. efc9231 allow vty to set periodic location updating timer t3212 by Harald Welte (local) · 15 years ago
  18. bc9e9f8 Merge commit 'har/laforge' by Daniel Willmann · 15 years ago
  19. 7f69816 disable emergency call bit (i.e. cell does not support emergency call) by Harald Welte · 15 years ago
  20. 50d1271 fix token auth implementation by Harald Welte (local) · 15 years ago
  21. 06513f2 replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  22. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  23. c70979a add help message about timestamp option by Harald Welte · 15 years ago
  24. 61cd883 patch power reduction into NM attributes by Harald Welte · 15 years ago
  25. 000c0f4 patch the SI and NM attr tables independently by Harald Welte · 15 years ago
  26. 7f28cd5 set nominal TRX power for BS-11 and nanoBTS by Harald Welte (local) · 15 years ago
  27. 5dececf implement bts->cell_barred feature, configurable in VTY by Harald Welte (local) · 15 years ago
  28. d069dea Merge commit 'origin/master' by Harald Welte · 15 years ago
  29. 557ca78 bsc_hack.c: Unconditionally listen for the nanoBTS by Holger Hans Peter Freyther · 15 years ago
  30. e991c26 BS11: send measurement report every 5 SACCH frames by Harald Welte · 15 years ago
  31. 349aba6 perform A-bis OML configuration based on config file by Harald Welte · 15 years ago
  32. 100325a bsc_hack.c: Explain why the program will exit... by Holger Hans Peter Freyther · 15 years ago
  33. d5d1cef bsc_hack.c: Allow to use a different file for the config file by Holger Hans Peter Freyther · 15 years ago
  34. 89e9d59 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  35. 1e0a8ea Merge branch 'master' into config_file by Harald Welte · 15 years ago
  36. 66b6a8d move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  37. 31f03a6 configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW) by Harald Welte · 15 years ago
  38. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  39. 31c3d34 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  40. 5146006 introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  41. f294f45 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago
  42. d158605 only set BCCH INFO on first TRX (C0) of BTS by Harald Welte · 15 years ago
  43. ac56e8b use HARDCODED_BTSn_TS defines from bsc_hack.c by Harald Welte · 15 years ago
  44. fad0559 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  45. 67b4c30 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  46. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  47. f8d536d allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  48. 5655471 some more comments for BS11 attributes by Harald Welte · 15 years ago
  49. 03582a8 bsc_hack.c: Make adding of (nano)BTS to the network dynamic by Holger Hans Peter Freyther · 15 years ago
  50. 0efe9b7 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  51. 53833f6 remove SI3 and SI4 rest octets by Harald Welte · 15 years ago
  52. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  53. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  54. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  55. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  56. a865f1b BS11: use abis_nm_set_{bts,radio}_attr() by Harald Welte · 15 years ago
  57. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  58. 500f3ca [o&m] Dispatch a signal for nacked O&M messages by Holger Hans Peter Freyther · 15 years ago
  59. e91f578 [bsc_hack] Sanity check for the GSM1800 nanoBTS by Holger Hans Peter Freyther · 15 years ago
  60. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/bsc_hack.c]
  61. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  62. d0fbab5 some more comments by Harald Welte · 15 years ago
  63. 578001b bsc_hack.c: Fix the -l db option (Andreas Eversberg) by Holger Freyther · 15 years ago
  64. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  65. b8be654 [e1] Correctly initialize the e1link (Andreas Eversberg) by Holger Freyther · 15 years ago
  66. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  67. fe609d8 some more comments on the abis attributes by Harald Welte · 15 years ago
  68. 060f6df make sure even our predefined structures use HARDCODED_BSIC as initial value by Harald Welte · 15 years ago
  69. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  70. 110c0ab * replace some more hex bytes in init msgs by #defines by Harald Welte · 15 years ago
  71. 04d3c92 An application that has own events and file descriptors, must poll by Harald Welte · 15 years ago
  72. a994a48 remove misleading debug messages by Harald Welte · 15 years ago
  73. cf55978 make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be created by Harald Welte · 15 years ago
  74. b463060 Fix long-standing bug: nanoBTS now even works after cold boot (first time after power up). by Harald Welte · 15 years ago
  75. 879c85a no need to make gsmnet structure non-static (fix from last commit) by Harald Welte · 15 years ago
  76. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  77. 191280d abis_nm wants to use bts->bts_nr (the number of the BTS in the OML link) rather by Harald Welte · 15 years ago
  78. b5c00f5 [misdn] Add option to automatically release layer2 on exit by Holger Freyther · 15 years ago
  79. dda22c1 [bsc_hack] Allow to select the cardnr defaulting to number 0 by Holger Freyther · 15 years ago
  80. 0a173bf [bsc_hack] Allow to set the location area code by Holger Freyther · 15 years ago
  81. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  82. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  83. ef7f7ce [bsc_hack] Initialize db as part of the network by Holger Freyther · 15 years ago
  84. 0469cf6 [e1] Enable dumping of LAPD frames again by Holger Freyther · 15 years ago
  85. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  86. ff9592f [misc] Fix compile warnings... by Holger Freyther · 15 years ago
  87. 65ccf88 fix non-randomness of TMSI by seeding the PRNG. Later we should use openssl by Harald Welte · 15 years ago
  88. 41fbf44 enable IMSI ATTACH/DETACH by Harald Welte · 15 years ago
  89. fd2fb45 25C3 is over, so call our network OpenBSC by Harald Welte · 15 years ago
  90. 23887b6 use official TCH/F for initial channel modes rather than BS-11 specific 0x09 by Harald Welte · 15 years ago
  91. 311d0cf don't reduce power quite as much to make sure we still get a singal (bs-11) and nanoBTS doesn't refuse the attribute at all by Harald Welte · 15 years ago
  92. cd99387 * use more constants to name the various BTS/TRX/... attributes by Harald Welte · 15 years ago
  93. 9400932 support non-123 ARFCN on nonoBTS by Harald Welte · 15 years ago
  94. e1bd241 * use the correct BCCH channel type for nanoBTS by Harald Welte · 15 years ago
  95. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  96. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  97. 3b91043 [ccch load] Enable notifications for CCCH/PAGING LOAD again by Holger Freyther · 15 years ago
  98. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  99. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  100. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 15 years ago