(Page 7 of 28 in this chapter)
void myConfigE1Carrier(SWIHD age1hd)
{
SWI_LOCALSTREAM_ARGS args;
struct carrier_parms cp;
args.localstream = 0;
args.deviceid = MVIP95_E1_TRUNK_DEVICE;
args.parameterid = CONFIG_CARRIER;
cp.size = sizeof(struct carrier_parms);
cp.trunk = 0;
cp.frame = DT_CEPT;
cp.code = DT_HDB3;
cp.debounce = 1;
swiConfigLocalStream(age1hd, &args, &cp, cp.size);
}
(Page 7 of 28 in this chapter)