1. 2d73d4e add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  2. b6328b9 use talloc_free() rather than free() by Harald Welte · 15 years ago
  3. d1b1cda e1_config now supports up to three BTS by Harald Welte · 15 years ago
  4. 65c12b9 prepare mISDN driver for multiple lines/instances by Harald Welte · 15 years ago
  5. b660144 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  6. 24fc0f8 alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  7. b1717e9 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  8. 1a50316 fix initialization of TRX1 / TS0 by Harald Welte · 15 years ago
  9. 3a9c2c0 make channel allocator policy multi-TRX aware by Harald Welte · 15 years ago
  10. 25b70c5 complete TRX1 support for BS11 by Harald Welte · 15 years ago
  11. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  12. fb4a9e9 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  13. ca745e2 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  14. 8e77049 add support for more RSL channel modes by Harald Welte · 15 years ago
  15. 84f9745 Merge commit 'origin/master' by Harald Welte · 15 years ago
  16. 6977a29 fix typo when using sizeof() to determine the size of the RTCP header by Harald Welte · 15 years ago
  17. 0168dc1 rtp_proxy.c: Spelling fix, kook -> look by Holger Hans Peter Freyther · 15 years ago
  18. 3120680 vty/command.c: Fix compile warning by including gsm_subsriber.h by Holger Hans Peter Freyther · 15 years ago
  19. 3c06207 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  20. bf5833e improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  21. facf612 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  22. 26cc168 implement human-readable RSL cause printing by Harald Welte · 15 years ago
  23. f955487 enable select.c handler to support removal of two consecutive fd's by Harald Welte · 15 years ago
  24. 1e9c5b4 Merge branch 'master' into rtp_proxy by Harald Welte · 15 years ago
  25. 932e20d move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  26. 0b0bbce add new rtp_proxy code, but not use it yet by Harald Welte · 15 years ago
  27. 419c047 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  28. f2b6464 add missing files to git by Harald Welte · 15 years ago
  29. 4861c82 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  30. 36fe2e8 centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  31. aae7a52 make sure subscr->net is always set by Harald Welte · 15 years ago
  32. 8dd09d6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  33. a54b48d gms_transactions data model reorganization by Harald Welte · 15 years ago
  34. 52281c1 allow user to set BSIC and TSC from command line by Harald Welte · 15 years ago
  35. 63d23c8 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  36. beeb28f use the TSC that is configured in bts->tsc rather than hardcoded value by Harald Welte · 15 years ago
  37. afe3c23 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  38. f628471 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  39. c7d7506 some more comments for BS11 attributes by Harald Welte · 15 years ago
  40. a6429e3 bsc_hack.c: Make adding of (nano)BTS to the network dynamic by Holger Hans Peter Freyther · 15 years ago
  41. 8f92cce add more ipaccess 12.21 object classes, NSVC only exists once by Harald Welte · 15 years ago
  42. 1610d30 more ip.access RSL TLV parser definitions by Harald Welte · 15 years ago
  43. 8cdeaad rename ip.access structure field members and variables by Harald Welte · 15 years ago
  44. b949895 give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  45. 4206d98 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  46. 4e0fdfd abis_rsl.c: Clarify from which specification this table comes from by Holger Hans Peter Freyther · 15 years ago
  47. 72baef3 ipacess-config: Handle NVATTR NACKs in ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  48. a58188d Merge commit 'origin/master' by Harald Welte · 15 years ago
  49. f6845a7 Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  50. c1c4a95 remove SI3 and SI4 rest octets by Harald Welte · 15 years ago
  51. 5bcfb4f ipaccess-config: Add --help to the ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  52. ccd6936 make sure we always schedule a location updating reject by Harald Welte · 15 years ago
  53. 6e1536e remove bogus extra check for data->imsi[0] in mncc_send by Harald Welte · 15 years ago
  54. df0c650 remove superfluous check for lchan->use > 0 by Harald Welte · 15 years ago
  55. 692f585 release channel on ERROR INDICATION by Harald Welte · 15 years ago
  56. 12560da gsm48 lchan signal handling: use correct pointer by Harald Welte · 15 years ago
  57. cde2085 make sure misdn plugin handles DL_UNITDATA_IND by Harald Welte · 15 years ago
  58. 90a93cf add more TLV parser definitiosn for IPA NM attributes by Harald Welte · 15 years ago
  59. 21460f0 add code to ipaccess-config set nanoBST NVRAM attributes by Harald Welte · 15 years ago
  60. 55c139b Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  61. e4d5146 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  62. 0677120 Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  63. 81d517d ipaccess-find: remove compile-time specified local ip address by Harald Welte · 15 years ago
  64. ed83184 fix various RSL msgb memory leaks in error paths by Harald Welte · 15 years ago
  65. 7963966 cosmetic cleanup of LOCATION UPDATE REQ print-out by Harald Welte · 15 years ago
  66. 0299368 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  67. 857e00d use taloc_zero() rather than talloc() and explisit memset() by Harald Welte · 15 years ago
  68. 1ff81b5 fix two segfaults by Harald Welte · 15 years ago
  69. a1d5b23 zero-initialize some more memory that we allocate by Harald Welte · 15 years ago
  70. e821a06 add FIXME about memory leak every time we close telnet by Harald Welte · 15 years ago
  71. baf4d3a fix MNCC memory leak by Harald Welte · 15 years ago
  72. 9cfc935 use named variant when allocating msgb's by Harald Welte · 15 years ago
  73. 91192ee Merge branch 'master' into talloc by Harald Welte · 15 years ago
  74. c3217a1 fix typos by Harald Welte · 15 years ago
  75. 0b4ab28 Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  76. a1467eb Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  77. 49a8405 fix various talloc / dynamic bts/trx related bugs by Harald Welte · 15 years ago
  78. e712a5f switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  79. a58617f fix setfault during registration of VTY TRX function by Harald Welte · 15 years ago
  80. a837977 introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  81. 7f597bc fix setfault during registration of VTY TRX function by Harald Welte · 15 years ago
  82. 91afe4c Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  83. f739ae6 BS11: use abis_nm_set_{bts,radio}_attr() by Harald Welte · 15 years ago
  84. 9eaa5da mncc: Add IMSI to gsm_mncc by Andreas Eversberg · 15 years ago
  85. b4feea5 Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  86. 88cc99a Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbsc by Harald Welte · 15 years ago
  87. b992a8a Use correct cause value and cause location by Andreas Eversberg · 15 years ago
  88. fbc65b7 Fix lchan refcounting in case of IMSI DETACH by Andreas Eversberg · 15 years ago
  89. 56f59bb make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  90. 3794e15 SMS: fix parsing of destination phone number by Harald Welte · 15 years ago
  91. cb0595f 04.08: Make mncc-harald branch work by Harald Welte · 15 years ago
  92. 4d4e6f7 SMS: fix parsing of destination address BCD by Harald Welte · 15 years ago
  93. 17f4cbf abis_nm: fix printing of ADMinistrative state by Harald Welte · 15 years ago
  94. bbc636a use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  95. 0374084 reworked MNCC codebase by Harald Welte · 15 years ago
  96. f9f2db3 Merge commit 'origin/master' by Harald Welte · 15 years ago
  97. b5a3e41 [pcap] Write incoming packages without the extra mISDN header by Andreas Eversberg · 15 years ago
  98. 8bdf762 Handle and dispatch paging requests in gsm_subscriber by Holger Freyther · 15 years ago
  99. 93795ac Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  100. c51e333 [paging] Unbreak breakge when moving things into paging.c by Holger Hans Peter Freyther · 15 years ago