home *** CD-ROM | disk | FTP | other *** search
/ Internet Standards / CD2.mdf / ccitt / 1992 / q / q713.asc < prev    next >
Text File  |  1991-12-31  |  89KB  |  4,402 lines

  1.          Recommendation Q.713
  2.                                 SCCP FORMATS AND CODES
  3.          1      General
  4.                The Signalling Connection Control Part (SCCP) messages are carried  on  the
  5.          signalling data link by means of Signal Units the format of which is described in
  6.          Recommendation Q.703, S 2.2.
  7.                The  Service  Information  Octet  format  and  coding   is   described   in
  8.          Recommendation Q.704, S 14.2. The Service Indicator is coded 0011 for the SCCP.
  9.                The  Signalling  Information  Field  (SIF)  of  each  Message  Signal  Unit
  10.          containing an SCCP message consists of an integral number of octets.
  11.                A message consists of the following parts (see Figure 1/Q.713):
  12.                -   the routing label;
  13.                -   the message type code;
  14.                -   the mandatory fixed part;
  15.                -   the mandatory variable part;
  16.                -   the optional part, which may contain fixed length and variable  length
  17.                   fields.
  18.                The description  of  the  various  parts  is  contained  in  the  following
  19.          sections. SCCP Management messages  and  codes  are  provided  in  S  5  of  this
  20.          Recommendation.
  21.          1.1    Routing label
  22.                The standard routing label specified in  Recommendation  Q.704,  S  2.2  is
  23.          used. The rules for the generation of the signalling link  selection  (SLS)  code
  24.          are described in Recommendation Q.711, S 2.2.1.
  25.  
  26.                     Routing label
  27.                   Message type code
  28.                 Mandatory fixed part
  29.                Mandatory variable part
  30.                     Optional part
  31.                                                FIGURE 1/Q.713
  32.                                                General layout
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  71.  
  72.                1.2    Message type code
  73.                The message type code consists of a one octet field, and is  mandatory  for
  74.          all messages. The message type code uniquely defines the function and  format  of
  75.          each SCCP message. The allocation of message type codes, with  reference  to  the
  76.          appropriate descriptive section of this Recommendation  is  summarized  in  Table
  77.          1/Q.713. Table 1/Q.713 also contains an indication of the  applicability  of  the
  78.          various message types to the relevant classes of protocol.
  79.          1.3    Formatting principles
  80.                Each message consists of a number of parameters listed and described  in  S
  81.          3. Each parameter has a "name" which is coded as a single octet (see  S  3).  The
  82.          length of a parameter may be fixed or variable, and a "length indicator"  of  one
  83.          octet for each parameter may be included as described below.
  84.                The detailed format is uniquely defined for each message type as  described
  85.          in S 4.
  86.                         A general SCCP message format is shown in Figure 2/Q.713.
  87.          1.4    Mandatory fixed part
  88.                Those parameters that are mandatory and of fixed length  for  a  particular
  89.          message type will be contained in  the  "mandatory  fixed  part".  The  position,
  90.          length and order of the parameters is uniquely defined by the message type.  Thus
  91.          the names of the parameters and the length indicators are  not  included  in  the
  92.          message.
  93.          1.5    Mandatory variable part
  94.                Mandatory parameters of variable length will be included in  the  mandatory
  95.          variable part. The name of each parameter and the order in which the pointers are
  96.          sent is implicit in  the  message  type.  Parameter  names  are,  therefore,  not
  97.          included in the message. A pointer is used to  indicate  the  beginning  of  each
  98.          parameter. Because of this, parameters may be sent in  an  order  different  from
  99.          that of the pointers. Each pointer is encoded as a single octet. The  details  of
  100.          how pointers are encoded is found in S 2.3. The number of  parameters,  and  thus
  101.          the number of pointers is uniquely defined by the message type.
  102.                A pointer is also included to indicate the beginning of the optional  part.
  103.          If the message type indicates that no optional part is allowed, then this pointer
  104.          will not be present. If the message type  indicates  that  an  optional  part  is
  105.          possible, but there is no optional part included in this particular message, then
  106.          a pointer field containing all zeros will be used.
  107.                All the pointers are sent consecutively at the beginning of  the  mandatory
  108.          variable part. Each parameter contains the parameter length indicator followed by
  109.          the contents of the parameter.
  110.                                         Figure 2/Q.713 - CCITT 73070
  111.  
  112.          1.6    Optional part
  113.                The optional part consists of parameters that may or may not occur  in  any
  114.          particular message type. Both fixed length and variable length parameters may  be
  115.          included. Optional parameters may be transmitted in any  order1).  Each  optional
  116.          parameter will include the parameter name (one octet) and  the  length  indicator
  117.          (one octet) followed by the parameter contents.
  118.          1.7    End of optional parameters octet
  119.                After  all  optional  parameters  have  been  sent,  an  end  of   optional
  120.          parameters octet containing all zeroes will be transmitted. This  octet  is  only
  121.          included if optional parameters are present in the message.
  122.          1.8    Order of transmission
  123.                Since all the parameters consist of  an  integral  number  of  octets,  the
  124.          formats are presented as a stack of octets. The first octet  transmitted  is  the
  125.          one shown at the top of the stack and the last is the  one  at  the  bottom  (see
  126.          Figure 2/Q.713).
  127.                Within each octet, the bits are transmitted with the least significant  bit
  128.          first.
  129.          1.9    Coding of spare bits
  130.                According to the general rules defined in Rec. Q.700, spare bits are  coded
  131.          0 unless indicated otherwise at the originating  nodes.  At  intermediate  nodes,
  132.          they are passed transparently. At destination nodes, they need not be examined.
  133.          1.10   National message types and parameters
  134.                If message type codes and parameter codes are required for  national  uses,
  135.          1) It is for further study if  any  constraint  in  the  order  of  transmission  will  be
  136.          introduced.
  137.  
  138.  
  139.  
  140.          PAGE30  Fascicle VI.7 - Rec. Q.713
  141.  
  142.           it is suggested that the codes be selected from the highest code downwards,  that
  143.           is starting at code 11111110. Code 11111111 is reserved for future use.
  144.           2      Coding of the general parts
  145.           2.1    Coding of the message type
  146.                 The coding of the message is shown in Table 1/Q.713.
  147.           2.2    Coding of the length indicator
  148.                 The length indicator field is  binary  coded  to  indicate  the  number  of
  149.           octets in the parameter content field. The length indicator does not include  the
  150.           parameter name octet or the length indicator octet.
  151.           2.3    Coding of the pointers
  152.                 The pointer value (in binary)  gives  the  number  of  octets  between  the
  153.           pointer itself (included) and the first octet (not  included)  of  the  parameter
  154.           associated with that pointer2).
  155.                 The pointer value all zeros is used  to  indicate  that,  in  the  case  of
  156.           optional parameters, no optional parameter is present.
  157.           3      SCCP parameters
  158.                 The parameter name codes are given in Table 2/Q.713 with reference  to  the
  159.           subsections in which they are described.
  160.           3.1    End of optional parameters
  161.                 The "end of optional parameters"  parameter  field  consists  of  a  single
  162.           octet containing all zeros.
  163.           3.2    Destination local reference
  164.                 The "destination local reference" parameter field is  a  three-octet  field
  165.           containing a reference number which, in outgoing messages, has been allocated  to
  166.           the connection section by the remote node.
  167.                 The coding "all ones" is reserved, its use is for further study.
  168.                                                  TABLE 1/Q.713
  169.                                               SCCP message types
  170.                                                      Classes                   
  171.                      Message type              0    1    2    3       S          Code
  172.           CR Connection Request                             X    X      4.2      0000 0001
  173.           CC Connection Confirm                             X    X   
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.           2) For example, a pointer value of "00000001"  indicates  that  the  associated  parameter
  205.             begins in the octet immediately following the pointer. A pointer  value  of  "00001010"
  206.             indicates that nine octets of information exist between the pointer octet and the first
  207.             octet of the parameter associated with that pointer.
  208.  
  209.  
  210.  
  211.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  212.  
  213.                                                                           4.3      0000 0010
  214.           CREF Connection Refused                           X    X      4.4      0000 0011
  215.           RLSD Released                                     X    X      4.5      0000 0100
  216.           RLC Release Complete                              X    X      4.6      0000 0101
  217.           DT1 Data Form 1                                   X            4.7      0000 0110
  218.           DT2 Data Form 2                                  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.           PAGE30  Fascicle VI.7 - Rec. Q.713
  283.  
  284.                                                                   X      4.8      0000 0111
  285.           AK Data Acknowledgement                                 X     4.9      0000 1000
  286.           UDT Unitdata                          X     X                 4.10     0000 1001
  287.           UDTS Unitdata Service                 X    X                 4.11     0000 1010
  288.           ED Expedited Data                                       X     4.12     0000 1011
  289.           EA Expedited Data Acknowledgement    
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  354.  
  355.                                                                   X     4.13     0000 1100
  356.           RSR Reset Request                                       X      4.14     0000 1101
  357.           RSC Reset Confirm                                       X      4.15     0000 1110
  358.           ERR Protocol Data Unit Error                      X     X      4.16      0000 1111
  359.           IT Inactivity Test                                X    X     4.17    
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.           PAGE30  Fascicle VI.7 - Rec. Q.713
  425.  
  426.                                                                                     0001 0000
  427.                X  Type of message in this protocol class.
  428.  
  429.                                                  TABLE 2/Q.713
  430.                                            SCCP parameter name codes
  431.                         Parameter name                  S      Parameter 
  432.                                                                  name code 
  433.                                                                  8765 4321
  434.           End of optional parameters                    3.1     0000 0000
  435.           Destination local reference                   3.2     0000 0001
  436.           Source local reference                        3.3     0000 0010
  437.           Called party address                          3.4     0000 0011
  438.           Calling party address                         3.5     0000 0100
  439.           Protocol class                                3.6     0000 0101
  440.           Segmenting/reassembling                       3.7     0000 0110
  441.           Receive sequence number                       3.8     0000 0111
  442.           Sequencing/segmenting                         3.9   
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  496.  
  497.                                                                 0000 1000
  498.          Credit                                        3.10     0000 1001
  499.          Release cause                                 3.11     0000 1010
  500.          Return cause                                  3.12     0000 1011
  501.          Reset cause                                   3.13     0000 1100
  502.          Error cause                                   3.14     0000 1101
  503.          Refusal cause                                 3.15     0000 1110
  504.          Data                                          3.16     0000 1111
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.          PAGE30  Fascicle VI.7 - Rec. Q.713
  567.  
  568.                  3.3    Source local reference
  569.                 The "source  local  reference"  parameter  field  is  a  three-octet  field
  570.           containing a reference number which is generated and used by the  local  node  to
  571.           identify the connection section.
  572.                 The coding "all ones" is reserved, its use is for further study.
  573.           3.4    Called party address
  574.                 The "called party address" is a variable length  parameter.  Its  structure
  575.           is shown in Figure 3/Q.713.
  576.  
  577.                                               
  578.                   8   7   6   5   4   3   2   1
  579.           Octet   Address indicator
  580.           1       
  581.           Octet                               
  582.           2       
  583.           .       
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  638.  
  639.                                               
  640.           .       Address
  641.           .                                   
  642.           Octet   
  643.           n       
  644.                                                 FIGURE 3/Q.713 
  645.                                          Called/Calling party address
  646.           3.4.1  Address indicator
  647.                 The  "address  indicator"  indicates  the  type  of   address   information
  648.           contained in the address field (see Figure 4/Q.713). The address consists of  one
  649.           or any combination of the following elements:
  650.                  -   signalling point code;
  651.                  -   global title (for instance, dialled digits);
  652.                  -   subsystem number.
  653.  
  654.                                                               
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.           PAGE30  Fascicle VI.7 - Rec. Q.713
  709.  
  710.                                                                            
  711.               8            7        6    5    4    3        2            1
  712.           Reserved        Rtg          Global title          SSN       Point code 
  713.              for        indicator        indicator        indicator    indicator
  714.           national    
  715.              use      
  716.                                                FIGURE 4/Q.713
  717.                                          Address indicator encoding
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  780.  
  781.                 A "1" in bit 1 indicates that  the  address  contains  a  signalling  point
  782.           code.
  783.                 A "1" in bit 2 indicates that the address contains a subsystem number.
  784.                 Bits  3-6  of  the  address  indicator  octet  contain  the  global   title
  785.           indicator, which is encoded as follows:
  786.  
  787.           Bit   6 5 4   
  788.           s       3    
  789.                 0 0 0          No global title included
  790.                   0    
  791.                 0 0 0          Global title includes nature of address indicator 
  792.                   1    only
  793.                 0 0 1          Global title includes translation type only3)
  794.                   0    
  795.                 0 0 1          Global title includes translation type, numbering 
  796.                   1    plan and encoding scheme3)
  797.                 0 1 0   Global title includes translation type, numbering 
  798.                   0    plan, encoding scheme and nature of address indicator
  799.                 0 1 0   ü
  800.                   1    
  801.                   to    ì       spare international
  802.                 0 1 1   Φ
  803.                   1    
  804.                 1 0 0   ü
  805.                   0    
  806.                   to    
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.           3) Full E.164 numbering plan address is used in these two cases for  Recommendation  E.164
  846.           based global titles.
  847.  
  848.  
  849.  
  850.           PAGE30  Fascicle VI.7 - Rec. Q.713
  851.  
  852.                         ì       spare national
  853.                 1 1 1   Φ
  854.                   0    
  855.                 1 1 1          reserved for extension.
  856.                   1    
  857.  
  858.                 When a global title is used in the called party address,  it  is  suggested
  859.           that the called party address contain a subsystem number. This serves to simplify
  860.           message reformatting following global title  translation.  The  subsystem  number
  861.           should be encoded "00000000" when the subsystem number is not known, e.g., before
  862.           translation.
  863.                 Bit  7  of  the  address  indicator  octet  contains  routing   information
  864.           identifying which address element should be used for routing.
  865.                 A "0" in bit 7 indicates that routing should be based on the  global  title
  866.           in the address.
  867.                 A "1" in bit 7 indicates that routing should be based  on  the  destination
  868.           point code in the MTP routing label and the subsystem number information  in  the
  869.           called party address.
  870.                 Bit 8 of the address indicator octet is designated for national use.
  871.           3.4.2  Address
  872.                 The various elements, when  provided,  occur  in  the  order:  point  code,
  873.           subsystem number, global title, as shown in Figure 5/Q.713.
  874.  
  875.            8    7    6    5    4    3    2    1
  876.                     Signalling point code
  877.                       Subsystem number
  878.                         Global title
  879.                                                 FIGURE 5/Q.713
  880.                                          Ordering of address elements
  881.           3.4.2.1   Signalling point code
  882.                 The signalling point code, when provided, is  represented  by  two  octets.
  883.           Bits 7 and 8 in the second octet are set to zero (see Figure 6/Q.713).
  884.  
  885.            8    7    6    5    4    3    2    1
  886.                             
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  922.  
  923.                                                     
  924.            0    0                                 
  925.                                                 FIGURE 6/Q.713
  926.                                         Signalling point code encoding
  927.           3.4.2.2   Subsystem number
  928.                 The subsystem number (SSN) identifies  an  SCCP  user  function  and,  when
  929.           provided, consists of one octet coded as follows:
  930.  
  931.           Bit   8 7 6 5 4 3   
  932.           s         2 1      
  933.                 0 0 0 0 0 0          SSN not known/not used
  934.                     0 0      
  935.                 0 0 0 0 0 0          SCCP management
  936.                     0 1      
  937.                 0 0 0 0 0 0          reserved for CCITT allocation
  938.                     1 0      
  939.                 0 0 0 0 0 0          ISDN user part
  940.                     1 1      
  941.                 0 0 0 0 0 1          OMAP
  942.                     0 0      
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.           PAGE30  Fascicle VI.7 - Rec. Q.713
  993.  
  994.                 0 0 0 0 0 1          MAP (Mobile Application Part)
  995.                     0 1      
  996.                 0 0 0 0 0 1   ü
  997.                     1 0      
  998.                      to       ì       spare
  999.                 1 1 1 1 1 1   Φ
  1000.                     1 0      
  1001.                 1 1 1 1 1 1          reserved for expansion.
  1002.                     1 1      
  1003.  
  1004.                 Network specific subsystem numbers should be assigned in  descending  order
  1005.           starting with "11111110".
  1006.           3.4.2.3   Global title4)
  1007.                 The format of the global title  is  of  variable  length.  Figure  7/Q.913,
  1008.           Figure 9/Q.713, Figure 10/Q.713 and Figure 11/Q.713 show  four  possible  formats
  1009.           for global title.
  1010.           3.4.2.3.1 Global title indicator = 0001
  1011.  
  1012.            8    7    6    5    4    3    2    1   
  1013.           O/E      Nature of address indicator         octet 1
  1014.                      Address information             octet 2 and 
  1015.                                                        further
  1016.                                                 FIGURE 7/Q.713
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.           4) Incorporation of NSAP address in the SCCP global title is for further study.
  1060.  
  1061.  
  1062.  
  1063.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  1064.  
  1065.                                    Global title format for indicator 0001
  1066.                Bits 1 to 7 of octet 1 contain the nature  of  address  indicator  and  are
  1067.          coded as follows:
  1068.  
  1069.          Bit   7 6 5 4 3 2   
  1070.          s          1       
  1071.                0 0 0 0 0 0          spare
  1072.                     0       
  1073.                0 0 0 0 0 0          subscriber number
  1074.                     1       
  1075.                0 0 0 0 0 1          reserved for national use
  1076.                     0       
  1077.                0 0 0 0 0 1          national significant number
  1078.                     1       
  1079.                0 0 0 0 1 0          international number
  1080.                     0       
  1081.                0 0 0 0 1 0   ü
  1082.                     1       
  1083.                      to     ì       spare
  1084.                1 1 1 1 1 1   Φ
  1085.                     1       
  1086.  
  1087.                Bit 8 of octet 1 contains the odd/even indicator and is coded as follows:
  1088.                Bit 8
  1089.                   0   even number of address signals
  1090.                   1   odd number of address signals
  1091.                The octets 2 and further contain a number of address signals  and  possibly
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.          PAGE30  Fascicle VI.7 - Rec. Q.713
  1135.  
  1136.          a filler as shown in Figure 8/Q.713.
  1137.  
  1138.           8    7    6    5    4    3    2    1   
  1139.           2nd address signal   1st address signal     octet 2
  1140.           4th address signal                       
  1141.                                                     3rd address 
  1142.                                               signaloctet 3       
  1143.                           . . .                    
  1144.              filler (if        nth address signal     octet m
  1145.               necessary)      
  1146.                                                FIGURE 8/Q.713
  1147.                                              Address information
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  1206.  
  1207.                 Each address signal is coded as follows:
  1208.           The application of these codes in actual networks  is  for  further  study.  0000
  1209.           digit 0
  1210.                 0001   digit 1
  1211.                 0010   digit 2
  1212.                 0011   digit 3
  1213.                 0100   digit 4
  1214.                 0101   digit 5
  1215.                 0110   digit 6
  1216.                 0111   digit 7
  1217.                 1000   digit 8
  1218.                 1001   digit 9
  1219.                 1010   spare
  1220.                 1011   code 115) 
  1221.                 1100   code 125)
  1222.                 1101   spare
  1223.                 1110   spare
  1224.                 1111   ST
  1225.                 In case of an odd  number  of  address  signals,  a  filler  code  0000  is
  1226.           inserted after the last address signal.
  1227.           3.4.2.3.2 Global title indicator = 0010
  1228.                 Figure 9/Q.713 shows the format of the global title, if  the  global  title
  1229.           indicator equals "0010".
  1230.  
  1231.            8    7    6    5    4    3    2    1   
  1232.                       Translation type                 octet 1
  1233.                      Address information             octet 2 and 
  1234.                                                        further
  1235.                                                 FIGURE 9/Q.713
  1236.                                     Global title format for indicator 0010
  1237.                 The translation type is a one-octet  field  that  is  used  to  direct  the
  1238.           message to the appropriate global title translation function.6) Thus, it  may  be
  1239.           possible for the address information to be translated into different  values  for
  1240.           and different combinations of DPCs, SSNs and GTs.
  1241.                 This octet will be coded "00000000" when not used.  Translation  types  for
  1242.           internetwork  services  will  be  assigned  in  ascending  order  starting   with
  1243.           00000001". Translation types for network specific services will  be  assigned  in
  1244.           descending order starting with "11111110". The code "11111111"  is  reserved  for
  1245.           expansion. However, the exact coding of translation types  in  the  international
  1246.           network is for further study. Additional requirements may be placed on this field
  1247.           as a result of further work on Transaction Capabilities and the ISDN User Part.
  1248.                 In the case of this global title format (0010), the  translation  type  may
  1249.           also imply the encoding scheme, used to encode the address information,  and  the
  1250.           numbering plan.
  1251.           3.4.2.3.3 Global title indicator = 0011
  1252.  
  1253.            8    7    6    5    4    3    2    1   
  1254.                       Translation type                 octet 1
  1255.              Numbering plan      Encoding scheme       octet 2
  1256.                      Address information            
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.           5) The application of these codes in actual networks is for further study.
  1269.           6) A translation type may for instance imply a specific service to be provided by the SCCP
  1270.             user, such as free phone number translation, or identify the category of service to  be
  1271.             provided, for example, dialed number screening, password validation or transmission  of
  1272.             digits to telephone network address.
  1273.  
  1274.  
  1275.  
  1276.           PAGE30  Fascicle VI.7 - Rec. Q.713
  1277.  
  1278.                                                      octet 3 and 
  1279.                                                        further
  1280.                                                FIGURE 10/Q.713 
  1281.                                     Global title format for indicator 0011
  1282.                 The translation type is as described in S 3.4.2.3.2.
  1283.                 The numbering plan is encoded as follows7):
  1284.  
  1285.           Bit   8 7 6   
  1286.           s       5    
  1287.                 0 0 0          unknown
  1288.                   0    
  1289.                 0 0 0          ISDN/Telephony Numbering Plan (Recommendations E.163 and 
  1290.                   1    E.164)
  1291.                 0 0 1          spare
  1292.                   0    
  1293.                 0 0 1          Data Numbering Plan (Recommendation X.121)
  1294.                   1    
  1295.                 0 1 0          Telex Numbering Plan (Recommendation F.69)
  1296.                   0    
  1297.                 0 1 0          Maritime Mobile Numbering Plan (Recommendations E.210, 211)
  1298.                   1    
  1299.                 0 1 1          Land Mobile Numbering Plan (Recommendation E.212)
  1300.                   0    
  1301.                 0 1 1          ISDN/Mobile numbering plan (Recommendation E.214)
  1302.                   1    
  1303.                 1 0 0   ü
  1304.                   0    
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.           7) The support of all numbering plans is not mandatory.
  1344.  
  1345.  
  1346.  
  1347.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  1348.  
  1349.                   to    ì       spare
  1350.                 1 1 1   Φ
  1351.                   0    
  1352.                 1 1 1          reserved
  1353.                   1    
  1354.  
  1355.                 The encoding scheme is encoded as follows:
  1356.  
  1357.           Bit   4 3 2   
  1358.           s       1    
  1359.                 0 0 0          unknown
  1360.                   0    
  1361.                 0 0 0          BCD, odd number of digits
  1362.                   1    
  1363.                 0 0 1          BCD, even number of digits
  1364.                   0    
  1365.                 0 0 1   ü
  1366.                   1    
  1367.                   to    ì       spare
  1368.                 1 1 1   Φ
  1369.                   0    
  1370.                 1 1 1   
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.           PAGE30  Fascicle VI.7 - Rec. Q.713
  1419.  
  1420.                  1           reserved.
  1421.  
  1422.                If the encoding scheme is binary coded decimal,  the  global  title  value,
  1423.          starting from octet 3, is encoded as shown in Figure 8/Q.713.
  1424.          3.4.2.3.4 Global title indicator = 0100
  1425.  
  1426.           8    7    6    5    4    3    2    1   
  1427.                      Translation type                 octet 1
  1428.             Numbering plan      Encoding scheme       octet 2
  1429.          Spa      Nature of address indicator         octet 3
  1430.           re   
  1431.                     Address information             octet 4 and 
  1432.                                                       further
  1433.                                                FIGURE 11/Q.713
  1434.                                    Global title format for indicator 0100
  1435.                The field "translation type" is as described in  S  3.4.2.3.2.  The  fields
  1436.          "numbering plan" and "encoding scheme" are as described in S 3.4.2.3.3. The field
  1437.          Snature of address indicator" is as described in S 3.4.2.3.1.
  1438.                If the encoding scheme is binary coded decimal,  the  global  title  value,
  1439.          starting from octet 4, is encoded as shown in Figure 8/Q.713.
  1440.          3.5    Calling party address
  1441.                The "calling party address" is a variable length parameter.  Its  structure
  1442.          is the same as the "called party address".
  1443.                When the calling  party  address  is  a  mandatory  parameter  but  is  not
  1444.          available or must not be sent, the calling party address parameter only  consists
  1445.          of the address indicator octet, where bits 1 to 7 are coded all zeros.
  1446.          3.6    Protocol class
  1447.                The "protocol class" parameter field is a four  bit  field  containing  the
  1448.          protocol class.
  1449.                Bits 1-4 are coded as follows:
  1450.                4321
  1451.                0000   class 0
  1452.                0001   class 1
  1453.                0010   class 2
  1454.                0011   class 3
  1455.                When bits 1-4 are coded to indicate  a  connection-oriented-protocol  class
  1456.          (class 2, class 3), bits 5-8 are spare.
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  1490.  
  1491.                 When bits 1-4 are coded to indicate a connectionless protocol class  (class
  1492.           0, class 1), bits 5-8 are used to specify message handling as follows:
  1493.  
  1494.           Bit   8 7 6   
  1495.           s       5    
  1496.                 0 0 0          no special options
  1497.                   0    
  1498.                 0 0 0   ü
  1499.                   1    
  1500.                   to    ì       spare
  1501.                 0 1 1   Φ
  1502.                   1    
  1503.                 1 0 0          return message on error
  1504.                   0    
  1505.                 1 0 0   ü
  1506.                   1    
  1507.                   to    ì       spare
  1508.                 1 1 1   Φ
  1509.                   1    
  1510.  
  1511.           3.7    Segmenting/reassembling
  1512.                 The "segmenting/reassembling" parameter field is a one octet field  and  is
  1513.           structured as follows:
  1514.  
  1515.            8    7    6   
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.           PAGE30  Fascicle VI.7 - Rec. Q.713
  1561.  
  1562.                             5    4    3    2    1
  1563.                        reserve                 M
  1564.  
  1565.                Bits 8-2 are spare.
  1566.                Bit 1 is used for the More Data indication and is coded as follows:
  1567.                0 = no more data
  1568.                1 = more data
  1569.          3.8    Receive sequence number
  1570.                The "receive sequence number" parameter field is a one octet field  and  is
  1571.          structured as follows:
  1572.  
  1573.           8    7    6    5    4    3    2    1
  1574.                         P(R)                  /
  1575.  
  1576.                Bits 8-2 contain the receive sequence number  P(R)  used  to  indicate  the
  1577.          sequence number of the next expected message. P(R) is binary coded and bit  2  is
  1578.          the LSB.
  1579.                Bit 1 is spare.
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  1632.  
  1633.                  3.9    Sequencing/segmenting
  1634.                 The sequencing/segmenting parameter field consists of  two  octets  and  is
  1635.           structured as follows:
  1636.  
  1637.                            8    7    6    5    4    3    2    1
  1638.              octet 1                    P(S)                  /
  1639.              octet 2                    P(R)                  M
  1640.  
  1641.                 Bits 8-2 of octet 1 are used for indicating the send sequence number  P(S).
  1642.           P(S) is binary coded and bit 2 is the LSB.
  1643.                 Bit 1 of octet 1 is spare.
  1644.                 Bits 8-2 of octet 2 are used for indicating  the  receive  sequence  number
  1645.           P(R). P(R) is binary coded and bit 2 is the LSB.
  1646.                 Bit 1 of octet 2 is used for the More  Data  indication  and  is  coded  as
  1647.           follows:
  1648.                  0 = no more data
  1649.                  1 = more data
  1650.                 The sequencing/segmenting parameter field is used exclusively  in  protocol
  1651.           class 3.
  1652.           3.10   Credit
  1653.                 The "credit" parameter field is a one-octet  field  used  in  the  protocol
  1654.           classes which include flow control functions. It contains the window  size  value
  1655.           coded in pure binary.
  1656.           3.11   Release cause
  1657.                 The release cause parameter field  is  a  one-octet  field  containing  the
  1658.           reason for the release of the connection.
  1659.                 The coding of the release cause field is as follows:
  1660.  
  1661.           Bit   8 7 6 5 4 3 2   
  1662.           s           1        
  1663.                 0 0 0 0 0 0 0          end user originated
  1664.                       0        
  1665.                 0 0 0 0 0 0 0          end user congestion
  1666.                       1        
  1667.                 
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.           PAGE30  Fascicle VI.7 - Rec. Q.713
  1703.  
  1704.                 0 0 0 0 0 0 1          end user failure
  1705.                       0        
  1706.                 0 0 0 0 0 0 1          SCCP user originated
  1707.                       1        
  1708.                 0 0 0 0 0 1 0          remote procedure error
  1709.                       0        
  1710.                 0 0 0 0 0 1 0          inconsistent connection data
  1711.                       1        
  1712.                 0 0 0 0 0 1 1          access failure
  1713.                       0        
  1714.                 0 0 0 0 0 1 1          access congestion
  1715.                       1        
  1716.                 0 0 0 0 1 0 0          subsystem failure
  1717.                       0        
  1718.                 0 0 0 0 1 0 0          subsystem congestion8)
  1719.                       1        
  1720.                 0 0 0 0 1 0 1          network failure
  1721.                       0        
  1722.                 0 0 0 0 1 0 1          network congestion
  1723.                       1        
  1724.                 0 0 0 0 1 1 0          expiration of reset timer
  1725.                       0        
  1726.                 
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.           8) Subsystem congestion control procedure is for further study.
  1770.  
  1771.  
  1772.  
  1773.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  1774.  
  1775.                0 0 0 0 1 1 0          expiration of receive inactivity timer
  1776.                      1        
  1777.                0 0 0 0 1 1 1          not obtainable
  1778.                      0        
  1779.                0 0 0 0 1 1 1          unqualified
  1780.                      1        
  1781.                0 0 0 1 0 0 0   ü
  1782.                      0        
  1783.                      to        ì       spare
  1784.                1 1 1 1 1 1 1   Φ
  1785.                      1        
  1786.  
  1787.                Note - A more comprehensive list of  causes  covering  X.96  call  progress
  1788.          information is for further study.
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.          PAGE30  Fascicle VI.7 - Rec. Q.713
  1845.  
  1846.                  3.12   Return cause
  1847.                 In the Unitdata Service message, the ½return cause╗ parameter  field  is  a
  1848.           one octet field containing the reason for message return. Bits 1-8 are  coded  as
  1849.           follows:
  1850.  
  1851.           Bit   8 7 6 5 4 3 2   
  1852.           s           1        
  1853.                 0 0 0 0 0 0 0          no translation for an address of such nature
  1854.                       0        
  1855.                 0 0 0 0 0 0 0          no translation for this specific address
  1856.                       1        
  1857.                 0 0 0 0 0 0 1          subsystem congestion9)
  1858.                       0        
  1859.                 0 0 0 0 0 0 1          subsystem failure
  1860.                       1        
  1861.                 0 0 0 0 0 1 0          unequipped user
  1862.                       0        
  1863.                 0 0 0 0 0 1 0          network failure
  1864.                       1        
  1865.                 0 0 0 0 0 1 1          network congestion
  1866.                       0        
  1867.                 0 0 0 0 0 1 1          unqualified
  1868.                       1        
  1869.                 0 0 0 0 1 0 0   ü
  1870.                       0        
  1871.                 
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.           9) Subsystem congestion control procedure is for further study.
  1912.  
  1913.  
  1914.  
  1915.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  1916.  
  1917.                       to        ì       spare
  1918.                 1 1 1 1 1 1 1   Φ
  1919.                       1        
  1920.  
  1921.           3.13   Reset cause
  1922.                 The "reset cause" parameter field is  a  one  octet  field  containing  the
  1923.           reason for the resetting of the connection.
  1924.                 The coding of the reset cause field is as follows:
  1925.  
  1926.           Bit   8 7 6 5 4 3 2   
  1927.           s           1        
  1928.                 0 0 0 0 0 0 0          end user originated
  1929.                       0        
  1930.                 0 0 0 0 0 0 0          SCCP user originated
  1931.                       1        
  1932.                 0 0 0 0 0 0 1          message out of order - incorrect P(S)
  1933.                       0        
  1934.                 0 0 0 0 0 0 1          message out of order - incorrect P(R)
  1935.                       1        
  1936.                 0 0 0 0 0 1 0          remote procedure error - message out of window
  1937.                       0        
  1938.                 0 0 0 0 0 1 0          remote procedure error - incorrect P(S) after 
  1939.                       1        (re)initialization
  1940.                 0 0 0 0 0 1 1          remote procedure error - general
  1941.                       0        
  1942.                 0 0 0 0 0 1 1   
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.           PAGE30  Fascicle VI.7 - Rec. Q.713
  1987.  
  1988.                       1               remote end user operational
  1989.                 0 0 0 0 1 0 0          network operational
  1990.                       0        
  1991.                 0 0 0 0 1 0 0          access operational
  1992.                       1        
  1993.                 0 0 0 0 1 0 1          network congestion
  1994.                       0        
  1995.                 0 0 0 0 1 0 1          not obtainable
  1996.                       1        
  1997.                 0 0 0 0 1 1 0          unqualified
  1998.                       0        
  1999.                 0 0 0 0 1 1 0   ü
  2000.                       1        
  2001.                       to        ì       spare
  2002.                 1 1 1 1 1 1 1   Φ
  2003.                       1        
  2004.                  3.14   Error cause
  2005.                 The "error cause" parameter field is  a  one  octet  field  containing  the
  2006.           indication of the exact protocol error.
  2007.                 The coding of the error cause field is as follows:
  2008.  
  2009.           Bit   8 7 6 5 4 3 2   
  2010.           s           1        
  2011.                 0 0 0 0 0 0 0   
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2058.  
  2059.                      0        local reference number (LRN) mismatch - unassigned 
  2060.                                destination LRN
  2061.                0 0 0 0 0 0 0   local reference number (LRN) mismatch - inconsistent source 
  2062.                      1        LRN
  2063.                0 0 0 0 0 0 1   point code mismatch10)
  2064.                      0        
  2065.                0 0 0 0 0 0 1   service class mismatch
  2066.                      1        
  2067.                0 0 0 0 0 1 0   unqualified
  2068.                      0        
  2069.                0 0 0 0 0 1 0   ü
  2070.                      1        
  2071.                      to        ì       spare
  2072.                1 1 1 1 1 1 1   Φ
  2073.                      1        
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.          10)     National option.
  2125.  
  2126.  
  2127.  
  2128.          PAGE30  Fascicle VI.7 - Rec. Q.713
  2129.  
  2130.                  3.15   Refusal cause
  2131.                 The refusal cause parameter field is  a  one  octet  field  containing  the
  2132.           reason for the refusal of the connection.
  2133.                 The coding of the refusal cause field is as follows:
  2134.  
  2135.           Bit   8 7 6 5 4 3 2   
  2136.           s           1        
  2137.                 0 0 0 0 0 0 0          end user originated
  2138.                       0        
  2139.                 0 0 0 0 0 0 0          end user congestion
  2140.                       1        
  2141.                 0 0 0 0 0 0 1          end user failure
  2142.                       0        
  2143.                 0 0 0 0 0 0 1          SCCP user originated
  2144.                       1        
  2145.                 0 0 0 0 0 1 0          destination address unknown
  2146.                       0        
  2147.                 0 0 0 0 0 1 0          destination inaccessible
  2148.                       1        
  2149.                 0 0 0 0 0 1 1          network resource - QOS not available/non-transient
  2150.                       0        
  2151.                 0 0 0 0 0 1 1          network resource - QOS not available/transient
  2152.                       1        
  2153.                 0 0 0 0 1 0 0          access failure
  2154.                       0        
  2155.                 
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2200.  
  2201.                0 0 0 0 1 0 0          access congestion
  2202.                      1        
  2203.                0 0 0 0 1 0 1          subsystem failure
  2204.                      0        
  2205.                0 0 0 0 1 0 1          subsystem congestion11)
  2206.                      1        
  2207.                0 0 0 0 1 1 0          expiration of the connection establishment timer
  2208.                      0        
  2209.                0 0 0 0 1 1 0          incompatible user data
  2210.                      1        
  2211.                0 0 0 0 1 1 1          not obtainable
  2212.                      0        
  2213.                0 0 0 0 1 1 1          unqualified
  2214.                      1        
  2215.                0 0 0 1 0 0 0   ü
  2216.                      0        
  2217.                      to        ì       spare
  2218.                1 1 1 1 1 1 1   Φ
  2219.                      1        
  2220.                Note 1 - The inclusion of the routing failure causes as specified  for  the
  2221.          "return cause" parameter in Recommendation Q.713, S 3.12, is for further study.
  2222.                Note 2 - A more comprehensive list of causes covering CCITT  Recommendation
  2223.          X.96 call progress information is for further study.
  2224.          3.16   Data
  2225.                The "data" parameter field is a variable length field containing  SCCP-user
  2226.          data to be transferred transparently between the SCCP user functions.
  2227.          4      SCCP messages and codes
  2228.          4.1    General
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.          11)      Subsystem congestion control procedure is for further study.
  2267.  
  2268.  
  2269.  
  2270.          PAGE30  Fascicle VI.7 - Rec. Q.713
  2271.  
  2272.        4.1.1  In the following sections, the format and coding of the SCCP  messages  is
  2273.              specified.
  2274.              For each message a list of the relevant parameters is given  in  a  tabular
  2275.        form.
  2276.        4.1.2  For each parameter the table also includes:
  2277.              -   a reference to the section where the  formatting  and  coding  of  the
  2278.                parameter content is specified;
  2279.              -   the type of the parameter. The following types are used in the tables:
  2280.                F   = mandatory fixed length parameter;
  2281.                V   = mandatory variable length parameter;
  2282.                O   = optional parameter of fixed or variable length;
  2283.              -   the length of the parameter. The value in the table includes:
  2284.                -   for type F parameters the  length,  in  octets,  of  the  parameter
  2285.                   content;
  2286.                -   for type  V  parameters  the  length,  in  octets,  of  the  length
  2287.                   indicator and of  the  parameter  content;  (The  minimum  and  the
  2288.                   maximum length are indicated.)
  2289.                -   for type O parameters the length, in octets, of the parameter name,
  2290.                   length  indicator  and  parameter  content.  (For  variable  length
  2291.                   parameters the minimum and maximum length is indicated.)
  2292.        4.1.3  For each message the number of pointers included is also specified.
  2293.        4.1.4  For each message type, type F parameters and the pointers for the  type  V
  2294.        parameters must be sent in the order specified in the following tables.
  2295.        4.2    Connection request (CR)
  2296.              The CR message contains:
  2297.              -   the routing label,
  2298.              -   2 pointers,
  2299.              -   the parameters indicated in Table 3/Q.713.
  2300.        4.3    Connection confirm (CC)
  2301.              The CC message contains:
  2302.              -   the routing label,
  2303.              -   1 pointer,
  2304.              -   the parameters indicated in Table 4/Q.713.
  2305.        4.4    Connection refused (CREF)
  2306.              The message contains:
  2307.              -   the routing label,
  2308.              -   1 pointer,
  2309.              -   the parameters indicated in Table 5/Q.713.
  2310.        4.5    Released (RLSD)
  2311.              The RLSD message contains:
  2312.              -   the routing label,
  2313.              -   1 pointer,
  2314.              -   the parameters indicated in Table 6/Q.713.
  2315.        4.6    Release complete (RLC)
  2316.              The RLC message contains:
  2317.              -   the routing label,
  2318.              -   no pointers,
  2319.              -   the parameters indicated in Table 7/Q.713.
  2320.        4.7    Data form 1 (DT1)
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.                                                       Fascicle VI.7 - Rec. Q.713   PAGE1
  2342.  
  2343.                 The DT1 message contains:
  2344.                  -   the routing label,
  2345.                  -   1 pointer,
  2346.                  -   the parameters indicated in Table 8/Q.713.
  2347.           4.8    Data form 2 (DT2)
  2348.                 The DT2 message contains:
  2349.                  -   the routing label,
  2350.                  -   1 pointer,
  2351.                  -   the parameters indicated in Table 9/Q.713.
  2352.                                                  TABLE 3/Q.713
  2353.                                        Message type: Connection request
  2354.                     Parameter                 S        Type (F V      Length 
  2355.                                                              O)         (octets)
  2356.           Message type code                   2.1            F            1
  2357.           Source local reference              3.3            F            3
  2358.           Protocol class                      3.6            F            1
  2359.           Called party address                3.4            V        3 minimum
  2360.           Credit                              3.10           O            3
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.           PAGE30  Fascicle VI.7 - Rec. Q.713
  2413.  
  2414.           Calling party address               3.5            O        4 minimum
  2415.           Data                                3.16           O         3 - 130
  2416.           End of optional parameters          3.1            O            1
  2417.  
  2418.                                                  TABLE 4/Q.713
  2419.                                        Message type: Connection confirm
  2420.                     Parameter                 S        Type (F V      Length 
  2421.                                                              O)         (octets)
  2422.           Message type                        2.1            F            1
  2423.           Destination local reference         3.2            F            3
  2424.           Source local reference              3.3            F            3
  2425.           Protocol class                      3.6            F       
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2484.  
  2485.                                                                            1
  2486.           Credit                              3.10           O            3
  2487.           Called party address                3.4            O        4 minimum
  2488.           Data                                3.16           O         3 - 130
  2489.           End of optional parameter           3.1            O            1
  2490.  
  2491.                                                  TABLE 5/Q.713
  2492.                                        Message type: Connection refused
  2493.                     Parameter                 S        Type (F V      Length 
  2494.                                                              O)         (octets)
  2495.           Message type                        2.1            F            1
  2496.           Destination local reference         3.2            F            3
  2497.           Refusal cause                       3.15      
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.           PAGE30  Fascicle VI.7 - Rec. Q.713
  2555.  
  2556.                                                              F            1
  2557.           Called party address                3.4            O        4 minimum
  2558.           Data                                3.16           O         3 - 130
  2559.           End of optional parameter           3.1            O            1
  2560.  
  2561.                                                  TABLE 6/Q.713
  2562.                                             Message type: Released
  2563.                     Parameter                 S        Type (F V      Length 
  2564.                                                              O)         (octets)
  2565.           Message type                        2.1           F            1
  2566.           Destination local reference         3.2           F            3
  2567.           Source local reference              3.3           F            3
  2568.           Release cause                   
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608.  
  2609.  
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2626.  
  2627.                                              3.11           F            1
  2628.          Data                                3.16           O         3 - 130
  2629.          End of optional parameter           3.1           O            1
  2630.  
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644.  
  2645.  
  2646.  
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.          PAGE30  Fascicle VI.7 - Rec. Q.713
  2697.  
  2698.  
  2699.                                                  TABLE 7/Q.713
  2700.                                         Message type: Release complete
  2701.                     Parameter                 S        Type (F V      Length 
  2702.                                                              O)         (octets)
  2703.           Message type                        2.1           F            1
  2704.           Destination local reference         3.2           F            3
  2705.           Source local reference              3.3           F            3
  2706.  
  2707.                                                  TABLE 8/Q.713
  2708.                                            Message type: Data form 1
  2709.                     Parameter                 S        Type (F V      Length 
  2710.                                                              O)         (octets)
  2711.           Message type                        2.1            F            1
  2712.           Destination local reference         3.2            F            3
  2713.           Segmenting/reassembling         
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2768.  
  2769.                                              3.7            F            1
  2770.          Data                                3.16           V         2 - 256
  2771.  
  2772.                                                 TABLE 9/Q.713
  2773.                                           Message type: Data form 2
  2774.                    Parameter                 S        Type (F V      Length 
  2775.                                                             O)         (octets)
  2776.          Message type                        2.1            F            1
  2777.          Destination local reference         3.2            F            3
  2778.          Sequencing/Segmenting               3.9            F            2
  2779.          Data                                3.16           V         2 - 256
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834.  
  2835.  
  2836.  
  2837.  
  2838.          PAGE30  Fascicle VI.7 - Rec. Q.713
  2839.  
  2840.                  4.9    Data acknowledgement (AK)
  2841.                 The AK message contains:
  2842.                  -   the routing label,
  2843.                  -   no pointers,
  2844.                  -   the parameters indicated in Table 10/Q.713.
  2845.                                                 TABLE 10/Q.713
  2846.                                       Message type: Data acknowledgement
  2847.                     Parameter                 S        Type (F V      Length 
  2848.                                                              O)         (octets)
  2849.           Message type                        2.1            F            1
  2850.           Destination local reference         3.2            F            3
  2851.           Receive sequence number             3.8            F            1
  2852.           Credit                              3.10           F            1
  2853.                  4.10   Unitdata (UDT)
  2854.                 The UDT message contains:
  2855.                  -   the routing label,
  2856.                  -   3 pointers,
  2857.                  -   the parameters indicated in Table 11/Q.713.
  2858.                                                 TABLE 11/Q.713
  2859.                                             Message type: Unitdata
  2860.                     Parameter            
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867.  
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  2910.  
  2911.                                               S        Type (F V      Length 
  2912.                                                             O)         (octets)
  2913.          Message type                        2.1            F            1
  2914.          Protocol class                      3.6            F            1
  2915.          Called party address                3.4            V        3 minimum
  2916.          Calling party address               3.5            V        2 minimum
  2917.          Data                                3.16           V         2 - X a)
  2918.                   a)     Due to the ongoing studies on the SCCP called and calling party 
  2919.                   address, the maximum length of this parameter needs further study. It 
  2920.                   is also noted that the transfer of up to 255 octets of user data is 
  2921.                   allowed when the SCCP called and calling party address do not include 
  2922.                   global title.
  2923.  
  2924.  
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.  
  2955.  
  2956.  
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.  
  2963.  
  2964.  
  2965.  
  2966.  
  2967.  
  2968.  
  2969.  
  2970.  
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980.          PAGE30  Fascicle VI.7 - Rec. Q.713
  2981.  
  2982.                4.11   Unitdata service (UDTS)
  2983.                The UDTS message contains:
  2984.                -   the routing label,
  2985.                -   3 pointers,
  2986.                -   the parameters indicated in Table 12/Q.713.
  2987.                                                TABLE 12/Q.713
  2988.                                        Message type: Unitdata service
  2989.                    Parameter                 S        Type (F V      Length 
  2990.                                                             O)         (octets)
  2991.          Message type                        2.1            F            1
  2992.          Return cause                        3.12           F            1
  2993.          Called party address                3.4            V        3 minimum
  2994.          Calling party address               3.5            V        2 minimum
  2995.          Data                                3.16           V         2 - X a)
  2996.                   a)  See a) Table 11/Q.713.
  2997.          4.12   Expedited data (ED)
  2998.                The ED message contains:
  2999.                -   the routing label,
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026.  
  3027.  
  3028.  
  3029.  
  3030.  
  3031.  
  3032.  
  3033.  
  3034.  
  3035.  
  3036.  
  3037.  
  3038.  
  3039.  
  3040.  
  3041.  
  3042.  
  3043.  
  3044.  
  3045.  
  3046.  
  3047.  
  3048.  
  3049.  
  3050.  
  3051.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  3052.  
  3053.                -   1 pointer,
  3054.                -   the parameters indicated in Table 13/Q.713.
  3055.                                                TABLE 13/Q.713
  3056.                                         Message type: Expedited data
  3057.                    Parameter                 S        Type (F V      Length 
  3058.                                                             O)         (octets)
  3059.          Message type                        2.1            F            1
  3060.          Destination local reference         3.2            F            3
  3061.          Data                                3.16           V          2 - 33
  3062.  
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068.  
  3069.  
  3070.  
  3071.  
  3072.  
  3073.  
  3074.  
  3075.  
  3076.  
  3077.  
  3078.  
  3079.  
  3080.  
  3081.  
  3082.  
  3083.  
  3084.  
  3085.  
  3086.  
  3087.  
  3088.  
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095.  
  3096.  
  3097.  
  3098.  
  3099.  
  3100.  
  3101.  
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.          PAGE30  Fascicle VI.7 - Rec. Q.713
  3123.  
  3124.                  4.13   Expedited data acknowledgement (EA)
  3125.                 The EA message contains:
  3126.                  -   the routing label,
  3127.                  -   no pointers,
  3128.                  -   the parameters indicated in Table 14/Q.713.
  3129.                                                 TABLE 14/Q.713
  3130.                                  Message type: Expedited data acknowledgement
  3131.                     Parameter                 S        Type (F V      Length 
  3132.                                                              O)         (octets)
  3133.           Message type                        2.1           F            1
  3134.           Destination local reference         3.2           F            3
  3135.                  4.14   Reset request (RSR)
  3136.                 The RSR message contains:
  3137.                  -   the routing label,
  3138.                  -   1 pointer,
  3139.                  -   the parameters indicated in Table 15/Q.713.
  3140.                                                 TABLE 15/Q.713
  3141.                                           Message type: Reset request
  3142.                     Parameter                 S        Type (F V      Length 
  3143.                                                              O)         (octets)
  3144.           Message type                        2.1            F            1
  3145.           Destination local reference     
  3146.  
  3147.  
  3148.  
  3149.  
  3150.  
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  3194.  
  3195.                                              3.2            F            3
  3196.          Source local reference              3.3            F            3
  3197.          Reset cause                         3.13           F            1
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213.  
  3214.  
  3215.  
  3216.  
  3217.  
  3218.  
  3219.  
  3220.  
  3221.  
  3222.  
  3223.  
  3224.  
  3225.  
  3226.  
  3227.  
  3228.  
  3229.  
  3230.  
  3231.  
  3232.  
  3233.  
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.  
  3253.  
  3254.  
  3255.  
  3256.  
  3257.  
  3258.  
  3259.  
  3260.  
  3261.  
  3262.  
  3263.  
  3264.          PAGE30  Fascicle VI.7 - Rec. Q.713
  3265.  
  3266.                  4.15   Reset confirm (RSC)
  3267.                 The RSC message contains:
  3268.                  -   the routing label,
  3269.                  -   no pointers,
  3270.                  -   the parameters indicated in Table 16/Q.713.
  3271.                                                 TABLE 16/Q.713
  3272.                                        Message type: Reset confirmation
  3273.                     Parameter                 S        Type (F V      Length 
  3274.                                                              O)         (octets)
  3275.           Message type                        2.1           F            1
  3276.           Destination local reference         3.2           F            3
  3277.           Source local reference              3.3           F            3
  3278.                  4.16   Protocol data unit error (ERR)
  3279.                 The ERR message contains:
  3280.                  -   the routing label,
  3281.                  -   1 pointer,
  3282.                  -   the parameters indicated in Table 17/Q.713.
  3283.                                                 TABLE 17/Q.713
  3284.                                     Message type: Protocol data unit error
  3285.                     Parameter                 S        Type (F V      Length 
  3286.                                                              O)         (octets)
  3287.           Message type                    
  3288.  
  3289.  
  3290.  
  3291.  
  3292.  
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307.  
  3308.  
  3309.  
  3310.  
  3311.  
  3312.  
  3313.  
  3314.  
  3315.  
  3316.  
  3317.  
  3318.  
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328.  
  3329.  
  3330.  
  3331.  
  3332.  
  3333.  
  3334.  
  3335.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  3336.  
  3337.                                              2.1            F            1
  3338.          Destination local reference         3.2            F            3
  3339.          Error cause                         3.14           F            1
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.  
  3368.  
  3369.  
  3370.  
  3371.  
  3372.  
  3373.  
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380.  
  3381.  
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.          PAGE30  Fascicle VI.7 - Rec. Q.713
  3407.  
  3408.                  4.17   Inactivity test (IT)
  3409.                 The IT message contains:
  3410.                  -   the routing label,
  3411.                  -   no pointers,
  3412.                  -   the parameters indicated in Table 18/Q.713.
  3413.                                                 TABLE 18/Q.713
  3414.                                          Message type: Inactivity test
  3415.                     Parameter                 S        Type (F V      Length 
  3416.                                                              O)         (octets)
  3417.           Message type                        2.1           F            1
  3418.           Destination local reference         3.2           F            3
  3419.           Source local reference              3.3           F            3
  3420.           Protocol class                      3.6           F            1
  3421.           Sequencing/segmenting a)             3.9           F            2
  3422.           Credit a)                            3.10           F       
  3423.  
  3424.  
  3425.  
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431.  
  3432.  
  3433.  
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440.  
  3441.  
  3442.  
  3443.  
  3444.  
  3445.  
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451.  
  3452.  
  3453.  
  3454.  
  3455.  
  3456.  
  3457.  
  3458.  
  3459.  
  3460.  
  3461.  
  3462.  
  3463.  
  3464.  
  3465.  
  3466.  
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  3478.  
  3479.                                                                            1
  3480.                     a)     Information in these parameter fields reflect those values sent 
  3481.                     in the last data Form 2 or Data acknowledgement message. They are 
  3482.                     ignored if the protocol class parameter indicates class 2.
  3483.           5      SCCP Management messages and codes
  3484.           5.1    General
  3485.                        Management         (SCMG)         messages         are
  3486.           carried  using  the  connectionless  service  of  the  SCCP.   When
  3487.           transferring SCMG messages, class 0 is requested with the  "discard
  3488.           message  on  error"  option.  SCCP  management  message  parts  are
  3489.           provided in the "data" parameter of the Unitdata message.
  3490.                The Unitdata message contains:
  3491.                  -   the routing label,
  3492.                  -   3 pointers,
  3493.                  -   the parameters indicated in Table 19/Q.713.
  3494.                 Descriptions of the various parts are contained in the following sections.
  3495.                                                 TABLE 19/Q.713
  3496.                                         SCCP management message format
  3497.                     Parameter                 S        Type (F V      Length 
  3498.                                                              O)         (octets)
  3499.           Message type                        2.1           F            1
  3500.           (= Unitdata)                    
  3501.           Protocol class                      3.6           F            1
  3502.           (= Class 0, no return)          
  3503.           Called party address                3.4           V        3 minimum
  3504.           (SSN = SCCP management)         
  3505.           Calling party address               3.5           V       3 minimum a)
  3506.           (SSN = SCCP management)         
  3507.           Data                                3.16           V            6
  3508.           (Data consists of an SCMG       
  3509.           message with form as in Table   
  3510.           22/Q.713)                       
  3511.  
  3512.  
  3513.  
  3514.  
  3515.  
  3516.  
  3517.  
  3518.  
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528.  
  3529.  
  3530.  
  3531.  
  3532.  
  3533.  
  3534.  
  3535.  
  3536.  
  3537.  
  3538.  
  3539.  
  3540.  
  3541.  
  3542.  
  3543.  
  3544.  
  3545.  
  3546.  
  3547.  
  3548.           PAGE30  Fascicle VI.7 - Rec. Q.713
  3549.  
  3550.                  a) SSN is always present.
  3551.          5.1.1  SCMG format identifier
  3552.                The SCMG  format  identifier  consists  of  a  one-octet  field,  which  is
  3553.          mandatory for all SCMG messages. The SCMG format identifier uniquely defines  the
  3554.          function and  format  of  each  SCMG  message.  The  allocation  of  SCMG  format
  3555.          identifiers is shown in Table 20/Q.713.
  3556.                                                TABLE 20/Q.713
  3557.                                            SCMG format identifiers
  3558.                           Message                  Code 87654321
  3559.          SSA Subsystem-Allowed                        00000001
  3560.          SSP Subsystem-Prohibited                     00000010
  3561.          SST Subsystem-Status-Test                    00000011
  3562.          SOR Subsystem-Out-of-Service-Request         00000100
  3563.          SOG Subsystem-Out-of-Service-Grant           00000101
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.  
  3601.  
  3602.  
  3603.  
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.  
  3611.  
  3612.  
  3613.  
  3614.  
  3615.  
  3616.  
  3617.  
  3618.  
  3619.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  3620.  
  3621.                  5.1.2  Formatting principles
  3622.                 The formatting principles used for SCCP messages, as described in  SS  1.3,
  3623.           1.4, 1.5, 1.6, 2.2 and 2.3 apply to SCMG messages.
  3624.           5.2    SCMG message parameters
  3625.                 SCMG parameter name codes are given in Table  21/Q.713  with  reference  to
  3626.           the subsections in which they are  described.  Presently,  these  parameter  name
  3627.           codes are not used since all SCMG messages  contain  mandatory  fixed  parameters
  3628.           only.
  3629.                                                 TABLE 21/Q.713
  3630.                                            SCMG parameter name codes
  3631.                        Parameter name                   S       Parameter name 
  3632.                                                                  code 87654321
  3633.           End of optional parameters                  5.2.1        00000000
  3634.           Affected SSN                                5.2.2        00000001
  3635.           Affected PC                                 5.2.3        00000010
  3636.           Subsystem multiplicity indicator            5.2.4        00000011
  3637.                  5.2.1  End of optional parameters
  3638.                 The "end of optional parameters"  parameter  field  consists  of  a  single
  3639.           octet containing all zeros.
  3640.           5.2.2  Affected SSN
  3641.                 The "affected subsystem number  (SSN)"  parameter  field  consists  of  one
  3642.           octet coded as directed for the called party address field, S 3.4.2.1.
  3643.           5.2.3  Affected PC
  3644.                 The "affected signalling point code (PC)" parameter  field  is  represented
  3645.           by two octets which are coded as directed for the called party address  field,  S
  3646.           3.4.2.2.
  3647.           5.2.4  Subsystem multiplicity indicator
  3648.                 The "subsystem multiplicity indicator"  parameter  field  consists  of  one
  3649.           octet coded as shown in Figure 12/Q.713.
  3650.  
  3651.            8    7    6    5    4    3    2    1
  3652.                       spare              
  3653.  
  3654.  
  3655.  
  3656.  
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.  
  3664.  
  3665.  
  3666.  
  3667.  
  3668.  
  3669.  
  3670.  
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676.  
  3677.  
  3678.  
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684.  
  3685.  
  3686.  
  3687.  
  3688.  
  3689.  
  3690.           PAGE30  Fascicle VI.7 - Rec. Q.713
  3691.  
  3692.                                             SMI
  3693.                                                FIGURE 12/Q.713
  3694.                                    Subsystem multiplicity indicator format
  3695.  
  3696.  
  3697.  
  3698.  
  3699.  
  3700.  
  3701.  
  3702.  
  3703.  
  3704.  
  3705.  
  3706.  
  3707.  
  3708.  
  3709.  
  3710.  
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.  
  3719.  
  3720.  
  3721.  
  3722.  
  3723.  
  3724.  
  3725.  
  3726.  
  3727.  
  3728.  
  3729.  
  3730.  
  3731.  
  3732.  
  3733.  
  3734.  
  3735.  
  3736.  
  3737.  
  3738.  
  3739.  
  3740.  
  3741.  
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748.  
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757.  
  3758.  
  3759.  
  3760.  
  3761.                                                         Fascicle VI.7 - Rec. Q.713   PAGE1
  3762.  
  3763.                The coding of the SMI field is as follows:
  3764.                Bits   21
  3765.                    00  affected subsystem multiplicity unknown
  3766.                    01  affected subsystem is solitary
  3767.                    10  affected subsystem is duplicated
  3768.                    11  spare
  3769.                Bits 3-8 are spare.
  3770.          5.3    SCMG messages
  3771.                Presently, all SCMG messages contain mandatory fixed parameters only.  Each
  3772.          SCMG message contains:
  3773.                -   0 pointers
  3774.                -   the parameters indicated in Table 22/Q.713.
  3775.                                                TABLE 22/Q.713
  3776.                                                 SCMG Message
  3777.                    Parameter                 S        Type (F V      Length 
  3778.                                                             O)         (octets)
  3779.          SCMG format identifier             5.1.1          F            1
  3780.          (Message type code)             
  3781.          Affected SSN                       5.2.2          F            1
  3782.          Affected PC                        5.2.3          F            2
  3783.          Subsystem multiplicity             5.2.4          F            1
  3784.          indicator                       
  3785.                                                    ANNEX A
  3786.                                      (to Recommendation Q.713)
  3787.                                  Mapping for cause parameter values
  3788.          A.1    Introduction
  3789.                During connection refusal/release/reset, the SCCP and its users could  take
  3790.          necessary corrective actions, if any, only upon relevant information available to
  3791.          them. Thus, it would be very helpful  if  those  information  could  be  conveyed
  3792.          correctly.
  3793.                During connection release, the "release cause" parameter  in  the  Released
  3794.          (RLSD) message and the N-DISCONNECT primitive (with parameters  "originator"  and
  3795.          "reason") are used together to convey those information on the initiator and  the
  3796.          cause of the connection release. In addition, the N-DISCONNECT primitive is  also
  3797.          used together with the "refusal cause" parameter in the Connection Refused (CREF)
  3798.          message to convey those information during connection refusal. During  connection
  3799.          reset, the "reset cause" parameter in the Reset Request  (RSR)  message  and  the
  3800.          N-RESET primitive (with parameters "originator" and "reason") are  used  together
  3801.          similarly.
  3802.                In order to convey those  information  correctly,  this  Annex  provides  a
  3803.          guideline for the  mapping  of  values  between  the  cause  parameters  and  the
  3804.          corresponding N-primitive parameters during various scenarios.
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810.  
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.          PAGE30  Fascicle VI.7 - Rec. Q.713
  3833.  
  3834.                  A.2    Connection refusal
  3835.                 Table A-1/Q.713 describes  the  mapping  of  values  between  the  "refusal
  3836.           cause" parameter (S 3.15, Rec. Q.713) and the "originator",  "reason"  parameters
  3837.           in the N-DISCONNECT primitive (S 2.1.1.2.4, Rec. Q.711).
  3838.           A.3    Connection release
  3839.                 Table A-2/Q.713 describes  the  mapping  of  values  between  the  "release
  3840.           cause" parameter (S 3.11, Rec. Q.713) and the "originator",  "reason"  parameters
  3841.           in the N-DISCONNECT primitive (S 2.1.1.2.4, Rec. Q.711).
  3842.           A.4    Connection reset
  3843.                 Table A-3/Q.713 describes the mapping of values between the  "reset  cause"
  3844.           parameter (S 3.13, Rec. Q.713) and the "originator", "reason" parameters  in  the
  3845.           N-RESET primitive (S 2.1.1.2.3, Rec. Q.711).
  3846.  
  3847.  
  3848.  
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.                                                 TABLE A-1/Q.713
  3860.                                        Mapping during connection refusal
  3861.                          CREF Message                          N-DISCONNECT primitive
  3862.               Code              Refusal cause                      Reason              Originat
  3863.                                                                                            or
  3864.             00000000    end user originated             connection refusal - end user      NSU
  3865.                                                         originated                      
  3866.             00000001    end user congestion             connection refusal - end user      NSU
  3867.                                                         congestion                      
  3868.             00000010    end user failure                connection refusal - end user      NSU
  3869.                                                         failure                         
  3870.             00000011    SCCP user originated            connection refusal - SCCP          NSU
  3871.                                                         user originated                 
  3872.             00000100    destination address unknown     connection refusal -               NSP
  3873.                                                         destination address unknown     
  3874.                                                         (non-transient condition)       
  3875.             00000101    destination inaccessible        connection refusal -            
  3876.  
  3877.  
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.  
  3887.  
  3888.  
  3889.  
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.  
  3899.  
  3900.  
  3901.  
  3902.  
  3903.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  3904.  
  3905.                                                         destination                        NSP
  3906.                                                         inaccessible/transient          
  3907.                                                         condition                       
  3908.             00000110    network resource - QOS           connection refusal - QOS         NSP a)
  3909.                         unavailable/non-transient       unavailable/non-transient       
  3910.                                                         condition                       
  3911.             00000111    network resource - QOS           connection refusal - QOS         NSP a)
  3912.                         unavailable/transient           unavailable/transient           
  3913.                                                         condition                       
  3914.             00001000    access failure                  connection refusal - access        NSU
  3915.                                                         failure                         
  3916.             00001001    access congestion               connection refusal - access        NSU
  3917.                                                         congestion                      
  3918.             00001010    subsystem failure               connection refusal -               NSP
  3919.                                                         destination                     
  3920.                                                         inaccessible/non-transient      
  3921.                                                         condition                       
  3922.             00001011    subsystem congestion            connection refusal -               NSU
  3923.                                                         subsystem congestion            
  3924.             00001100    expiration of connection        connection refusal - reason       NSP a)
  3925.                         estimated timer                 unspecified/transient           
  3926.             00001101    inconsistent user data          connection refusal -            
  3927.  
  3928.  
  3929.  
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.  
  3958.  
  3959.  
  3960.  
  3961.  
  3962.  
  3963.  
  3964.  
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971.  
  3972.  
  3973.  
  3974.           PAGE30  Fascicle VI.7 - Rec. Q.713
  3975.  
  3976.                                                         incompatible information in        NSU
  3977.                                                         NSDU                            
  3978.             00001110    not obtainable                  connection refusal - reason       NSP a)
  3979.                                                         unspecified/transient           
  3980.             00001110    not obtainable                  connection refusal -            undefine
  3981.                                                         undefined                           d
  3982.             00001111    unqualified                     connection refusal - reason       NSP a)
  3983.                                                         unspecified/transient           
  3984.             00001111    unqualified                     connection refusal -            undefine
  3985.                                                         undefined                           d
  3986.            NSU    Network Service User
  3987.            NSP    Network Service Provider
  3988.            a)  Only those cases will be applicable if the SCCP originates the refusal procedure in 
  3989.            response to REQUEST interface element.
  3990.                                                 TABLE A-2/Q.713
  3991.                                        Mapping during connection release
  3992.                          RLSD Message                          N-DISCONNECT primitive
  3993.               Code              Release cause                      Reason              Originat
  3994.                                                                                            or
  3995.             00000000    end user originated             disconnection - normal             NSU
  3996.                                                         condition                       
  3997.             00000001    end user congestion             disconnection - end user        
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031.  
  4032.  
  4033.  
  4034.  
  4035.  
  4036.  
  4037.  
  4038.  
  4039.  
  4040.  
  4041.  
  4042.  
  4043.  
  4044.  
  4045.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  4046.  
  4047.                                                         congestion                         NSU
  4048.             00000010    end user failure                disconnection - end user           NSU
  4049.                                                         failure                         
  4050.             00000011    SCCP user originated            disconnection - SCCP user          NSU
  4051.                                                         originated                      
  4052.             00000100    remote procedure error          disconnection - abnormal           NSP
  4053.                                                         condition of transient nature   
  4054.             00000101    inconsistent connection data    disconnection - abnormal           NSP
  4055.                                                         condition of transient nature   
  4056.             00000110    access failure                  disconnection - access             NSU
  4057.                                                         failure                         
  4058.             00000111    access congestion               disconnection - access             NSU
  4059.                                                         congestion                      
  4060.             00001000    subsystem failure               disconnection - abnormal           NSP
  4061.                                                         condition of non-transient      
  4062.                                                         nature                          
  4063.             00001001    subsystem congestion            disconnection - subsystem       
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078.  
  4079.  
  4080.  
  4081.  
  4082.  
  4083.  
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090.  
  4091.  
  4092.  
  4093.  
  4094.  
  4095.  
  4096.  
  4097.  
  4098.  
  4099.  
  4100.  
  4101.  
  4102.  
  4103.  
  4104.  
  4105.  
  4106.  
  4107.  
  4108.  
  4109.  
  4110.  
  4111.  
  4112.  
  4113.  
  4114.  
  4115.  
  4116.           PAGE30  Fascicle VI.7 - Rec. Q.713
  4117.  
  4118.                                                         congestion                         NSU
  4119.             00001010    network failure                 disconnection - abnormal           NSP
  4120.                                                         condition of non-transient      
  4121.                                                         nature                          
  4122.             00001011    network congestion              disconnection - abnormal           NSP
  4123.                                                         condition of transient nature   
  4124.             00001100    expiration of reset timer       disconnection - abnormal           NSP
  4125.                                                         condition of transient nature   
  4126.             00001101    expiration of receive           disconnection - abnormal           NSP
  4127.                         inactivity timer                condition of transient nature   
  4128.             00001110    not obtainable a)                disconnection - undefined          NSP
  4129.             00001110    not obtainable a)                disconnection - undefined       undefine
  4130.                                                                                             d
  4131.             00001111    unqualified                     disconnection - abnormal           NSU
  4132.                                                         condition                       
  4133.             00001111    unqualified                     disconnection - undefined       
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147.  
  4148.  
  4149.  
  4150.  
  4151.  
  4152.  
  4153.  
  4154.  
  4155.  
  4156.  
  4157.  
  4158.  
  4159.  
  4160.  
  4161.  
  4162.  
  4163.  
  4164.  
  4165.  
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  4188.  
  4189.                                                                                            NSP
  4190.             00001111    unqualified                     disconnection - undefined       undefine
  4191.                                                                                             d
  4192.           NSU     Network Service User
  4193.           NSP     Network Service Provider
  4194.           a)       The need for this value is for further study.
  4195.                                                 TABLE A-3/Q.713
  4196.                                         Mapping during connection reset
  4197.                           RSR Message                              N-RESET primitive
  4198.               Code               Reset cause                       Reason              Originat
  4199.                                                                                            or
  4200.             00000000    end user originated             reset - user synchronization       NSU
  4201.             00000001    SCCP user originated            reset - user synchronization       NSU
  4202.             00000010    message out of order -          reset - unspecified                NSP
  4203.                         incorrect P(S)                  
  4204.             00000011    message out of order -          reset - unspecified                NSP
  4205.                         incorrect P(R)                  
  4206.             00000100    remote procedure error -        reset - unspecified                NSP
  4207.                         message out of window           
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234.  
  4235.  
  4236.  
  4237.  
  4238.  
  4239.  
  4240.  
  4241.  
  4242.  
  4243.  
  4244.  
  4245.  
  4246.  
  4247.  
  4248.  
  4249.  
  4250.  
  4251.  
  4252.  
  4253.  
  4254.  
  4255.  
  4256.  
  4257.  
  4258.           PAGE30  Fascicle VI.7 - Rec. Q.713
  4259.  
  4260.             00000101    remote procedure error -        reset - unspecified                NSP
  4261.                         incorrect P(S) after            
  4262.                         initialization                  
  4263.             00000110    remote procedure error -        reset - unspecified                NSP
  4264.                         general                         
  4265.             00000111    remote end user operational     reset - user synchronization       NSU
  4266.             00001000    network operational             reset - unspecified                NSP
  4267.             00001001    access operational              reset - user synchronization       NSU
  4268.             00001010    network congestion              reset - network congestion         NSP
  4269.             00001011    not obtainable a)                reset - unspecified                NSP
  4270.             00001011    not obtainable a)                reset - undefined               undefine
  4271.                                                                                             d
  4272.             00001100    
  4273.  
  4274.  
  4275.  
  4276.  
  4277.  
  4278.  
  4279.  
  4280.  
  4281.  
  4282.  
  4283.  
  4284.  
  4285.  
  4286.  
  4287.  
  4288.  
  4289.  
  4290.  
  4291.  
  4292.  
  4293.  
  4294.  
  4295.  
  4296.  
  4297.  
  4298.  
  4299.  
  4300.  
  4301.  
  4302.  
  4303.  
  4304.  
  4305.  
  4306.  
  4307.  
  4308.  
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.  
  4317.  
  4318.  
  4319.  
  4320.  
  4321.  
  4322.  
  4323.  
  4324.  
  4325.  
  4326.  
  4327.  
  4328.  
  4329.                                                          Fascicle VI.7 - Rec. Q.713   PAGE1
  4330.  
  4331.                        unqualified                     reset - unspecified                NSP
  4332.            00001100    unqualified                     reset - undefined               undefine
  4333.                                                                                            d
  4334.          NSU     Network Service User
  4335.          NSP     Network Service Provider
  4336.          a)       The need for this value is for further study.
  4337.  
  4338.  
  4339.  
  4340.  
  4341.  
  4342.  
  4343.  
  4344.  
  4345.  
  4346.  
  4347.  
  4348.  
  4349.  
  4350.  
  4351.  
  4352.  
  4353.  
  4354.  
  4355.  
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361.  
  4362.  
  4363.  
  4364.  
  4365.  
  4366.  
  4367.  
  4368.  
  4369.  
  4370.  
  4371.  
  4372.  
  4373.  
  4374.  
  4375.  
  4376.  
  4377.  
  4378.  
  4379.  
  4380.  
  4381.  
  4382.  
  4383.  
  4384.  
  4385.  
  4386.  
  4387.  
  4388.  
  4389.  
  4390.  
  4391.  
  4392.  
  4393.  
  4394.  
  4395.  
  4396.  
  4397.  
  4398.  
  4399.  
  4400.          PAGE30  Fascicle VI.7 - Rec. Q.713
  4401.  
  4402.