1. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  2. efc9231 allow vty to set periodic location updating timer t3212 by Harald Welte (local) · 15 years ago
  3. bc9e9f8 Merge commit 'har/laforge' by Daniel Willmann · 15 years ago
  4. 7f69816 disable emergency call bit (i.e. cell does not support emergency call) by Harald Welte · 15 years ago
  5. 50d1271 fix token auth implementation by Harald Welte (local) · 15 years ago
  6. 06513f2 replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  7. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  8. c70979a add help message about timestamp option by Harald Welte · 15 years ago
  9. 61cd883 patch power reduction into NM attributes by Harald Welte · 15 years ago
  10. 000c0f4 patch the SI and NM attr tables independently by Harald Welte · 15 years ago
  11. 7f28cd5 set nominal TRX power for BS-11 and nanoBTS by Harald Welte (local) · 15 years ago
  12. 5dececf implement bts->cell_barred feature, configurable in VTY by Harald Welte (local) · 15 years ago
  13. d069dea Merge commit 'origin/master' by Harald Welte · 15 years ago
  14. 557ca78 bsc_hack.c: Unconditionally listen for the nanoBTS by Holger Hans Peter Freyther · 15 years ago
  15. e991c26 BS11: send measurement report every 5 SACCH frames by Harald Welte · 15 years ago
  16. 349aba6 perform A-bis OML configuration based on config file by Harald Welte · 15 years ago
  17. 100325a bsc_hack.c: Explain why the program will exit... by Holger Hans Peter Freyther · 15 years ago
  18. d5d1cef bsc_hack.c: Allow to use a different file for the config file by Holger Hans Peter Freyther · 15 years ago
  19. 89e9d59 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  20. 1e0a8ea Merge branch 'master' into config_file by Harald Welte · 15 years ago
  21. 66b6a8d move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  22. 31f03a6 configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW) by Harald Welte · 15 years ago
  23. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  24. 31c3d34 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  25. 5146006 introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  26. f294f45 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago
  27. d158605 only set BCCH INFO on first TRX (C0) of BTS by Harald Welte · 15 years ago
  28. ac56e8b use HARDCODED_BTSn_TS defines from bsc_hack.c by Harald Welte · 15 years ago
  29. fad0559 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  30. 67b4c30 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  31. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  32. f8d536d allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  33. 5655471 some more comments for BS11 attributes by Harald Welte · 15 years ago
  34. 03582a8 bsc_hack.c: Make adding of (nano)BTS to the network dynamic by Holger Hans Peter Freyther · 15 years ago
  35. 0efe9b7 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  36. 53833f6 remove SI3 and SI4 rest octets by Harald Welte · 15 years ago
  37. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  38. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  39. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  40. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  41. a865f1b BS11: use abis_nm_set_{bts,radio}_attr() by Harald Welte · 15 years ago
  42. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  43. 500f3ca [o&m] Dispatch a signal for nacked O&M messages by Holger Hans Peter Freyther · 15 years ago
  44. e91f578 [bsc_hack] Sanity check for the GSM1800 nanoBTS by Holger Hans Peter Freyther · 15 years ago
  45. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/bsc_hack.c]
  46. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  47. d0fbab5 some more comments by Harald Welte · 15 years ago
  48. 578001b bsc_hack.c: Fix the -l db option (Andreas Eversberg) by Holger Freyther · 15 years ago
  49. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  50. b8be654 [e1] Correctly initialize the e1link (Andreas Eversberg) by Holger Freyther · 15 years ago
  51. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  52. fe609d8 some more comments on the abis attributes by Harald Welte · 15 years ago
  53. 060f6df make sure even our predefined structures use HARDCODED_BSIC as initial value by Harald Welte · 15 years ago
  54. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  55. 110c0ab * replace some more hex bytes in init msgs by #defines by Harald Welte · 15 years ago
  56. 04d3c92 An application that has own events and file descriptors, must poll by Harald Welte · 15 years ago
  57. a994a48 remove misleading debug messages by Harald Welte · 15 years ago
  58. cf55978 make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be created by Harald Welte · 15 years ago
  59. b463060 Fix long-standing bug: nanoBTS now even works after cold boot (first time after power up). by Harald Welte · 15 years ago
  60. 879c85a no need to make gsmnet structure non-static (fix from last commit) by Harald Welte · 15 years ago
  61. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  62. 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
  63. b5c00f5 [misdn] Add option to automatically release layer2 on exit by Holger Freyther · 15 years ago
  64. dda22c1 [bsc_hack] Allow to select the cardnr defaulting to number 0 by Holger Freyther · 15 years ago
  65. 0a173bf [bsc_hack] Allow to set the location area code by Holger Freyther · 15 years ago
  66. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  67. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  68. ef7f7ce [bsc_hack] Initialize db as part of the network by Holger Freyther · 15 years ago
  69. 0469cf6 [e1] Enable dumping of LAPD frames again by Holger Freyther · 15 years ago
  70. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  71. ff9592f [misc] Fix compile warnings... by Holger Freyther · 15 years ago
  72. 65ccf88 fix non-randomness of TMSI by seeding the PRNG. Later we should use openssl by Harald Welte · 15 years ago
  73. 41fbf44 enable IMSI ATTACH/DETACH by Harald Welte · 15 years ago
  74. fd2fb45 25C3 is over, so call our network OpenBSC by Harald Welte · 15 years ago
  75. 23887b6 use official TCH/F for initial channel modes rather than BS-11 specific 0x09 by Harald Welte · 15 years ago
  76. 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
  77. cd99387 * use more constants to name the various BTS/TRX/... attributes by Harald Welte · 15 years ago
  78. 9400932 support non-123 ARFCN on nonoBTS by Harald Welte · 15 years ago
  79. e1bd241 * use the correct BCCH channel type for nanoBTS by Harald Welte · 15 years ago
  80. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  81. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  82. 3b91043 [ccch load] Enable notifications for CCCH/PAGING LOAD again by Holger Freyther · 15 years ago
  83. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  84. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  85. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 15 years ago
  86. e79769b make sure certain functions are per TRX, not per BTS, such as by Harald Welte · 15 years ago
  87. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 15 years ago
  88. 0bbb8b2 increase CCCH LOAD indication threshold to 50% to remove lots of noise by Harald Welte · 15 years ago
  89. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 15 years ago
  90. 8328229 Enable CCCH LOAD INDICATION always, from 0% upwards, and report it every second by Harald Welte · 15 years ago
  91. 7837489 abis_nm_reset_resource is a bs11 specific function by Harald Welte · 15 years ago
  92. 05188ee * prefix all BS11 specific OML functions with proper name by Harald Welte · 15 years ago
  93. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  94. 9898188 Allow to set a different ARFCN by Harald Welte · 15 years ago
  95. 8965da4 Tabs no Spaces... at least here by Harald Welte · 15 years ago
  96. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  97. 219518d Add simplistic telnet control interface by Holger Freyther · 15 years ago
  98. 9a3ee0f Add the option to write the communication on the D Channel to a pcap file by Holger Freyther · 15 years ago
  99. 355701b Document where to find the how to determine the paging group by Holger Freyther · 15 years ago
  100. d125250 add signal handlers for clean shutdown of BTS via OML on shutdown of program by Harald Welte · 15 years ago