1. 84acf05 no more need to specify local IP address to ipaccess-find by Harald Welte · 15 years ago
  2. 0bf8e30 implement nanoBTS frequency error test by Harald Welte · 15 years ago
  3. fc8d444 Merge branch 'master' into sms by Harald Welte · 15 years ago
  4. de6c410 switch vty implementation over to talloc by Harald Welte · 15 years ago
  5. 2ef3320 add function declaration for gsm_pchan_parse() by Harald Welte · 15 years ago
  6. d1bc77e telnet: deal gracefully with vty being closed by vty layer by Harald Welte · 15 years ago
  7. 4d5e6d5 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  8. 3ffe1b3 add telnet/vty commands for TS pchan and e1_subslot by Harald Welte · 15 years ago
  9. d433177 implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  10. 6afa63e Merge branch 'master' into sms by Harald Welte · 15 years ago
  11. 97ceef9 add code to save BTS/TRX/TS config to config file by Harald Welte · 15 years ago
  12. e84efce change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  13. ec6c5ca don't define zencrypt function if VTY_CRYPT is not defined by Harald Welte · 15 years ago
  14. c1a1394 re-enable config file handling of vty layer by Harald Welte · 15 years ago
  15. 204317e add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21 by Harald Welte · 15 years ago
  16. db1e744 add more ip.access attribute TLV definitions by Harald Welte · 15 years ago
  17. ca9af2b introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  18. 3b71450 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago
  19. 6ab22d2 only set BCCH INFO on first TRX (C0) of BTS by Harald Welte · 15 years ago
  20. cf833cd use HARDCODED_BTSn_TS defines from bsc_hack.c by Harald Welte · 15 years ago
  21. 2d73d4e add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  22. b6328b9 use talloc_free() rather than free() by Harald Welte · 15 years ago
  23. d1b1cda e1_config now supports up to three BTS by Harald Welte · 15 years ago
  24. 65c12b9 prepare mISDN driver for multiple lines/instances by Harald Welte · 15 years ago
  25. b660144 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  26. 24fc0f8 alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  27. b1717e9 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  28. 1a50316 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  29. 2a3a81b gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  30. aba9208 add ip.access specific channel combinations by Harald Welte · 15 years ago
  31. b779983 issue a signal once a subscriber is attached or detached by Harald Welte · 15 years ago
  32. 16e2df4 Merge branch 'master' into sms by Harald Welte · 15 years ago
  33. 3a9c2c0 make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  34. 25b70c5 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  35. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  36. fb4a9e9 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  37. ca745e2 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  38. bd056a8 comments about the bearer_capability structure by Harald Welte · 15 years ago
  39. b3cb414 bearer capability definitions by Harald Welte · 15 years ago
  40. 8e77049 add support for more RSL channel modes by Harald Welte · 15 years ago
  41. 84f9745 Merge commit 'origin/master' by Harald Welte · 15 years ago
  42. 6977a29 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  43. 61f86e2 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  44. 0168dc1 rtp_proxy.c: Spelling fix, kook -> look by Holger Hans Peter Freyther · 15 years ago
  45. f62324a db_test.c: Make it compile again by Holger Hans Peter Freyther · 15 years ago
  46. 3120680 vty/command.c: Fix compile warning by including gsm_subsriber.h by Holger Hans Peter Freyther · 15 years ago
  47. eae3dc6 Merge branch 'master' into sms by Harald Welte · 15 years ago
  48. 3c06207 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  49. bf5833e improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  50. facf612 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  51. 26cc168 implement human-readable RSL cause printing by Harald Welte · 15 years ago
  52. f955487 enable select.c handler to support removal of two consecutive fd's by Harald Welte · 15 years ago
  53. 1e9c5b4 Merge branch 'master' into rtp_proxy by Harald Welte · 15 years ago
  54. 5b359d8 Merge branch 'master' into sms by Harald Welte · 15 years ago
  55. 932e20d move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  56. 0b0bbce add new rtp_proxy code, but not use it yet by Harald Welte · 15 years ago
  57. b78996d further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  58. 15797eb move definition of 'struct gsm_trans' to transaction.h by Harald Welte · 15 years ago
  59. 0d82416 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  60. 419c047 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  61. 165fc33 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  62. f2b6464 add missing files to git by Harald Welte · 15 years ago
  63. d8c8e6f add missing files to git by Harald Welte · 15 years ago
  64. 97a7df1 Merge branch 'master' into sms by Harald Welte · 15 years ago
  65. 4861c82 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  66. 36fe2e8 centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  67. aae7a52 make sure subscr->net is always set by Harald Welte · 15 years ago
  68. 8dd09d6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  69. a54b48d gms_transactions data model reorganization by Harald Welte · 15 years ago
  70. 0abe5a6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  71. c2189a6 gms_transactions data model reorganization by Harald Welte · 15 years ago
  72. 7535041 make sure subscr->net is always set by Harald Welte · 15 years ago
  73. 52281c1 allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  74. 63d23c8 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  75. beeb28f use the TSC that is configured in bts->tsc rather than hardcoded value by Harald Welte · 15 years ago
  76. 719a15a allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  77. d2d0cb8 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  78. ea43c78 use the TSC that is configured in bts->tsc rather than hardcoded value by Harald Welte · 15 years ago
  79. 0748196 Merge branch 'master' into sms by Harald Welte · 15 years ago
  80. afe3c23 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  81. f628471 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  82. c7d7506 some more comments for BS11 attributes by Harald Welte · 15 years ago
  83. a6429e3 bsc_hack.c: Make adding of (nano)BTS to the network dynamic by Holger Hans Peter Freyther · 15 years ago
  84. 6fca008 yet again some more ip.access RSL definitions + parsing by Harald Welte · 15 years ago
  85. 5b27eb9 add some more ip.access RTP related definitions by Harald Welte · 15 years ago
  86. 8f92cce add more ipaccess 12.21 object classes, NSVC only exists once by Harald Welte · 15 years ago
  87. 1610d30 more ip.access RSL TLV parser definitions by Harald Welte · 15 years ago
  88. 8cdeaad rename ip.access structure field members and variables by Harald Welte · 15 years ago
  89. b949895 give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  90. 4206d98 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  91. 5362157 Merge branch 'master' into sms by Harald Welte · 15 years ago
  92. dd62b16 some more comments by Harald Welte · 15 years ago
  93. 4e0fdfd abis_rsl.c: Clarify from which specification this table comes from by Holger Hans Peter Freyther · 15 years ago
  94. 72baef3 ipacess-config: Handle NVATTR NACKs in ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  95. a58188d Merge commit 'origin/master' by Harald Welte · 15 years ago
  96. 6f6bbb2 Merge branch 'master' into sms by Harald Welte · 15 years ago
  97. f6845a7 Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  98. 4531c6b further SMS work by Harald Welte · 15 years ago
  99. dcd3fce remove unused variable by Harald Welte · 15 years ago
  100. 156c5e6 more SMS improvements by Harald Welte · 15 years ago