* [RFC] doc: Add support for CMAS/EU-Alert
@ 2011-02-21 17:18 Jeevaka Badrappan
2011-02-22 0:55 ` Rajesh.Nagaiah
0 siblings, 1 reply; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-02-21 17:18 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]
---
doc/cell-broadcast-api.txt | 26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/doc/cell-broadcast-api.txt b/doc/cell-broadcast-api.txt
index 52618eb..71b2516 100644
--- a/doc/cell-broadcast-api.txt
+++ b/doc/cell-broadcast-api.txt
@@ -36,19 +36,27 @@ Signals PropertyChanged(string name, variant value)
Please note that base station name broadcasts are
handled by the NetworkRegistration interface.
- EmergencyBroadcast(string text, dict properties)
+ WarningSystemBroadcast(string text, dict properties)
- This signal is emitted whenever an ETWS cell broadcast
- is received. The string text contains contents of the
- broadcast. The dict is made up of the following
- entries:
- EmergencyType - string value, possible values
+ This signal is emitted whenever an ETWS or CMAS or
+ EU-Alert cell broadcast is received. The string text
+ contains contents of the broadcast. The dict is made
+ up of the following entries:
+ WarningType - string value, possible values
include: "Earthquake",
"Tsunami",
"Earthquake+Tsunami",
- "Other"
- EmergencyAlert - boolean value hinting whether
- an extra emergency indicator
+ "OtherEmergency",
+ "Presidential",
+ "Extreme",
+ "Severe",
+ "Advisory",
+ "ChildAbduction",
+ "MonthlyTest",
+ "Exercise"
+
+ WarningAlert - boolean value hinting whether
+ an emergency indicator
should be activated (e.g.
vibrate mode, emergency alert
mode.)
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [RFC] doc: Add support for CMAS/EU-Alert
2011-02-21 17:18 [RFC] doc: Add support for CMAS/EU-Alert Jeevaka Badrappan
@ 2011-02-22 0:55 ` Rajesh.Nagaiah
2011-02-22 5:36 ` Jeevaka.Badrappan
0 siblings, 1 reply; 4+ messages in thread
From: Rajesh.Nagaiah @ 2011-02-22 0:55 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2325 bytes --]
Hi Jeeva,
> -----Original Message-----
> From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org]
> Sent: 21 February 2011 09:18
> To: ofono(a)ofono.org
> Subject: [RFC] doc: Add support for CMAS/EU-Alert
>
> ---
> doc/cell-broadcast-api.txt | 26 +++++++++++++++++---------
> 1 files changed, 17 insertions(+), 9 deletions(-)
>
> diff --git a/doc/cell-broadcast-api.txt
> b/doc/cell-broadcast-api.txt index 52618eb..71b2516 100644
> --- a/doc/cell-broadcast-api.txt
> +++ b/doc/cell-broadcast-api.txt
> @@ -36,19 +36,27 @@ Signals PropertyChanged(string
> name, variant value)
> Please note that base station name
> broadcasts are
> handled by the NetworkRegistration interface.
>
> - EmergencyBroadcast(string text, dict properties)
> + WarningSystemBroadcast(string text, dict properties)
>
> - This signal is emitted whenever an ETWS
> cell broadcast
> - is received. The string text contains
> contents of the
> - broadcast. The dict is made up of the following
> - entries:
> - EmergencyType - string value,
> possible values
> + This signal is emitted whenever an ETWS
> or CMAS or
> + EU-Alert cell broadcast is received.
> The string text
> + contains contents of the broadcast. The
> dict is made
> + up of the following entries:
> + WarningType - string value,
> possible values
> include: "Earthquake",
> "Tsunami",
>
> "Earthquake+Tsunami",
> - "Other"
> - EmergencyAlert - boolean value
> hinting whether
> - an extra
> emergency indicator
> +
> "OtherEmergency",
> + "Presidential",
> + "Extreme",
> + "Severe",
> + "Advisory",
> +
> "ChildAbduction",
> + "MonthlyTest",
> + "Exercise"
> +
> + WarningAlert - boolean value
> hinting whether
> + an emergency indicator
> should be
> activated (e.g.
> vibrate mode,
> emergency alert
> mode.)
Is this WarningType really required on the App side ?
Irrespective of the warning type, the emergency broadcast
message handling won't change on the apps side (i.e, its
going to be displayed immediately to the user). This can
be achieved by the old boolean variable EmergencyAlert only ?
BR,
Rajesh
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [RFC] doc: Add support for CMAS/EU-Alert
2011-02-22 0:55 ` Rajesh.Nagaiah
@ 2011-02-22 5:36 ` Jeevaka.Badrappan
2011-02-22 17:29 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Jeevaka.Badrappan @ 2011-02-22 5:36 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
Hi Rajesh,
ofono-bounces(a)ofono.org wrote:
> Hi Jeeva,
>
> Is this WarningType really required on the App side ?
> Irrespective of the warning type, the emergency broadcast
> message handling won't change on the apps side (i.e, its
> going to be displayed immediately to the user). This can be
> achieved by the old boolean variable EmergencyAlert only ?
>
Its Popup property which is used for displaying the
messages immediately to the user. EmergencyAlert Property
is used to hint whether an emergency indicator(Vibration, emergency
tone)
should be activated.
Yes, agree that the WarningType is not really required.
May be it was there for some reason. This RFC patch just extends
the existing EmergencyType property.
Regards,
Jeevaka
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] doc: Add support for CMAS/EU-Alert
2011-02-22 5:36 ` Jeevaka.Badrappan
@ 2011-02-22 17:29 ` Denis Kenzior
0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-02-22 17:29 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]
Hi Jeeva,
On 02/21/2011 11:36 PM, Jeevaka.Badrappan(a)elektrobit.com wrote:
> Hi Rajesh,
>
> ofono-bounces(a)ofono.org wrote:
>> Hi Jeeva,
>>
>> Is this WarningType really required on the App side ?
>> Irrespective of the warning type, the emergency broadcast
>> message handling won't change on the apps side (i.e, its
>> going to be displayed immediately to the user). This can be
>> achieved by the old boolean variable EmergencyAlert only ?
>>
>
> Its Popup property which is used for displaying the
> messages immediately to the user. EmergencyAlert Property
> is used to hint whether an emergency indicator(Vibration, emergency
> tone)
> should be activated.
>
> Yes, agree that the WarningType is not really required.
> May be it was there for some reason. This RFC patch just extends
> the existing EmergencyType property.
Lets just get rid of it then and keep the name EmergencyAlert. Do we
want to re-model this using an Agent style API by any chance?
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-22 17:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 17:18 [RFC] doc: Add support for CMAS/EU-Alert Jeevaka Badrappan
2011-02-22 0:55 ` Rajesh.Nagaiah
2011-02-22 5:36 ` Jeevaka.Badrappan
2011-02-22 17:29 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.