Displaying 1 result from an estimated 1 matches for "alreadyrun".
Did you mean:
  alreadyran
  
2003 Sep 18
1
e100p and E-bit alarm indication
...the hope to help somebody.
Note that i do not have a clue on what this does to the *T1* framer. I do not 
have the specs for it!
bye
lele
--- zaptel/wct1xxp.c    2003-09-12 10:12:01.000000000 +0200
+++ zaptel-i/wct1xxp.c  2003-09-11 19:24:53.000000000 +0200
@@ -411,13 +411,14 @@
        int alreadyrunning = wc->span.flags & ZT_FLAG_RUNNING;
        long flags;
        char *crcing = "";
-       unsigned char ccr1, tcr1;
+       unsigned char ccr1, tcr1, tcr2;
        spin_lock_irqsave(&wc->lock, flags);
        /* Build up config */
        ccr1 = 0;
        tcr1 = 8;
+...