1. 34e9749 misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  2. e58ca7c revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0 by Harald Welte · 15 years ago
  3. 0b2124b set BS power to Pn == nominal output power by Harald Welte · 15 years ago
  4. b400dd8 We're using NECI=0, but the channel reauest reasons we're seeing from MS's are wrong by Harald Welte · 15 years ago
  5. b7e8116 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  6. 4198561 add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATA by Harald Welte · 15 years ago
  7. 0d544e7 fix off-by-one error in calculating RPDU length for CP-USER-DATA IE by Harald Welte · 15 years ago
  8. 6c3d2ed the RELEAESE MODE IE is mandatory by Harald Welte · 15 years ago
  9. 89e9d59 chane TRX0/TS0 channel combination to not include a CBCH by Harald Welte · 15 years ago
  10. 39c7deb verify bs11 channel combination constraints by Harald Welte · 15 years ago
  11. 1e0a8ea Merge branch 'master' into config_file by Harald Welte · 15 years ago
  12. 369cc27 Merge commit 'origin/master' by Harald Welte · 15 years ago
  13. 3073a9f if we receive CHANNEL ACTIVATE NACK, we should release the lchan by Harald Welte · 15 years ago
  14. cf6a381 SMS improvements by Harald Welte · 15 years ago
  15. ee5ad16 ensure we send the LOCATION UPDATE ACCEPT before issuing any signal by Harald Welte · 15 years ago
  16. d11ea93 ensure that we use the SACCH where apropriate for RLL connections by Harald Welte · 15 years ago
  17. 2ebabca new db_sms_get_unsent_for_subscr() function by Harald Welte · 15 years ago
  18. d0b7b77 add ud_hdr_ind to SMS table by Harald Welte · 15 years ago
  19. 1a6f798 move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  20. f9daefd add SMS sending commands to vty by Harald Welte · 15 years ago
  21. cb8f443 implement proper SAPI3 handling for SMS by Harald Welte · 15 years ago
  22. 66b6a8d move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  23. 31f03a6 configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW) by Harald Welte · 15 years ago
  24. 1c40927 fix timer and linked list handling of new RLL code by Harald Welte · 15 years ago
  25. edcc527 Add new BSC RLL layer of code by Harald Welte · 15 years ago
  26. 42b4557 ensure vty code uses talloc_strdup() rather than regular strdup by Harald Welte · 15 years ago
  27. 1bf1972 use one talloc context for entire vty code by Harald Welte · 15 years ago
  28. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  29. 3c5cb25 Merge branch 'master' into config_file by Harald Welte · 15 years ago
  30. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  31. 1d014a5 parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  32. f6cea1d when paging a MS, use the channel type indicated by caller by Harald Welte · 15 years ago
  33. d2dc1de start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  34. 81cff3c ipaccess-find: don't try to parse packets that are not IPAC_MSGT_ID_RESP by Harald Welte · 15 years ago
  35. e26d079 no more need to specify local IP address to ipaccess-find by Harald Welte · 15 years ago
  36. c731038 implement nanoBTS frequency error test by Harald Welte · 15 years ago
  37. a08a9ac first version of OpenBSC to be confiugred by config_file by Harald Welte · 15 years ago
  38. 5013b2a introduce new GSMNET node for the GSM network by Harald Welte · 15 years ago
  39. c7c1982 add support for reading of configuration file to VTY by Harald Welte · 15 years ago
  40. 07dc73d only allow setting of unit_id on ip.access BTS by Harald Welte · 15 years ago
  41. fc1c3e5 ensure vty code uses talloc_strdup() rather than regular strdup by Harald Welte · 15 years ago
  42. 0224e4d use one talloc context for entire vty code by Harald Welte · 15 years ago
  43. bd30506 Merge branch 'master' into sms by Harald Welte · 15 years ago
  44. 2477d93 switch vty implementation over to talloc by Harald Welte · 15 years ago
  45. 3820254 telnet: deal gracefully with vty being closed by vty layer by Harald Welte · 15 years ago
  46. 31c3d34 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  47. a6fd58e add telnet/vty commands for TS pchan and e1_subslot by Harald Welte · 15 years ago
  48. a171a1b implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  49. 99a452a Merge branch 'master' into sms by Harald Welte · 15 years ago
  50. 67ce073 add code to save BTS/TRX/TS config to config file by Harald Welte · 15 years ago
  51. 9fb3b8b change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  52. b1f21d4 don't define zencrypt function if VTY_CRYPT is not defined by Harald Welte · 15 years ago
  53. 4a3023d re-enable config file handling of vty layer by Harald Welte · 15 years ago
  54. 1989c08 add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21 by Harald Welte · 15 years ago
  55. 4fbfd3a add more ip.access attribute TLV definitions by Harald Welte · 15 years ago
  56. 5146006 introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  57. f294f45 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago
  58. d158605 only set BCCH INFO on first TRX (C0) of BTS by Harald Welte · 15 years ago
  59. ac56e8b use HARDCODED_BTSn_TS defines from bsc_hack.c by Harald Welte · 15 years ago
  60. 63589be add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  61. ac606dc use talloc_free() rather than free() by Harald Welte · 15 years ago
  62. 4e55d68 e1_config now supports up to three BTS by Harald Welte · 15 years ago
  63. 9e85b54 prepare mISDN driver for multiple lines/instances by Harald Welte · 15 years ago
  64. 602f2b8 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  65. f89abbd alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  66. 2da8629 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  67. fad0559 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  68. a1b2858 gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  69. ea5cf30 issue a signal once a subscriber is attached or detached by Harald Welte · 15 years ago
  70. e34e117 Merge branch 'master' into sms by Harald Welte · 15 years ago
  71. d46299d make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  72. 67b4c30 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  73. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  74. 58ca5b7 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  75. 13cac66 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  76. 470abb7 add support for more RSL channel modes by Harald Welte · 15 years ago
  77. 849427d Merge commit 'origin/master' by Harald Welte · 15 years ago
  78. 198f3f5 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  79. 72be463 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  80. 89acf06 rtp_proxy.c: Spelling fix, kook -> look by Holger Hans Peter Freyther · 15 years ago
  81. 430b59c vty/command.c: Fix compile warning by including gsm_subsriber.h by Holger Hans Peter Freyther · 15 years ago
  82. 2f33d01 Merge branch 'master' into sms by Harald Welte · 15 years ago
  83. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  84. aea9a98 improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  85. 5e98a53 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  86. 9869c0a implement human-readable RSL cause printing by Harald Welte · 15 years ago
  87. 716fa9f enable select.c handler to support removal of two consecutive fd's by Harald Welte · 15 years ago
  88. 5f2134f Merge branch 'master' into rtp_proxy by Harald Welte · 15 years ago
  89. 3366a94 Merge branch 'master' into sms by Harald Welte · 15 years ago
  90. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  91. ead7a7b add new rtp_proxy code, but not use it yet by Harald Welte · 15 years ago
  92. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  93. b8b4073 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  94. b49248b move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  95. 78283ef move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  96. c072ad6 add missing files to git by Harald Welte · 15 years ago
  97. 9ee4825 add missing files to git by Harald Welte · 15 years ago
  98. 88f0425 Merge branch 'master' into sms by Harald Welte · 15 years ago
  99. 6f5aee0 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  100. 39e2ead centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago