WO2012151901A1 - 一种告警实现方法及系统、发送端、接收端 - Google Patents

一种告警实现方法及系统、发送端、接收端 Download PDF

Info

Publication number
WO2012151901A1
WO2012151901A1 PCT/CN2011/082229 CN2011082229W WO2012151901A1 WO 2012151901 A1 WO2012151901 A1 WO 2012151901A1 CN 2011082229 W CN2011082229 W CN 2011082229W WO 2012151901 A1 WO2012151901 A1 WO 2012151901A1
Authority
WO
WIPO (PCT)
Prior art keywords
alarm
short message
message header
header
function
Prior art date
Application number
PCT/CN2011/082229
Other languages
English (en)
French (fr)
Inventor
王君
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012151901A1 publication Critical patent/WO2012151901A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/02Calling substations, e.g. by ringing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/42382Text-based messaging services in telephone networks such as PSTN/ISDN, e.g. User-to-User Signalling or Short Message Service for fixed networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/16Communication-related supplementary services, e.g. call-transfer or call-hold

Definitions

  • the present invention relates to the field of mobile communications technologies, and in particular, to an alarm implementation method and system, a transmitting end, and a receiving end. Background technique
  • the technical problem to be solved by the present invention is to provide an alarm implementation method for better implementing user terminal alarm service.
  • the invention also provides an alarm implementation system, a transmitting end, and a receiving end.
  • the present invention provides an alarm implementation method, including
  • the sending end configures an alarm short message, and sends the alarm short message to the receiving end, where the alarm short message includes an alarm short message header and an alarm short message content;
  • the receiving end parses and starts the alarm function.
  • the configuration alarm message is:
  • the user data header indication (TP-UD HI) value is set to a non-zero value
  • the alarm function configuration information is filled in the alarm short message header
  • the alarm function configuration information includes message header type information, message header data length information, and message header data. information.
  • the alarm short message header further includes short message header length information.
  • the receiving end parses and starts the alarm function as:
  • the receiving end determines that the TP-UD HI value of the alarm short message header is non-zero, and the message header type information of the alarm function configuration information is included, the alarm function is started.
  • the startup alarm function is:
  • the receiving end directly displays the content of the alarm short message and starts a prompt function.
  • the invention also provides an alarm implementation system, including
  • the sending module is configured to configure an alarm short message, and send the alarm short message, where the alarm short message includes an alarm short message header and an alarm short message content;
  • the alarm receiving module is configured to parse the alarm message and start the alarm function.
  • the configuration sending module is specifically configured to add an alarm short message header when sending the alarm short message content, set the TP-UD HI value of the alarm short message header to a non-zero value, and fill in an alarm in the alarm short message header.
  • Function configuration information where the alarm function configuration information includes message header type information, message header data length information, and message header data information.
  • the alarm receiving module is specifically configured to: when the receiving end determines that the TP-UD HI value of the alarm short message header is non-zero, and includes the message header type information of the alarm function configuration information, directly displaying the alarm short message Content and launch the prompt function.
  • the invention also provides a transmitting end, including
  • the sending module is configured to configure an alarm message, and send the alarm message to the receiving end, where the alarm message includes an alarm short message header and an alarm short message content.
  • the invention also provides a receiving end, including
  • the alarm receiving module is configured to parse the alarm message sent by the sending end, and start the alarm function.
  • the extension of the TP-UD HI in the short message protocol in the short message protocol is used to implement the sending of the alarm short message, and the terminal that supports the analysis of the new protocol header directly receives the short message of the type and prompts the specific ringing vibration to be stored.
  • this event has the highest priority and cannot be interrupted by other events, ensuring that the user obtains an alarm reminder at the first time.
  • Figure 1 is a flow chart of a first embodiment of the present invention
  • Figure 2 is a structural view of a second embodiment of the present invention. detailed description
  • the TP-UD user data includes the content of the short message header and the short message, that is, the description of the short message header is added in front of the content of the short message. Based on the description of the short message protocol, a short message header is added in front of the short message content to represent certain information.
  • the format of the short message header is shown in Table 1.
  • the total length of the short message header is 1 byte.
  • the length of the second header data is 1 byte.
  • Short Message Protocol The definition of the existing short message header in 3GPP TS23.040 indicates that in the content defined by the existing short message header, each value represents a message header definition of a different function type. 0x23-0x6F "Reserved for future use," This address is reserved for future expansion of functions.
  • the definition 0x31 is represented as the alarm short message function type, which is defined as follows:
  • the header type is 0x31
  • the length of the header data is 1
  • the message header data is 01.
  • the extension field of the alarm short message function type included in an alarm short message header is 03 31 01 01.
  • FIG. 1 a flowchart of a first embodiment of the present invention provides an alarm implementation method, specifically,
  • Step S101 The sending end configures an alarm short message, and sends the alarm short message to the receiving end, where the alarm short message includes an alarm short message header and an alarm short message content;
  • the alarm short message header is added when the alarm short message content is sent, and the TP-UD HI value of the alarm short message header is set to a non-zero value; and the alarm function configuration information is filled in the alarm short message header, including the message header type.
  • the sender will package and send the configured alarm short message header and alarm short message content to the receiving end.
  • Step S102 After receiving the alarm short message, the receiving end performs parsing and starts an alarm function.
  • the receiving end determines whether the TP-UD HI value of the short message header is 0. If it is 0, the alarm function is not enabled, and the message is processed according to the normal message; if it is not 0, it is determined whether the extension field includes the message header type of the alarm configuration information, and if the message header type of the alarm configuration information is included, the alarm function is activated. Otherwise, the normal short message processing is performed; the receiving end starts the alarm function to directly display the alarm short message content and activate the prompt function, and the prompt function is to continuously perform a specific ring sound vibration until the user closes the short message. In the prompting phase, the prompting function has the highest priority, and other operations such as an incoming call cannot interrupt the alarm information; the alarm short message is set and stored in the local user storage space.
  • FIG. 2 it is a structural diagram of a second embodiment of the present invention, and provides an alarm implementation system, specifically,
  • the configuration sending module 201 is configured to add an alarm short message header containing the alarm function configuration information when the short message to be confidential is packaged and sent, specifically,
  • the configuration sending module 201 is configured to set the TP-UD HI value of the alarm short message header to a non-zero value, and fill in the alarm function configuration information in the alarm short message header, including: message header type information 31, length information of the message header data 01 And the message header data information 01, the total length of the short message header is 03.
  • the alarm receiving module 202 is configured to determine, according to the short message header information, whether to activate an alarm function for the short message, specifically,
  • the alarm receiving module 202 is configured to determine whether the TP-UD HI value of the short message header is 0. If the TP-UD HI value is not 0, further determine whether the extension field includes the message header type of the alarm configuration information, and if yes, start the alarm function. Otherwise, the alarm function will not be activated and the normal SMS will be processed. If the TP-UD HI value is 0, the alarm function will not be activated, and the normal SMS will be processed. After the alarm function is activated, the alarm content will be directly displayed and the prompt will be activated. Function, until the user enters this message In the prompting phase, the prompting function has the highest priority, and other operations such as an incoming call cannot interrupt the alarm information; and the alarm short message is set to the alarm identifier and stored in the local user storage space.
  • the invention also provides a transmitting end, including
  • the sending module is configured to send an alarm message to the sender, and send the alarm message to the receiving end, where the alarm message includes an alarm short message header and an alarm short message content.
  • the configuration sending module is configured to set the TP-UD HI value of the short message header to a non-zero value, and fill in the alarm function configuration information in the short message header, including: the message header type 31, the length of the message header data 01 And the message header data 01, the total length of the short message header is 03.
  • the invention also provides a receiving end, including
  • the alarm receiving module is configured to perform parsing after receiving the alarm short message sent by the sending end, and start the alarm function.
  • the TP-UD HI value of the short message header is 0. If the TP-UD HI value is not 0, further determine whether the extension field includes the message header type of the alarm configuration information, and if so, the alarm function is activated. Otherwise, the alarm function will not be activated and the normal SMS will be processed. If the TP-UD HI value is 0, the alarm function will not be activated, and the normal SMS will be processed. After the alarm function is activated, it will be used to directly display the alarm SMS content and activate the prompt function. Until the user closes the message, etc.; in the prompting phase, the prompting function has the highest priority, and other operations such as an incoming call cannot interrupt the alarm information; and the alarm message is set to the alarm identifier and stored. For local user storage.
  • the technical solution of the present invention utilizes the extension of the short message header TP-UD HI in the short message protocol to implement sending an alarm short message, and the terminal supporting the analysis of the new protocol header receives the short message directly displayed and prompts a specific ringtone vibration, and stores In the terminal, this event has the highest priority and cannot be interrupted by other events, ensuring that the user obtains an alarm reminder at the first time.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Mobile Radio Communication Systems (AREA)

