Skip to main content

Minimizing SIP Session Re-Setup Delay over Wireless Link in 3G Handover Scenarios

Abstract

The delay in transmitting SIP messages over the wireless link for session resetup at handover is still major bottleneck for interactive multimedia service. In this paper, a proxy agent-based scheme is proposed to minimize the SIP session setup delay over a wireless link in 3G inter-subnet handover scenarios. This scheme is based on the two characteristics. One is that the major factor of SIP session re-setup delay is generally caused by the retransmissions in the unreliable wireless links, and the other is that most of the fields in request messages as well as response messages are duplicated when a set of SIP messages are exchanged during session re-setup procedure. In this scheme, no change is required in the SIP message processing except for the proxy agents in both BS and MH.

1. Introduction

SIP (session initiation protocol) has been used as a signaling protocol for enabling multimedia session management functions in the Internet. It has also been considered as an attractive mobility management protocol at application layer for heterogeneous networks. Thus it has also been selected as a major protocol in the IMS (IP multimedia subsystem) by the third Generation Partnership Project (3GPP) [1, 2]. IMS actually uses the underlying IP network as a universal communication infrastructure and is hereby deployed in various environments such as stationary, mobile, wired, and wireless, regardless of the type of access devices.

Meanwhile, the message size in the SIP becomes larger than that of binary protocol since SIP is text-based protocol. If the link bandwidth in wireless network is not enough and thus the network link is not so fast, the larger size of signaling message will decrease the link efficiency and also degrades service quality. Consequently, the signaling efficiency in IMS has become increasingly important for providing interactive multimedia cellular service such as real-time online gaming or VoIP service in wireless mobile networks. However, it is a challenge to keep signaling delay low in IMS since SIP has text-based nature. This is particularly significant in the presence of lossy, time-variable, and capacity-constrained wireless links. Typically, a 3G radio access network is so vulnerable to noise as to increase the bit-error rate (BER) over the wireless channel. Thus, a semireliable link-layer retransmission mechanism such as the Radio Link Protocol (RLP) should be used to improve the BER performance over 3G wireless links [3, 4].

Until now, several studies for analyzing the call setup latency in wireless networks have been done. Banerjee et al. [3] analyze hand-off delay in SIP-based mobility management in 4G wireless networks. Fathi et al. [4, 5] consider an SIP-based VoIP system and evaluate the call setup latency in wireless fading channels. Melnyk et al. [6] analyze session setup delay in IP Multimedia Subsystem (IMS) with 3G system. Pack and Lee [7] analyze call setup latency analysis in SIP-based voice over WLANs. Munir [8] studies SIP-based signaling delay for IMS session establishment in WiMax and 3G networks. On the other hand, a method for compressing signaling message called SigComp [9] has been developed in the IETF. Since SigComp is just generic mechanism, however, it is not applicable directly to any kind of signaling protocol. A possible compression scheme like TCCB (Text-based Compression using Cache and Blank approach) has been deployed for compressing SIP message between SIP clients and a proxy server in 3G network [10]. Nevertheless, the delay for transmitting SIP messages over the wireless link at handover event is still major bottleneck for interactive multimedia service.

Typically, most of the fields in request messages as well as response messages are duplicated when a set of SIP messages are exchanged during session re-setup procedure. In order to reduce the delay in transmitting SIP message over wireless link between the MH and the new BS after handover event, MH may extract the only inconsistent fields between the headers in old request message and new request message and then sends the inconsistent fields to the proxy agent over the wireless link between the MH and the new BS, instead of directly sending the CH the complete re-INVITE message. Eventually, the proxy agent on the new BS reestablishes the SIP session between the new BS and the CH using the stored S-SPEC on behalf of an MH. In this paper, therefore, a proxy agent-based session setup scheme is proposed to minimize the SIP session re-setup delay over a wireless link in 3G handover scenarios. First, SIP session setup procedure in IMS is explained. Second, proxy agent-based SIP session setup scheme is proposed. Finally the performance measures and results are presented.

2. SIP Session Setup Procedure in IMS

In IMS, various SIP servers which are called call session control functions (CSCFs) perform the multimedia session control, the address translation function, the voice coder negotiation for audio communications, and the management of the subscriber's profile [4]. The CSCF plays three roles: the proxy CSCF (P-CSCF), which is the mobile's first point of contact in the IMS, the serving CSCF (S-CSCF) responsible for the session management, and the interrogating CSCF (I-CSCF), which is responsible for finding the appropriate S-CSCF based on load or capability.

