[0001] FIELD OF INVENTION
[0002] The present invention relates to the field of wireless communications. More specifically,
the present invention relates to the optimization of power resources of wireless devices
within wireless communications systems.
[0004] Portable electronic devices frequently run off of batteries. Data delivered to the
devices is often short (e.g. email, instant messaging, numerical updates, status changes).
The power dissipated by the devices while looking for transmissions that may be directed
to them can often exceed the power required to receive such transmissions. Moreover,
the devices typically only occasionally have transmissions directed to them. Despite
the fact that most devices only occasionally have transmissions directed to them the
devices must nevertheless stay awake for the entire notification period. This means
that many devices are dissipating power during the entire notification period, even
though usually there is no data for them.
[0005] It would therefore be desirable for devices to be able to quickly determine if data
is being sent to them, and if not return to a sleep mode so as to conserve energy.
[0006] U.S. Patent No. 5,905,443 relates to a global paging system, in which a pager is assigned a particular time
and frequency at which it is to monitor for messages. When the pager is active, it
monitors its assigned blocks to determine if there is a message for the pager; otherwise,
the pager sleeps.
[0008] The present invention is a method and system for optimizing power resources in wireless
devices. The invention utilizes message lists adapted to allow devices to quickly
determine whether the list contains a message for them thereby decreasing the amount
of time devices must be awake while searching for messages.
[0009] BRIEF DESCRIPTION OF THE DRAWING(S)
[0010] Figure 1 is a message listing wherein a count of the number of destination identifiers
included in the message listing is provided at the beginning of the message listing
and further wherein all of the destination identifiers are listed before all the respective
pointers in accordance with an embodiment of the present invention.
[0011] Figure 2 is a message listing wherein a count of the number of destination identifiers
included in the message listing is provided at the beginning of the message listing
and further wherein each destination identifier and its associated pointer are listed
together in increasing numeric order in accordance with an embodiment of the present
invention.
[0012] Figure 3 is a flow diagram showing method steps for devices to determine whether
a message listing as shown in either Figure 1 or Figure 2 includes any messages for
the devices, where the devices are expecting a single message within the message listing,
in accordance with an embodiment of the present invention.
[0013] Figure 4 is a flow diagram showing method steps for devices to determine whether
a message listing as shown in either Figure 1 or Figure 2 includes any messages for
the devices, where the devices are expecting more than one message with the same identifier
within the message listing, in accordance with an embodiment of the present invention.
[0014] Figure 5 is a flow diagram showing method steps for devices to determine whether
a message listing as shown in either Figure 1 or Figure 2 includes any messages for
the devices, where the devices are expecting more than one message with the same identifier
or multiple identifiers within the message listing, in accordance with an embodiment
of the present invention.
[0015] Figure 6 is a message listing wherein a list terminator is included at the end of
the message and further wherein each destination identifier and its associated pointer
are listed together in increasing numeric order in accordance with an embodiment of
the present invention.
[0016] Figure 7 is a flow diagram showing method steps for devices to determine whether
a message listing as shown in either Figure 6 includes any messages for the devices
in accordance with an embodiment of the present invention.
[0017] Figure 8 is a system for optimizing power resources in wireless devices in accordance
with an embodiment of the present invention.
[0018] DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT(S)
[0019] The preferred embodiments of the present invention will be described with reference
to the drawing figures wherein like numerals represent like elements throughout.
[0020] Referring initially to Figure 1, there is shown a message listing 10. Wireless devices
are typically synchronized with a network so that the devices know to wake up at predetermined
periods and check to see if there are any messages for them. To conserve battery,
it is preferable for wireless devices to not only be asleep between the predetermined
periods, but also to spend as little time as possible determining whether there is
a message for them. Wireless devices typically determine whether they are the intended
recipient of a message by checking a message listing. Message listings of the prior
art include not only a plurality of identifiers indicative of the destination of each
message contained in the listing as well as a count of the number of messages therein,
but also the messages themselves. Including the messages themselves in the message
listing increases the time which wireless devices must remain awake while determining
whether a message listing includes a message for them. For example where a message
listing includes 10 messages listed in increasing order of destination identifiers
and there are messages for devices one through four, a wireless device having a device
identifier "5" must stay awake for not only the first four message identifiers, but
also the first four messages themselves. Once device "5" receives its message it may
go back asleep until the next message listing is received, which as mentioned, occurs
at predetermined intervals.
[0021] To decrease the time which devices must remain awake while determining whether particular
message listings include a message for them, the present invention arranges message
listings as shown in Figures 1, 2 and 6. Those message listings may be modified as
desired/needed to maximize the message determination process without departing from
the scope of the present invention.
[0022] Referring initially to Figure 1 a first embodiment of a message listing 10 in accordance
with the present invention is shown. The message listing 10 includes a count of the
number of destination identifiers included in the message listing and is provided
at the beginning of the message listing 10. In this embodiment, the count is indicated
with reference numeral 12 and is entitled "count of identifiers listed." The destination
identifiers
1-N, referred to generally with reference numeral 14, are listed in increasing numeric
order. Each destination identifier
1-N has an associated message pointer. The message pointers
1-N, in this embodiment, are also listed in increasing numeric order and are generally
referred to with reference numeral 16.
[0023] In an alternate embodiment, as shown in Figure 2, the message listing 10 may be configured
so that the message pointers
1-N 16 follow their associated destination identifiers
1-N 14. It should be noted that, in Figures 1 and 2, the destination identifiers
1-N 14 are organized in increasing monotonic numeric order with their associated message
pointers
1-N 16, but may also be organized in decreasing monotonic numeric order.
[0024] A logic diagram showing a method 30 for determining whether a message has arrived
for a wireless device is shown in Figure 3. The wireless device may be any type of
wireless device such as, for example, a wireless telephone, a personal digital assistant,
or pocket size personal computer. The methods shown in Figures 3, 4, and 5 may be
applied for both embodiments of message listings shown in Figures 1 and 2.
[0025] The method 30 begins with step 32 by initializing a search pointer of the device
to a first identifier and loading the count of identifiers listed into a count variable
(i.e. a register or memory unit that contains the count). The method 30 then proceeds
to step 34 to determine whether the count is equal to zero. If the count is equal
to zero, the method 30 proceeds to step 36 wherein the message flag is cleared. If
the count is not equal to zero, the method proceeds to step 38. In step 38, the destination
identifier pointed to by the pointer search is loaded by the device. The device preferably
loads the destination identifier into a processing element of the device. Once the
destination identifier is loaded by the device, the method 30 proceeds to step 40
wherein the destination identifier is compared with the device identifier to determine
whether the destination identifier is greater than the device identifier. If yes,
there are no subsequent messages for the device and the method 30 proceeds to step
36 where, as mentioned, the message flag is cleared. If no, the method 30 proceeds
to step 42 wherein it is determined whether the destination identifier is equal to
the device identifier. If the destination identifier is equal to the device identifier,
there is a message for the device and the method 30 proceeds to step 44. In step 44,
the message flag is set and a pointer to the message corresponding to the destination
identifier is loaded. If the destination identifier is not equal to the device identifier,
the method 30 proceeds from step 42 to step 46. In step 46, the search pointer is
advanced to the next destination identifier and in step 48 the count is decreased.
[0026] Referring now to Figure 4, a method 50 for determining whether a message has arrived
for a wireless device is shown. In this embodiment the devices are expecting more
than one message with the same device identifier within the message listing. The method
50 begins with step 52 wherein a search pointer of a wireless device is initialized
to a first identifier, the count of identifiers listed is loaded into a count variable,
and the message list and message flag are cleared. From step 52, the method 50 proceeds
to step 54 where it is determined whether the count of the identifiers listed is equal
to zero. If the count is equal to zero, the method 50 ends at step 56. If the count
is not is equal to zero, the method 50 proceeds to step 58 wherein the destination
identifier pointed to by the search pointer is loaded by the wireless device. From
step 58, the method 50 proceeds to step 60 where it is determined whether the destination
identifier is greater than the device identifier. If the destination identifier is
greater than the device identifier the method 50 proceeds to step 56 where, as mentioned,
the method 50 ends. If the destination identifier is not greater than the device identifier,
the method 50 proceeds to step 62 where it is determined whether the destination identifier
is equal to the device identifier.
[0027] In step 62, if the destination identifier is equal to the device identifier, a message
flag is set and the pointer to the message corresponding to the destination identifier
is added to the message list for the particular wireless device performing method
50 (step 64). From step 64, the method proceeds to step 66 wherein the search pointer
is advanced to the next destination identifier. If, in step 62, the destination identifier
is not equal to the device identifier, the method 50 proceeds directly from step 62
to step 66. After step 66, the count of identifiers listed is decremented. The amount
the count is decremented may be determined as desired.
[0028] Referring now to Figure 5, a method 70 for determining whether a message has arrived
for a wireless device is shown. In this embodiment the devices are expecting more
than one message with the same device identifier or multiple identifiers within the
message listing. Multiple device identifiers for a single device may be used where
the user of a particular device subscribes to several wireless multicast services,
for example. By way of explanation, a device may have an identifier for messages specifically
meant for the device and it may have another identifier assigned to it associated
with a group of devices. In this way the entire group may be sent a message with only
a single identifier being sent. A device may also be looking for some transmission
broadcasted to an arbitrary number of devices such as, for example, sports game information
or stock reports.
[0029] The method 70 begins with step 72 wherein a search pointer to the first device identifier
is initialized, the count of identifiers listed is loaded into the count variable,
the flag and list messages are cleared, and a first test identifier from a test message
list is loaded into a processing element of a wireless device. The test message list
contains all of the identifiers that the device could potentially be receiving a message
from during the time window it is awakened to examine. The test list should be in
a monotonic order suitable for searching the received identifiers. From step 72, the
method 70 proceeds to step 74 where it is determined whether the count of identifiers
listed is equal to zero. If yes, the method 70 ends at step 76. If no, the method
70 proceeds to step 78 wherein the destination identifier pointed to by the search
pointer is loaded into a processing element of the device. Moving to step 80, it is
determined whether the destination identifier is greater than the test identifier.
If yes, the method 70 proceeds to step 82 where it is determined whether there is
another test identifier in the test list. If there is another test identifier in the
list, the next test identifier is loaded in step 84 and the method 70 returns to step
74. If there is not another test identifier, the method 70 ends at step 86.
[0030] Returning to step 80, if the destination identifier is not greater than the test
identifier, the method 70 proceeds to step 88. In step 88, it is determined whether
the destination identifier is equal to the test identifier. If yes, a message flag
is set and a pointer to the message corresponding to the destination identifier is
added to the message list (step 90). From step 90, the method 70 proceeds to step
92. If, in contrast, the destination identifier is not equal to the test identifier,
the method 70 proceeds directly to step 92. In step 92, the search pointer is advanced
to the next destination identifier and in step 94 the count of identifiers listed
is decremented. The amount the count is decremented may be determined as desired.
[0031] Referring now to Figure 6, there is shown an alternate embodiment of a message listing
100 in accordance with the present invention. In this embodiment there is not a count
of the identifiers listed, but rather a list terminator 102 wherein the message listing
is terminated by a unique number in the usual identifier position. An efficient value
for this terminator in the increasing identifier implementation would be zero. In
this way only the pointer needs to be changed during the search, and the comparison
for an identifier larger than the one in the listing would terminate the search.
[0032] A method 120 whereby devices may determine whether a message listing as shown in
Figure 6 includes any messages for them is shown if Figure 7. The method 120 begins
in step 122 with initializing a search pointer to the first destination identifier.
In step 124, the destination identifier pointed to by the search pointer is loaded
into a processing element of the device. In step 126, it is determined whether the
destination identifier is equal to the termination value (i.e. the value of the list
terminator). If the destination identifier is equal to the termination value, the
method 120 proceeds to step 128 where the message flag is cleared and the methods
120 ends. If the destination identifier is not equal to the termination value, the
method 120 proceeds to step 130 where it is determined whether the destination identifier
is greater than the device identifier of the particular device that is determining
whether a message listing contains a message for it. If the destination identifier
is greater than the device identified, the method 120 proceeds to step 128 where the
message flag is cleared and the method 120 ends. If the destination identifier is
less than or equal to the device identifier, the method 120 proceeds to step 132.
[0033] In step 132, it is determined whether the destination identifier is equal to the
device identifier. If so, the message flag is set and the pointer to the message that
corresponds to the destination identifier is loaded into a processing element of the
device (step 134). If not, the search pointer is advanced to the next destination
identifier in step 136 and the method 120 continues at step 124.
[0034] Which of the preceding forms is used, or some variation of those presented, is based
on efficiency tradeoffs associated with the numerical values allowed for the identifiers
and message pointers, and the processing devices searching for messages. The pointer
to the message can be a simple programming language pointer to the information defining
the existence of the actual message transmission, or the pointer may be the information
itself. The actual information may be of the form: carrier channel, time slot, and
channelization code. If the message information is very short (e.g. telephone number),
it will often be more efficient to insert in the message in the usual position for
the message pointer. In this case one or more bits of the message pointer part of
the stream will need to be reserved as definition bits for the other bits present.
Two bits, for instance, could be encoded such that one encoding indicates the rest
of the bits is the message, another encoding that the pointer to the message follows,
and a third encoding that the pointer to the data defining where to find the message
follows. The fourth encoding possibility is a spare for some future use.
[0035] With respect to implementation of the present invention in 3G Radio Access Networks,
there are two basic methods for identifying "destinations" and "message pointers";
- broadcast (BCCH over BCH/P-CCPCH) or dedicated (DCCH over DCH/DPCCH+DPDCH) signaling.
If dedicated signaling is applied, the signaling is specific for the "destination,"
and there is no application or benefit in ordering the control information since all
of it is for the destination device. If broadcast signaling is applied, the existing
mechanism that retrieves this data is independent of the processing of the data.
[0036] When the number of messages is small, the above-described embodiments are usually
the fastest means for locating or determining there is not a message for the device.
However, if the list is long, there are faster methods which may be implemented to
search a monotonically increasing or decreasing message list. For example, binary
search protocols on average require log
2(Count) tests. The calculations are more involved, and different processors will be
able to perform them with varying speeds. Typically if there are more than approximately
32 received identifiers, binary searching will be faster for a single identifier being
tested. If there are multiple identifiers being tested, sequential testing is more
efficient for a larger count. The choice of protocol may also be chosen based on the
values of the identifier or identifiers being tested. If the signal number being searched
for is low and the receive sequence (i.e. message listing) monotonically increasing,
the best approach is to begin the search at the beginning of the received data. If
the signal number is high and the receive sequence monotonically increasing, the best
approach is to begin the search at the end of the received data. (Data is often transmitted
in wireless systems in blocks with interleaving for error correction reasons. All
the data of a block therefore needs to be received and decoded before any of it can
be examined.) Therefore, a preferred embodiment of the present invention is to take
into account the number of received identifiers, whether or not there is one or more
identifiers to be looked for, and the numeric distribution of the looked for identifiers
in the selection of the search protocol utilized for each search occurrence.
[0037] Referring now to Figure 8, there is shown a system 200 for optimizing power resources
in wireless devices. The system 200 comprises at least one radio network controller
(RNC), at least one base station (BS), and at least one wireless device (206). The
wireless device 206 includes a processor 208 for searching message listings for messages
wherein the device 206 is the intended recipient. To maximize the amount of time that
the device 206 may be asleep (i.e. having only the clock running which will tell the
device to periodically wake-up), the message listings are adapted as described above.
The device 206 will determine whether a particular message listing includes a message(s)
for it using the methods described above according to the type of message listing.
[0038] Although particular processing functions have been described as being performed by
particular components, it should be understood that performance of processing functions
may be distributed among system components as desired.
[0039] Although the present invention has been described in detail, it is to be understood
that the invention is not limited thereto, and that various changes can be made therein
without departing from the scope of the invention, which is defined by the attached
claims.
1. A method (30, 50, 70, 120) for reducing power consumption in a first wireless device
(206) comprising:
synchronizing the first device (206) with a wireless network so that the first device
(206) may wake up at predetermined time intervals to determine whether the first device
(206) has been identified for receipt of message data over the network;
providing a message listing (10, 100) comprising at least one destination identifier
(14) and an associated message pointer (16), wherein each message pointer (16) in
said message listing points to message data outside the message listing (10, 100),
said at least one destination identifier (14) being included in the message listing
(10, 100) before the associated message pointer (16);
detecting whether the message listing (10, 100) includes any destination identifiers
(14) that correspond to the first device (206); and
receiving the message of the message pointer (16) when a destination identifier (14)
of the first device (206) is detected.
2. The method (30, 50, 70, 120) of claim 1 wherein the message listing (10, 100) further
comprises a count (12) of the identifiers (14) in the message listing (10, 100).
3. The method (30, 50, 70, 120) of claim 1 wherein the message listing (10, 100) further
comprises a list terminator (102).
4. The method (30, 50, 70, 120) of claim 1 further comprising the first wireless device
(206) sleeping when the message listing (10, 100) does not include any destination
identifiers (14) that correspond to the first device (206).
5. The method (30, 50, 70, 120) of claim 1 further comprising the first wireless device
(206) sleeping while waiting for the destination identifier (14) that corresponds
to the first device (206).
6. The method (30, 50, 70, 120) of claim 1 further comprising the first wireless device
(206) sleeping after the first device (206) has received a destination identifier
(14) that corresponds to the first device (206).
7. A system (200) for optimizing power resources in wireless devices comprising:
at least one radio network controller (RNC) (202);
at least one base station (BS) (204);
wherein the RNC (202) and BS (204) are adapted so as to periodically provide a message
listing (10, 100) comprising:
a count (12) of identifiers (14) listed in the message listing (10, 100);
at least one destination identifier (14) indicative of a device (206) to which a message
has been sent; and
a message pointer (16) for each destination identifier (14), each message pointer
of said message listing indicative of where outside the message listing (10, 100)
a device (206) to which a message has been sent may obtain the message data intended
for said device (206), said message pointer (16) being included in the message listing
(10, 100) after the associated destination identifier (14); and
the system further comprising a plurality of wireless devices (206) adapted to wake
up at predetermined time intervals to determine whether a device (206) has been identified
for receipt of message data over the network, receive the provided message listing
(10, 100) and obtain any messages indicated by the message listing (10, 100) as being
directed to them.
8. A wireless device (206) configured to receive message data over a wireless interface
comprising:
means for synchronizing the device (206) with a wireless network so that the device
(206) may wake up at predetermined time intervals to determine whether the device
(206) has been identified for receipt of message data over the network;
a processor (208) for analyzing a message listing (10, 100) comprising:
a count (12) of identifiers (14) listed in the message listing (10, 100);
at least one destination identifier (14) indicative of a device (206) to which a message
has been sent; and
a message pointer (16) for each destination identifier (14), each message pointer
of said message listing indicative of where outside the message listing (10, 100)
a device (206) to which a message has been sent may obtain the message data intended
for said device (206), said message pointer (16) being included in the message listing
(10, 100) after the associated destination identifier (14);
the processor being adapted to detect whether the message listing (10, 100) includes
any destination identifiers (14) that correspond to the device (206);
and to receive the message of the message printer (16) when a destination identifier
of the device (206) is detected.
1. Verfahren (30, 50, 70, 120) zur Verringerung des Leistungsverbrauchs in einer ersten
drahtlosen Vorrichtung (206), das aufweist:
Synchronisieren der ersten Vorrichtung (206) mit einem drahtlosen Netzwerk, so daß
die erste Vorrichtung (206) in vorbestimmten Zeitintervallen aufwachen kann, um zu
bestimmen, ob die erste Vorrichtung (206) für den Empfang von Nachrichtendaten über
das Netzwerk ermittelt wurde;
Bereitstellen einer Nachrichtenauflistung (10, 100), die mindestens eine Zielkennung
(14) und einen zugehörigen Nachrichtenzeiger (16) aufweist, wobei jeder Nachrichtenzeiger
(16) in der Nachrichtenauflistung auf Nachrichtendaten außerhalb der Nachrichtenauflistung
(10, 100) zeigt, wobei die mindestens eine Zielkennung (14) in der Nachrichtenauflistung
(10, 100) vor dem zugehörigen Nachrichtenzeiger (16) enthalten ist;
Erkennen, ob die Nachrichtenauflistung (10, 100) irgendwelche Zielkennungen (14) enthält,
die der ersten Vorrichtung (206) entsprechen; und
Empfangen der Nachricht des Nachrichtenzeigers (16), wenn eine Zielkennung (14) der
ersten Vorrichtung (206) erkannt wird.
2. Verfahren (30, 50, 70, 120) nach Anspruch 1, wobei die Nachrichtenauflistung (10,
100) ferner eine Zählung (12) der Kennungen (14) in der Nachrichtenauflistung (10,
100) aufweist.
3. Verfahren (30, 50, 70, 120) nach Anspruch 1, wobei die Nachrichtenauflistung (10,
100) ferner ein Listenabschlußzeichen (102) aufweist.
4. Verfahren (30, 50, 70, 120) nach Anspruch 1, das ferner aufweist, daß die erste drahtlose
Vorrichtung (206) ruht, wenn die Nachrichtenauflistung (10, 100) keine Zielkennungen
(14) enthält, die der ersten Vorrichtung (206) entsprechen.
5. Verfahren (30, 50, 70, 120) nach Anspruch 1, das ferner aufweist, daß die erste drahtlose
Vorrichtung (206) ruht, während auf die Zielkennung (14) gewartet wird, die der ersten
Vorrichtung (206) entspricht.
6. Verfahren (30, 50, 70, 120) nach Anspruch 1, das ferner aufweist, daß die erste drahtlose
Vorrichtung (206) ruht, nachdem die erste Vorrichtung (206) eine Zielkennung (14)
empfangen hat, die der ersten Vorrichtung (206) entspricht.
7. System (200) zum Optimieren von Leistungsbetriebsmitteln in drahtlosen Vorrichtungen,
das aufweist:
mindestens eine Funknetzsteuerung (RNC) (202);
mindestens eine Basisstation (BS) (204);
wobei die RNC (202) und die BS (204) geeignet sind, regelmäßig eine Nachrichtenauflistung
(10, 100) bereitzustellen, welche aufweist:
eine Zählung (12) von in der Nachrichtenauflistung (10, 100) aufgelisteten Kennungen
(14);
mindestens eine Zielkennung (14), die eine Vorrichtung (206) anzeigt, an die eine
Nachricht gesendet wurde; und
einen Nachrichtenzeiger (16) für jede Zielkennung (14), wobei jeder Nachrichtenzeiger
der Nachrichtenauflistung anzeigt, wo außerhalb der Nachrichtenauflistung (10, 100)
eine Vorrichtung (206), an die eine Nachricht gesendet wurde, die für diese Vorrichtung
(206) gedachten Nachrichtendaten erhalten kann, wobei der Nachrichtenzeiger (16) in
der Nachrichtenauflistung (10, 100) nach der zugehörigen Zielkennung (14) enthalten
ist; und
das System ferner mehrere drahtlose Vorrichtungen (206) aufweist, die geeignet sind,
in vorbestimmten Zeitintervallen aufzuwachen, um zu bestimmen, ob eine Vorrichtung
(206) für den Empfang von Nachrichtendaten über das Netzwerk ermittelt wurde, die
bereitgestellte Nachrichtenauflistung (10, 100) zu empfangen und jede Nachricht zu
erhalten, die von der Nachrichtenauflistung (10, 100) als an sie gerichtet angezeigt
wird.
8. Drahtlose Vorrichtung (206), die derart aufgebaut ist, daß sie Nachrichtendaten über
eine drahtlose Schnittstelle empfängt und die aufweist:
eine Einrichtung zum Synchronisieren der Vorrichtung (206) mit einem drahtlosen Netzwerk,
so daß die Vorrichtung (206) in vorbestimmten Zeitintervallen aufwachen kann, um zu
bestimmen, ob die Vorrichtung (206) für den Empfang von Nachrichtendaten über das
Netzwerk ermittelt wurde;
einen Prozessor (208) zum Analysieren einer Nachrichtenauflistung (10, 100), die aufweist:
eine Zählung (12) der in der Nachrichtenauflistung (10, 100) aufgelisteten Kennungen
(14);
mindestens eine Zielkennung (14), die eine Vorrichtung (206) anzeigt, an die eine
Nachricht gesendet wurde; und
einen Nachrichtenzeiger (16) für jede Zielkennung (14), wobei jeder Nachrichtenzeiger
der Nachrichtenauflistung anzeigt, wo außerhalb der Nachrichtenauflistung (10, 100)
eine Vorrichtung (206), an die eine Nachricht gesendet wurde, die für diese Vorrichtung
(206) gedachten Nachrichtendaten erhalten kann, wobei der Nachrichtenzeiger (16) in
der Nachrichtenauflistung (10, 100) nach der zugehörigen Zielkennung (14) enthalten
ist;
wobei der Prozessor geeignet ist, zu erkennen, ob die Nachrichtenauflistung (10, 100)
irgendwelche Zielkennungen (14) enthält, die der Vorrichtung (206) entsprechen; und
die Nachricht des Nachrichtenzeigers (16) zu empfangen, wenn eine Zielkennung der
Vorrichtung (206) erkannt wird.
1. Procédé (30, 50, 70, 120) destiné à réduire la consommation d'énergie d'un premier
dispositif sans fil (206) comprenant :
la synchronisation du premier dispositif (206) avec un réseau sans fil de sorte que
le premier dispositif (206) puisse se réveiller à intervalles de temps prédéterminés
pour déterminer si le premier dispositif (206) a été identifié pour la réception de
données de message sur le réseau ;
la fourniture d'un listing de messages (10, 100) comprenant au moins un identificateur
de destination (14) et un pointeur de message (16) associé, dans lequel chaque pointeur
de message (16) dans ledit listing de messages désigne des données de message hors
du listing de messages (10, 100), ledit au moins un identificateur de destination
(14) étant compris dans le listing de messages (10, 100) avant le pointeur de message
(16) associé ;
la détection du fait que le listing de messages (10, 100) comprenne des identificateurs
de destination (14) qui correspondent au premier dispositif (206) ; et
la réception du message du pointeur de message (16) lorsqu'un identificateur de destination
(14) du premier dispositif (206) est détecté.
2. Procédé (30, 50, 70, 120) selon la revendication 1 dans lequel le listing de messages
(10, 100) comprend en outre un compte (12) des identificateurs (14) dans le listing
de messages (10, 100).
3. Procédé (30, 50, 70, 120) selon la revendication 1 dans lequel le listing de messages
(10, 100) comprend en outre un terminateur de liste (102).
4. Procédé (30, 50, 70, 120) selon la revendication 1 comprenant en outre le premier
dispositif sans fil (206) dormant lorsque le listing de messages (10, 100) ne comprend
aucun identificateur de destination (14) qui corresponde au premier dispositif (206).
5. Procédé (30, 50, 70, 120) selon la revendication 1 comprenant en outre le premier
dispositif sans fil (206) dormant tandis qu'il attend l'identificateur de destination
(14) qui correspond au premier dispositif (206).
6. Procédé (30, 50, 70, 120) selon la revendication 1 comprenant en outre le premier
dispositif sans fil (206) dormant après que le premier dispositif (206) a reçu un
identificateur de destination (14) qui correspond au premier dispositif (206).
7. Système (200) destiné à optimiser les ressources d'énergie dans les dispositifs sans
fil comprenant :
au moins un contrôleur de réseau radio (202) ;
au moins une station de base (204) ;
dans lequel le contrôleur de réseau radio (202) et la station de base (204) sont adaptés
de manière à fournir de façon périodique un listing de messages (10, 100) comprenant
:
un compte (12) d'identificateurs (14) listés dans le listing de messages (10, 100)
;
au moins un identificateur de destination (14) indiquant un dispositif (206) auquel
un message a été envoyé ; et
un pointeur de message (16) pour chaque identificateur de destination (14), chaque
pointeur de message dudit listing de messages indiquant où hors du listing de messages
(10, 100) un dispositif (206) auquel un message a été envoyé peut obtenir les données
de message destinées audit dispositif (206), ledit pointeur de message (16) étant
compris dans le listing de messages (10, 100) après l'identificateur de destination
(14) associé ; et
le système comprenant en outre une pluralité de dispositifs sans fil (206) adaptés
pour se réveiller à intervalles de temps prédéterminés pour déterminer si un dispositif
(206) a été identifié pour la réception de données de message sur le réseau, recevoir
le listing de messages (10, 100) fourni et obtenir tous les messages indiqués par
le listing de messages (10, 100) comme leur étant adressés.
8. Dispositif sans fil (206) configuré pour recevoir des données de message sur une interface
sans fil comprenant :
un moyen destiné à synchroniser le dispositif (206) avec un réseau sans fil de sorte
que le dispositif (206) puisse se réveiller à intervalles de temps prédéterminés pour
déterminer si le dispositif (206) a été identifié pour la réception de données de
message sur le réseau ;
un processeur (208) destiné à analyser un listing de messages (10, 100) comprenant
:
un compte (12) d'identificateurs (14) listés dans le listing de messages (10, 100)
;
au moins un identificateur de destination (14) indiquant un dispositif (206) auquel
un message a été envoyé ; et
un pointeur de message (16) pour chaque identificateur de destination (14), chaque
pointeur de message dudit listing de messages indiquant où hors du listing de messages
(10, 100) un dispositif (206) auquel un message a été envoyé peut obtenir les données
de message destinées audit dispositif (206), ledit pointeur de message (16) étant
compris dans le listing de messages (10, 100) après l'identificateur de destination
(14) associé ;
le processeur étant adapté pour détecter si le listing de messages (10, 100) comprend
des identificateurs de destination (14) qui correspondent au dispositif (206) ;
et pour recevoir le message du pointeur de message (16) lorsqu'un identificateur de
destination du dispositif (206) est détecté.