Description

一种告警实现方法及系统、 发送端、 接收端 技术领域
本发明涉及移动通信技术领域, 特别地涉及一种告警实现方法及系统、 发送端、 接收端。 背景技术
现代社会日新月异的发展, 人类越来越注重生活质量, 同时也越来越 注重自身的安全。 911 事件后, 美国政府为了民众的安全推出了 CMAS ( Commercial Mobile Telephone Alerts, 商用手机预警) 系统, 通过广播事 件通知用户面临或者将要发生的危险, 可以让用户避免伤害或者最大限度 地减少灾害带来的损失。
基于上述的告警业务功能, 通知用户周围或者用户将要面临的危险比 如: 地震、 海嘯等等危险的发生, 使用户避免受到伤害。 如何有效地在现 有通信系统中实现该告警业务成为摆在我们面前的一个难题。 发明内容
本发明解决的技术问题在于提供了一种告警实现方法, 以更好地实现 用户终端告警业务; 本发明还提供了一种告警实现系统、 发送端、 接收端。
为解决上述问题, 本发明提供了一种告警实现方法, 包括,
发送端配置告警短信, 并将所述告警短信发送给接收端, 所述告警短 信包括告警短信头和告警短信内容;
接收端接收到所述告警短信后进行解析, 并启动告警功能。
上述方法中, 所述配置告警短信为:
在发送告警短信内容时加入告警短信头, 将所述告警短信头的传输层 用户数据报头指示( TP-UD HI )值置为非 0数值, 并在告警短信头中填写 告警功能配置信息, 所述告警功能配置信息包括消息头类型信息、 消息头 数据长度信息、 消息头数据信息。
上述方法中, 所述告警短信头中还包括短信头长度信息。
上述方法中, 所述接收端接收到所述告警短信后进行解析, 并启动告 警功能为:
接收端判断所述告警短信头的 TP-UD HI值为非 0, 并且包括告警功能 配置信息的消息头类型信息时, 启动告警功能。
上述方法中, 所述启动告警功能为:
接收端直接显示所述告警短信内容并启动提示功能。
本发明还提供了一种告警实现系统, 包括,
配置发送模块, 用于配置告警短信, 并将所述告警短信进行发送, 所 述告警短信包括告警短信头和告警短信内容;
告警接收模块, 用于接收到所述告警短信后进行解析, 并启动告警功 能。
上述的系统, 所述配置发送模块, 具体用于在发送告警短信内容时加 入告警短信头, 将所述告警短信头的 TP-UD HI值置为非 0数值, 并在告警 短信头中填写告警功能配置信息, 所述告警功能配置信息包括消息头类型 信息、 消息头数据长度信息、 消息头数据信息。
上述的系统, 所述告警接收模块, 具体用于接收端判断所述告警短信 头的 TP-UD HI值为非 0,并且包括告警功能配置信息的消息头类型信息时, 直接显示所述告警短信内容并启动提示功能。
本发明还提供了一种发送端, 包括,
配置发送模块, 用于配置告警短信, 并将所述告警短信发送给接收端, 所述告警短信包括告警短信头和告警短信内容。 本发明还提供了一种接收端, 包括,
告警接收模块, 用于接收到发送端发送的告警短信后进行解析, 并启 动告警功能。
采用本发明的技术方案, 利用短信协议中短信头中 TP-UD HI的扩展, 实现发送告警短信, 支持此新增协议头解析的终端接收到此类型短信直接 显示并提示特定的铃声震动, 存储于终端当中, 且此事件优先级最高, 不 能被其他事件打断, 保证用户在第一时间获取告警提醒。 附图说明
图 1是本发明第一实施例流程图;
图 2是本发明第二实施例结构图。 具体实施方式
为了使本发明所要解决的技术问题、 技术方案及有益效果更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。
在短信协议 3GPP ( the 3rd Generation Partnership Project, 第三代合作 伙伴计划) TS ( Technical Specifications, 技术规范) 23.040中 9·2·3·24关 于 TP-UD ( TP-User Data, 传输层用户数据)的描述说明, 短消息用户数据 由两部分组成, 一部分是短信的内容, 另外一部分是短信头。 短信头是否 存在决定于传输层用户数据报头指示(TP-UD HI ) 的值, 当 TP-UD HI= 0 时,短信 TP-UD用户数据只有短信内容;当 TP-UD HI为 1 时,短信 TP-UD 用户数据包括短信头和短信的内容, 即在短信的内容前面加入了短信头的 描述。 基于该短信协议的描述, 在短信内容前加上一个短信头来代表一定 的信息。 短信头的格式如表 1所示。
表 1 短信头的格式 类别 长度
短信头的总长度 1字节
第一消息头类型 1字节
第一消息头数据的长度 1字节
第一消息头数据 0 到 n字节
第二消息头类型 1字节
第二消息头数据的长度 1字节
第二消息头数据 0 到 n字节
短信协议 3GPP TS23.040中现有短信头定义说明, 在现有短信头定义 的内容中,每个数值代表不同功能类型的消息头定义。 0x23-0x6F "Reserved for future use,,这段地址预留下来以供以后功能的扩展使用。
根据以上 3GPP TS23.040协议中的描述,定义 0x31表示为告警短信功 能类型, 具体定义如下: 消息头类型为 0x31 , 消息头数据的长度为 1 , 消 息头数据为 01。 这样, 支设短信头中只有一种消息头类型的信息, 一条告 警短信头包含的告警短信功能类型的扩展字段为 03 31 01 01。
如图 1所示, 为本发明第一实施例流程图, 提供了一种告警实现方法, 具体包括,
步驟 S101 , 发送端配置告警短信, 并将所述告警短信发送给接收端, 所述告警短信包括告警短信头和告警短信内容;
具体地, 在发送告警短信内容时加入告警短信头, 将所述告警短信头 的 TP-UD HI值置为一个非 0的数值;并在告警短信头中填写告警功能配置 信息, 包括消息头类型信息 31、 消息头数据长度信息 01和消息头数据信息 01 , 则该短信头总长度为 03 , 该包括告警功能配置信息短信头为 03 31 01 01 ; 发送端将将所述配置的告警短信头和告警短信内容打包发送给接收端。 步驟 S102,接收端接收到所述告警短信后进行解析,并启动告警功能; 具体地, 接收端接收到所述告警短信头和告警短信内容后, 判断短信 头的 TP-UD HI值是否为 0, 若为 0, 则不启动告警功能, 按普通短信处理; 若不为 0, 则判断扩展字段中是否包括告警配置信息的消息头类型, 若包括 告警配置信息的消息头类型, 则启动告警功能, 否则按普通短信处理; 所 述接收端启动告警功能为直接显示所述告警短信内容并且启动提示功能, 该提示功能为持续不断的进行特定铃音震动, 直到用户对此条短信进行关 闭等操作; 在此提示阶段, 设置所述提示功能的优先级最高, 其他如来电 等操作不能打断告警信息的提示; 该告警短信设置告警标识后存储于本地 用户存储空间。
如图 2所示, 为本发明第二实施例结构图, 提供了一种告警实现系统, 具体包括,
配置发送模块 201 , 用于在对需要保密的短信进行打包发送时, 加入包 含告警功能配置信息的告警短信头, 具体的,
配置发送模块 201用于将告警短信头的 TP-UD HI值置为一个非 0的数 值, 在告警短信头中填写告警功能配置信息, 包括: 消息头类型信息 31、 消息头数据的长度信息 01和消息头数据信息 01 , 则该短信头总长度为 03。
告警接收模块 202,用于根据所述短信头信息决定是否对本条短信启动 告警功能, 具体的,
告警接收模块 202用于判断短信头的 TP-UD HI值是否为 0,若 TP-UD HI值不为 0, 进一步判断扩展字段中是否包括告警配置信息的消息头类型, 若是, 则启动告警功能, 否则不启动告警功能,按普通短信处理; 若 TP-UD HI值为 0, 则不启动告警功能, 按普通短信处理; 在启动告警功能后, 用 于直接显示所述告警短信内容并且启动提示功能, 直到用户对此条短信进 行关闭等操作; 在此提示阶段, 设置所述提示功能的优先级最高, 其他如 来电等操作不能打断告警信息的提示; 并将该告警短信设置告警标识后存 储于本地用户存储空间。
本发明还提供了一种发送端, 包括,
配置发送模块, 用于发送端配置告警短信, 并将所述告警短信发送给 接收端, 所述告警短信包括告警短信头和告警短信内容。
具体地, 所述配置发送模块用于将短信头的 TP-UD HI值置为一个非 0 的数值, 在短信头中填写告警功能配置信息, 包括: 消息头类型 31、 消息 头数据的长度 01和消息头数据 01 , 则该短信头总长度为 03。
本发明还提供了一种接收端, 包括,
告警接收模块, 用于接收端接收到发送端发送的告警短信后进行解析, 并启动告警功能。
具体地, 用于判断短信头的 TP-UD HI值是否为 0, 若 TP-UD HI值不 为 0, 进一步判断扩展字段中是否包括告警配置信息的消息头类型, 若是, 则启动告警功能, 否则不启动告警功能, 按普通短信处理; 若 TP-UD HI 值为 0, 则不启动告警功能, 按普通短信处理; 在启动告警功能后, 用于直 接显示所述告警短信内容并且启动提示功能, 直到用户对此条短信进行关 闭等操作; 在此提示阶段, 设置所述提示功能的优先级最高, 其他如来电 等操作不能打断告警信息的提示; 并将该告警短信设置告警标识后存储于 本地用户存储空间。
综上, 本发明的技术方案利用短信协议中短信头 TP-UD HI的扩展, 实 现发送告警短信, 支持此新增协议头解析的终端接收到此类型短信直接显 示并提示特定的铃声震动, 存储于终端当中, 且此事件优先级最高, 不能 被其他事件打断, 保证用户在第一时间获取告警提醒。
上述说明示出并描述了本发明的一个优选实施例, 但如前所述, 应当 理解本发明并非局限于本文所披露的形式, 不应看作是对其他实施例的排 除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想范 围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员所 进行的改动和变化不脱离本发明的精神和范围, 则都应在本发明所附权利 要求的保护范围内。

Claims

权利要求书
1、 一种告警实现方法, 其特征在于, 所述方法包括:
发送端配置告警短信, 并将所述告警短信发送给接收端, 所述告警短 信包括告警短信头和告警短信内容;
接收端接收到所述告警短信后进行解析, 并启动告警功能。
2、 根据权利要求 1所述的方法, 其特征在于, 所述配置告警短信为: 在发送告警短信内容时加入告警短信头, 将所述告警短信头的传输层 用户数据报头指示 TP-UD HI值置为非 0数值,并在告警短信头中填写告警 功能配置信息, 所述告警功能配置信息包括消息头类型信息、 消息头数据 长度信息、 消息头数据信息。
3、 根据权利要求 2所述的方法, 其特征在于, 所述告警短信头中还包 括短信头长度信息。
4、 根据权利要求 2或 3所述的方法, 其特征在于, 所述接收端接收到 所述告警短信后进行解析, 并启动告警功能为:
接收端判断所述告警短信头的 TP-UD HI值为非 0, 并且包括告警功能 配置信息的消息头类型信息时, 启动告警功能。
5、 根据权利要求 4所述的方法, 其特征在于, 所述启动告警功能为: 接收端直接显示所述告警短信内容并启动提示功能。
6、 一种告警实现系统, 其特征在于, 所述系统包括:
配置发送模块, 用于配置告警短信, 并将所述告警短信进行发送, 所 述告警短信包括告警短信头和告警短信内容;
告警接收模块, 用于接收到所述告警短信后进行解析, 并启动告警功 能。
7、 根据权利要求 6所述的系统, 其特征在于, 所述配置发送模块, 具 体用于在发送告警短信内容时加入告警短信头, 将所述告警短信头的 TP-UD HI值置为非 0数值, 并在告警短信头中填写告警功能配置信息, 所 述告警功能配置信息包括消息头类型信息、 消息头数据长度信息、 消息头 数据信息。
8、 根据权利要求 7所述的系统, 其特征在于, 所述告警接收模块, 具 体用于接收端判断所述告警短信头的 TP-UD HI值为非 0, 并且包括告警功 能配置信息的消息头类型信息时, 直接显示所述告警短信内容并启动提示 功能。
9、 一种发送端, 其特征在于, 所述发送端包括:
配置发送模块, 用于配置告警短信, 并将所述告警短信发送给接收端, 所述告警短信包括告警短信头和告警短信内容。
10、 一种接收端, 其特征在于, 所述接收端包括:
告警接收模块, 用于接收到发送端发送的告警短信后进行解析, 并启 动告警功能。
PCT/CN2011/082229 2011-08-17 2011-11-15 一种告警实现方法及系统、发送端、接收端 WO2012151901A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2011102364047A CN102958004A (zh) 2011-08-17 2011-08-17 一种告警实现方法及系统、发送端、接收端
CN201110236404.7 2011-08-17

Publications (1)

Publication Number Publication Date
WO2012151901A1 true WO2012151901A1 (zh) 2012-11-15

Family

ID=47138699

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/082229 WO2012151901A1 (zh) 2011-08-17 2011-11-15 一种告警实现方法及系统、发送端、接收端

Country Status (2)

Country Link
CN (1) CN102958004A (zh)
WO (1) WO2012151901A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2809093A1 (en) * 2013-05-29 2014-12-03 ACER Incorporated Apparatuses and methods for providing emergent short message services (sms)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107292637A (zh) * 2016-03-30 2017-10-24 中国电信股份有限公司 基于通知短信获取网络消费信息的方法和系统
CN106488417A (zh) * 2016-10-31 2017-03-08 惠州Tcl移动通信有限公司 一种移动终端实现预警事件点到点通知的方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101159943A (zh) * 2007-10-22 2008-04-09 中兴通讯股份有限公司 通信移动终端以及服务短信息显示方法
CN201657322U (zh) * 2010-04-28 2010-11-24 南京信息工程大学 一种双通道灾害预警信息接收系统
CN101958985A (zh) * 2010-08-20 2011-01-26 南京信息工程大学 基于短信、gprs、卫星的气象信息预警与发布系统及控制方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102045658B (zh) * 2009-10-12 2013-07-10 中国移动通信集团江苏有限公司 一种基于短信传输告警信息的系统和装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101159943A (zh) * 2007-10-22 2008-04-09 中兴通讯股份有限公司 通信移动终端以及服务短信息显示方法
CN201657322U (zh) * 2010-04-28 2010-11-24 南京信息工程大学 一种双通道灾害预警信息接收系统
CN101958985A (zh) * 2010-08-20 2011-01-26 南京信息工程大学 基于短信、gprs、卫星的气象信息预警与发布系统及控制方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2809093A1 (en) * 2013-05-29 2014-12-03 ACER Incorporated Apparatuses and methods for providing emergent short message services (sms)

