[svn-commits] rmudgett: branch 1.4 r711 - /branches/1.4/pri_facility.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 18 20:39:24 CDT 2009


Author: rmudgett
Date: Wed Mar 18 20:39:21 2009
New Revision: 711

URL: http://svn.digium.com/svn-view/libpri?view=rev&rev=711
Log:
Added pSS1InfoElement comments in qsig_cf_callrerouting().

Modified:
    branches/1.4/pri_facility.c

Modified: branches/1.4/pri_facility.c
URL: http://svn.digium.com/svn-view/libpri/branches/1.4/pri_facility.c?view=diff&rev=711&r1=710&r2=711
==============================================================================
--- branches/1.4/pri_facility.c (original)
+++ branches/1.4/pri_facility.c Wed Mar 18 20:39:21 2009
@@ -1289,15 +1289,15 @@
 	/* pSS1InfoElement */
 	ASN1_ADD_SIMPLE(comp, (ASN1_APPLICATION | ASN1_TAG_0 ), buffer, i);
 	ASN1_PUSH(compstk, compsp, comp);
-	buffer[i++] = (0x04); /*  add BC */
-	buffer[i++] = (0x03);
-	buffer[i++] = (0x80);
-	buffer[i++] = (0x90);
-	buffer[i++] = (0xa3);
-	buffer[i++] = (0x95);
-	buffer[i++] = (0x32);
-	buffer[i++] = (0x01);
-	buffer[i++] = (0x81);
+	buffer[i++] = (0x04);	/* Bearer Capability IE */
+	buffer[i++] = (0x03);	/* len */
+	buffer[i++] = (0x80);	/* ETSI Standard, Speech */
+	buffer[i++] = (0x90);	/* circuit mode, 64kbit/s */
+	buffer[i++] = (0xa3);	/* level1 protocol, a-law */
+	buffer[i++] = (0x95);	/* locking shift to codeset 5 (national use) */
+	buffer[i++] = (0x32);	/* Unknown ie */
+	buffer[i++] = (0x01);	/* Unknown ie len */
+	buffer[i++] = (0x81);	/* Unknown ie body */
 	ASN1_FIXUP(compstk, compsp, buffer, i);
 
 	/* lastReroutingNr [1]*/




More information about the svn-commits mailing list