summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_chip_open_inst.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-07-13 21:12:46 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:15 +0200
commite2b0cb3c458ae824c26d922a98c89c93cdd1f73a (patch)
treedb89ad9c4b5010974e8294a96c4f65a4371c5607 /software/include/oct6100api/oct6100_chip_open_inst.h
parent376b0f62c25d158c7a199fc909e66a159b613ff2 (diff)
update to PR48 API release
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@28 537310ab-6354-42db-a3cc-247b777f7be6
Diffstat (limited to 'software/include/oct6100api/oct6100_chip_open_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_chip_open_inst.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/software/include/oct6100api/oct6100_chip_open_inst.h b/software/include/oct6100api/oct6100_chip_open_inst.h
index d9a0139..85eedf7 100644
--- a/software/include/oct6100api/oct6100_chip_open_inst.h
+++ b/software/include/oct6100api/oct6100_chip_open_inst.h
@@ -2,7 +2,7 @@
File: oct6100_chip_open_inst.h
- Copyright (c) 2001-2006 Octasic Inc.
+ Copyright (c) 2001-2007 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR47 $
+$Octasic_Release: OCT612xAPI-01.00-PR48 $
-$Octasic_Revision: 120 $
+$Octasic_Revision: 122 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -88,6 +88,7 @@ typedef struct _OCT6100_API_CHIP_CONFIG_
UINT16 usMaxTsiCncts;
UINT8 fEnableExtToneDetection;
+ UINT8 fEnable2100StopEvent;
UINT16 usMaxConfBridges;
@@ -340,15 +341,6 @@ typedef struct _OCT6100_API_MEMORY_MAP_
/* Idle code detection field offset. */
tOCT6100_TLV_OFFSET IdleCodeDetectionFieldOfst;
- /* Reset Rin ALC on tones field offset. */
- tOCT6100_TLV_OFFSET ResetRinAlcOnTonesFieldOfst;
-
- /* Reset Sout ALC on tones field offset. */
- tOCT6100_TLV_OFFSET ResetSoutAlcOnTonesFieldOfst;
-
- /* ALC noise bleed out time field offset. */
- tOCT6100_TLV_OFFSET AlcNoiseBleedOutTimeFieldOfst;
-
/* TSI memory mapping information.*/
UINT32 ulNumTsiEntries;
@@ -473,11 +465,7 @@ typedef struct _OCT6100_API_IMAGE_INFO_
UINT8 fIdleCodeDetection;
UINT8 fIdleCodeDetectionConfiguration;
- UINT8 fResetRinAlcOnTones;
- UINT8 fResetSoutAlcOnTones;
-
UINT8 fSinLevel;
- UINT8 fAlcNoiseBleedOutTime;