1. fc0d952 introduce bts->chan_alloc_reverse flag by Harald Welte · 15 years ago
  2. 5b57067 add new 'is_siemens_bts()' function by Harald Welte · 15 years ago
  3. b7e8116 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  4. 39c7deb verify bs11 channel combination constraints by Harald Welte · 15 years ago
  5. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  6. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  7. 1d014a5 parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  8. bd30506 Merge branch 'master' into sms by Harald Welte · 15 years ago
  9. 65da912 add function declaration for gsm_pchan_parse() by Harald Welte · 15 years ago
  10. 99a452a Merge branch 'master' into sms by Harald Welte · 15 years ago
  11. 63589be add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  12. e34e117 Merge branch 'master' into sms by Harald Welte · 15 years ago
  13. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  14. 2f33d01 Merge branch 'master' into sms by Harald Welte · 15 years ago
  15. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  16. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  17. 0803b98 move definition of 'struct gsm_trans' to transaction.h by Harald Welte · 15 years ago
  18. b3c3fae remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  19. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  20. 596fed4 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  21. dcaf565 gms_transactions data model reorganization by Harald Welte · 15 years ago
  22. ae05d24 Merge branch 'master' into sms by Harald Welte · 15 years ago
  23. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  24. b9c758b more SMS improvements by Harald Welte · 15 years ago
  25. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  26. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  27. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  28. 93e9d17 replace 'struct gsm_attr' by 'struct tlv_parsed' by Harald Welte · 15 years ago
  29. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  30. a717d5d Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  31. 2dceae6 make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  32. b895507 Increase LCHAN_RELEASE_TIMEOUT to 10 seconds by Harald Welte · 15 years ago
  33. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  34. 85a7b36 Handle and dispatch paging requests in gsm_subscriber by Holger Freyther · 15 years ago
  35. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from include/openbsc/gsm_data.h]
  36. 8b697c7 BS11: add nm_state for EnveBTES, PA and BBSIG physical objects by Harald Welte · 15 years ago
  37. 4f584c3 [lchan] Log increase/decrease of channel use count (Andreas Eversberg) by Holger Freyther · 15 years ago
  38. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  39. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  40. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  41. be99149 add new function gsm_bts_by_lac() to search for BTS based on location area by Harald Welte · 15 years ago
  42. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  43. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  44. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  45. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  46. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 16 years ago
  47. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 16 years ago
  48. 23a6863 add gst_ts_name() function to obtain human-readable channel name by Harald Welte · 16 years ago
  49. 49f48b8 various CC updates: by Harald Welte · 16 years ago
  50. 75a1fa8 switch paging code to use a timer again, since not all BTS send reliable CCCH load indications by Harald Welte · 16 years ago
  51. 0932d1e forgot the header files in last commit. sigh. by Harald Welte · 16 years ago
  52. 7509926 * introduce TLV parser definitions for RSL IE's by Harald Welte · 16 years ago
  53. d4c9bf3 * add bs_power and ms_power attributes to each channel and use them in channel activation by Harald Welte · 16 years ago
  54. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 16 years ago
  55. bbcc7a5 introduce gsm_nm_state object in all our nm-relevant data structures by Harald Welte · 16 years ago
  56. b1ffbb6 [paging] Send paging requests as response to the PAGING LOAD indicator by Holger Freyther · 16 years ago
  57. f6535bb [paging] Stop counting the requests... harald implemented sepc conform timer support by Holger Freyther · 16 years ago
  58. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 16 years ago
  59. 392209c [paging] Introduce a variable containing the free paging slots by Holger Freyther · 16 years ago
  60. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 16 years ago
  61. 1fa60c8 * add trau_mux implementation to relay from one incoming TRAU by Harald Welte · 16 years ago
  62. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 16 years ago
  63. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 16 years ago
  64. 8e1e3ee introduce generic callback function and hook enum by Harald Welte · 16 years ago
  65. 978cb42 add BTS TYPE field to facilitate future non-BS11 BTS support by Harald Welte · 16 years ago
  66. 85770c7 * use #define for number of TS in one TRX by Harald Welte · 16 years ago
  67. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 16 years ago
  68. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 16 years ago
  69. 460af8b Clean up struct gsm_network and remove the gsm_subscriber by Holger Freyther · 16 years ago
  70. 73487a2 Introduce logical updating request operation on the gsm_lchan by Holger Freyther · 16 years ago
  71. c6ea9db Recylce a gsm_lchan when the refcount drops to zero by Holger Freyther · 16 years ago
  72. c6ba9c2 * 04:08: add MM INFO information elements by Harald Welte · 16 years ago
  73. b7193e4 Introduce new callbacks, remember that we have LOC UPD REQ, reject things only once by Holger Freyther · 16 years ago
  74. 2eafef5 Up on call released release the channel and take the next item by Holger Freyther · 16 years ago
  75. 88ea832 Unite the acked/nacked handling in a common response... by Holger Freyther · 16 years ago
  76. 24893de Inform the bsc about acked or nacked channels... by Holger Freyther · 16 years ago
  77. 3186bf2 Add callback for allocated lchannels by Holger Freyther · 16 years ago
  78. 07cc8d8 Improve page command handling in the bsc_hack by Holger Freyther · 16 years ago
  79. e14a57c Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  80. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  81. 255539c working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  82. a3d0438 missing header file changes by Harald Welte · 16 years ago
  83. ad38464 this is the first version that actually talks to the BTS by Harald Welte · 16 years ago
  84. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  85. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago