The Network Layer Protocol Architecture
www.pragsoft.com Chapter 11: Integrated Services Digital Network
153
Figure 11.131 Sample circuit-switched call scenario.
Connect Acknowledge Information
Call Proceeding
Release Complete Setup
Setup Acknowledge
ISDN phone calling
SS7 ISDN network
Disconnect Release
Alerting Alerting
Setup
called ISDN phone
Connect Connect
User Information User Information
User Information User Information
Disconnect Release Complete
Release Data exchange
Conversation Subscriber dials
destination
Ring tone Ring tone stops
Subscriber picks up
Phone rings
Subscriber hangs up
ISUP I.451
I.451
There are other messages which are not covered by our scenario. Calls can be temporarily suspended and later resumed using the Suspend and Resume set of
messages. The Register, Facility, and Cancel set of messages are used to manage facilities. ISDN supports a variety of facilities, such as: reverse charging, call
completion after busy, provision of charging information, X.25 flow control negotiation, X.25 fast select.
As indicated in Figure 11.131, I.451 handles the signaling between TE and the local exchange, while the ISUP ISDN User Part was explained in Chapter 10
handles the common channel signaling in between exchanges within the network. For clarity, the ISUP signals are not shown here. I.451 and ISUP interwork to
provide end-to-end signaling to the users.
154 Communication Networks
Copyright © 2005 PragSoft
Figure 11.132 ISDN network layer message structure. Field
Description
Protocol Discriminator Denotes the message protocol.
Call Reference Length Length of the reference flag + value.
Call Reference Flag Denotes the initiating D channel end.
Call Reference Value Uniquely identifies the B channel call.
Message Type Denotes the D channel message type.
E
sample
1 Denotes a fixed-length element.
L
fixed-length
Element ID Uniquely identifies the element.
E
element
Element Contents Element information contents.
M zero or more
A total of zero or more elements are E
elements permitted.
N
sample
Denotes a variable-length element. T
variable-length
Element ID Uniquely identifies the element.
S
element
Contents Length Length of the element contents.
Element Contents Element information contents.
Figure 11.132 shows the general structure of the I.451 network layer messages just described. Each message consists of four parts. The Protocol Discriminator
identifies the network level protocol to which the message belongs. This will either denote I.451 or X.25. The Call Reference denotes the B channel call to which this
message applies. It consists of a Length field, a Flag, and a Value. The Flag denotes the call-initiating end of the D channel. The Message Type denotes one of
the messages listed in Figure 11.130. The Elements of which there may be zero or more, depending on the Message Type are used for representing the message
parameters. Elements may be fixed or variable length. A fixed length element consists of a 1 bit, followed by an Element ID, and Element Contents total of one octet.
A variable length element consists of a 0 bit followed by an Element ID, a Content Length, and Element Contents total of at least three octets.