Commit c1322a15 authored by pintar's avatar pintar
Browse files

new progress indicator constant c_PI_7

parent 2b386d56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -926,6 +926,9 @@ const Bit7 c_PI_5 := '0000101'B;
/* Value 'originating access ISDN' of bit field element 'Progress description' in ISDN IE 'Progress Indicator' */
const Bit7 c_PI_6 := '0000110'B;

/* Value 'Terminating access ISDN' of bit field element 'Progress description' in ISDN IE 'Progress Indicator' */
const Bit7 c_PI_7 := '0000111'B;

/* Value 'In-band information or an appropriate pattern is now available' of bit field element 'Progress description' in ISDN IE 'Progress Indicator' */
const Bit7 c_PI_8 := '0001000'B;
} /* end group Constants */