[Pkg-voip-commits] [dahdi-tools] 11/285: dahdi_maint: Minor name change for the error counters

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 55a9fd2da29ddce10457c46b61c76e87abff3bbd
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date:   Thu Nov 11 22:32:27 2010 +0000

    dahdi_maint: Minor name change for the error counters
    
    Make the error counters a little more readable, removed the prbs
    counters since they are not currently functioning
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9477 17933a7a-c749-41c5-a318-cba88f637d49
---
 dahdi_maint.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dahdi_maint.c b/dahdi_maint.c
index f9c9083..d3019d2 100644
--- a/dahdi_maint.c
+++ b/dahdi_maint.c
@@ -142,13 +142,11 @@ int main(int argc, char *argv[])
 			printf("Error counters not supported by the driver"\
 					" for this span\n");
 		printf("Span %d:\n", span);
-		printf(">FEC : %d:\n", s.fecount);
-		printf(">CEC : %d:\n", s.crc4count);
-		printf(">CVC : %d:\n", s.cvcount);
-		printf(">EBC : %d:\n", s.ebitcount);
-		printf(">BEC : %d:\n", s.becount);
-		printf(">PRBS: %d:\n", s.prbs);
-		printf(">GES : %d:\n", s.errsec);
+		printf(">Framing Errors : %d:\n", s.fecount);
+		printf(">CRC Errors : %d:\n", s.crc4count);
+		printf(">Code Violations : %d:\n", s.cvcount);
+		printf(">E-bit Count : %d:\n", s.ebitcount);
+		printf(">General Errored Seconds : %d:\n", s.errsec);
 
 		return 0;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list