If the mobile host (MH) moves during an SIP session, meanwhile, the SIP user agent (UA) sends an SIP re-INVITE request message to each one of its corresponding hosts (CHs). In this message, the MH includes its original SIP user identifier and its new IP address in order to inform the corresponding host where it wants to receive future SIP messages [1, 10]. The re-INVITE message, triggered by the SIP UA at the new location, also uses the same call identifier as in the original call setup. Moreover, the c (connection) field of the SDP header contains a description of the session in order to redirect the data traffic flow towards its new location.

In a typical mid-call SIP handover scenario for 3G access, however, the MH needs to be attached to the 3G wireless access networks before sending the re-INVITE message. In particular, the MH reinvites the CH to its new temporary address by sending SIP INVITE message through the P-CSCF, the I-CSCF, and the S-CSCF servers. Once the CH gets the updated information about the MH, it sends an acknowledge message while starting to send data [2, 4]. Hence, the session setup delay is mainly caused by the message exchanges that occur for the SIP location update and SIP INVITE request after an MH attaches to a new access network. Since SIP is basically a transactional protocol in the sense that an SIP transaction consists of a single request and any response to that request, the SIP session establishment consists of various transactions. Figure 1 illustrates the SIP message exchange for reestablishing the connection between the MH and the CH when the MH is in the visited network and the CH is directly connected to Internet.

Figure 1
figure 1

SIP message exchange for reestablishing the connection between MH and CH.

3. Proxy Agent-Based SIP Session Setup Scheme

3.1. Proxy-Agent on BS Combined with SGSN

In this section, a proxy agent-based scheme is proposed in order to minimize the SIP session re-setup delay over wireless link in 3G inter-subnet handover scenario. All BSs located together with SGSN (serving GPRS support node) actually have proxy agents, which play a significant role in processing SIP session request message triggered by the MH or the CH. That is, when an SIP session is initiated by the MH or the CH, the proxy agent on the BS, which the MH is attached to, sends an SIP session specification (called S-SPEC) message to a set of possible BSs (called M-SPEC) to which the MH may visit in next step. Hence, the proxy agent on the BS needs to discover the IP addresses of the neighboring BSs in the M-SPEC. The existing solutions to maintain and create M-SPEC can actually be found from a lot of previous works [11–15].

Typically, an INVITE message has most of the fields defined in SIP header and the essential descriptions in SDP body, and a 200 OK status code message also has the important header fields. Hence, the S-SPEC can actually be constructed with INVITE message and 200 OK status code message exchanged when the session is initiated. More specifically, when the MH is a sender, the S-SPEC message consists of INVITE message requested from the MH and the OK message responded from the CH. When the MH is a receiver, the S-SPEC has the opposite SIP message. Thus, SIP session objects in S-SPEC are eventually stored at the newly discovered BSs in the M-SPEC. In other words, when an MH establishes an SIP session via a current BS, the proxy agent on the BS sends the S-SPEC of the session to the remote proxy agents on the candidate BSs in MH's M-SPEC. In addition, since installing S-SPEC into the remote proxy agents on the candidate BSs in the M-SPEC can actually be performed in parallel with data transmissions right after the SIP session is established, the extra load due to S-SPEC installation can be ignored in measuring SIP session setup delay. Figure 2 shows that a remote proxy agent on the new BS reestablishes the SIP session by using the S-SPEC.

Figure 2
figure 2

SIP Session re-Setup by a remote proxy on behalf of MN.

3.2. Reestablishing SIP Session after Inter-Subnet Handover

When an MH finds any neighboring BS with pilot strength exceeding the given threshold, it might consider handover event. If the IP address of MH changes after handover due to inter-subnet movement, the MH can usually detect the subnet change by comparing its old IP address with new IP address. Then SIP UA on the MH generates re-INVITE message in order to inform the CH of SIP session update, and hereby the proxy agent on the MH sends an MP triggering message to the proxy agent on the new associated BS. That is, the proxy agent on the BS reestablishes the SIP session between the new BS and the CH using the stored S-SPEC on behalf of an MH. No change is required in the SIP message processing except for the proxy agents in both BS and MH.

Figure 2 shows that a proxy agent reestablishes the SIP session on behalf of an MH by using the S-SPEC. In this figure, the MH's M-SPEC can be changed dynamically while the SIP session is open. After reestablishing SIP session seamlessly during handover event, the S-SPECs stored in old remote proxy agents except the current proxy agent are cleared, and instead, S-SPEC message of the flow session is sent to remote proxy agents in new M-SPEC.

3.3. MP and RP Messages over Wireless Link

Typically most of the fields in request messages as well as response messages are duplicated when a set of SIP messages are exchanged during session setup procedure. In the proposed scheme, the proxy agent on the MH finds a few inconsistent fields between the old INVITE message and the re-INVITE message generated by SIP UA and then sends the new BS an MP (mobile proxy) trigger message over the wireless link. The MP message actually contains the inconsistent fields (e.g., CONTACT: new IP address of the MH), Call-ID, and so on, instead of complete SIP re-INVITE message. Then, a proxy agent on BS, on behalf of SIP UA on the MH, initiates SIP session setup procedure by sending the CH the complete re-INVITE message, which is updated by the information deployed newly in inconsistent fields. Similarly, in the case of OK message sent from the CH, the proxy agent on BS finds the inconsistent fields between the new OK message and the old OK message and sends the MH an RP (remote proxy) trigger message which contains the only inconsistent fields, instead of complete OK message. The proxy agent on the MH then constructs the complete OK message by updating with the new fields sent from the BS and forwards the message to its SIP UA. Therefore, the delay for transmitting SIP messages over the wireless link can be minimized. Figure 3 shows the message exchange for the reestablishment of the connection via new BS right after inter-subnet handover. Figure 3(a) presents new SIP message exchange sequence between the MH and the CH, and Figure 3(b) brings up the stack overview for MP and RP message exchange over wireless link between MH and BS.

Figure 3
figure 3

Message exchange for the reestablishment of the connection via new BS right after inter-subnet handover. New SIP message exchange sequence between the MH and the CHMP and RP message exchange over wireless link between MH and BS

3.4. Locating the Existing SIP Session Object on the Remote Proxy

The Call-ID can be used to locate the particular SIP session information among the S-SPEC session objects which are already stored in the BS. Actually, the SIP session could be reestablished after the MH attaches to 3G wireless access network and performs autoconfiguration of IP address. At this time, the MH sends MP message, which has its new IP address, old IP address, and Call-ID, to the proxy agent on the new BS over the wireless link. Figure 4 shows an example of the essential fields in MP (RP) message format. After handover event, the S-SPEC installed already on the candidate BSs can be used to determine whether the new BS had the corresponding session object by matching one of the existing sessions' Call-IDs. More specifically, the proxy agent finds the same SIP session object as the MH keeps before handover event happens by comparing the Call-ID of the original SIP header with that in the MH's MP message. Hence, the proxy agent can extract the corresponding SIP session from the SIP session objects stored already on the new BS. This result finally causes the proxy agent on the BS to send re-INVITE message for SIP session setup with the new IP address as contact address and the same Call-ID as in the original call setup. Eventually, the proxy agent on the new BS reestablishes the SIP session between the new BS and the CH using the stored S-SPEC on behalf of an MH, and thereby the CH starts to send data after updating information about the MH. Consequently, complete SIP message exchange can be omitted over one-hop wireless link after handover since a proxy agent on the BS promptly sets up the SIP session on behalf of the MH. This can reduce the signaling overhead over one-hop wireless link and thus significantly minimize end-to-end SIP session re-setup delay.

Figure 4
figure 4

Example of the essential fields in MP (RP) message format.

4. Numerical Modelling and Performance Analysis

4.1. Modelling of the Proposed Scheme

The message processing for SIP session setup may take considerable time due to the queueing of the SIP messages in the MH, the intermediate servers (e.g., P-CSCF, I-CSCF, S-CSCF), and destination servers. The major queueing delays can be roughly estimated using the classical queueing theory based on waiting time formulas. The assumptions and analytic method in this section heavily rely on the previous works [3, 4]. In order to compute the queueing delay, thus an M/M/1 queueing model can be deployed for the MH and the CSCF servers and a priority-based M/G/1 model for the destination server. That is, the MH and the CSCF servers perform dedicated jobs, but the destination server may serve a variety of non-SIP related tasks as well as the SIP messages. Figure 5 presents queueing model for analyzing the delay in SIP session re-setup procedure in 3G handover scenario.

Figure 5
figure 5

Queueing model for analyzing the delay in SIP session re-setup procedure. queueing model without remote proxy agentqueueing model with remote proxy agent

Meanwhile, wireless access link introduces major delays in comparison with the queueing and transmission delay over the backbone networks. In other words, the SIP session re-setup delay after handover is limited by the transmission of SIP signaling messages over erroneous and bandwidth-limited wireless links. Since the RLP can be typically used to improve the BER performance over 3G wireless link, the delay model [3, 4] for frame and packet transmission can be used in order to compute the delay for transmitting SIP messages over a wireless link under various link error conditions.

For the analysis of transmission delay with RLP, several parameters need to be defined. is the probability of an RLP frame being in error in the air link. represents the first frame received correctly to the destination at the th retransmission of the th retransmission trials. That is, the missing frame has been lost up to the (-1)th retransmission trial and up to the (-1)th retransmissions in the th trial. Hence, the probability of transmitting a frame successfully at the th retransmission of the th retransmission trials after frame transmission error is given as . Therefore, the probability of transmitting a frame successfully over the air link with RLP operating underneath is given as , where is the maximum number of RLP retransmission trials.

Considering the RLP retransmissions, the frame propagation delay is increased from to and thus the delay in transmitting a packet containing frames over the RLP is given by , where is the end-to-end frame propagation delay over the air link, is the number of frames for a packet transmitted over the air, and is the interfame time of RLP.

Since the SIP messages are assumed to be sent over TCP, a delay model for TCP transmission over wireless links is required. According to the model used and the results reported in [3], the delay to transmit a TCP segment considering of frames over a radio link with RLP is given by , where is the number of TCP retransmissions, and is the packet loss rate.

Now when we assume that multiple MHs are served by the CSCF servers, the SIP message arrival rate at the MH, , is a fraction of the SIP message arrival rate at the CSCF servers, . Thus, the average queueing delay () at the MH is given as , where is the service rate of the SIP message at MH. The average queueing dealys (, , and ) at the P/I/S-CSCF follow the same expression , where is the destination and the CSCF server's loads. The queueing delay () at the destination is the following: , is the load at the destination for non-SIP messages, and is the service rate of SIP messages at the destination. The value equals to where and are the second moments of and , respectively.

4.2. Performance Analysis for Session Resetup Delay

Therefore, the major queueing delay of an SIP message at the MH, P/I/S-CSCF, and destination server, and the transport delay over the wireless access can be easily determined. From the queueing model in Figure 5, that is, the typical SIP session setup delay () for 3G can be computed as , where is the constant Internet delay for transmitting the SIP messages. Here, varies, reflecting the transport and radio link protocol (RLP) used to convey SIP messages, and depends on the number of routers and the type of links in the path of datagram transmission. Similarly, the SIP session re-setup delay for the proxy agent-based approach is given as . And SIP session re-setup delay using TCCB compression technique is also given as .

5. Results and Discussions

This section presents the average session setup delay for transmitting SIP message over transport and radio link protocols. From the model derived in the previous section, we can know that the average SIP session delay increases exponentially with the FER (frame error rate: ) and is also affected with the number and the size of the message exchanged. For evaluation, the approximate size for each SIP message is obtained from packets captured in the experimental testbed [4]. And the gain in TCCB compression is assumed to be 25%.

In order to derive the value of the number of air link frames (), we assume that a TCP segment is carried in one packet, the air link frame duration is 20 ms, and the size of one SIP message is 500 bytes. As derived in [3], a 9.6 kbps radio channel can afford 24 () bytes in each frame. Therefore, the number of air link frames in an SIP message is . Similarly, the numbers of air link frames for 19.2 kbps and 128 kbps channels are and , respectively.

The values of the delay () and the interframe time () are set as 100 ms and 20 ms, respectively. The maximum number of RLP retransmission trials is given as 3. For transmitting SIP message on the top of TCP, the maximum number of TCP retransmissions () is set to 10. Concerning the queueing delay, we assume that the SIP message arrival rate () and the service rate () at the CSCF servers are the same as those at the destination (i.e., λ,). We also assume that the SIP message arrival rate at the MH () is 0.1λ. For the results considering a varying FER, we assume requests/s. For the results considering a varying , the FER is kept constant at 0.05 since it is the target FER for VoIP sessions. Due to the varying nature of the Internet delay and the computing power of the intermediate servers, it is difficult to characterize the end-to-end SIP session setup delay at handover. Hence, the Internet delay is assumed to be constant () and some representative values for the computing capabilities of the servers are assumed as follows: , = λ/, = 0.7.

Figure 6(a) shows the delay variations of the SIP session re-setup schemes at handover for radio channels of 9.6, 19.2, and 128 kbps as the channel FER increases. Figure 6(b) presents the SIP session re-setup delay on an enlarged scale for the duplicated lines in Figure 6(a). Here, the SIP message arrival rate at the BS is kept fixed at 200 messages/sec. In this figure, we can see that SIP session re-setup delay becomes larger as radio channel bandwidth is smaller and the FER is larger. From the curves in Figure 6(a) in case of 9.6 kbps and 19.2 kbps radio channel, we can know that the session re-setup delay in the normal SIP becomes much larger than that of TCCB as the FER increases. However, from the curves in Figure 6(b) in case of 128 kbps radio channel, we can see that the session re-setup delay in TCCB is larger than that of the normal SIP. This is the result caused by the computation delay due to the compression in MH and decompression in BS rather than the delay due to channel bandwidth.

Figure 6
figure 6

Comparison of delay for radio channels and session re-setup schemes. The delay variations of SIP session re-setup schemesAn enlarged scale for the duplicated lines in (a)

Meanwhile, from the curves in Figures 6(a) and 6(b), the session re-setup delay in PA-based scheme is much less than that of the others since the number of frames for a packet transmitted over the air becomes small. Hence, the delay to transmit a TCP segment considering of frames over a radio link with RLP is also reduced. Particularly, from the curves in Figure 6(b) in case of 128 kbps radio channel, we can know that the session re-setup delay value in PA-based scheme is kept under around 0.34 as FER increases to 0.1. However, the session re-setup delay values in normal SIP and TCCB schemes are kept between 0.34 and 0.40 as FER increases to 0.1. More specifically, in case of 128 kbps radio channel, the number of frames for a packet transmitted over the air becomes smaller, and hereby average packet transmission delay over a radio link with RLP is much more reduced. As a consequence, the difference in delay values among three session re-setup schemes also becomes trivial since the number of frames for a packet transmitted over the air converges on the constant values as the radio channel bandwidth increases. In PA-based scheme, since installing S-SPEC into the remote proxy agents on the candidate BSs in the M-SPEC can actually be performed in parallel with normal data transmissions right after the SIP session is established or signaling message exchanges performed in peer-to-peer manner during the session is being established, the extra load for the sending of the S-SPEC messages and the discovery of the proxies of all the MH's neighboring cell due to S-SPEC installation can be ignored in measuring SIP session re-setup delay.

Figure 7 shows the SIP session re-setup delay at handover as SIP session arrival rate increases. In Figure 6, the SIP message arrival rate at the MH is assumed to be requests/s when the channel FER is varied. Meanwhile, in case of Figure 7, the channel FER is kept constant at 0.05 when the SIP message arrival rate at the P-CSCF server, , is varied from 60 to 240 requests/s. From the curves in this figure, we can clearly know that the delay does not increase anymore even though the SIP message arrival rate nearly approaches to the processing rate () at each server. That is, when we consider the total SIP session re-setup delay at handover, we can know that the contribution of queueing delay at each intermediate server is quite trivial in this scenario. Therefore, we can clearly know that the major factor in SIP session re-setup delay may be attributed to the delay caused by the retransmissions in the unreliable wireless links.

Figure 7
figure 7

SIP session re-setup delay for different radio channels.

6. Conclusions

In this paper, we proposed the proxy agent-based scheme in order to minimize the SIP session re-setup delay over a wireless link in 3G inter-subnet handover scenario. All BSs located together with SGSN actually have proxy agents, which play a significant role in processing SIP session request message triggered by the MH or the CH. This scheme is actually based on the two characteristics. One is that the major factor of SIP session re-setup delay is generally caused by the retransmissions in the unreliable wireless links, and the other is that most of the fields in request messages as well as response messages are duplicated when a set of SIP messages are exchanged during session re-setup procedure. Eventually, since a proxy agent on the BS promptly performs the SIP session re-setup on behalf of the MH, the complete SIP message exchange can be omitted over one-hop wireless link after inter-subnet handover. As a consequence, this scheme can reduce the signaling overhead over one-hop wireless link and thus significantly minimize end-to-end SIP session re-setup delay.

In this scheme, since installing S-SPEC into the remote proxy agents on the candidate BSs in the M-SPEC can actually be performed in parallel with normal data transmissions right after the SIP session is established or signaling message exchanges performed in peer-to-peer manner during the session are being established, the extra load for the sending of the S-SPEC messages and the discovery of the proxies of all the MH's neighboring cell due to S-SPEC installation at session setup can be ignored in measuring SIP session re-setup delay. No change is required in the SIP message processing except for the proxy agents in both BS and MH.

References

  1. Rosenberg J, Schulzrinne H, Camarillo G, et al.: SIP: Session Initiation Protocol. RFC3262, IETF, June 2002

    Google Scholar 

  2. Kist A, Harris R: SIP Signaling Delay in 3GPP. Proceedings of the 6th International Symposium on Communications Interworking of IFIP—Interworking, October 2002, Fremantle, Australia

    Google Scholar 

  3. Banerjee N, Wu W, Basu K, Das SK: Analysis of SIP-based mobility management in 4G wireless networks. Computer Communications 2004, 27(8):697-707. 10.1016/j.comcom.2003.10.009

    Article  Google Scholar 

  4. Fathi H, Chakraborty SS, Prasad R: Optimization of SIP session setup delay for VolP in 3G wireless networks. IEEE Transactions on Mobile Computing 2006, 5(9):1121-1132.

    Article  Google Scholar 

  5. Fathi H, Chakraborty SS, Prasad R: On SIP session setup delay for VoIP services over correlated fading channels. IEEE Transactions on Vehicular Technology 2006, 55(1):286-295. 10.1109/TVT.2005.861213

    Article  Google Scholar 

  6. Melnyk MA, Jukan A, Polychronopoulos CD: A cross-layer analysis of session setup delay in IP Multimedia Subsystem (IMS) with EV-DO wireless transmission. IEEE Transactions on Multimedia 2007, 9(4):869-880.

    Article  Google Scholar 

  7. Pack S, Lee H: Call setup latency analysis in SIP-based voice over WLANs. IEEE Communications Letters 2008, 12(2):103-105.

    Article  Google Scholar 

  8. Munir A: Analysis of SIP-based IMS session establishment signaling for WiMax-3G networks. Proceedings of the 4th International Conference on Networking and Services (ICNS '08), March 2008, Guadeloupe, France 282-287.

    Chapter  Google Scholar 

  9. Wook H, Kang S-G: Improvement of link efficiency by compressing SIP signaling messages with SigComp. Proceedings of the 10th International Conference on Advanced Communication Technology (ICACT '08), February 2008, Pyeongchang, South Korea 1314-1317.

    Google Scholar 

  10. Majumdar I, Kenneally V, Pesch D: Improving SIP call control performance through message compression—the TCCB algorithm. Proceedings of the International Conference on Signal and Image Processing (SIP '03), January 2003, Paris, France

    Google Scholar 

  11. Rokitansky CH: Knowledge based routing strategies for large mobile networks with rapidly changing topology. Proceedings of the International Conference on Computer Communication (ICCC '99), November 1990, New Delhi, India

    Google Scholar 

  12. Okasaka S, Onoe S, Yasuda S, Maebara A: A new location updating method for digital cellular systems. Proceedings of the 41st IEEE Vehicular Technology Conference, May 1991, Saint Louis, Mo , USA 345-350.

    Chapter  Google Scholar 

  13. Badrinath BR, Imielinski T, Virmani A: Locating strategies for personal communication networks. Proceedings of the Workshop on Networking of Personal Communications Appliances, December 1992

    Google Scholar 

  14. Xie H, Tabbane S, Goodman D: Dynamic location area management and performance analysis. Proceedings of the 43rd IEEE Vehicular Technology Conference, May 1993, Atlanta, Ga, USA 536-539.

    Google Scholar 

  15. Plassmann D: Location management strategies for mobile cellular networks of 3rd generation. Proceedings of the IEEE 44th Vehicular Technology Conference, June 1994, Stockholm, Sweden 649-653.

    Google Scholar 

Download references

Acknowledgment

This work was supported by the Korea Research Foundation Grant funded by the Korean Government (MOEHRD, Basic Research Promotion Fund: KRF-2006-331-D00357).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Bongkyo Moon.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Moon, B. Minimizing SIP Session Re-Setup Delay over Wireless Link in 3G Handover Scenarios. J Wireless Com Network 2010, 634810 (2010). https://doi.org/10.1155/2010/634810

Download citation

  • Received:

  • Revised:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1155/2010/634810

Keywords