search for: zt_config_crc4

Displaying 1 result from an estimated 1 matches for "zt_config_crc4".

Did you mean: zt_config_ccs
2003 Sep 18
1
e100p and E-bit alarm indication
.../* Build up config */ ccr1 = 0; tcr1 = 8; + tcr2 = 0; if (wc->span.lineconfig & ZT_CONFIG_CCS) { coding = "CCS"; /* Receive CCS */ ccr1 |= 8; @@ -433,9 +434,11 @@ } if (wc->span.lineconfig & ZT_CONFIG_CRC4) { ccr1 |= 0x11; + tcr2 |= 0x02; // xxx Enable E-bit alarm crcing = " with CRC4"; } __t1_set_reg(wc, 0x12, tcr1); + __t1_set_reg(wc, 0x13, tcr2); __t1_set_reg(wc, 0x14, ccr1); __t1_set_reg(wc, 0x18, 0x20...