summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_tlv_priv.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-18 21:06:01 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:14 +0200
commitef7d0400b4b0ea8ad3bf8e3133c3fe5d9cb39fa7 (patch)
tree0dbcc06de0849d7111c041ec128c441da02919a7 /software/octdeviceapi/oct6100api/oct6100_tlv_priv.h
parent6c52d763eb9f6887ce7d09bb3b5913c80a816674 (diff)
update to PR47, and update test application to use GetCapacityPins
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@23 537310ab-6354-42db-a3cc-247b777f7be6
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_tlv_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_tlv_priv.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_tlv_priv.h b/software/octdeviceapi/oct6100api/oct6100_tlv_priv.h
index 409939f..ddabf16 100644
--- a/software/octdeviceapi/oct6100api/oct6100_tlv_priv.h
+++ b/software/octdeviceapi/oct6100api/oct6100_tlv_priv.h
@@ -24,9 +24,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-PR43 $
+$Octasic_Release: OCT612xAPI-01.00-PR47 $
-$Octasic_Revision: 56 $
+$Octasic_Revision: 57 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -196,6 +196,8 @@ $Octasic_Revision: 56 $
#define cOCT6100_TLV_TYPE_RESET_RIN_ALC_ON_TONES_BOFF 144
#define cOCT6100_TLV_TYPE_RESET_SOUT_ALC_ON_TONES_BOFF 145
+#define cOCT6100_TLV_TYPE_RIN_ANR_VALUE 147
+
#define cOCT6100_TLV_TYPE_ADPCM_ENABLE 150
#define cOCT6100_TLV_TYPE_NUM_TONE_DETECTOR 151
#define cOCT6100_TLV_TYPE_CONFERENCING_ENABLE 152
@@ -369,6 +371,9 @@ $Octasic_Revision: 56 $
#define cOCT6100_TLV_MIN_LENGTH_RIN_ANR_BOFF_RW 8
#define cOCT6100_TLV_MAX_LENGTH_RIN_ANR_BOFF_RW 8
+#define cOCT6100_TLV_MIN_LENGTH_RIN_ANR_VALUE_RW 8
+#define cOCT6100_TLV_MAX_LENGTH_RIN_ANR_VALUE_RW 8
+
#define cOCT6100_TLV_MIN_LENGTH_RIN_MUTE_BOFF_RW 8
#define cOCT6100_TLV_MAX_LENGTH_RIN_MUTE_BOFF_RW 8
#define cOCT6100_TLV_MIN_LENGTH_SIN_MUTE_BOFF_RW 8