Also Published As

Publication number Publication date
CN102958004A (zh) 2013-03-06

Similar Documents

Publication Publication Date Title
US9648480B2 (en) Method and apparatus to deliver public warning messages
JP6093023B2 (ja) 接続モードにおけるユーザへの公衆警報システムの表示
CN101820603B (zh) 在移动通信网络上向被叫呈现主叫信息的系统和方法
TW201006220A (en) Communication device
CN104254056B (zh) 一种免打扰消息传输方法、装置及系统
WO2012151901A1 (zh) 一种告警实现方法及系统、发送端、接收端
WO2013023352A1 (zh) 直通模式下高优先业务发送、接收方法及设备
WO2014082478A1 (zh) 一种远程实现闹钟功能的方法及终端
JP2004320777A (ja) 移動通信システムにおける無線メッセージ受信方法
EP2809093B1 (en) Apparatuses and methods for providing emergent short message services (sms)
US20130109360A1 (en) Method for reducing effect of electromagnetic radiation on a user of a mobile phone
WO2016026310A1 (zh) 一种通信提示方法、装置和计算机存储介质
ES2863577T3 (es) Aparato de transmisión de mensajes de texto y procedimiento de los mismos
US20110159863A1 (en) Mobile communication device and method thereof
JP2009094826A (ja) 緊急地震速報システム
JP2012238979A (ja) 無線通信端末、無線通信システム及び無線通信方法
WO2007094204A1 (ja) 電子情報の無音着信システム
JP2015219674A (ja) 管理システム
WO2013189331A2 (zh) 一种短消息收发方法及移动终端
KR20000044489A (ko) 이동통신단말시스템의 단문메시지 서비스 방법
WO2012171257A1 (zh) 呼叫服务的实现方法、系统和移动设备
WO2015176384A1 (zh) 一种通话语音的文字显示方法及装置
JP2008141569A (ja) 携帯電話
JP2002290541A (ja) 端末操作による着信拒否方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11865181

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11865181

Country of ref document: EP

Kind code of ref document: A1