1
0
Fork 0

isup: Add missing entries from Table 4 of Q.763

This commit is contained in:
Holger Hans Peter Freyther 2011-03-03 22:49:13 +01:00
parent da58a16b2d
commit 3c86951d22
1 changed files with 10 additions and 0 deletions

10
ISUP.st
View File

@ -20,6 +20,7 @@ Object subclass: ISUPConstants [
<comment: 'Constants for the ISDN User Part (ISUP) protocol'>
ISUPConstants class [
msgAPT [ ^ 2r01000001 ] " Application transport"
msgACM [ ^ 2r00000110 ] " Address complete"
msgAMN [ ^ 2r00001001 ] " Answer"
msgBLA [ ^ 2r00010101 ] " Blocking acknowledgement"
@ -37,16 +38,20 @@ Object subclass: ISUPConstants [
msgCQM [ ^ 2r00101010 ] " Circuit group query"
msgCQR [ ^ 2r00101011 ] " Circuit group query response"
msgDRS [ ^ 2r00100111 ] " Delayed release (reserved used in 1988 version)"
msgFAC [ ^ 2r00110011 ] " Facility"
msgFAA [ ^ 2r00100000 ] " Facility accepted"
msgFAR [ ^ 2r00011111 ] " Facility request"
msgFOT [ ^ 2r00001000 ] " Forward transfer"
msgFRJ [ ^ 2r00100001 ] " Facility reject"
msgGRA [ ^ 2r00101001 ] " Circuit group reset acknowledgement"
msgGRS [ ^ 2r00010111 ] " Circuit group reset"
msgIDR [ ^ 2r00110110 ] " Identification request"
msgIDS [ ^ 2r00110111 ] " Identification response"
msgIAM [ ^ 2r00000001 ] " Initial address"
msgINF [ ^ 2r00000100 ] " Information"
msgINR [ ^ 2r00000011 ] " Information request"
msgLPA [ ^ 2r00100100 ] " Loop back acknowledgement"
msgLPR [ ^ 2r01000000 ] " Loop prevention"
msgOLM [ ^ 2r00110000 ] " Overload"
msgPAM [ ^ 2r00101000 ] " Pass-along"
msgREL [ ^ 2r00001100 ] " Release"
@ -59,6 +64,11 @@ Object subclass: ISUPConstants [
msgUBA [ ^ 2r00010110 ] " Unblocking acknowledgement"
msgUCIC [ ^ 2r00101110 ] " Unequipped circuit identification code"
msgUSR [ ^ 2r00101101 ] " User-to-user information"
msgNRM [ ^ 2r00110010 ] " Network resource management"
msgPRI [ ^ 2r01000010 ] " Pre-release information"
msgSAN [ ^ 2r01000011 ] " Subsequent Directory Number"
msgSEG [ ^ 2r00111000 ] " Segmentation"
msgUPT [ ^ 2r00110100 ] " User Part available"
" TABLE C-4/Q.767"
parACC_TRANSP [ ^ 2r00000011 ] " Access transport"