1. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/bsc_hack.c]
  2. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  3. d0fbab5 some more comments by Harald Welte · 15 years ago
  4. 578001b bsc_hack.c: Fix the -l db option (Andreas Eversberg) by Holger Freyther · 15 years ago
  5. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  6. b8be654 [e1] Correctly initialize the e1link (Andreas Eversberg) by Holger Freyther · 15 years ago
  7. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  8. fe609d8 some more comments on the abis attributes by Harald Welte · 15 years ago
  9. 060f6df make sure even our predefined structures use HARDCODED_BSIC as initial value by Harald Welte · 15 years ago
  10. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  11. 110c0ab * replace some more hex bytes in init msgs by #defines by Harald Welte · 15 years ago
  12. 04d3c92 An application that has own events and file descriptors, must poll by Harald Welte · 15 years ago
  13. a994a48 remove misleading debug messages by Harald Welte · 15 years ago
  14. cf55978 make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be created by Harald Welte · 15 years ago
  15. b463060 Fix long-standing bug: nanoBTS now even works after cold boot (first time after power up). by Harald Welte · 15 years ago
  16. 879c85a no need to make gsmnet structure non-static (fix from last commit) by Harald Welte · 15 years ago
  17. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  18. 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
  19. b5c00f5 [misdn] Add option to automatically release layer2 on exit by Holger Freyther · 15 years ago
  20. dda22c1 [bsc_hack] Allow to select the cardnr defaulting to number 0 by Holger Freyther · 15 years ago
  21. 0a173bf [bsc_hack] Allow to set the location area code by Holger Freyther · 15 years ago
  22. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  23. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  24. ef7f7ce [bsc_hack] Initialize db as part of the network by Holger Freyther · 15 years ago
  25. 0469cf6 [e1] Enable dumping of LAPD frames again by Holger Freyther · 15 years ago
  26. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  27. ff9592f [misc] Fix compile warnings... by Holger Freyther · 15 years ago
  28. 65ccf88 fix non-randomness of TMSI by seeding the PRNG. Later we should use openssl by Harald Welte · 15 years ago
  29. 41fbf44 enable IMSI ATTACH/DETACH by Harald Welte · 15 years ago
  30. fd2fb45 25C3 is over, so call our network OpenBSC by Harald Welte · 15 years ago
  31. 23887b6 use official TCH/F for initial channel modes rather than BS-11 specific 0x09 by Harald Welte · 15 years ago
  32. 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
  33. cd99387 * use more constants to name the various BTS/TRX/... attributes by Harald Welte · 15 years ago
  34. 9400932 support non-123 ARFCN on nonoBTS by Harald Welte · 15 years ago
  35. e1bd241 * use the correct BCCH channel type for nanoBTS by Harald Welte · 15 years ago
  36. 5c1e458 Add support for ip.access RSL link on port 3003 by Harald Welte · 15 years ago
  37. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  38. 3b91043 [ccch load] Enable notifications for CCCH/PAGING LOAD again by Holger Freyther · 15 years ago
  39. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  40. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  41. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 15 years ago
  42. e79769b make sure certain functions are per TRX, not per BTS, such as by Harald Welte · 15 years ago
  43. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 15 years ago
  44. 0bbb8b2 increase CCCH LOAD indication threshold to 50% to remove lots of noise by Harald Welte · 15 years ago
  45. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 15 years ago
  46. 8328229 Enable CCCH LOAD INDICATION always, from 0% upwards, and report it every second by Harald Welte · 15 years ago
  47. 7837489 abis_nm_reset_resource is a bs11 specific function by Harald Welte · 15 years ago
  48. 05188ee * prefix all BS11 specific OML functions with proper name by Harald Welte · 15 years ago
  49. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  50. 9898188 Allow to set a different ARFCN by Harald Welte · 15 years ago
  51. 8965da4 Tabs no Spaces... at least here by Harald Welte · 15 years ago
  52. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  53. 219518d Add simplistic telnet control interface by Holger Freyther · 16 years ago
  54. 9a3ee0f Add the option to write the communication on the D Channel to a pcap file by Holger Freyther · 16 years ago
  55. 355701b Document where to find the how to determine the paging group by Holger Freyther · 16 years ago
  56. d125250 add signal handlers for clean shutdown of BTS via OML on shutdown of program by Harald Welte · 16 years ago
  57. 2176881 don't return a value in a void function by Harald Welte · 16 years ago
  58. e97f7fb Add an option to set the global reject cause by Holger Freyther · 16 years ago
  59. f5cbab7 * add network name information to GSM network * disable callbacks for now by Harald Welte · 16 years ago
  60. 89824fc Add an option to allow everyone to the network. by Holger Freyther · 16 years ago
  61. e6cabf0 Channel opened not from a PAGING COMMAND... remove message by Holger Freyther · 16 years ago
  62. b7193e4 Introduce new callbacks, remember that we have LOC UPD REQ, reject things only once by Holger Freyther · 16 years ago
  63. 2eafef5 Up on call released release the channel and take the next item by Holger Freyther · 16 years ago
  64. abade7a Initiate a call once we have a channel assigned by Holger Freyther · 16 years ago
  65. 88ea832 Unite the acked/nacked handling in a common response... by Holger Freyther · 16 years ago
  66. 24893de Inform the bsc about acked or nacked channels... by Holger Freyther · 16 years ago
  67. 3186bf2 Add callback for allocated lchannels by Holger Freyther · 16 years ago
  68. 07cc8d8 Improve page command handling in the bsc_hack by Holger Freyther · 16 years ago
  69. 3b2ec42 Documentation update and where we found the information by Harald Welte · 16 years ago
  70. 65e74cc disable paging, send SETUP after LOCATION UPDATE ACCEPT by Harald Welte · 16 years ago
  71. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  72. bde3610 make it optional where the hlr database is stored by Holger Freyther · 16 years ago
  73. 33a6184 Add the new options to the getopt_long call as well by Holger Freyther · 16 years ago
  74. 104604e Fix compile, on rebase the static_assert change got lost... by Harald Welte · 16 years ago
  75. b9ddfd0 [bsc_hack] Patch the tables before we setup the rsl by Holger Freyther · 16 years ago
  76. 4d50547 [bsc_hack] Start to understand the SI packages we send by Holger Freyther · 16 years ago
  77. 24287b6 [bsc_hack] Make sure that the newly defined structs match the current packets by Holger Freyther · 16 years ago
  78. efde7fb bsc_hack: Add command line parameter to set the MCC and MNC by Holger Freyther · 16 years ago
  79. 255539c working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  80. 75a983f * add database handling * fix IMSI handling by Harald Welte · 16 years ago
  81. b332f61 Use getopt in the bsc_hack to parse options by Holger Freyther · 16 years ago
  82. 32636e8 Move the debug code to a separate debug.c by Holger Freyther · 16 years ago
  83. 5677ae3 misdn.h forward declare mi_setup by Holger Freyther · 16 years ago
  84. 702d870 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  85. ad38464 this is the first version that actually talks to the BTS by Harald Welte · 16 years ago
  86. f6b7a90 add debugp() function to fulfill link dependency and build executable by Harald Welte · 16 years ago
  87. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  88. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago