WO1998009454A1 - Communication system with zero handover mute - Google Patents

Communication system with zero handover mute Download PDF

Info

Publication number
WO1998009454A1
WO1998009454A1 PCT/US1997/014409 US9714409W WO9809454A1 WO 1998009454 A1 WO1998009454 A1 WO 1998009454A1 US 9714409 W US9714409 W US 9714409W WO 9809454 A1 WO9809454 A1 WO 9809454A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
voice
handover
communication device
station
Prior art date
Application number
PCT/US1997/014409
Other languages
French (fr)
Inventor
Jean Khawand
David R. Heeschen
Original Assignee
Motorola Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Motorola Inc. filed Critical Motorola Inc.
Priority to AU39160/97A priority Critical patent/AU3916097A/en
Publication of WO1998009454A1 publication Critical patent/WO1998009454A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W36/00Hand-off or reselection arrangements
    • H04W36/02Buffering or recovering information during reselection ; Modification of the traffic flow during hand-off

Definitions

  • This invention is generally related to communication systems and more particularly to systems having a number of control stations.
  • a mobile communication device can communicate with other communication devices while traveling from the zone of one central station (serving cell) to that of another (target cell).
  • serving cell central station
  • target cell another central station
  • a problem that is often encountered in such systems is the muting of the voice that is experienced by a user during a handover.
  • Handover is the period of time during which the communication is handed over from the serving cell to the target cell.
  • the handover process requires that the mobile unit leave the serving cell and adjust to the new timing requirements of the target cell (synchronization). Further, the mobile unit must notify the target cell of its presence thereon.
  • the telephone call must be routed by the fixed network to the target cell for routing to the mobile unit.
  • the present methods of reducing the handover mute utilize fast execution routines to rapidly accomplish the handover. Regardless of the speed of the handover process, one can see that the possibility of a mute is not diminished and only the duration of the mute is reduced.
  • FIG. 1 shows a communication system in accordance with the present invention.
  • FIG. 2 shows a flow diagram of the operation of the handover procedure in accordance with the present invention.
  • FIG. 3 shows the details of a subroutine of the flow diagram of FIG. 2 in accordance with the present invention.
  • FIG. 4 shows a timeline of the activities that take place to eliminate handover mute in accordance with the present invention.
  • FIG. 5 shows a timeline of the activities that take place to minimize handover mute in accordance with the present invention.
  • the process of handing over the communication between two devices which communication goes through a Fixed Network Equipment includes a significant drawback.
  • FNE Fixed Network Equipment
  • a device moves out of the coverage zone of a first central station (serving cell) to that of a second central station (target cell) a handover of the call in progress is necessary.
  • This handover often causes muting of the audio communicated between the two communication devices.
  • the present invention eliminates this mute period by first searching for non-voice activity and then proceeding with the handover. The handover is therefore transparent to the users. The details of this procedure will be better understood by referring to a series of drawings where like numerals are carried forward.
  • the system 100 includes at least one wireless communication device as represented by 112 which communicates to at least one additional communication device represented by a second communication device 111 via first and second central stations 102 and 110.
  • the second communication device may be a land line device such as a telephone or a second wireless device such as a cellular phone.
  • the system 100 is shown without switching stations that may be needed, particularly if the device 111 is a landline unit.
  • Central station 102 is depicted as the serving cell which means that the communication between device 112 and 111 is conducted through this station when the need to switch to a second station is presented.
  • the second station is depicted by the target cell 110 which is the station that the communication is transferred to as the signal conditions demand.
  • the communication device 112 maintains connection to the two central stations, often referred to as Fixed Network Equipment FNE, via Radio Frequency RF links 105 and 107 as established and maintained via antennas 104, 106, 108.
  • the communication device 112 monitors other cells while it is connected to the serving cell 102.
  • the communication device 112 selects another cell, the target cell 110, which has superior RF signal quality.
  • the serving cell 102 informs the communication device 112 to switch to a suitable second control station.
  • the target cell is referred to as the serving cell.
  • the present invention aims to minimize and in most instances eliminate the handover mute that results as the communication is migrated from cell 102 to cell 110.
  • the communication device 112 is comprised of a modem 114, an audio processing block 116, and a channel manager 118.
  • the modem 114 encodes and decodes the data that is transmitted and received via the antenna 106. It sends and receives voice data to and from the audio processing block 116.
  • the audio processing block 116 in turn presents the user with audio via the speaker 122 and captures audio from the user via the microphone 120.
  • the channel manager 118 receives RF signal quality information from the modem 114 and transmits channel access information such as handover requests to the modem 114.
  • the channel manager 118 monitors inbound and outbound voice activity from the audio processing block 116 so that it may schedule handovers when zero handover mute times will be possible.
  • DSP Digital Signal Processor
  • the process is begun at the start point 202 whenever the channel manager is invoked. It first checks to see if a handover command has been received from the FNE 204. Normally, conditions are such that a handover is not required and therefore the result of the check 204 is "NO" so that the flow continues on and checks 206 to see if a previous handover command is pending or one has been flagged. Again, when conditions are such that a handover is not required, the "NO" result causes the channel manager to continue with other unspecified tasks. When a pending handover is flagged and/or is in queue, the operation continues with block 210 which is explained later in conjunction with the main flow of the diagram 200.
  • the detection as to whether a handover is needed may be via a demand generated by the device 112 or the stations 102 or 110.
  • the need for a handover may be established by having the serving station 102 measure the delay associated with an outbound or inbound signal. Alternatively, the signal strength of inbound or outbound signals may be evaluated to determine if a handover is needed.
  • the condition block 204 When a handover command is received, the condition block 204 yields a "YES" which starts the handover processing.
  • a forced handover timer is begun, 208. The purpose of this timer is to keep the channel manager from waiting too long for a zero audio mute handover opportunity since the FNE (serving 102 and target 110) expects handovers to be completed within a set time limit. If the handover is not completed on the first attempt the channel manager will run again but since the handover command was previously received the timer will not be restarted since the flow will avoid this by passing through the handover pending block 206.
  • the channel manager will update its status of inbound and outbound non-voiced frames via a subroutine block 210. The details of this update are contained in FIG. 3.
  • the channel manager checks 212 to see if the forced handover timer has expired. This condition occurs when no pauses or pauses of insufficient duration have been detected.
  • the communication device 112 must perform the handover immediately to satisfy the FNE's time limit on handovers and get whatever audio mute that occurs. In this case, the "YES " path is taken and the handover is performed 216.
  • the serving station 102 informs the communication device 112 to continue communicating with the device 111 through the target station 110.
  • the "NO" path is taken where the channel manager checks to see if the correct number of inbound (N) and outbound (M) non-voiced frames have occurred, block 214.
  • a limit for each is maintained by the communication device 112 which, if achieved, predicts that a natural pause is occurring in the conversation and that the time is ripe for the handover. If the limits have been achieved then the "YES" path is taken and the handover is performed, 216. This is the most desirable path for the handover mute algorithm to take as no mute is experienced by the system. Otherwise the "NO" path is taken and channel will re-evaluate its handover opportunity on its next invocation. The re-evaluation will occur until an opportunity is presented or the forced handover timer expires.
  • parameters N and M may be fixed for a particular application or may take configurable formats. These parameters may be stored in volatile or non- volatile, programmable or non-programmable memory devices. These parameters may be established dynamically by monitoring the natural pauses, such as voice nulls or inter-syllabic pauses, in a person's speech.
  • the communication device 112 may include an algorithm by which the user produced inadvertent and inter-syllabic pauses are monitored to determine their average time span. Depending on the speed with which a handover can be completed in a particular system, this adaptively measured pause time may be used to complete the handover without seeking advertent pauses in the communication.
  • FIG. 3 shows the blocks of the "update silence period" subroutine 210. Its purpose is to count the number of consecutive non -voiced frames in both the inbound and outbound direction. It is noted that having a number of consecutive non-voiced frames is an indicator of a natural pause in the conversation which is the most opportune time to perform a handover.
  • the first step is to check if the inbound frame is voiced or non- voiced, 302.
  • the audio processing block 116 of FIG. 1 provides this information to the channel manager 118 as it prepares the audio sampled by the microphone 120 and determines if voice was present or not. If voice is detected the "NO" path is taken and the counter of inbound non-voiced frames is reset, 306. Otherwise, no voice is detected and the "YES" path is taken thus incrementing the inbound non-voiced frame counter, 304.
  • the audio processing circuit 116 of provides this information to the channel manager 118 as it processes data received from the FNE and determines if voice is contained therein. If voice is detected, the "NO" path is taken and the counter of outbound non -voiced frames is reset, 312. Otherwise, no voice is detected and the "YES" path is taken thus incrementing the outbound non- voiced frame counter, 310. Finally, the silence period is calculated by monitoring the number of consecutive inbound and outbound non-voice frames that have occurred, 314. The goal at this juncture is to make sure that the number of non- voice frames in each direction is sufficient for a handover to take place without a mute. This step is highly dependent on the capabilities of the system 100 in completing a handover.
  • block 316 returns the control to block 212 in FIG. 2.
  • FIGs. 4 through 5 show the activities that take place as time is progressed in order to minimize the mute time when a handover is desired.
  • FIG. 4 a timing diagram of a handover that occurs during a natural non-voiced portion of a conversation is presented. This timeline begins with either inbound or outbound voice activity on the serving cell, 402. During this time 402 a handover command (assignment) 404 is received by the communication device 112. The communication device 112 begins its search for consecutive non-voiced frames and starts the forced handover timer, 420.
  • this timer is maintained to avoid missing a handover simply because a sufficient number of consecutive non-voiced frame were not detected. In other words, it is desired to handover with a mute than not to handover at all which results in the loss of communication.
  • the silence detection period SDP
  • the actual pause in the voice 408 will extend beyond the SDP and the handover; this is the desired result of the present invention.
  • the handover and the associated mute 410 take place. Indeed, the handover is started 412 following the SDP and is noted complete by the end handover ticker 414. During this handover period the speaker 122 is muted, 410. Since the handover mute occurs during the natural voice pause it is not noticed by the parties involved in the conversation and in fact has a significant margin for error, 411.
  • FIG. 5 shows a timing diagram of a handover that occurs during a short natural non-voiced portion of a conversation. It begins similarly to the timing diagram of FIG. 4 where an inbound or outbound voice is in progress using the serving cell 102. Because the voice pause 508 is short, the handover period which starts at the end of SDP 506 as shown by 512 extends beyond the non-voice activity and ends, 514 when the target cell 110 has taken over the communication, 516. In other words, the handover runs into the next voiced frame thus causing some unwanted lost audio 511. The lost audio is less than the entire duration of the handover and is still beneficial. This is significant as the handover mute is minimized when non-voice activity does not continue for a sufficiently long period of time.
  • a handover mute elimination/minimization procedure is presented whereby the switching from a serving cell to a target cell in a multi-cell communication system is accomplished with minimum impact on the conversation between the parties.
  • the system searches for the presence of non- voice activity.
  • the absence of voice activity is then acted upon by the system to initiate and complete the handover. Since no conversation is taking place, the handover is transparent to the users.
  • the handover is preferably implemented in a shorter period of time than the length of the non-voice activity. This condition eliminates muting of the voice during the handover.

Abstract

A communication system (100) provides for the elimination of handover mute when switching from a serving cell (102) to a target cell (110) is desired. Once the need for a handover is detected (404), the system (100) searches for the presence of non-voice activity (406). The absence of voice activity is then acted upon by the system (100) to initiate (412) and complete (414) the handover. Since no conversation is taking place, no mute is detected by the users.

Description

COMMUNICATION SYSTEM WITH ZERO HANDOVER MUTE
echnical Field
This invention is generally related to communication systems and more particularly to systems having a number of control stations.
Wnrfwwromd
In communication systems, such as cellular systems, a mobile communication device can communicate with other communication devices while traveling from the zone of one central station (serving cell) to that of another (target cell). A problem that is often encountered in such systems is the muting of the voice that is experienced by a user during a handover. Handover is the period of time during which the communication is handed over from the serving cell to the target cell. The handover process requires that the mobile unit leave the serving cell and adjust to the new timing requirements of the target cell (synchronization). Further, the mobile unit must notify the target cell of its presence thereon. Next, the telephone call must be routed by the fixed network to the target cell for routing to the mobile unit.
Attempts have been made to minimize the duration of this mute. In general, the present methods of reducing the handover mute utilize fast execution routines to rapidly accomplish the handover. Regardless of the speed of the handover process, one can see that the possibility of a mute is not diminished and only the duration of the mute is reduced.
A need exists to overcome the deficiencies of the prior art in eliminating the handover mute in multi-cell communication systems. Brief Description of the Drawings
FIG. 1 shows a communication system in accordance with the present invention.
FIG. 2 shows a flow diagram of the operation of the handover procedure in accordance with the present invention.
FIG. 3 shows the details of a subroutine of the flow diagram of FIG. 2 in accordance with the present invention. FIG. 4 shows a timeline of the activities that take place to eliminate handover mute in accordance with the present invention.
FIG. 5 shows a timeline of the activities that take place to minimize handover mute in accordance with the present invention.
Detailed Description of the Preferred Enihodiment
The process of handing over the communication between two devices which communication goes through a Fixed Network Equipment (FNE) includes a significant drawback. When a device moves out of the coverage zone of a first central station (serving cell) to that of a second central station (target cell) a handover of the call in progress is necessary. This handover often causes muting of the audio communicated between the two communication devices. The present invention eliminates this mute period by first searching for non-voice activity and then proceeding with the handover. The handover is therefore transparent to the users. The details of this procedure will be better understood by referring to a series of drawings where like numerals are carried forward.
Referring to FIG. 1, a block diagram of a communication system 100 in accordance with the present invention is shown. The system 100 includes at least one wireless communication device as represented by 112 which communicates to at least one additional communication device represented by a second communication device 111 via first and second central stations 102 and 110. The second communication device may be a land line device such as a telephone or a second wireless device such as a cellular phone. In order to avoid unnecessary complications, the system 100 is shown without switching stations that may be needed, particularly if the device 111 is a landline unit. Central station 102 is depicted as the serving cell which means that the communication between device 112 and 111 is conducted through this station when the need to switch to a second station is presented. Conversely, the second station is depicted by the target cell 110 which is the station that the communication is transferred to as the signal conditions demand.
The communication device 112 maintains connection to the two central stations, often referred to as Fixed Network Equipment FNE, via Radio Frequency RF links 105 and 107 as established and maintained via antennas 104, 106, 108. As the communication device 112 moves about its environment it maintains communication with the serving cell 102. The communication device 112, monitors other cells while it is connected to the serving cell 102. As the quality of the RF signal 105 of the serving cell 102 degrades, the communication device 112 selects another cell, the target cell 110, which has superior RF signal quality. Alternatively, the serving cell 102 informs the communication device 112 to switch to a suitable second control station. Once the handover is complete the target cell is referred to as the serving cell. The present invention aims to minimize and in most instances eliminate the handover mute that results as the communication is migrated from cell 102 to cell 110.
The communication device 112 is comprised of a modem 114, an audio processing block 116, and a channel manager 118. The modem 114 encodes and decodes the data that is transmitted and received via the antenna 106. It sends and receives voice data to and from the audio processing block 116. The audio processing block 116 in turn presents the user with audio via the speaker 122 and captures audio from the user via the microphone 120. The channel manager 118 receives RF signal quality information from the modem 114 and transmits channel access information such as handover requests to the modem 114. In addition, the channel manager 118 monitors inbound and outbound voice activity from the audio processing block 116 so that it may schedule handovers when zero handover mute times will be possible. In the preferred embodiment, most of the component of the communication device 112 are realized via a Digital Signal Processor (DSP). Some of the individual components shown herein are realized via routines executed by the DSP. Referring to FIG. 2, a detailed flow 200 of the operation of the channel manager 118 is presented. The channel manager runs in order to determine if a handover is required and once one is required it schedules it so that the audio mute time will be minimized with the goal being a zero audio mute time.
The process is begun at the start point 202 whenever the channel manager is invoked. It first checks to see if a handover command has been received from the FNE 204. Normally, conditions are such that a handover is not required and therefore the result of the check 204 is "NO" so that the flow continues on and checks 206 to see if a previous handover command is pending or one has been flagged. Again, when conditions are such that a handover is not required, the "NO" result causes the channel manager to continue with other unspecified tasks. When a pending handover is flagged and/or is in queue, the operation continues with block 210 which is explained later in conjunction with the main flow of the diagram 200. The detection as to whether a handover is needed may be via a demand generated by the device 112 or the stations 102 or 110. The need for a handover may be established by having the serving station 102 measure the delay associated with an outbound or inbound signal. Alternatively, the signal strength of inbound or outbound signals may be evaluated to determine if a handover is needed.
When a handover command is received, the condition block 204 yields a "YES" which starts the handover processing. A forced handover timer is begun, 208. The purpose of this timer is to keep the channel manager from waiting too long for a zero audio mute handover opportunity since the FNE (serving 102 and target 110) expects handovers to be completed within a set time limit. If the handover is not completed on the first attempt the channel manager will run again but since the handover command was previously received the timer will not be restarted since the flow will avoid this by passing through the handover pending block 206.
In either of the previous cases, the channel manager will update its status of inbound and outbound non-voiced frames via a subroutine block 210. The details of this update are contained in FIG. 3. Once the update is completed, the channel manager checks 212 to see if the forced handover timer has expired. This condition occurs when no pauses or pauses of insufficient duration have been detected. Following the YES output of the condition block 212, the communication device 112 must perform the handover immediately to satisfy the FNE's time limit on handovers and get whatever audio mute that occurs. In this case, the "YES " path is taken and the handover is performed 216. As part of the handover, the serving station 102 informs the communication device 112 to continue communicating with the device 111 through the target station 110. This is the safety path as it is desirable to proceed with the handover even if a short mute is experienced as opposed to losing the communication all together (dropping the call). If however, the time-out has not occurred the "NO" path is taken where the channel manager checks to see if the correct number of inbound (N) and outbound (M) non-voiced frames have occurred, block 214. A limit for each is maintained by the communication device 112 which, if achieved, predicts that a natural pause is occurring in the conversation and that the time is ripe for the handover. If the limits have been achieved then the "YES" path is taken and the handover is performed, 216. This is the most desirable path for the handover mute algorithm to take as no mute is experienced by the system. Otherwise the "NO" path is taken and channel will re-evaluate its handover opportunity on its next invocation. The re-evaluation will occur until an opportunity is presented or the forced handover timer expires.
In accordance with the principles of the present invention, parameters N and M may be fixed for a particular application or may take configurable formats. These parameters may be stored in volatile or non- volatile, programmable or non-programmable memory devices. These parameters may be established dynamically by monitoring the natural pauses, such as voice nulls or inter-syllabic pauses, in a person's speech. The communication device 112 may include an algorithm by which the user produced inadvertent and inter-syllabic pauses are monitored to determine their average time span. Depending on the speed with which a handover can be completed in a particular system, this adaptively measured pause time may be used to complete the handover without seeking advertent pauses in the communication.
FIG. 3 shows the blocks of the "update silence period" subroutine 210. Its purpose is to count the number of consecutive non -voiced frames in both the inbound and outbound direction. It is noted that having a number of consecutive non-voiced frames is an indicator of a natural pause in the conversation which is the most opportune time to perform a handover.
The first step is to check if the inbound frame is voiced or non- voiced, 302. The audio processing block 116 of FIG. 1 provides this information to the channel manager 118 as it prepares the audio sampled by the microphone 120 and determines if voice was present or not. If voice is detected the "NO" path is taken and the counter of inbound non-voiced frames is reset, 306. Otherwise, no voice is detected and the "YES" path is taken thus incrementing the inbound non-voiced frame counter, 304.
Whether the counter is reset or incremented, the operation continues with block 308 where a decision is made regarding the nature of the outbound frame.
The audio processing circuit 116 of provides this information to the channel manager 118 as it processes data received from the FNE and determines if voice is contained therein. If voice is detected, the "NO" path is taken and the counter of outbound non -voiced frames is reset, 312. Otherwise, no voice is detected and the "YES" path is taken thus incrementing the outbound non- voiced frame counter, 310. Finally, the silence period is calculated by monitoring the number of consecutive inbound and outbound non-voice frames that have occurred, 314. The goal at this juncture is to make sure that the number of non- voice frames in each direction is sufficient for a handover to take place without a mute. This step is highly dependent on the capabilities of the system 100 in completing a handover. The shorter the time needed for this task, the fewer the number of required frames. Consequently, a fast system affords its users with more handover opportunities in a typical communication, hence a significantly reduced possibility of mute. Once the calculation of the silence period is done, block 316 returns the control to block 212 in FIG. 2.
To better understand the operation of the system described above, a series of time lines are presented in FIGs. 4 through 5. These timelines show the activities that take place as time is progressed in order to minimize the mute time when a handover is desired. Three different scenarios are presented in an effort to cover all possible situations in which a handover is desired or is necessary. Referring first to FIG. 4, a timing diagram of a handover that occurs during a natural non-voiced portion of a conversation is presented. This timeline begins with either inbound or outbound voice activity on the serving cell, 402. During this time 402 a handover command (assignment) 404 is received by the communication device 112. The communication device 112 begins its search for consecutive non-voiced frames and starts the forced handover timer, 420. As mentioned earlier, this timer is maintained to avoid missing a handover simply because a sufficient number of consecutive non-voiced frame were not detected. In other words, it is desired to handover with a mute than not to handover at all which results in the loss of communication.
Eventually, sufficient inbound and outbound non-voiced frames are detected by the communication device 112 and is referred to as the silence detection period (SDP), 406. As can be seen, the actual pause in the voice 408 will extend beyond the SDP and the handover; this is the desired result of the present invention. Once the SDP has occurred the handover and the associated mute 410 take place. Indeed, the handover is started 412 following the SDP and is noted complete by the end handover ticker 414. During this handover period the speaker 122 is muted, 410. Since the handover mute occurs during the natural voice pause it is not noticed by the parties involved in the conversation and in fact has a significant margin for error, 411. The conversation naturally resumes in either the inbound or the outbound direction using the target cell 416. Because a handover opportunity readily occurred the timer did not expire and a forced handover 418 was not necessary. As such, the muting of the speaker 122 during the handover period was not necessary.
FIG. 5 shows a timing diagram of a handover that occurs during a short natural non-voiced portion of a conversation. It begins similarly to the timing diagram of FIG. 4 where an inbound or outbound voice is in progress using the serving cell 102. Because the voice pause 508 is short, the handover period which starts at the end of SDP 506 as shown by 512 extends beyond the non-voice activity and ends, 514 when the target cell 110 has taken over the communication, 516. In other words, the handover runs into the next voiced frame thus causing some unwanted lost audio 511. The lost audio is less than the entire duration of the handover and is still beneficial. This is significant as the handover mute is minimized when non-voice activity does not continue for a sufficiently long period of time. It is noted that the condition depicted by this timing diagram of FIG. 5 occurs in the rare occasions where speech continues uninterrupted and no pauses (advertent or inadvertent) of sufficient duration (measured in terms of the handover speed of the system 100) have occurred.
In summary, a handover mute elimination/minimization procedure is presented whereby the switching from a serving cell to a target cell in a multi-cell communication system is accomplished with minimum impact on the conversation between the parties. Once the need for a handover is detected, the system searches for the presence of non- voice activity. The absence of voice activity is then acted upon by the system to initiate and complete the handover. Since no conversation is taking place, the handover is transparent to the users. The handover is preferably implemented in a shorter period of time than the length of the non-voice activity. This condition eliminates muting of the voice during the handover.
What is claimed is:

Claims

Claims
1. In a communication system having at least one wireless communication device, at least one additional communication device, and first and second central stations, a method for handing over control of communication between the communication devices from the first to the second central station, comprising the steps of: flagging the need for a handover; detecting a pause in voice components of the communication to establish a detected pause; and handing over the control of the communication between the communication devices when the detected pause exceeds a predetermined period of time.
2. The method of claim 1, further including the step of handing over the control of communication between the communication devices from the first to the second central station when no pause in voice communication has been detected for a period of time.
3. The method of claim 1, wherein the step of flagging includes detecting a handover assignment.
4. The method of claim 1, wherein the step of detecting a pause includes the step of detecting a pause having a configurable duration.
5. The method of claim 1, wherein the step of handing over includes the step of the first central station informing the at least one wireless communication device to migrate to the second central station.
6. In a communication system having a plurality of control stations for controlling communication between first and second communication devices at least one of which is a wireless communication device, a method for handing over control of the communication from one control station to another, comprising: detecting when a change in the control station is desired; monitoring voice communication between the first and second communication devices to detect the absence of voice activity for a selectively variable period of time; and handing over control of the communication from one control station to another during the absence of voice activity to minimize muting effects.
7. The method of claim 6, wherein the step of detecting includes the step of setting a flag when a change in the control station is desired.
8. The method of claim 6, wherein the step of monitoring includes the step of detecting a voice null.
9. The method of claim 6, wherein the step of monitoring includes the step of detecting a voice pause.
10. The method of claim 6, further including the step of handing over control of the communication from one control station to another when no absence of voice activity has been detected for a predetermined period of time.
11. The method of claim 6, further including the step of handing over control of the communication from one control station to another when a sufficiently long absence of voice activity has been detected to eliminate muting of voice.
12. In a communication system having first and second communication processing stations for processing radio frequency communication between at least one wireless communication device and a second communication device, a method of handing over communication from the first communication processing station to the second communication processing station, comprising: detecting when the at least one wireless communication device has traveled outside a predetermined range of the first communication processing station; monitoring the voice communication between the at least one wireless communication device and the second communication device in search of a voice pause; discovering the absence of voice in the communication from the at least one wireless communication device to the second communication device; and handing over processing of radio frequency communication from the first to the second communication processing station during the absence of voice in order to minimize the muting of voice.
13. The method of claim 12, wherein the step of detecting included monitoring at the first communication processing station the delay associated with an outbound signal into the first communication processing station.
14. The method of claim 12, wherein the step of detecting included monitoring at the first communication processing stations the signal strength of an inbound signal into the first communication processing station.
15. The method of claim 12, wherein the second communication device is a second wireless communication device.
16. The method of claim 12, wherein the step of handing over includes informing the wireless communication device to switch to the second communication processing station.
PCT/US1997/014409 1996-08-26 1997-08-15 Communication system with zero handover mute WO1998009454A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU39160/97A AU3916097A (en) 1996-08-26 1997-08-15 Communication system with zero handover mute

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US70312296A 1996-08-26 1996-08-26
US08/703,122 1996-08-26

Publications (1)

Publication Number Publication Date
WO1998009454A1 true WO1998009454A1 (en) 1998-03-05

Family

ID=24824109

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1997/014409 WO1998009454A1 (en) 1996-08-26 1997-08-15 Communication system with zero handover mute

Country Status (2)

Country Link
AU (1) AU3916097A (en)
WO (1) WO1998009454A1 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999065266A1 (en) * 1998-06-08 1999-12-16 Telefonaktiebolaget Lm Ericsson (Publ) System for elimination of audible effects of handover
EP1005177A2 (en) * 1998-11-27 2000-05-31 Nec Corporation Method and apparatus for controlling a searcher in a CDMA communication system
WO2000031996A2 (en) * 1998-11-24 2000-06-02 Telefonaktiebolaget Lm Ericsson (Publ) Efficient in-band signaling for discontinuous transmission and configuration changes in adaptive multi-rate communications systems
US6148206A (en) * 1998-12-16 2000-11-14 Motorola, Inc. Method for concealing a handover mute
WO2000074429A1 (en) * 1999-06-01 2000-12-07 Motorola Inc. Method for seamless handover between communications networks
EP1081969A1 (en) * 1999-08-31 2001-03-07 Lucent Technologies Inc. Cellular radio communication handover systems
EP1098540A1 (en) * 1998-07-15 2001-05-09 Hitachi, Ltd. Method of switching busy line in mobile communication network
US6360099B1 (en) * 2000-06-09 2002-03-19 Motorola, Inc. Reducing audio gaps during a communication network handoff
EP1479250A1 (en) * 2002-02-28 2004-11-24 Nokia Corporation System and method for interrupt-free hand-over in a mobile terminal
WO2006048349A1 (en) * 2004-11-03 2006-05-11 Siemens Aktiengesellschaft Method for emitting a useful data flow and communication terminal for receiving and emitting a useful data flow
KR100770819B1 (en) * 1998-11-24 2007-10-26 텔레호낙티에볼라게트 엘엠 에릭슨(피유비엘) Method and system for performing discontinuous transmission in a communications system
EP1991012A1 (en) * 2006-02-27 2008-11-12 NTT DoCoMo, Inc. Base station and handover control method
CN100456877C (en) * 1999-05-11 2009-01-28 日本无线株式会社 Trans-zone switchover method for phs personal station
US7639639B2 (en) * 2005-08-01 2009-12-29 Ntt Docomo, Inc. Method for relaying information received via a first channel to a second channel and relay apparatus
WO2011064055A1 (en) 2009-11-26 2011-06-03 Icera Inc Concealing audio interruptions
CN105530668A (en) * 2014-09-29 2016-04-27 中兴通讯股份有限公司 Method, device and base station for channel switching
EP3193535A4 (en) * 2014-09-10 2017-08-09 ZTE Corporation Cell handover method in gsm system and base station device
US9794842B2 (en) 2015-05-21 2017-10-17 At&T Mobility Ii Llc Facilitation of handover coordination based on voice activity data
US11917469B2 (en) 2019-12-10 2024-02-27 Sennheiser Electronic Gmbh & Co. Kg Apparatus for the configuration of a wireless radio connection and method of configuring a wireless radio connection

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4829554A (en) * 1985-01-31 1989-05-09 Harris Corporation Cellular mobile telephone system and method
US5457680A (en) * 1993-05-18 1995-10-10 International Business Machines Corporation Data gateway for mobile data radio terminals in a data communication network
US5488649A (en) * 1994-05-06 1996-01-30 Motorola, Inc. Method for validating a communication link

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4829554A (en) * 1985-01-31 1989-05-09 Harris Corporation Cellular mobile telephone system and method
US5457680A (en) * 1993-05-18 1995-10-10 International Business Machines Corporation Data gateway for mobile data radio terminals in a data communication network
US5488649A (en) * 1994-05-06 1996-01-30 Motorola, Inc. Method for validating a communication link

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2354409A (en) * 1998-06-08 2001-03-21 Ericsson Telefon Ab L M System for elimination of audible effects of handover
WO1999065266A1 (en) * 1998-06-08 1999-12-16 Telefonaktiebolaget Lm Ericsson (Publ) System for elimination of audible effects of handover
GB2354409B (en) * 1998-06-08 2003-01-22 Ericsson Telefon Ab L M System for elimination of audible effects of handover
AU754698B2 (en) * 1998-06-08 2002-11-21 Telefonaktiebolaget Lm Ericsson (Publ) System for elimination of audible effects of handover
EP1098540A4 (en) * 1998-07-15 2005-10-12 Hitachi Ltd Method of switching busy line in mobile communication network
EP1098540A1 (en) * 1998-07-15 2001-05-09 Hitachi, Ltd. Method of switching busy line in mobile communication network
WO2000031996A3 (en) * 1998-11-24 2000-08-10 Ericsson Telefon Ab L M Efficient in-band signaling for discontinuous transmission and configuration changes in adaptive multi-rate communications systems
US7500018B2 (en) 1998-11-24 2009-03-03 Telefonaktiebolaget L M Ericsson (Publ) Efficient in-band signaling for discontinuous transmission and configuration changes in adaptive multi-rate communications systems
KR100770819B1 (en) * 1998-11-24 2007-10-26 텔레호낙티에볼라게트 엘엠 에릭슨(피유비엘) Method and system for performing discontinuous transmission in a communications system
AU766016B2 (en) * 1998-11-24 2003-10-09 Telefonaktiebolaget Lm Ericsson (Publ) Efficient in-band signaling for discontinuous transmission and configuration changes in adaptive multi-rate communications systems
WO2000031996A2 (en) * 1998-11-24 2000-06-02 Telefonaktiebolaget Lm Ericsson (Publ) Efficient in-band signaling for discontinuous transmission and configuration changes in adaptive multi-rate communications systems
EP1005177A3 (en) * 1998-11-27 2003-08-06 Nec Corporation Method and apparatus for controlling a searcher in a CDMA communication system
EP1005177A2 (en) * 1998-11-27 2000-05-31 Nec Corporation Method and apparatus for controlling a searcher in a CDMA communication system
US6148206A (en) * 1998-12-16 2000-11-14 Motorola, Inc. Method for concealing a handover mute
CN100456877C (en) * 1999-05-11 2009-01-28 日本无线株式会社 Trans-zone switchover method for phs personal station
WO2000074429A1 (en) * 1999-06-01 2000-12-07 Motorola Inc. Method for seamless handover between communications networks
US6614769B1 (en) 1999-06-01 2003-09-02 Motorola, Inc. Communications unit for seamless handover between networks and method of use therefor
FR2794596A1 (en) * 1999-06-01 2000-12-08 Motorola Inc TELECOMMUNICATION UNITS FOR INVISIBLE HANDOVER BETWEEN NETWORKS AND METHOD OF USING SAME
EP1081969A1 (en) * 1999-08-31 2001-03-07 Lucent Technologies Inc. Cellular radio communication handover systems
US6647262B1 (en) 1999-08-31 2003-11-11 Lucent Technologies Inc. Cellular radio communication handover systems
US6360099B1 (en) * 2000-06-09 2002-03-19 Motorola, Inc. Reducing audio gaps during a communication network handoff
EP1479250A1 (en) * 2002-02-28 2004-11-24 Nokia Corporation System and method for interrupt-free hand-over in a mobile terminal
EP1479250A4 (en) * 2002-02-28 2007-04-11 Nokia Corp System and method for interrupt-free hand-over in a mobile terminal
CN100358371C (en) * 2002-02-28 2007-12-26 诺基亚公司 System and method for interrupt-free hand-over in a mobile terminal
US8270366B2 (en) 2004-11-03 2012-09-18 Siemens Enterprise Communications Gmbh & Co. Kg Method for outputting a useful data stream and communications terminal for receiving and for outputting a useful data stream
WO2006048349A1 (en) * 2004-11-03 2006-05-11 Siemens Aktiengesellschaft Method for emitting a useful data flow and communication terminal for receiving and emitting a useful data flow
US7639639B2 (en) * 2005-08-01 2009-12-29 Ntt Docomo, Inc. Method for relaying information received via a first channel to a second channel and relay apparatus
EP1991012A4 (en) * 2006-02-27 2012-08-29 Ntt Docomo Inc Base station and handover control method
EP1991012A1 (en) * 2006-02-27 2008-11-12 NTT DoCoMo, Inc. Base station and handover control method
US8666413B2 (en) 2006-02-27 2014-03-04 Ntt Docomo, Inc. Base station and handover control method
WO2011064055A1 (en) 2009-11-26 2011-06-03 Icera Inc Concealing audio interruptions
DE112010004574T5 (en) 2009-11-26 2012-11-22 Icera Inc. Hide audio breaks
EP3193535A4 (en) * 2014-09-10 2017-08-09 ZTE Corporation Cell handover method in gsm system and base station device
CN105530668A (en) * 2014-09-29 2016-04-27 中兴通讯股份有限公司 Method, device and base station for channel switching
EP3203778A4 (en) * 2014-09-29 2017-10-04 ZTE Corporation Channel switching method and device, base station
US9794842B2 (en) 2015-05-21 2017-10-17 At&T Mobility Ii Llc Facilitation of handover coordination based on voice activity data
US10219192B2 (en) 2015-05-21 2019-02-26 At&T Mobility Ii Llc Facilitation of handover coordination based on voice activity data
US10743222B2 (en) 2015-05-21 2020-08-11 At&T Mobility Ii Llc Facilitation of handover coordination based on voice activity data
US11917469B2 (en) 2019-12-10 2024-02-27 Sennheiser Electronic Gmbh & Co. Kg Apparatus for the configuration of a wireless radio connection and method of configuring a wireless radio connection

Also Published As

Publication number Publication date
AU3916097A (en) 1998-03-19

Similar Documents

Publication Publication Date Title
WO1998009454A1 (en) Communication system with zero handover mute
KR100699914B1 (en) VOIP transmmiter and receiver and mothod thereto
US5737703A (en) Multi-mode radio telephone which executes handover between different system
AU763163B2 (en) Method for adapting interruption phases required for adjacent channel monitoring
JP4814334B2 (en) Resource allocation during tune away
US7944847B2 (en) Voting comparator method, apparatus, and system using a limited number of digital signal processor modules to process a larger number of analog audio streams without affecting the quality of the voted audio stream
EP0853439A2 (en) A method to determine neighbour cell data in a mobile cellular system
EP0948231A3 (en) Signal strength triggered handoff in wireless communication systems
US6192239B1 (en) Handset based automatic call re-initiation for multi-mode handsets
AU754698B2 (en) System for elimination of audible effects of handover
KR100356280B1 (en) Method and system for delaying transmission of fast access control channel messages over a voice channel
EP0485494B1 (en) Cellular radio system
US8355720B2 (en) Application and transport adaptation for a wireless communication prior to a reselection
US5507006A (en) Cellular radio system for transmission of signalling information on the basis of its urgency or during temporary cessation of communication
US20100167739A1 (en) Handset Handover
US7292550B2 (en) System and method for minimizing voice packet loss during a wireless communications device candidate frequency search (CFS)
JP4249756B2 (en) Portable information terminal and audio playback method
US6208961B1 (en) Apparatus for preventing use of erroneous speech encoding parameters for decoding digital speech transmissions
EP0838752B1 (en) Communication device
JP2001112039A (en) Mobile wireless terminal
US4984294A (en) Radio communications device incorporating channel guard decode and priority channel scanning
US11917469B2 (en) Apparatus for the configuration of a wireless radio connection and method of configuring a wireless radio connection
JPH08251647A (en) Mobile radio communication system
EP0686338A1 (en) Cellular mobil radio system with improved handover
JPH07222250A (en) Digital radio communication system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN YU AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH KE LS MW SD SZ UG ZW AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: JP

Ref document number: 1998511698

Format of ref document f/p: F

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: CA