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