1. 65da912 add function declaration for gsm_pchan_parse() by Harald Welte · 15 years ago
  2. 3820254 telnet: deal gracefully with vty being closed by vty layer by Harald Welte · 15 years ago
  3. 31c3d34 in case of SIGABRT, don't exit(0) and thus prevent creating a core file by Harald Welte · 15 years ago
  4. a6fd58e add telnet/vty commands for TS pchan and e1_subslot by Harald Welte · 15 years ago
  5. a171a1b implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  6. 67ce073 add code to save BTS/TRX/TS config to config file by Harald Welte · 15 years ago
  7. 9fb3b8b change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  8. b1f21d4 don't define zencrypt function if VTY_CRYPT is not defined by Harald Welte · 15 years ago
  9. 4a3023d re-enable config file handling of vty layer by Harald Welte · 15 years ago
  10. 1989c08 add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21 by Harald Welte · 15 years ago
  11. 4fbfd3a add more ip.access attribute TLV definitions by Harald Welte · 15 years ago
  12. 5146006 introduce '-2' commandline option for second BS-11 by Harald Welte · 15 years ago
  13. f294f45 shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+c by Harald Welte · 15 years ago
  14. d158605 only set BCCH INFO on first TRX (C0) of BTS by Harald Welte · 15 years ago
  15. ac56e8b use HARDCODED_BTSn_TS defines from bsc_hack.c by Harald Welte · 15 years ago
  16. 63589be add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  17. ac606dc use talloc_free() rather than free() by Harald Welte · 15 years ago
  18. 4e55d68 e1_config now supports up to three BTS by Harald Welte · 15 years ago
  19. 9e85b54 prepare mISDN driver for multiple lines/instances by Harald Welte · 15 years ago
  20. 602f2b8 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  21. f89abbd alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  22. 2da8629 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  23. fad0559 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  24. ed640c4 add ip.access specific channel combinations by Harald Welte · 15 years ago
  25. d46299d make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  26. 67b4c30 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  27. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  28. 58ca5b7 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  29. 13cac66 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  30. 16f3b84 comments about the bearer_capability structure by Harald Welte · 15 years ago
  31. 5072be9 bearer capability definitions by Harald Welte · 15 years ago
  32. 470abb7 add support for more RSL channel modes by Harald Welte · 15 years ago
  33. 849427d Merge commit 'origin/master' by Harald Welte · 15 years ago
  34. 198f3f5 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  35. 89acf06 rtp_proxy.c: Spelling fix, kook -> look by Holger Hans Peter Freyther · 15 years ago
  36. b456494 db_test.c: Make it compile again by Holger Hans Peter Freyther · 15 years ago
  37. 430b59c vty/command.c: Fix compile warning by including gsm_subsriber.h by Holger Hans Peter Freyther · 15 years ago
  38. 9e527ce Merge commit 'origin/master' by Harald Welte · 15 years ago
  39. 15efcd2 Merge branch 'rtp_proxy' by Harald Welte · 15 years ago
  40. f4e79f2 improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  41. 888b114 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  42. 8830e07 implement human-readable RSL cause printing by Harald Welte · 15 years ago
  43. 709f2fd enable select.c handler to support removal of two consecutive fd's by Harald Welte · 15 years ago
  44. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  45. aea9a98 improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  46. 5e98a53 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  47. 9869c0a implement human-readable RSL cause printing by Harald Welte · 15 years ago
  48. 716fa9f enable select.c handler to support removal of two consecutive fd's by Harald Welte · 15 years ago
  49. 5f2134f Merge branch 'master' into rtp_proxy by Harald Welte · 15 years ago
  50. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  51. ead7a7b add new rtp_proxy code, but not use it yet by Harald Welte · 15 years ago
  52. b49248b move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  53. c072ad6 add missing files to git by Harald Welte · 15 years ago
  54. 6f5aee0 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  55. 39e2ead centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  56. 761e944 make sure subscr->net is always set by Harald Welte · 15 years ago
  57. b3c3fae remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  58. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  59. f8d536d allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  60. 814c4b7 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  61. e6c22d9 use the TSC that is configured in bts->tsc rather than hardcoded value by Harald Welte · 15 years ago
  62. ae0f236 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  63. 7543eb7 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  64. 5655471 some more comments for BS11 attributes by Harald Welte · 15 years ago
  65. 03582a8 bsc_hack.c: Make adding of (nano)BTS to the network dynamic by Holger Hans Peter Freyther · 15 years ago
  66. 559d97d parse ip.access connection statistics and speech type by Harald Welte · 15 years ago
  67. a1f0ac7 yet again some more ip.access RSL definitions + parsing by Harald Welte · 15 years ago
  68. c9b484f again some parser improvements for ip.acccess by Harald Welte · 15 years ago
  69. 0427a9f add some more ip.access RTP related definitions by Harald Welte · 15 years ago
  70. d83a127 add more ipaccess 12.21 object classes, NSVC only exists once by Harald Welte · 15 years ago
  71. ab46d74 more ip.access RSL TLV parser definitions by Harald Welte · 15 years ago
  72. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  73. 86c162d give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  74. 0efe9b7 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  75. b16004c abis_oml wireshark plugin now builds without compiler warnings by Harald Welte · 15 years ago
  76. 2c544c8 fix parsing of ip.access GPRS OML attributes and RSL IP + Port by Harald Welte · 15 years ago
  77. eb43844 fix some minor issues in the wireshark patch by Harald Welte · 15 years ago
  78. 3d57183 abis_rsl.c: Clarify from which specification this table comes from by Holger Hans Peter Freyther · 15 years ago
  79. fe1afed Merge branch 'holger/ipacess' by Holger Hans Peter Freyther · 15 years ago
  80. a7cd9fc ipacess-config: Handle NVATTR NACKs in ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  81. d5651d5 Merge commit 'origin/master' by Harald Welte · 15 years ago
  82. c2e302d Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  83. 53833f6 remove SI3 and SI4 rest octets by Harald Welte · 15 years ago
  84. 42b4007 ipaccess-config: Add --help to the ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  85. 24516ea make sure we always schedule a location updating reject by Harald Welte · 15 years ago
  86. 4a3464c remove bogus extra check for data->imsi[0] in mncc_send by Harald Welte · 15 years ago
  87. 73be3aa remove superfluous check for lchan->use > 0 by Harald Welte · 15 years ago
  88. 81543bc release channel on ERROR INDICATION by Harald Welte · 15 years ago
  89. 1a5c6bd gsm48 lchan signal handling: use correct pointer by Harald Welte · 15 years ago
  90. dd2b434 make sure misdn plugin handles DL_UNITDATA_IND by Harald Welte · 15 years ago
  91. 63aba29 update wireshark patches to current svn (28938) by Harald Welte · 15 years ago
  92. 450129f support parsing of ip.access 12.21 test reports by Harald Welte · 15 years ago
  93. a0c0b57 add more TLV parser definitiosn for IPA NM attributes by Harald Welte · 15 years ago
  94. 684b1a8 add code to ipaccess-config set nanoBST NVRAM attributes by Harald Welte · 15 years ago
  95. 1cc3fa8 wireshark: more work on completing abis_oml plugin by Harald Welte · 15 years ago
  96. 1a99130 Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  97. 8dc1a68 updated version of wireshark ipaccess RSL plugin (just cosmetic changes) by Harald Welte · 15 years ago
  98. 9446d32 ip.access test numbers by Harald Welte · 15 years ago
  99. d2f11f2 add more ipaccess 12.21 OML extension definitions by Harald Welte · 15 years ago
  100. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago