Actions

Difference between revisions of "ICC Protocol"

From Zenitel Wiki

(New page: {{stub}} Category:AlphaCom E Software)
 
(Unit numbers)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 +
 +
Inter Card Cage protocol is the protocol used between the master and the slave modules in a AlphaCom [[MultiModule]]. The ICC protocol provides very low level control of the HW resources in a AlphaCom module.
 +
 +
==Parameter formats ==
 +
 +
See
 +
http://repository/repos/Products/AMC/design/AICE_doc/Converted%20from%20FrameMaker/icc_interface.pdf
 +
 +
=== Unit numbers ===
 +
Unit numbers are used to refer to a audio channel on a SBI. In the ICC protocol unitnumbers are coded using one or two bytes. The bit layout of the variable “unit” parameter is:
 +
 +
Channel on first SBI, one byte like:
 +
  bbbbbccc
 +
and for channels on higher SBIs two bytes like
 +
  00000sss  bbbbbccc
 +
where
 +
 +
  bbbbb is board number 1 – 26
 +
  sss is the SBI number within the board, 0 - 7
 +
  ccc is channel 0 – 7 with one SBI
 +
 +
 +
 +
 +
 +
 +
  
  
 
[[Category:AlphaCom E Software]]
 
[[Category:AlphaCom E Software]]

Revision as of 16:34, 28 September 2007

Inter Card Cage protocol is the protocol used between the master and the slave modules in a AlphaCom MultiModule. The ICC protocol provides very low level control of the HW resources in a AlphaCom module.

Parameter formats

See http://repository/repos/Products/AMC/design/AICE_doc/Converted%20from%20FrameMaker/icc_interface.pdf

Unit numbers

Unit numbers are used to refer to a audio channel on a SBI. In the ICC protocol unitnumbers are coded using one or two bytes. The bit layout of the variable “unit” parameter is:

Channel on first SBI, one byte like:

  bbbbbccc

and for channels on higher SBIs two bytes like

  00000sss  bbbbbccc

where

  bbbbb is board number 1 – 26
  sss is the SBI number within the board, 0 - 7
  ccc is channel 0 – 7 with one SBI